.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:249,225,255;--color-primary-1:235,156,255;--color-primary-2:215,56,255;--color-primary-3:108,28,128;--color-primary-4:32,8,38;--color-secondary-0:229,229,229;--color-secondary-1:178,178,178;--color-secondary-2:127,127,127;--color-secondary-3:76,76,76;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:192,192,192;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"EXO";--paragraphs-font-family:"EXO"; }@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-secondary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { 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/yJ4WHhAL/Bitmap.jpg");background-position:bottom 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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:"open sans";height:34.5rem;width:60rem;position:relative;display:block; }#Nk9qVefqDrErS3g0HhqwM6d7ASMh2I3n { 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:13.0625rem;width:18.4375rem;top:0rem;left:20.107421875rem;overflow:hidden;display:block; }
#fP3eOepl1dO5gb0XinCU59UkRR7unRSF { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:11.125rem;left:15rem;overflow:hidden;display:block; }
#lXU9ezVNkdPh1an3HpSyyq5KvZo4eqF8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:11.125rem;left:23.25rem;overflow:hidden;display:block; }
#FJhySsNOVl5IJDC4HrgsDcZV8k8x1ih4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.25rem;width:5.25rem;top:11.125rem;left:31.8125rem;overflow:hidden;display:block; }
#T6pcBS1BlxrU3rlNkkKlG029m54KekvO { 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:5.25rem;width:5.25rem;top:11.125rem;left:40.5rem;overflow:hidden;display:block; }
#ZnCc9Sfhn5XmqzW3vH8HPUFTEFcxGXcA { color:rgba(var(--color-tertiary-0),1);display:block;width:9.124375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:17.3125rem;left:13.0625rem;height:1.4624rem;text-align:center;text-align-last:center;display:block; }
#GTCsX489yli3b3cxQozRCUfzxTGttpbu { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7485rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:22rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#HsJs7kzzeAWLtUCCS758WPTXWxIosmq6 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7485rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:30.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ofT8vZ8BTRoghlMzpCcJMDNqRwOoBea1 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7485rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:17.3125rem;left:39.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#bR8X717hDpK0c6xeG28WVTnxyQT3saVi { background-color:rgba(var(--color-primary-2),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: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:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bumper destroy";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9365rem;height:2.749025rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:24.9375rem;left:18.625rem;display:block; }
#fpGARSKV4oPp0I3DQo1FOOuVt3fQC2Ax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMrn7JDlcspMtNA2Es3PiTJpvh7NBJ7g { background-color:rgba(var(--color-primary-2),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: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:#070707;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"bumper destroy";font-size:1.25rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9355625rem;height:2.749025rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:24.9375rem;left:33.625rem;display:block; }
#wHrF81SXZtfNfEX8oo563pMnmgThn3yW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gr1npXPUtLzFEvXoDtQ3Z6cD0PbyaCGT { color:rgba(var(--color-tertiary-1),1);display:block;width:7.7480625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:18.75rem;left:13.75rem;height:1.13769375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KwQVn1MHb2f7BKrUWNJ2TJdvTtMffaTS { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7480625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:19rem;left:30.5625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#Fnlapy37FAmo1nJ2po5p7xd226GE035V { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7480625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:19rem;left:39.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kZKeP9aGS1wr1338dRdOyCB2IgDJQGUh { color:rgba(var(--color-tertiary-0),1);display:block;width:48.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:30.8740234375rem;left:5.65625rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eHpgbxyMwtyfInOJI4mcgvbPXsRNhGQ9 { color:rgba(var(--color-tertiary-0),1);display:block;width:7.747375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:20.5625rem;left:30.6875rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EG0Z5HFpANkiff7kJRaL6BSPWmwLp4Vi { color:rgba(var(--color-tertiary-0),1);display:block;width:7.7470625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:21.375rem;left:39.25rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row .container { background-color: transparent; background-image: none; }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row .container > .video-iframe-container { display: none; }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row > .video-iframe-container { display: none; }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .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); }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row .container { border-width: 0; border-radius: 0; }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row .container { font-size:0.875rem;font-family:"open sans";height:10.25rem;width:60rem;position:relative;display:block; }#fF11Q2582QHmTnbxE7XpyOKJQvOA5ehi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.0625rem;width:23.125rem;top:2.09375rem;left:19.5rem;overflow:hidden;display:block; }
#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 { border-top:0;border-left:0;border-right:0;border-bottom:0;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; }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row .container { background-color: transparent; background-image: none; }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row .container > .video-iframe-container { display: none; }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row > .video-iframe-container { display: none; }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .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); }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row .container { border-width: 0; border-radius: 0; }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row .container { font-size:0.875rem;font-family:"open sans";height:22.1875rem;width:60rem;position:relative;display:block; }#T4o3I7WU09GJXd0sU43V5xr12gWcyShE { color:rgba(var(--color-tertiary-0),1);display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:0.9375rem;left:4.15625rem;height:18.28125rem;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; }
#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m { position:relative;display:block; }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m { background-color: transparent; background-image: none; }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .row .container > .video-iframe-container { display: none; }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .row > .video-iframe-container { display: none; }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .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); }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m { border-width: 0; border-radius: 0; }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .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; }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-secondary-4),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:block; }#HWaxwbT4XJK5XhSkOITsXkVcVVfUXOxB { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:13.9375rem;top:4.6875rem;left:23.03125rem;overflow:hidden;display:block; }
#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n { position:relative;display:block; }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n { background-color: transparent; background-image: none; }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .row .container > .video-iframe-container { display: none; }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .row > .video-iframe-container { display: none; }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .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); }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n { border-width: 0; border-radius: 0; }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .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; }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CAZW0SIwAB9s8BwFSSRZK12QnP90CxMs { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2bbed7a3-05ea-4b83-bd88-c844bf5ecfa3/HotelCormoranCattolica.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#CAZW0SIwAB9s8BwFSSRZK12QnP90CxMs.adaptive-delivery-prevent-bg, #CAZW0SIwAB9s8BwFSSRZK12QnP90CxMs.lazyload, #CAZW0SIwAB9s8BwFSSRZK12QnP90CxMs.lazyloading { background-image: none; }
#WcU1IwA3JTFMMfPnSXWuuLnMDxPce7i6 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vTPkGsUqJyePecRi6WSN4u5HnFZa4bn2 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RCrqkt51ufB8uoeLGBN50SeckrH1hgwI { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/347974ed-d289-44b6-a24e-35f8b25135e9/Schermata20250130alle154539.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:32.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#RCrqkt51ufB8uoeLGBN50SeckrH1hgwI.adaptive-delivery-prevent-bg, #RCrqkt51ufB8uoeLGBN50SeckrH1hgwI.lazyload, #RCrqkt51ufB8uoeLGBN50SeckrH1hgwI.lazyloading { background-image: none; }
#mgf0TWaoAQowwOW6uC9vdilNtio213TV { position:relative;display:block; }#mgf0TWaoAQowwOW6uC9vdilNtio213TV { background-color: transparent; background-image: none; }#mgf0TWaoAQowwOW6uC9vdilNtio213TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .row .container > .video-iframe-container { display: none; }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .row > .video-iframe-container { display: none; }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .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); }#mgf0TWaoAQowwOW6uC9vdilNtio213TV { border-width: 0; border-radius: 0; }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .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; }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QZRqVJ6WKh1rHfeQBcGR3XqDl3MqrbMn { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2f6e7516-4013-459c-9532-20a429cfb4ca/prestigecattolica.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#QZRqVJ6WKh1rHfeQBcGR3XqDl3MqrbMn.adaptive-delivery-prevent-bg, #QZRqVJ6WKh1rHfeQBcGR3XqDl3MqrbMn.lazyload, #QZRqVJ6WKh1rHfeQBcGR3XqDl3MqrbMn.lazyloading { background-image: none; }
#hl0tTW4HFP4WmTvGekFGKt4LGJBtuvmG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QGBFgqDuQaRL2tTkkSe3vlmESSqVMu9Q { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CXzb3Wnuaof8Pni319Dc3ixCPPT5qMhw { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/0808eb5f-6497-4c2f-aab7-15b4f01c46d1/sanmarco.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:32.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#CXzb3Wnuaof8Pni319Dc3ixCPPT5qMhw.adaptive-delivery-prevent-bg, #CXzb3Wnuaof8Pni319Dc3ixCPPT5qMhw.lazyload, #CXzb3Wnuaof8Pni319Dc3ixCPPT5qMhw.lazyloading { background-image: none; }
#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe { position:relative;display:block; }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe { background-color: transparent; background-image: none; }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .row .container > .video-iframe-container { display: none; }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .row > .video-iframe-container { display: none; }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .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); }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe { border-width: 0; border-radius: 0; }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .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; }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WzL53bHJpAdEdIiQUgxOLUFF2FE10Pm0 { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/a933ba02-290f-4f99-aaac-7162724718c4/antares.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#WzL53bHJpAdEdIiQUgxOLUFF2FE10Pm0.adaptive-delivery-prevent-bg, #WzL53bHJpAdEdIiQUgxOLUFF2FE10Pm0.lazyload, #WzL53bHJpAdEdIiQUgxOLUFF2FE10Pm0.lazyloading { background-image: none; }
#Z7nIrWmoioRKwklk7ymp1csZO1ZXMNFS { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VTpNDP7t1GKcmO2saHdXpPSoKVSw4Zbg { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i6X2EUgtzUVRfZ9VSevzDgKmIDwRzKoI { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cd8f3506-574e-4162-9d75-afa81e6c5783/Screenshot20250314alle172550.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:32.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#i6X2EUgtzUVRfZ9VSevzDgKmIDwRzKoI.adaptive-delivery-prevent-bg, #i6X2EUgtzUVRfZ9VSevzDgKmIDwRzKoI.lazyload, #i6X2EUgtzUVRfZ9VSevzDgKmIDwRzKoI.lazyloading { background-image: none; }
#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl { position:relative;display:block; }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl { background-color: transparent; background-image: none; }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .row .container > .video-iframe-container { display: none; }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .row > .video-iframe-container { display: none; }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .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); }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl { border-width: 0; border-radius: 0; }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .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; }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CQlEoo8FyTFNsMUuh0n3fhX9gDDcVJlI { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b7cc270e-5550-4a40-a182-dd9645a1d480/Schermata20250308alle141601.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#CQlEoo8FyTFNsMUuh0n3fhX9gDDcVJlI.adaptive-delivery-prevent-bg, #CQlEoo8FyTFNsMUuh0n3fhX9gDDcVJlI.lazyload, #CQlEoo8FyTFNsMUuh0n3fhX9gDDcVJlI.lazyloading { background-image: none; }
#CKZunEUQTdtRt5GgGo0xERm19Tozo4Zc { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#F69KCr0TH9JtlRE0b5fTQVQpfHf5vTpc { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DTfWNOtRtgfAbhKO8MTeHhdvC9sRv88N { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/f5e81983-bf82-48f3-8605-f899520b53df/trevi.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:32.375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#DTfWNOtRtgfAbhKO8MTeHhdvC9sRv88N.adaptive-delivery-prevent-bg, #DTfWNOtRtgfAbhKO8MTeHhdvC9sRv88N.lazyload, #DTfWNOtRtgfAbhKO8MTeHhdvC9sRv88N.lazyloading { background-image: none; }
#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT { position:relative;display:block; }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT { background-color: transparent; background-image: none; }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .row .container > .video-iframe-container { display: none; }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .row > .video-iframe-container { display: none; }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .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); }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT { border-width: 0; border-radius: 0; }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .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; }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g90WcvHFUy3zHwRHmOlDNNSabTIUQwAs { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/efee650f-d219-472a-8867-d569f64379f4/sole.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#g90WcvHFUy3zHwRHmOlDNNSabTIUQwAs.adaptive-delivery-prevent-bg, #g90WcvHFUy3zHwRHmOlDNNSabTIUQwAs.lazyload, #g90WcvHFUy3zHwRHmOlDNNSabTIUQwAs.lazyloading { background-image: none; }
#c5oT1FpbzWGzDrXWJZOgt24pM1hPQX7T { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezBEndIStyZff2tksw6HoIRXL4XUVbUG { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hizIGX27eq2VQkrZKAtCtvnmCKVUgGLE { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ca9c8f20-5a4b-4f39-86f3-e6e60b840595/HotelBelsoggiornoheader131.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:32.375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#hizIGX27eq2VQkrZKAtCtvnmCKVUgGLE.adaptive-delivery-prevent-bg, #hizIGX27eq2VQkrZKAtCtvnmCKVUgGLE.lazyload, #hizIGX27eq2VQkrZKAtCtvnmCKVUgGLE.lazyloading { background-image: none; }
#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD { position:relative;display:block; }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD { background-color: transparent; background-image: none; }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .row .container > .video-iframe-container { display: none; }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .row > .video-iframe-container { display: none; }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .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); }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD { border-width: 0; border-radius: 0; }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .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; }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iDxGSqqHrZrzaD6Jf4FNFM5NhZTLO2p2 { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/9da1947f-a0e0-45b9-b9d0-9e3083ef6a27/gcesare.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#iDxGSqqHrZrzaD6Jf4FNFM5NhZTLO2p2.adaptive-delivery-prevent-bg, #iDxGSqqHrZrzaD6Jf4FNFM5NhZTLO2p2.lazyload, #iDxGSqqHrZrzaD6Jf4FNFM5NhZTLO2p2.lazyloading { background-image: none; }
#acwxscULRROxVvf3xREV3P5OcZFiv9U1 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iCrPD7ZJH1BaW9Ka4tQmiThmO9k0y5H9 { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B4tJN4aIQwx4zyV1nIf8PFxssFBG9soD { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4ca7919c-eac5-4969-a9a7-19fea392c848/Screenshot20250314alle170901.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:32.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#B4tJN4aIQwx4zyV1nIf8PFxssFBG9soD.adaptive-delivery-prevent-bg, #B4tJN4aIQwx4zyV1nIf8PFxssFBG9soD.lazyload, #B4tJN4aIQwx4zyV1nIf8PFxssFBG9soD.lazyloading { background-image: none; }
#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd { position:relative;display:block; }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd { background-color: transparent; background-image: none; }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .row .container > .video-iframe-container { display: none; }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .row > .video-iframe-container { display: none; }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .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); }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd { border-width: 0; border-radius: 0; }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .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; }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ee5uLBifo1OmXhAKuDRePQ1cOeBtfysb { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/fb4b1c4c-cd73-4516-b74b-5a409bf87514/HtlNapoleonGabicceMare.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#Ee5uLBifo1OmXhAKuDRePQ1cOeBtfysb.adaptive-delivery-prevent-bg, #Ee5uLBifo1OmXhAKuDRePQ1cOeBtfysb.lazyload, #Ee5uLBifo1OmXhAKuDRePQ1cOeBtfysb.lazyloading { background-image: none; }
#FJGCpHNifmMwNOgdLAPcOrDnAfC4Mi9u { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:20.125rem;left:2.28125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ka9H87uB7uqeEANxGeP9u7qNPIs8V2Sd { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#twRic1TvRbkfsFywJCqlCARx43zBQbsb { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/8c9f2e0e-a48a-4f33-84e8-1e92bdf399b9/Gambrinus411.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:32.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#twRic1TvRbkfsFywJCqlCARx43zBQbsb.adaptive-delivery-prevent-bg, #twRic1TvRbkfsFywJCqlCARx43zBQbsb.lazyload, #twRic1TvRbkfsFywJCqlCARx43zBQbsb.lazyloading { background-image: none; }
#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI { position:relative;display:block; }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI { background-color: transparent; background-image: none; }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .row .container > .video-iframe-container { display: none; }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .row > .video-iframe-container { display: none; }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .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); }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI { border-width: 0; border-radius: 0; }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .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; }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EaT2fbZBWVSnRZpUd2841v2zC9TpSXHF { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.9375rem;left:2.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#n9iFPOccChod4Zpa4yqMkP15fOdH5r2K { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/d64d1032-9d84-4e36-88a6-9174e2377275/romagna.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.625rem;left:2.375rem;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#n9iFPOccChod4Zpa4yqMkP15fOdH5r2K.adaptive-delivery-prevent-bg, #n9iFPOccChod4Zpa4yqMkP15fOdH5r2K.lazyload, #n9iFPOccChod4Zpa4yqMkP15fOdH5r2K.lazyloading { background-image: none; }
#QcAXSIbFHRgvNWs9LCf5Viv53FXKy8Ty { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.9375rem;left:32.25rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GEc4516rdmNmlVI30uZHWTFM2bsSa2wv { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3810ae52-f1c9-4bdb-8066-321870f54ff3/parkhotel.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.625rem;left:32.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#GEc4516rdmNmlVI30uZHWTFM2bsSa2wv.adaptive-delivery-prevent-bg, #GEc4516rdmNmlVI30uZHWTFM2bsSa2wv.lazyload, #GEc4516rdmNmlVI30uZHWTFM2bsSa2wv.lazyloading { background-image: none; }
#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 { position:relative;display:block; }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 { background-color: transparent; background-image: none; }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .row .container > .video-iframe-container { display: none; }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .row > .video-iframe-container { display: none; }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .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); }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 { border-width: 0; border-radius: 0; }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .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; }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:28.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#iu6m48dMH7HLfKWOZkA8tUp7m7laN9xU { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:20.125rem;left:32.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AR3vVvVK9UsQSLGQykogToMcFliG1VdO { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1e4a9a23-491f-4dda-a41d-7eb47ae00634/Screenshot20250314alle165544.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1.8125rem;left:32.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#AR3vVvVK9UsQSLGQykogToMcFliG1VdO.adaptive-delivery-prevent-bg, #AR3vVvVK9UsQSLGQykogToMcFliG1VdO.lazyload, #AR3vVvVK9UsQSLGQykogToMcFliG1VdO.lazyloading { background-image: none; }
#HbmFSsCLFkyOugfWx3Kg5nFTCeUHyNuJ { color:rgba(var(--color-tertiary-0),1);display:block;width:25.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:20.9375rem;left:2.3125rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iTTcOzRFXIJOzs68CRAUb4ywcMfkkRkn { box-sizing:content-box;height:16.4375rem;width:25.25rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/4435100c-09cc-4b09-8787-ac636d1c665f/philadelphia.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:2.625rem;left:2.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;border-top:0.0625rem solid rgba(var(--color-tertiary-0),1);border-left:0.0625rem solid rgba(var(--color-tertiary-0),1);border-right:0.0625rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-0),1);display:block; }#iTTcOzRFXIJOzs68CRAUb4ywcMfkkRkn.adaptive-delivery-prevent-bg, #iTTcOzRFXIJOzs68CRAUb4ywcMfkkRkn.lazyload, #iTTcOzRFXIJOzs68CRAUb4ywcMfkkRkn.lazyloading { background-image: none; }
#MXJQaEB8aeKkhFmmZKSTEQux352mm5He { position:relative;display:block; }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He { background-color: transparent; background-image: none; }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .row .container > .video-iframe-container { display: none; }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .row > .video-iframe-container { display: none; }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .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); }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He { border-width: 0; border-radius: 0; }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3c3c3c;background-image:none;font-size:0.875rem;font-family:arial;height:32.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qMzJH3zqLVaAnCRmzLz0AxkiMGCWaDlM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5605625rem;width:21.1855625rem;top:18.4375rem;left:19.4375rem;overflow:hidden;display:block; }
#oll5N57HJteoOWuCTwD6z2ISIAZx3fTB { color:rgba(var(--color-tertiary-0),1);display:block;width:56.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:4.6875rem;left:1.9375rem;height:14.78616875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Eb3lJkQRSws0ymlcMLTmPI2GpTutBn4o { 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:16.3125rem;width:37.5rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk9qVefqDrErS3g0HhqwM6d7ASMh2I3n { top:0rem;left:13.982421875rem;width:18.4375rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP3eOepl1dO5gb0XinCU59UkRR7unRSF { top:11.125rem;left:8.875rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXU9ezVNkdPh1an3HpSyyq5KvZo4eqF8 { top:11.125rem;left:17.125rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhySsNOVl5IJDC4HrgsDcZV8k8x1ih4 { top:11.125rem;left:25.6875rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pcBS1BlxrU3rlNkkKlG029m54KekvO { top:11.125rem;left:34.375rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZnCc9Sfhn5XmqzW3vH8HPUFTEFcxGXcA { top:17.3125rem;left:6.9375rem;width:9.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTCsX489yli3b3cxQozRCUfzxTGttpbu { top:17.3125rem;left:15.875rem;width:7.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HsJs7kzzeAWLtUCCS758WPTXWxIosmq6 { top:17.3125rem;left:24.4375rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofT8vZ8BTRoghlMzpCcJMDNqRwOoBea1 { top:17.3125rem;left:33.125rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR8X717hDpK0c6xeG28WVTnxyQT3saVi { width:9.875rem;height:2.6875rem;top:24.9375rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpGARSKV4oPp0I3DQo1FOOuVt3fQC2Ax { display:block; }
 }@media only screen and (max-width: 763px) { #WMrn7JDlcspMtNA2Es3PiTJpvh7NBJ7g { width:9.875rem;height:2.6875rem;top:24.9375rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHrF81SXZtfNfEX8oo563pMnmgThn3yW { display:block; }
 }@media only screen and (max-width: 763px) { #Gr1npXPUtLzFEvXoDtQ3Z6cD0PbyaCGT { top:18.75rem;left:7.625rem;width:7.6875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KwQVn1MHb2f7BKrUWNJ2TJdvTtMffaTS { top:19rem;left:24.4375rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fnlapy37FAmo1nJ2po5p7xd226GE035V { top:19rem;left:33.125rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZKeP9aGS1wr1338dRdOyCB2IgDJQGUh { top:30.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHpgbxyMwtyfInOJI4mcgvbPXsRNhGQ9 { top:20.5625rem;left:24.5625rem;width:7.6875rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EG0Z5HFpANkiff7kJRaL6BSPWmwLp4Vi { top:21.375rem;left:33.125rem;width:7.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME25LrHLdq0vOFney4LTQkKWJCBbMS5w { display:block; }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF11Q2582QHmTnbxE7XpyOKJQvOA5ehi { top:2.0625rem;left:13.375rem;width:23.125rem;height:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 { display:block; }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4o3I7WU09GJXd0sU43V5xr12gWcyShE { top:0.9375rem;left:0rem;width:47.75rem;height:20.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFvLk09fGOafzFzVd0TON8Szn2ISOn3m { display:block; }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWaxwbT4XJK5XhSkOITsXkVcVVfUXOxB { top:4.6875rem;left:16.90625rem;width:13.9375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n { display:block; }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAZW0SIwAB9s8BwFSSRZK12QnP90CxMs { top:1.8125rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcU1IwA3JTFMMfPnSXWuuLnMDxPce7i6 { top:20.125rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTPkGsUqJyePecRi6WSN4u5HnFZa4bn2 { top:20.125rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RCrqkt51ufB8uoeLGBN50SeckrH1hgwI { top:1.8125rem;left:22.5rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgf0TWaoAQowwOW6uC9vdilNtio213TV { display:block; }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZRqVJ6WKh1rHfeQBcGR3XqDl3MqrbMn { top:1.8125rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl0tTW4HFP4WmTvGekFGKt4LGJBtuvmG { top:20.125rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGBFgqDuQaRL2tTkkSe3vlmESSqVMu9Q { top:20.125rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXzb3Wnuaof8Pni319Dc3ixCPPT5qMhw { top:1.8125rem;left:22.375rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe { display:block; }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzL53bHJpAdEdIiQUgxOLUFF2FE10Pm0 { top:1.8125rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7nIrWmoioRKwklk7ymp1csZO1ZXMNFS { top:20.125rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTpNDP7t1GKcmO2saHdXpPSoKVSw4Zbg { top:20.125rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6X2EUgtzUVRfZ9VSevzDgKmIDwRzKoI { top:1.8125rem;left:22.5rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl { display:block; }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQlEoo8FyTFNsMUuh0n3fhX9gDDcVJlI { top:1.8125rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKZunEUQTdtRt5GgGo0xERm19Tozo4Zc { top:20.125rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F69KCr0TH9JtlRE0b5fTQVQpfHf5vTpc { top:20.125rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTfWNOtRtgfAbhKO8MTeHhdvC9sRv88N { top:1.8125rem;left:22.375rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT { display:block; }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g90WcvHFUy3zHwRHmOlDNNSabTIUQwAs { top:1.8125rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5oT1FpbzWGzDrXWJZOgt24pM1hPQX7T { top:20.125rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezBEndIStyZff2tksw6HoIRXL4XUVbUG { top:20.125rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hizIGX27eq2VQkrZKAtCtvnmCKVUgGLE { top:1.8125rem;left:22.375rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD { display:block; }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDxGSqqHrZrzaD6Jf4FNFM5NhZTLO2p2 { top:1.8125rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acwxscULRROxVvf3xREV3P5OcZFiv9U1 { top:20.125rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCrPD7ZJH1BaW9Ka4tQmiThmO9k0y5H9 { top:20.125rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4tJN4aIQwx4zyV1nIf8PFxssFBG9soD { top:1.8125rem;left:22.5rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd { display:block; }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee5uLBifo1OmXhAKuDRePQ1cOeBtfysb { top:1.8125rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGCpHNifmMwNOgdLAPcOrDnAfC4Mi9u { top:20.125rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ka9H87uB7uqeEANxGeP9u7qNPIs8V2Sd { top:20.125rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #twRic1TvRbkfsFywJCqlCARx43zBQbsb { top:1.8125rem;left:22.5rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI { display:block; }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaT2fbZBWVSnRZpUd2841v2zC9TpSXHF { top:20.9375rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9iFPOccChod4Zpa4yqMkP15fOdH5r2K { top:2.625rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcAXSIbFHRgvNWs9LCf5Viv53FXKy8Ty { top:20.9375rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEc4516rdmNmlVI30uZHWTFM2bsSa2wv { top:2.625rem;left:22.375rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 { display:block; }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu6m48dMH7HLfKWOZkA8tUp7m7laN9xU { top:20.125rem;left:22.3125rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AR3vVvVK9UsQSLGQykogToMcFliG1VdO { top:1.8125rem;left:22.5rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbmFSsCLFkyOugfWx3Kg5nFTCeUHyNuJ { top:20.9375rem;left:0rem;width:25.4375rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTTcOzRFXIJOzs68CRAUb4ywcMfkkRkn { top:2.625rem;left:0rem;width:25.25rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJQaEB8aeKkhFmmZKSTEQux352mm5He { display:block; }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzJH3zqLVaAnCRmzLz0AxkiMGCWaDlM { top:18.4375rem;left:13.3125rem;width:21.125rem;height:12.524656015742rem;display:block; }
 }@media only screen and (max-width: 763px) { #oll5N57HJteoOWuCTwD6z2ISIAZx3fTB { top:4.6875rem;left:0rem;width:47.75rem;height:14.75rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eb3lJkQRSws0ymlcMLTmPI2GpTutBn4o { width:37.5rem;height:16.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:transparent;background-image:url("https://images.assets-landingi.com/yJ4WHhAL/Bitmap.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:30.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nk9qVefqDrErS3g0HhqwM6d7ASMh2I3n { width:11.874rem;height:8.25rem;top:1.25rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fP3eOepl1dO5gb0XinCU59UkRR7unRSF { width:5.25rem;height:5.25rem;top:9.3120660781863rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXU9ezVNkdPh1an3HpSyyq5KvZo4eqF8 { width:5.25rem;height:5.25rem;top:9.3120660781863rem;left:11.686198234558rem;display:none; }
 }@media only screen and (max-width: 763px) { #FJhySsNOVl5IJDC4HrgsDcZV8k8x1ih4 { width:5.25rem;height:5.25rem;top:20.060764312744rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #T6pcBS1BlxrU3rlNkkKlG029m54KekvO { width:5.25rem;height:5.25rem;top:20.060764312744rem;left:11.686198234558rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZnCc9Sfhn5XmqzW3vH8HPUFTEFcxGXcA { width:8.6870625rem;height:0;top:14.623481750488rem;left:1.4051649570465rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GTCsX489yli3b3cxQozRCUfzxTGttpbu { width:10.6875rem;height:3rem;top:7.873046875rem;left:4.65625rem;font-size:1.25rem;line-height:1.2;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HsJs7kzzeAWLtUCCS758WPTXWxIosmq6 { width:7.6860625rem;height:1.625rem;top:9.5rem;left:6.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofT8vZ8BTRoghlMzpCcJMDNqRwOoBea1 { width:7.686625rem;height:0;top:25.310331344604rem;left:10.467665672303rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #bR8X717hDpK0c6xeG28WVTnxyQT3saVi { width:9.8745rem;height:2.686525rem;top:18.125rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpGARSKV4oPp0I3DQo1FOOuVt3fQC2Ax { display:block; }
 }@media only screen and (max-width: 763px) { #WMrn7JDlcspMtNA2Es3PiTJpvh7NBJ7g { width:9.8745rem;height:2.686525rem;top:22.0625rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHrF81SXZtfNfEX8oo563pMnmgThn3yW { display:block; }
 }@media only screen and (max-width: 763px) { #Gr1npXPUtLzFEvXoDtQ3Z6cD0PbyaCGT { width:10.7498125rem;height:0;top:17.871963500976rem;left:0.37434899806976rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #KwQVn1MHb2f7BKrUWNJ2TJdvTtMffaTS { width:7.6875rem;height:1.625rem;top:12.375rem;left:6.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fnlapy37FAmo1nJ2po5p7xd226GE035V { width:7.6875rem;height:auto;top:19rem;left:6.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kZKeP9aGS1wr1338dRdOyCB2IgDJQGUh { width:19.9995rem;height:3.57421875rem;top:26rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eHpgbxyMwtyfInOJI4mcgvbPXsRNhGQ9 { width:12.4995rem;height:1.625rem;top:15.25rem;left:3.75rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EG0Z5HFpANkiff7kJRaL6BSPWmwLp4Vi { width:7.6875rem;height:auto;top:21.375rem;left:6.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ME25LrHLdq0vOFney4LTQkKWJCBbMS5w { display:block; }#ME25LrHLdq0vOFney4LTQkKWJCBbMS5w > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fF11Q2582QHmTnbxE7XpyOKJQvOA5ehi { width:12.4995rem;height:3.249025rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 { display:block; }#dFSGiUMMRTzSoVyuzRMwRyXZ5v7BGB45 > .row .container { width:20rem;height:35.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4o3I7WU09GJXd0sU43V5xr12gWcyShE { width:19.9995rem;height:33.9550375rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JFvLk09fGOafzFzVd0TON8Szn2ISOn3m { display:block; }#JFvLk09fGOafzFzVd0TON8Szn2ISOn3m > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HWaxwbT4XJK5XhSkOITsXkVcVVfUXOxB { width:6.375rem;height:4.3125rem;top:2.5625rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n { display:block; }#gbpkBHPv5rMySOKv4cfkp7tpWEKxEH7n > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAZW0SIwAB9s8BwFSSRZK12QnP90CxMs { width:20rem;height:16.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WcU1IwA3JTFMMfPnSXWuuLnMDxPce7i6 { width:19.9980625rem;height:5.52344375rem;top:17.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vTPkGsUqJyePecRi6WSN4u5HnFZa4bn2 { width:20rem;height:5.52344375rem;top:43rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RCrqkt51ufB8uoeLGBN50SeckrH1hgwI { width:20rem;height:16.4375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgf0TWaoAQowwOW6uC9vdilNtio213TV { display:block; }#mgf0TWaoAQowwOW6uC9vdilNtio213TV > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QZRqVJ6WKh1rHfeQBcGR3XqDl3MqrbMn { width:20rem;height:16.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hl0tTW4HFP4WmTvGekFGKt4LGJBtuvmG { width:19.9980625rem;height:5.52344375rem;top:17.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QGBFgqDuQaRL2tTkkSe3vlmESSqVMu9Q { width:20rem;height:5.52344375rem;top:42.3984375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CXzb3Wnuaof8Pni319Dc3ixCPPT5qMhw { width:19.875rem;height:16.4375rem;top:24.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe { display:block; }#tVVsyHFglyWWKVu8ECBsVqIpMKgc4qUe > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WzL53bHJpAdEdIiQUgxOLUFF2FE10Pm0 { width:20rem;height:16.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7nIrWmoioRKwklk7ymp1csZO1ZXMNFS { width:19.9980625rem;height:5.52344375rem;top:17.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VTpNDP7t1GKcmO2saHdXpPSoKVSw4Zbg { width:20rem;height:5.52344375rem;top:43rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i6X2EUgtzUVRfZ9VSevzDgKmIDwRzKoI { width:20rem;height:16.4375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl { display:block; }#x0XHchXwpZVUUkQTlA3asVvCyIP2h5Pl > .row .container { width:20rem;height:51.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CQlEoo8FyTFNsMUuh0n3fhX9gDDcVJlI { width:20rem;height:16.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKZunEUQTdtRt5GgGo0xERm19Tozo4Zc { width:19.9980625rem;height:5.52344375rem;top:18.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F69KCr0TH9JtlRE0b5fTQVQpfHf5vTpc { width:20rem;height:5.52344375rem;top:42.6484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTfWNOtRtgfAbhKO8MTeHhdvC9sRv88N { width:19.875rem;height:16.4375rem;top:24.8359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT { display:block; }#HcpS3PRzi9Wm31D2WxdwR9Sh6qNpwCvT > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g90WcvHFUy3zHwRHmOlDNNSabTIUQwAs { width:20rem;height:16.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5oT1FpbzWGzDrXWJZOgt24pM1hPQX7T { width:19.9980625rem;height:5.52344375rem;top:17.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ezBEndIStyZff2tksw6HoIRXL4XUVbUG { width:20rem;height:5.52344375rem;top:42.3984375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hizIGX27eq2VQkrZKAtCtvnmCKVUgGLE { width:19.875rem;height:16.4375rem;top:24.5859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD { display:block; }#w2eM44oHdf2Rh31kRSi2lwIXJECsIrVD > .row .container { width:20rem;height:60.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iDxGSqqHrZrzaD6Jf4FNFM5NhZTLO2p2 { width:20rem;height:16.4375rem;top:8.1484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #acwxscULRROxVvf3xREV3P5OcZFiv9U1 { width:19.9980625rem;height:5.52344375rem;top:27.0625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iCrPD7ZJH1BaW9Ka4tQmiThmO9k0y5H9 { width:20rem;height:5.52344375rem;top:52.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B4tJN4aIQwx4zyV1nIf8PFxssFBG9soD { width:20rem;height:16.4375rem;top:35rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd { display:block; }#d57tAnzdoV7ZOMzXUpDH7ZE4xykDJULd > .row .container { width:20rem;height:51.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ee5uLBifo1OmXhAKuDRePQ1cOeBtfysb { width:20rem;height:16.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJGCpHNifmMwNOgdLAPcOrDnAfC4Mi9u { width:19.9980625rem;height:5.52344375rem;top:17.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ka9H87uB7uqeEANxGeP9u7qNPIs8V2Sd { width:20rem;height:5.52344375rem;top:43rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #twRic1TvRbkfsFywJCqlCARx43zBQbsb { width:20rem;height:16.4375rem;top:25.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI { display:block; }#XlaWr3Cfbrb7WZ8UCwhNSLGmstbclFaI > .row .container { width:20rem;height:55.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EaT2fbZBWVSnRZpUd2841v2zC9TpSXHF { width:20rem;height:5.52344375rem;top:20.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n9iFPOccChod4Zpa4yqMkP15fOdH5r2K { width:20rem;height:16.4375rem;top:1.9375rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcAXSIbFHRgvNWs9LCf5Viv53FXKy8Ty { width:20rem;height:5.52344375rem;top:49.2109375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GEc4516rdmNmlVI30uZHWTFM2bsSa2wv { width:19.875rem;height:16.4375rem;top:30.3359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 { display:block; }#SJqirvZJwhFgthd34SpPx2e2n9IJqzf2 > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iu6m48dMH7HLfKWOZkA8tUp7m7laN9xU { width:20rem;height:5.52344375rem;top:22.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AR3vVvVK9UsQSLGQykogToMcFliG1VdO { width:20rem;height:16.4375rem;top:4.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbmFSsCLFkyOugfWx3Kg5nFTCeUHyNuJ { width:20rem;height:5.52344375rem;top:51.1484375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTTcOzRFXIJOzs68CRAUb4ywcMfkkRkn { width:19.875rem;height:16.4375rem;top:31.9609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXJQaEB8aeKkhFmmZKSTEQux352mm5He { display:block; }#MXJQaEB8aeKkhFmmZKSTEQux352mm5He > .row .container { width:20rem;height:39.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qMzJH3zqLVaAnCRmzLz0AxkiMGCWaDlM { width:20rem;height:11.857662500111rem;top:18.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oll5N57HJteoOWuCTwD6z2ISIAZx3fTB { width:19.9980625rem;height:23.2324625rem;top:1.6806640625rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Eb3lJkQRSws0ymlcMLTmPI2GpTutBn4o { top:27.8134765625rem;left:3.75rem;width:12.4980625rem;height:5.43555rem;z-index:15000;overflow:hidden;display:block; }
 }