.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:244,221,220;--color-primary-1:219,140,140;--color-primary-2:183,25,24;--color-primary-3:92,13,12;--color-primary-4:27,4,4;--color-secondary-0:255,255,255;--color-secondary-1:244,244,244;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:44,44,44;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Nunito Sans";--paragraphs-font-family:"Nunito Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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;z-index:auto;display:block; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row .container { background-color: transparent; background-image: none; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row .container > .video-iframe-container { display: none; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row > .video-iframe-container { display: none; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .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); }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row .container { border-width: 0; border-radius: 0; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#UyxywCtEF95GZa2C1MyTXryO7rKKP8G0 { 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:2.375rem;width:11.875rem;top:0.8125rem;left:0rem;overflow:hidden;display:block; }
#QQZMEI3UMTIgeWsHZEHAIgys3IvDU1qp { color:rgba(var(--color-tertiary-4),1);display:block;width:6rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:0.57470703125rem;left:22.38232421875rem;height:3.03780625rem;display:block; }
#OZhwc2qs4O885Bm93TVH7IJUJaWUCLIw { color:rgba(var(--color-tertiary-4),1);display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:2.7;letter-spacing:0;top:0.57470703125rem;left:31.068359375rem;height:3.03780625rem;display:block; }
#OLOr8aRZGmMObHMlNFFHhA5cATq25NXE { color:rgba(var(--color-primary-2),1);display:block;width:12.6871875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:2.7;letter-spacing:0;top:0.57454425096512rem;left:62.312824249267rem;height:3.03780625rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de3b9a56-f418-40ab-a02c-d74bbafc3b21/spider4web_In_a_bright_spacious_Scandinavianstyle_room_a_45_1d921268f968472486c34f1087eba800_3.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.5); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:83.75rem;width:75rem;overflow:visible;position:relative;display:block; }#gnFt2Vp4moPzyAlpAW8JCNOTO8esLsrU { color:rgba(var(--color-tertiary-0),1);display:block;width:36.998rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:18.548583984375rem;left:0rem;height:8.125rem;display:block; }
#BvrdiLBKH2zMO0XcLpWfRJDrVNTt0hsL { color:rgba(var(--color-tertiary-0),1);display:block;width:43.873625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:27.839660644531rem;left:0rem;height:5.362725rem;font-style:normal;display:block; }
#M1TfTJUANvbI0p2XkusQGviXwd48Vgt5 { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.99954375rem;width:0.061798125rem;top:11.749267578125rem;left:1.2184143066406rem;display:block; }
#mLPErR2x1ygiVDBANkT21kvcPUOnts2c { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1;letter-spacing:0;top:36.75rem;left:2.875rem;height:11.251375rem;display:block; }
#TiVsbEqJWvQGeIpHHUcBxT2JhIKaSnSm { color:rgba(var(--color-primary-2),1);display:block;width:19.936375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:19.422912597656rem;left:45.906066894531rem;height:4.72516875rem;font-style:normal;display:block; }
#EZaNywnDfSinvcKQSuGbzg9AfUfL94T7 { color:rgba(var(--color-tertiary-4),1);display:block;width:24.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15005;line-height:1;letter-spacing:0;top:24.988525390625rem;left:45.906066894531rem;height:5.31180625rem;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; }
#IhyWc8oxmPd67A0ry0f5gOxh3FD5BZf0 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:36.75rem;left:26.4375rem;height:12.37651875rem;display:block; }
#iGoLQqf8fe3tI2alTCRX8PPX2hnfwrfd { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:64.75rem;width:31.1875rem;top:17.4375rem;left:43.8125rem;display:block; }
#GSJ1GXnRK3Zxrx40brms99cg54G2WB4I { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.75rem;left:23.5rem;overflow:hidden;display:block; }
#VuxIfc7vMfdZD15N2uFIUMAx1NAKTnz3 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.874025rem;width:1.874025rem;top:43.0625rem;left:23.5rem;overflow:hidden;display:block; }
#sduf5wma7MagP4DmcLdg2VkUP3e0nFCO { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:36.25rem;left:0.3125rem;overflow:hidden;display:block; }
#IeirZs7xhffcJRRWan2KGNVFZth0VMgG { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:43.0625rem;left:0rem;overflow:hidden;display:block; }
#wEEF5MQkUwwFtXDiI91itcQDph0wgGbv { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:36.25rem;left:23.5rem;overflow:hidden;display:block; }
#kVDdm9Viq2iGS68x8ugeyowArMGTX59S { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:46.375rem;left:23.5rem;overflow:hidden;display:block; }
#TtbrP6PW4bqI7PrZEQhDkTcDdPosRtHL { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.75rem;left:0rem;overflow:hidden;display:block; }
#xFhaJZfLDmTPTgXs5D1y1gmAfEAg45ds { color:rgba(var(--color-secondary-4),1);display:block;width:24.6245rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15008;line-height:.9;letter-spacing:0;top:73.3740234375rem;left:47.0927734375rem;height:2.47349375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yo7TuNklZeFRL5dPgCTZ1kOCLavIfGRu { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:12.5rem;top:71.875rem;left:53.15625rem;display:block; }
#ymD2JapI1XtS1uTHMfLeKky8Ttz0N0zc { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:1.8125rem;top:46.4375rem;left:0rem;overflow:hidden;display:block; }
#Td8dIB8ge979JfLygkTPZVxUAWtA4wSO { position:absolute;display:block;z-index:15023;height:43.75rem;width:30.4375rem;top:29.2783203125rem;left:44.2490234375rem;display:block; }
#g7hUdHQaOKlwpeGBKA7vBSqDBrch4tOq { color:rgba(var(--color-tertiary-4),1);display:block;width:25.187rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:76.748046875rem;left:46.8115234375rem;height:4.4991625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JVgyyuTo6CRpAr85RzABTsXA7Z2eEsNh { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.375rem;width:8.875rem;top:7.65625rem;left:65.71875rem;overflow:hidden;display:block; }
#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34c6056e-59a4-4910-a567-e9389e60f84e/Astrology_camera_Ariete20x180_Vergine15x7420x180.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1.adaptive-delivery-prevent-bg, #F2OtJRJepomhttWwXM3cWCWyyye2dTT1.lazyload, #F2OtJRJepomhttWwXM3cWCWyyye2dTT1.lazyloading { background-image: none; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row .container { border-width: 0; border-radius: 0; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;overflow:visible;position:relative;display:none; }#WDRKaDZAPBMImStuTZLKfnw3Zf91c9kV { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:62.5rem;width:28.75rem;display:none; }
#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34c6056e-59a4-4910-a567-e9389e60f84e/Astrology_camera_Ariete20x180_Vergine15x7420x180.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A.adaptive-delivery-prevent-bg, #qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A.lazyload, #qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A.lazyloading { background-image: none; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row .container { border-width: 0; border-radius: 0; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;overflow:visible;position:relative;display:none; }#hIRZcc76AkEKK2W8I5rpTpOUQ6LylEPl { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22.5rem;left:0rem;height:5.6875rem;font-style:normal;display:block; }
#Z8lsZQzCWWS8ODp2liCiZodnt6rxTTD3 { color:rgba(var(--color-primary-2),1);display:block;width:26.2498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:16.8740234375rem;left:48.75rem;height:3.1494125rem;font-style:normal;display:block; }
#IeiJSxcEBm6TvL7Hu1BXES63AyrJakX5 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:27.5625rem;top:13.625rem;left:47.4375rem;display:block; }
#f3NzTQ4mK27XeKDpGivvATXTDKKbQAfk { position:absolute;display:block;z-index:15023;height:20.5rem;width:27.0625rem;top:29.125rem;left:47.6875rem;display:none; }
#wiGBgXpkb3SUU0lDAVoIXao6DX4Loixb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:6.5rem;top:25.4375rem;left:1.1875rem;display:none; }
#nxFTUMOvG12Lnxu6yyrJSEt9ANTTqwat { color:rgba(var(--color-tertiary-4),1);display:block;width:23.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:67.3125rem;left:49.375rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:none; }
#VqluJNxb8SkEPvAPhc9pEvTqapOao36c { color:rgba(var(--color-tertiary-4),1);display:block;width:37rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:22.5rem;left:0rem;height:5.6875rem;font-style:normal;display:none; }
#wklufmaVNnvcPyoIA1nQGuy6RUIBeTqq { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#vgJ8H85wZrpRrcvqGZJlSWyiBVtfC4pi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34c6056e-59a4-4910-a567-e9389e60f84e/Astrology_camera_Ariete20x180_Vergine15x7420x180.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN.adaptive-delivery-prevent-bg, #PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN.lazyload, #PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN.lazyloading { background-image: none; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row .container { border-width: 0; border-radius: 0; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row .container { font-size:0.875rem;font-family:arial;height:62.5rem;width:75rem;overflow:visible;position:relative;display:none; }#MoKGzrBqeiZNEih2cJGJPdVJVSU28JP7 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:2.7;letter-spacing:0;top:30rem;left:2.5rem;height:69.85358125rem;display:block; }
#JI3ZAD0RxTNpTqBSuTmf4vyONWbxm5uz { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.4375rem;left:0rem;overflow:hidden;display:block; }
#ITQESQCJLM8Z0p1r1aHyktZrXn3oMOmk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.5rem;left:0rem;overflow:hidden;display:block; }
#bLbhMpiwszECitBaLEwx4r7gIUsKBu5e { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8743125rem;width:1.8743125rem;top:42.622668743134rem;left:0rem;overflow:hidden;display:block; }
#g67t6srv6zk8qvFROtfeWixVIQxRTIuI { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:39.5625rem;left:20.8125rem;overflow:hidden;display:block; }
#aZMOHKPSgQRB1xEwD2feaG3qUUcgTTwT { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:42.625rem;left:20.8125rem;overflow:hidden;display:block; }
#m7TuV3A621cKaA5othIGW9r79W3SNzPp { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.5rem;left:0rem;overflow:hidden;display:none; }
#EUJFLfxpx5LmglfQVlTVBrW4tzU84CQD { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.4375rem;left:0rem;overflow:hidden;display:none; }
#uNmd5ZWUx8cSSF4a9ieGCgtJCV9QlKBE { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:30.4375rem;left:0rem;overflow:hidden;display:none; }
#QIn4I5vNo0JBbxdZdcHZqnwX6pOiNBN4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6875rem;left:6.875rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dfiQbAWTXaK99by75SBQ99cdTiNl72CU { position:relative;display:block; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU { background-color: transparent; background-image: none; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row .container > .video-iframe-container { display: none; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row > .video-iframe-container { display: none; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .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); }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU { border-width: 0; border-radius: 0; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .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; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:62.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RzbdZFTbmxieT9lshwCEU7qbm9dE4fa3 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:45.1875rem;width:61.8125rem;top:13rem;left:6.59375rem;overflow:hidden;display:block; }
#woA2la3KDQ0DVTS3SoI4gJ8VGHaUmDe6 { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:5.6875rem;left:18.75rem;height:5.24971875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kn4suw8IMsLo4u1ye6mudsq6UpNBhvZD { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:1.5480041503906rem;left:18.75rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 { position:relative;display:none; }#hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 { border-width: 0; border-radius: 0; }#hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 > .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; }#hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:60.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#tJVDHtT60vANqG9f3QcoWA5meF01EZcv { 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:39.25rem;width:24.1875rem;top:17.5625rem;left:6.875rem;overflow:hidden;display:block; }
#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container { background-color: transparent; background-image: none; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container > .video-iframe-container { display: none; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row > .video-iframe-container { display: none; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .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); }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container { border-width: 0; border-radius: 0; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container { font-size:0.875rem;font-family:arial;height:36.1875rem;width:75rem;position:relative;display:block; }#ISTa5hwSVrnfuEcIJTWpWftH3pAnFz82 { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:6.59814453125rem;left:45.875rem;height:2.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:8.927734375rem;left:45.875rem;height:5.43805625rem;display:block; }#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g li:before{  }
#Lo1Xm8EF13C1tNIDqvKq6RrfMCRuluoH { color:rgba(var(--color-primary-2),1);display:block;width:37.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15007;line-height:1.2;letter-spacing:0;top:6.59814453125rem;left:0rem;height:10.499425rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#BTmD7gdXnllxuRmRHfyxtCk5Sf9Hb2Qn { color:rgba(var(--color-tertiary-4),1);display:block;width:34.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.2;letter-spacing:0;top:18.94091796875rem;left:0rem;height:13.4974875rem;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; }
#hxz1f8dUXN5TAQvzdKdZwt5rfz12lUrX { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:16.25rem;left:45.875rem;height:2.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#STmQ6X9EA7X2kWcG24OhtR728STAFUIM { color:rgba(var(--color-tertiary-4),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1;letter-spacing:0;top:18.5625rem;left:45.875rem;height:;display:block; }#STmQ6X9EA7X2kWcG24OhtR728STAFUIM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#STmQ6X9EA7X2kWcG24OhtR728STAFUIM li:before{  }
#p5JdzmwpQLEacsuPiTmOTLdMTH3SgAST { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:26.0625rem;left:45.875rem;height:2.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zuUqg8vauUw0X9dtVO1oDPOVpLUyAWZZ { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:28.375rem;left:45.875rem;height:4.00041875rem;display:block; }#zuUqg8vauUw0X9dtVO1oDPOVpLUyAWZZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zuUqg8vauUw0X9dtVO1oDPOVpLUyAWZZ li:before{  }
#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row .container { background-color: transparent; background-image: none; }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row .container > .video-iframe-container { display: none; }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row > .video-iframe-container { display: none; }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .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); }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row .container { border-width: 0; border-radius: 0; }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row .container { font-size:0.875rem;font-family:arial;height:17rem;width:75rem;position:relative;display:block; }#p93F55OJT7oSf4alyl52EJ1PDZqnbRT1 { color:rgba(var(--color-primary-2),1);display:block;width:21.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:1.9375rem;left:26.625rem;height:2.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRt9S87KhzGBsp5Ze7WvT6PTs2TJfxP8 { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.2;letter-spacing:0;top:5.0618495941162rem;left:15.9375rem;height:2.6995rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#ONDizVrJCMQkmuEZCDZyFt28palrqR9b { color:rgba(var(--color-tertiary-4),1);display:block;width:43.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15013;line-height:1.2;letter-spacing:0;top:9.1227226257325rem;left:15.9375rem;height:4.04924375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fff3e7cf-290c-4cb5-a8a5-a9bbbf69fbaf/spider4web_In_a_bright_spacious_Scandinavianstyle_room_a_45_1d921268f968472486c34f1087eba800_3.preview.mirror.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7.adaptive-delivery-prevent-bg, #uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7.lazyload, #uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7.lazyloading { background-image: none; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row .container { background-color: transparent; background-image: none; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row .container > .video-iframe-container { display: none; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.69); }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row > .video-iframe-container { display: none; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .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); }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row .container { border-width: 0; border-radius: 0; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:block; }#EXaH6xLnSsbGymL6MUMSV8SfemIFJuSA { 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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6871875rem;height:3.1868rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:18.499755859375rem;left:8.4358215332031rem;display:block; }
#XWdl2wFzhpNi6uRiKmSVZoHF06O1sEyX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EGalKRI9gStvEQQut0hbrmIS0EMFmktn { color:rgba(var(--color-tertiary-1),1);display:block;width:34.999875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:7.9055786132812rem;left:3.2806396484375rem;height:5.6863875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FydTHkvTBucxHfuFAKTllElgPVnpH9vx { color:rgba(var(--color-tertiary-1),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:14.3125rem;left:3.375rem;height:1.94970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ieTkJL4PNVUOL8P6I6J0crdtfBKL4HxP { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.49960625rem;width:0.124359375rem;top:3.2493591308594rem;left:21.343231201172rem;display:block; }
#ZmTrvEqR1e0uJnooCXTL6HiGhEoNsQHf { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.8744375rem;width:10.437rem;top:2.7175903320312rem;left:43.212890625rem;overflow:hidden;display:block; }
#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac9aa3d6-18ff-4d51-8861-c4df7ed62796/Easytopdesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF.adaptive-delivery-prevent-bg, #n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF.lazyload, #n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF.lazyloading { background-image: none; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row .container { border-width: 0; border-radius: 0; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:75rem;position:relative;display:none; }#zCFPg3z79xWsi6mB9LLTq93hGiDMDPzV { 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:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.6875rem;height:3.1875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:16.5rem;left:9.0625rem;display:block; }
#WvZN2QswypTgHyueBWSM2gSyn9AAPGSQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t4p3TUGSqIQXvdvy2EvTd0ZkZowwO6NF { color:rgba(var(--color-tertiary-1),1);display:block;width:39.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:10.90625rem;left:1.5625rem;height:2.843425rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lT8FBFBZzGiTADwcrDCSoVXJOLRuRHXH { color:rgba(var(--color-tertiary-1),1);display:block;width:36.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:13.6875rem;left:4rem;height:1.9504625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gfl4hz4Tl2Gs7FayrtwNQRtka9miZbxd { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:0.125rem;top:5.6875rem;left:21.375rem;display:block; }
#gr27nrX2Q4tIwihEkTCPMfpAh9UZ4R45 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:62.5rem;width:28.75rem;display:none; }
#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip { position:relative;display:block; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip { background-color: transparent; background-image: none; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row .container > .video-iframe-container { display: none; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row > .video-iframe-container { display: none; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .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); }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip { border-width: 0; border-radius: 0; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .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; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eWT0JP4dxB0n2kuUCJMsEqZhSVm0PIkk { color:rgba(var(--color-tertiary-4),1);display:block;width:34.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9rem;left:0rem;height:5.68638125rem;font-style:normal;display:block; }
#NB5UXbNqoTqfyPnLixu7DOldw5L7AKht { color:rgba(var(--color-tertiary-4),1);display:block;width:35.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:16.25rem;left:0rem;height:19.7963375rem;display:block; }
#TAl2egeToh7TpuWWqV9Dx0XAtT82xr4s { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:2.75rem;left:0rem;display:block; }
#rZeKOn5XCLl41yeLNZ1hxluu5pnQ9yMk { position:absolute;display:block;z-index:15007;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:25.0625rem;width:37.625rem;top:7.75rem;left:37.375rem;overflow:hidden;display:block; }
#c6XqT0qUVLq2MzXCKS1ZaUqdIN2lQd21 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:3.25rem;top:31.125rem;left:46.9375rem;overflow:hidden;display:block; }
#OiUy5uXLpTHUQgD8xII68uIXPWu9PLtS { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:31rem;left:51.75rem;overflow:hidden;display:block; }
#xnrtThczeohFhLtf7mQ4BEXp7Ev0dXhy { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:4.125rem;top:31.625rem;left:56.6875rem;overflow:hidden;display:block; }
#bW5SIwduspwip52y9hpOnXt392m1VG3m { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:3.3125rem;top:30.75rem;left:62.3125rem;overflow:hidden;display:block; }
#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de3b9a56-f418-40ab-a02c-d74bbafc3b21/spider4web_In_a_bright_spacious_Scandinavianstyle_room_a_45_1d921268f968472486c34f1087eba800_3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts.adaptive-delivery-prevent-bg, #Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts.lazyload, #Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts.lazyloading { background-image: none; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row .container { background-color: transparent; background-image: none; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.37); }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row .container > .video-iframe-container { display: none; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.37); }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row > .video-iframe-container { display: none; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .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); }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row .container { border-width: 0; border-radius: 0; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row .container { font-size:0.875rem;font-family:arial;height:63.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#QxqvTVxVOEnLaR8U2r5UxslVTb92UsqQ { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:12.375rem;left:5.25rem;display:block; }
#OrnWf0QBcAkpDRZOBHbwTVkUZbPO3wNL { color:rgba(var(--color-tertiary-0),1);display:block;width:26.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:19.686685562134rem;left:2.4991874694824rem;height:10.3125rem;font-style:normal;display:block; }
#QcZIQWMB8PsVQfXZ0becXZzQsGUktTNr { color:rgba(var(--color-tertiary-0),1);display:block;width:37.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:31.981576919556rem;left:2.0621757507324rem;height:14.697275rem;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; }
#uIKuvnCaDu1kNHSkvokg0K9lvwpETwUT { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:51.75rem;width:27.5625rem;top:9.3740234375rem;left:41.25rem;display:block; }
#oz5oadAm1dmkXvuNPz9mJgFXA1kTiJOu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:6.9375rem;top:1.6875rem;left:60.96875rem;overflow:hidden;display:block; }
#iegdRRf2ycWmakgqDB0OMuhSK3rDzC0q { position:absolute;display:block;z-index:15025;height:40.1875rem;width:27.0625rem;top:18.865234375rem;left:41.5rem;display:block; }
#f8ufkGxUMazXS7n3yXmROgx5iqLI0Tqg { color:rgba(var(--color-secondary-4),1);display:block;width:24.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15010;line-height:.9;letter-spacing:0;top:12.375rem;left:42.15625rem;height:4.946975rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#L22OK2VmT1ubUHHmQs9IsNgILE9FpR48 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:47.933755874634rem;left:2.0621757507324rem;height:5.249025rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34c6056e-59a4-4910-a567-e9389e60f84e/Astrology_camera_Ariete20x180_Vergine15x7420x180.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K.adaptive-delivery-prevent-bg, #QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K.lazyload, #QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K.lazyloading { background-image: none; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row .container { border-width: 0; border-radius: 0; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;overflow:visible;position:relative;display:none; }#Z6Gv065wGFO9zB9yeuJN2a9oCJClCepW { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top: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:62.5rem;width:28.75rem;display:none; }
#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34c6056e-59a4-4910-a567-e9389e60f84e/Astrology_camera_Ariete20x180_Vergine15x7420x180.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR.adaptive-delivery-prevent-bg, #bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR.lazyload, #bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR.lazyloading { background-image: none; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container { border-width: 0; border-radius: 0; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container { font-size:0.875rem;font-family:arial;height:52rem;width:75rem;overflow:visible;position:relative;display:none; }#PyLILaKTRaoLbaZnhcz8geDTyCQPPgFy { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.9375rem;width:27.5625rem;top:9.4375rem;left:41.25rem;display:block; }
#MIpIThrWPS6XJ6coFAnKtHi4nJJpcm4f { position:absolute;display:block;z-index:15024;height:20.4998125rem;width:27.0623125rem;top:21.508343607187rem;left:41.498580932618rem;display:none; }
#ubqP5OGk3r1r3iFv8Ov4LRmtyeBW3A5I { color:rgba(var(--color-tertiary-0),1);display:block;width:26.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:19.6875rem;left:4.0625rem;height:10.3125rem;font-style:normal;display:block; }
#IHC1yW9D1fRJNgvFahLzBG291oRo8m42 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:32.249691367149rem;left:4.0612983703613rem;height:7.34863125rem;display:block; }
#DGDXcv7vQABrT9ZpkKpvaFUuw4v83rp8 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.9355625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:47.933755874634rem;left:2.0621757507324rem;height:1.50065rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#JMkvXJMptTOqm1hxXKoS7OpQJeXyMGkL { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:0.0625rem;top:12.375rem;left:5.25rem;display:block; }
#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg { position:relative;display:block; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg { background-color: transparent; background-image: none; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row .container > .video-iframe-container { display: none; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row > .video-iframe-container { display: none; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .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); }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg { border-width: 0; border-radius: 0; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .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; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uNMq03r9MdqX79S9hltcuptCSeqcqqI9 { 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:1.25rem;width:6.1875rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#OkWBkMLdgIPqPWygrAD8dQmgK5L46mHS { color:rgba(var(--color-tertiary-4),1);display:block;width:50.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:3.9375rem;left:8.0625rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#QMbvS1940zmCTPK1Dhf8vgLFCZp1V1p8 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:4.0625rem;left:54.1875rem;height:1.20035625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW { display:block; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyxywCtEF95GZa2C1MyTXryO7rKKP8G0 { top:0.8125rem;left:0rem;width:11.875rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQZMEI3UMTIgeWsHZEHAIgys3IvDU1qp { top:0.5625rem;left:8.75732421875rem;width:6rem;height:3.038025rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZhwc2qs4O885Bm93TVH7IJUJaWUCLIw { top:0.5625rem;left:17.443359375rem;width:10.25rem;height:3.038025rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLOr8aRZGmMObHMlNFFHhA5cATq25NXE { top:0.5625rem;left:35.125rem;width:12.625rem;height:3.038025rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnFt2Vp4moPzyAlpAW8JCNOTO8esLsrU { top:18.5rem;left:0rem;width:36.9375rem;height:8.123775rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvrdiLBKH2zMO0XcLpWfRJDrVNTt0hsL { top:27.8125rem;left:0rem;width:43.8125rem;height:5.3604125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1TfTJUANvbI0p2XkusQGviXwd48Vgt5 { top:11.6875rem;left:0rem;width:0;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLPErR2x1ygiVDBANkT21kvcPUOnts2c { top:36.75rem;left:0rem;width:16.4375rem;height:11.253375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TiVsbEqJWvQGeIpHHUcBxT2JhIKaSnSm { top:19.375rem;left:27.875rem;width:19.875rem;height:4.72411875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZaNywnDfSinvcKQSuGbzg9AfUfL94T7 { top:24.9375rem;left:23.4375rem;width:24.3125rem;height:5.313875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhyWc8oxmPd67A0ry0f5gOxh3FD5BZf0 { top:36.75rem;left:12.8125rem;width:15rem;height:12.37870625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGoLQqf8fe3tI2alTCRX8PPX2hnfwrfd { top:17.4375rem;left:16.5625rem;width:31.1875rem;height:64.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSJ1GXnRK3Zxrx40brms99cg54G2WB4I { top:39.75rem;left:9.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuxIfc7vMfdZD15N2uFIUMAx1NAKTnz3 { top:43.0625rem;left:9.875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sduf5wma7MagP4DmcLdg2VkUP3e0nFCO { top:36.25rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeirZs7xhffcJRRWan2KGNVFZth0VMgG { top:43.0625rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEEF5MQkUwwFtXDiI91itcQDph0wgGbv { top:36.25rem;left:9.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVDdm9Viq2iGS68x8ugeyowArMGTX59S { top:46.375rem;left:9.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbrP6PW4bqI7PrZEQhDkTcDdPosRtHL { top:39.75rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFhaJZfLDmTPTgXs5D1y1gmAfEAg45ds { top:73.3125rem;left:23.1875rem;width:24.5625rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yo7TuNklZeFRL5dPgCTZ1kOCLavIfGRu { top:71.875rem;left:35.25rem;width:12.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymD2JapI1XtS1uTHMfLeKky8Ttz0N0zc { top:46.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8dIB8ge979JfLygkTPZVxUAWtA4wSO { top:29.25rem;left:17.3125rem;width:30.4375rem;height:43.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7hUdHQaOKlwpeGBKA7vBSqDBrch4tOq { top:76.6875rem;left:22.625rem;width:25.125rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVgyyuTo6CRpAr85RzABTsXA7Z2eEsNh { top:7.625rem;left:38.875rem;width:8.875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2OtJRJepomhttWwXM3cWCWyyye2dTT1 { display:block; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDRKaDZAPBMImStuTZLKfnw3Zf91c9kV { width:28.75rem;height:62.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A { display:none; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hIRZcc76AkEKK2W8I5rpTpOUQ6LylEPl { top:9.0625rem;left:0rem;width:19.9375rem;height:4.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lsZQzCWWS8ODp2liCiZodnt6rxTTD3 { top:18.875rem;left:0rem;width:16.375rem;height:4.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeiJSxcEBm6TvL7Hu1BXES63AyrJakX5 { top:13.625rem;left:20.1875rem;width:27.5625rem;height:22.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NzTQ4mK27XeKDpGivvATXTDKKbQAfk { top:29.125rem;left:20.6875rem;width:27.0625rem;height:20.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wiGBgXpkb3SUU0lDAVoIXao6DX4Loixb { top:25.4375rem;left:0rem;width:17.5rem;height:6.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nxFTUMOvG12Lnxu6yyrJSEt9ANTTqwat { top:33.8125rem;left:0rem;width:16.3125rem;height:7.5rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VqluJNxb8SkEPvAPhc9pEvTqapOao36c { top:0.9375rem;left:0rem;width:19.9375rem;height:4.375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wklufmaVNnvcPyoIA1nQGuy6RUIBeTqq { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #vgJ8H85wZrpRrcvqGZJlSWyiBVtfC4pi { display:block; }
 }@media only screen and (max-width: 763px) { #PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN { display:none; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MoKGzrBqeiZNEih2cJGJPdVJVSU28JP7 { top:11.8125rem;left:0rem;width:16.1875rem;height:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JI3ZAD0RxTNpTqBSuTmf4vyONWbxm5uz { top:30.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQESQCJLM8Z0p1r1aHyktZrXn3oMOmk { top:33.5rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLbhMpiwszECitBaLEwx4r7gIUsKBu5e { top:42.5625rem;left:0rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g67t6srv6zk8qvFROtfeWixVIQxRTIuI { top:39.5625rem;left:7.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZMOHKPSgQRB1xEwD2feaG3qUUcgTTwT { top:42.625rem;left:7.1875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TuV3A621cKaA5othIGW9r79W3SNzPp { top:33.5rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EUJFLfxpx5LmglfQVlTVBrW4tzU84CQD { top:30.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uNmd5ZWUx8cSSF4a9ieGCgtJCV9QlKBE { top:30.4375rem;left:0rem;width:1.875rem;height:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QIn4I5vNo0JBbxdZdcHZqnwX6pOiNBN4 { top:2.3125rem;left:0rem;width:20rem;height:8.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfiQbAWTXaK99by75SBQ99cdTiNl72CU { display:block; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzbdZFTbmxieT9lshwCEU7qbm9dE4fa3 { top:13rem;left:0rem;width:47.75rem;height:34.907229524772rem;display:block; }
 }@media only screen and (max-width: 763px) { #woA2la3KDQ0DVTS3SoI4gJ8VGHaUmDe6 { top:5.6875rem;left:5.125rem;width:37.5rem;height:5.249025rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kn4suw8IMsLo4u1ye6mudsq6UpNBhvZD { top:1.5rem;left:5.125rem;width:37.5rem;height:2.39944375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 { display:block; }#hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJVDHtT60vANqG9f3QcoWA5meF01EZcv { top:17.5625rem;left:0rem;width:24.1875rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew { display:block; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISTa5hwSVrnfuEcIJTWpWftH3pAnFz82 { top:6.5625rem;left:25.4375rem;width:21.75rem;height:2.2995rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g { top:8.875rem;left:23.875rem;width:23.875rem;height:4.93698125rem;font-size:1rem;display:block; }#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g li:before{  }
 }@media only screen and (max-width: 763px) { #Lo1Xm8EF13C1tNIDqvKq6RrfMCRuluoH { top:6.5625rem;left:0rem;width:37.5rem;height:10.498075rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTmD7gdXnllxuRmRHfyxtCk5Sf9Hb2Qn { top:18.9375rem;left:0rem;width:34.4375rem;height:10.8009375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxz1f8dUXN5TAQvzdKdZwt5rfz12lUrX { top:16.25rem;left:25.4375rem;width:21.75rem;height:2.2995rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STmQ6X9EA7X2kWcG24OhtR728STAFUIM { top:18.5rem;left:23.9375rem;width:23.8125rem;height:;font-size:1rem;display:block; }#STmQ6X9EA7X2kWcG24OhtR728STAFUIM li:before{  }
 }@media only screen and (max-width: 763px) { #p5JdzmwpQLEacsuPiTmOTLdMTH3SgAST { top:26.0625rem;left:25.4375rem;width:21.75rem;height:2.2995rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuUqg8vauUw0X9dtVO1oDPOVpLUyAWZZ { top:28.375rem;left:21.5625rem;width:26.1875rem;height:3.624725rem;font-size:1rem;display:block; }#zuUqg8vauUw0X9dtVO1oDPOVpLUyAWZZ li:before{  }
 }@media only screen and (max-width: 763px) { #ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt { display:block; }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p93F55OJT7oSf4alyl52EJ1PDZqnbRT1 { top:1.9375rem;left:13rem;width:21.75rem;height:2.2995rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRt9S87KhzGBsp5Ze7WvT6PTs2TJfxP8 { top:5rem;left:2.3125rem;width:43.125rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONDizVrJCMQkmuEZCDZyFt28palrqR9b { top:9.0625rem;left:2.3125rem;width:43.125rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 { display:block; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXaH6xLnSsbGymL6MUMSV8SfemIFJuSA { width:24.625rem;height:3.125rem;top:18.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XWdl2wFzhpNi6uRiKmSVZoHF06O1sEyX { display:block; }
 }@media only screen and (max-width: 763px) { #EGalKRI9gStvEQQut0hbrmIS0EMFmktn { top:7.875rem;left:0rem;width:34.9375rem;height:4.2251625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FydTHkvTBucxHfuFAKTllElgPVnpH9vx { top:14.3125rem;left:0rem;width:36rem;height:1.9493125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieTkJL4PNVUOL8P6I6J0crdtfBKL4HxP { top:3.1875rem;left:7.7182312011719rem;width:0.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTrvEqR1e0uJnooCXTL6HiGhEoNsQHf { top:2.6875rem;left:29.587890625rem;width:10.375rem;height:22.738554092412rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF { display:none; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zCFPg3z79xWsi6mB9LLTq93hGiDMDPzV { width:24.6875rem;height:3.1875rem;top:16.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvZN2QswypTgHyueBWSM2gSyn9AAPGSQ { display:block; }
 }@media only screen and (max-width: 763px) { #t4p3TUGSqIQXvdvy2EvTd0ZkZowwO6NF { top:5.9375rem;left:0rem;width:20rem;height:3.875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lT8FBFBZzGiTADwcrDCSoVXJOLRuRHXH { top:11.125rem;left:0rem;width:20rem;height:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfl4hz4Tl2Gs7FayrtwNQRtka9miZbxd { top:5.6875rem;left:7.75rem;width:0.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr27nrX2Q4tIwihEkTCPMfpAh9UZ4R45 { width:28.75rem;height:62.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UCTlUuscwm9sULFR5wpL5DiRhXhhVtip { display:block; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWT0JP4dxB0n2kuUCJMsEqZhSVm0PIkk { top:9rem;left:0rem;width:34.3125rem;height:4.87518125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NB5UXbNqoTqfyPnLixu7DOldw5L7AKht { top:16.25rem;left:0rem;width:35rem;height:15.9988625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAl2egeToh7TpuWWqV9Dx0XAtT82xr4s { top:2.75rem;left:0rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZeKOn5XCLl41yeLNZ1hxluu5pnQ9yMk { top:7.75rem;left:0rem;width:37.625rem;height:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6XqT0qUVLq2MzXCKS1ZaUqdIN2lQd21 { top:31.125rem;left:26.5rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUy5uXLpTHUQgD8xII68uIXPWu9PLtS { top:31rem;left:31.3125rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnrtThczeohFhLtf7mQ4BEXp7Ev0dXhy { top:31.625rem;left:36.25rem;width:4.0625rem;height:2.5851545167723rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW5SIwduspwip52y9hpOnXt392m1VG3m { top:30.75rem;left:41.875rem;width:3.25rem;height:3.9862401594119rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts { display:block; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxqvTVxVOEnLaR8U2r5UxslVTb92UsqQ { top:12.375rem;left:0rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OrnWf0QBcAkpDRZOBHbwTVkUZbPO3wNL { top:19.625rem;left:0rem;width:26.4375rem;height:4.12445rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcZIQWMB8PsVQfXZ0becXZzQsGUktTNr { top:31.9375rem;left:0rem;width:37.1875rem;height:13.12180625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uIKuvnCaDu1kNHSkvokg0K9lvwpETwUT { top:9.3125rem;left:20.1875rem;width:27.5625rem;height:51.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz5oadAm1dmkXvuNPz9mJgFXA1kTiJOu { top:1.6875rem;left:40.8125rem;width:6.9375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iegdRRf2ycWmakgqDB0OMuhSK3rDzC0q { top:18.8125rem;left:20.6875rem;width:27.0625rem;height:40.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ufkGxUMazXS7n3yXmROgx5iqLI0Tqg { top:12.3125rem;left:23.1875rem;width:24.5625rem;height:4.9469rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L22OK2VmT1ubUHHmQs9IsNgILE9FpR48 { top:47.875rem;left:0rem;width:23.875rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K { display:none; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Z6Gv065wGFO9zB9yeuJN2a9oCJClCepW { width:28.75rem;height:62.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR { display:block; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyLILaKTRaoLbaZnhcz8geDTyCQPPgFy { top:9.4375rem;left:20.1875rem;width:27.5rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIpIThrWPS6XJ6coFAnKtHi4nJJpcm4f { top:21.5rem;left:20.6875rem;width:27rem;height:20.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ubqP5OGk3r1r3iFv8Ov4LRmtyeBW3A5I { top:8.1875rem;left:0rem;width:20rem;height:5.7746875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHC1yW9D1fRJNgvFahLzBG291oRo8m42 { top:15.25rem;left:0rem;width:20rem;height:17.49419375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGDXcv7vQABrT9ZpkKpvaFUuw4v83rp8 { top:74.8125rem;left:0rem;width:20rem;height:6rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #JMkvXJMptTOqm1hxXKoS7OpQJeXyMGkL { top:12.375rem;left:0rem;width:0.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IetCTUEbwkqLxxHStG6imJzelmHQL6Wg { display:block; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNMq03r9MdqX79S9hltcuptCSeqcqqI9 { top:3.75rem;left:0rem;width:6.1875rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkWBkMLdgIPqPWygrAD8dQmgK5L46mHS { top:3.9375rem;left:0rem;width:47.75rem;height:1.39999375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMbvS1940zmCTPK1Dhf8vgLFCZp1V1p8 { top:4.0625rem;left:26.9375rem;width:20.8125rem;height:1.19934375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW { position:relative;z-index:auto;display:block; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyxywCtEF95GZa2C1MyTXryO7rKKP8G0 { width:8.5625rem;height:1.6875rem;top:1.25rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQZMEI3UMTIgeWsHZEHAIgys3IvDU1qp { width:15rem;height:0;top:5.5rem;left:2.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OZhwc2qs4O885Bm93TVH7IJUJaWUCLIw { width:6.125rem;height:0;top:9.7871125rem;left:6.9375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OLOr8aRZGmMObHMlNFFHhA5cATq25NXE { width:12.6245rem;height:0;top:4.1870125rem;left:3.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:142.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gnFt2Vp4moPzyAlpAW8JCNOTO8esLsrU { width:20rem;height:2.5996125rem;top:7.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BvrdiLBKH2zMO0XcLpWfRJDrVNTt0hsL { width:20rem;height:7.7988125rem;top:25.6621125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M1TfTJUANvbI0p2XkusQGviXwd48Vgt5 { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLPErR2x1ygiVDBANkT21kvcPUOnts2c { width:15rem;height:15.1855625rem;top:56.4599875rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TiVsbEqJWvQGeIpHHUcBxT2JhIKaSnSm { width:20rem;height:4.72411875rem;top:97.9561125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZaNywnDfSinvcKQSuGbzg9AfUfL94T7 { width:20rem;height:7.87735rem;top:102.4561125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhyWc8oxmPd67A0ry0f5gOxh3FD5BZf0 { width:15rem;height:15.1855625rem;top:76.02055rem;left:2.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iGoLQqf8fe3tI2alTCRX8PPX2hnfwrfd { width:20rem;height:22.9375rem;top:92.4561125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSJ1GXnRK3Zxrx40brms99cg54G2WB4I { width:1.875rem;height:1.875rem;top:44.0849875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuxIfc7vMfdZD15N2uFIUMAx1NAKTnz3 { width:1.8125rem;height:1.8125rem;top:50.3349875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sduf5wma7MagP4DmcLdg2VkUP3e0nFCO { width:1.875rem;height:1.875rem;top:34.7099875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeirZs7xhffcJRRWan2KGNVFZth0VMgG { width:1.875rem;height:1.875rem;top:47.2099875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wEEF5MQkUwwFtXDiI91itcQDph0wgGbv { width:1.875rem;height:1.875rem;top:37.8349875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVDdm9Viq2iGS68x8ugeyowArMGTX59S { width:1.875rem;height:1.875rem;top:72.89555rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtbrP6PW4bqI7PrZEQhDkTcDdPosRtHL { width:1.875rem;height:1.875rem;top:40.9599875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFhaJZfLDmTPTgXs5D1y1gmAfEAg45ds { width:20rem;height:2.47514375rem;top:131.6436125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yo7TuNklZeFRL5dPgCTZ1kOCLavIfGRu { width:12.5rem;height:0.0625rem;top:129.7061125rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymD2JapI1XtS1uTHMfLeKky8Ttz0N0zc { width:1.8125rem;height:1.8125rem;top:53.3974875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Td8dIB8ge979JfLygkTPZVxUAWtA4wSO { width:20rem;height:20.5rem;top:107.3936125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7hUdHQaOKlwpeGBKA7vBSqDBrch4tOq { width:20rem;height:2.250975rem;top:135.3683875rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVgyyuTo6CRpAr85RzABTsXA7Z2eEsNh { width:8.875rem;height:19.375rem;top:7.625rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #F2OtJRJepomhttWwXM3cWCWyyye2dTT1 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de3b9a56-f418-40ab-a02c-d74bbafc3b21/spider4web_In_a_bright_spacious_Scandinavianstyle_room_a_45_1d921268f968472486c34f1087eba800_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1.adaptive-delivery-prevent-bg, #F2OtJRJepomhttWwXM3cWCWyyye2dTT1.lazyload, #F2OtJRJepomhttWwXM3cWCWyyye2dTT1.lazyloading { background-image: none; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row .container { background-color: transparent; background-image: none; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row .container > .video-iframe-container { display: none; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row > .video-iframe-container { display: none; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .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); }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WDRKaDZAPBMImStuTZLKfnw3Zf91c9kV { top:0.59356689453125rem;left:13.432312011719rem;width:5.06210625rem;height:11.2495625rem;z-index:15026;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A { background-color:#2c2c2c;background-image:none;display:block; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row .container { background-color: transparent; background-image: none; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row .container > .video-iframe-container { display: none; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row > .video-iframe-container { display: none; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .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); }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row .container { width:20rem;height:76.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIRZcc76AkEKK2W8I5rpTpOUQ6LylEPl { width:19.9989375rem;height:4.94873125rem;top:10.457611083984rem;left:0rem;font-size:1.5rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lsZQzCWWS8ODp2liCiZodnt6rxTTD3 { width:16.4375rem;height:4.72411875rem;top:18.9375rem;left:1.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IeiJSxcEBm6TvL7Hu1BXES63AyrJakX5 { width:20rem;height:58.75rem;top:16.874176025391rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3NzTQ4mK27XeKDpGivvATXTDKKbQAfk { width:18.125rem;height:20.4996875rem;top:32.935382843017rem;left:0.9375rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #wiGBgXpkb3SUU0lDAVoIXao6DX4Loixb { top:25.498045921326rem;left:1.21826171875rem;width:17.561875rem;height:6.49820625rem;z-index:15025;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; }
 }@media only screen and (max-width: 763px) { #nxFTUMOvG12Lnxu6yyrJSEt9ANTTqwat { width:16.369625rem;height:7.50325rem;top:67.058094024656rem;left:1.0953775644302rem;font-size:0.75rem;z-index:15007;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VqluJNxb8SkEPvAPhc9pEvTqapOao36c { width:19.9989375rem;height:4.3994125rem;top:1.3931274414062rem;left:0rem;font-size:2rem;line-height:1.1;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #wklufmaVNnvcPyoIA1nQGuy6RUIBeTqq { top:6.7436218261719rem;left:3.1562805175781rem;width:13.686375rem;height:2.6245125rem;z-index:15008;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgJ8H85wZrpRrcvqGZJlSWyiBVtfC4pi { display:block; }
 }@media only screen and (max-width: 763px) { #PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN { background-color:#2c2c2c;background-image:none;display:block; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row .container { background-color: transparent; background-image: none; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row .container > .video-iframe-container { display: none; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row > .video-iframe-container { display: none; }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .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); }#PaxMuzIbr0ZreMOX8DSLknmRre6F3nqN > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MoKGzrBqeiZNEih2cJGJPdVJVSU28JP7 { width:12.125rem;height:23.0037375rem;top:12.9375rem;left:5.3125rem;font-size:1rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JI3ZAD0RxTNpTqBSuTmf4vyONWbxm5uz { width:1.875rem;height:1.875rem;top:21.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITQESQCJLM8Z0p1r1aHyktZrXn3oMOmk { width:1.875rem;height:1.875rem;top:30.4375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLbhMpiwszECitBaLEwx4r7gIUsKBu5e { width:1.81196875rem;height:1.81196875rem;top:27.5rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #g67t6srv6zk8qvFROtfeWixVIQxRTIuI { width:1.875rem;height:1.875rem;top:12.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZMOHKPSgQRB1xEwD2feaG3qUUcgTTwT { width:1.875rem;height:1.875rem;top:24.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7TuV3A621cKaA5othIGW9r79W3SNzPp { width:1.875rem;height:1.875rem;top:33.5rem;left:2.5rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EUJFLfxpx5LmglfQVlTVBrW4tzU84CQD { width:1.875rem;height:1.875rem;top:18.375rem;left:2.5rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uNmd5ZWUx8cSSF4a9ieGCgtJCV9QlKBE { width:1.875rem;height:1.875rem;top:15.375rem;left:2.5rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QIn4I5vNo0JBbxdZdcHZqnwX6pOiNBN4 { width:20rem;height:8.2487rem;top:2.3738594055176rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dfiQbAWTXaK99by75SBQ99cdTiNl72CU { display:none; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row .container { width:20rem;height:14.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RzbdZFTbmxieT9lshwCEU7qbm9dE4fa3 { width:17.5rem;height:12.75rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #woA2la3KDQ0DVTS3SoI4gJ8VGHaUmDe6 { width:20rem;height:0;top:33.0087890625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #kn4suw8IMsLo4u1ye6mudsq6UpNBhvZD { width:20rem;height:auto;top:1.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 { display:block; }#hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 > .row .container { width:20rem;height:35.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJVDHtT60vANqG9f3QcoWA5meF01EZcv { width:20rem;height:32.5rem;top:2.060546875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew { display:block; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISTa5hwSVrnfuEcIJTWpWftH3pAnFz82 { width:20rem;height:2.3999rem;top:33.210227012634rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g { width:20rem;height:5.736325rem;top:36.859018325806rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g li:before{  }
 }@media only screen and (max-width: 763px) { #Lo1Xm8EF13C1tNIDqvKq6RrfMCRuluoH { width:20rem;height:11.999525rem;top:3.1250009536743rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BTmD7gdXnllxuRmRHfyxtCk5Sf9Hb2Qn { width:20rem;height:15.59406875rem;top:16.370738744736rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hxz1f8dUXN5TAQvzdKdZwt5rfz12lUrX { width:20rem;height:2.3999rem;top:43.843215942382rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STmQ6X9EA7X2kWcG24OhtR728STAFUIM { width:20rem;height:6.93525rem;top:47.492008209229rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#STmQ6X9EA7X2kWcG24OhtR728STAFUIM li:before{  }
 }@media only screen and (max-width: 763px) { #p5JdzmwpQLEacsuPiTmOTLdMTH3SgAST { width:20rem;height:2.3999rem;top:55.9375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zuUqg8vauUw0X9dtVO1oDPOVpLUyAWZZ { width:20rem;height:5.423825rem;top:59.5625rem;left:0rem;font-size:1rem;line-height:1.2;display:block; }#zuUqg8vauUw0X9dtVO1oDPOVpLUyAWZZ li:before{  }
 }@media only screen and (max-width: 763px) { #ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt { display:block; }#ToeQe7IIOotOPDgD1fySPHvZ3A4IXcUt > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p93F55OJT7oSf4alyl52EJ1PDZqnbRT1 { width:20rem;height:2.3999rem;top:1.25rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zRt9S87KhzGBsp5Ze7WvT6PTs2TJfxP8 { width:20rem;height:3.59863125rem;top:4.8984375rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ONDizVrJCMQkmuEZCDZyFt28palrqR9b { width:20rem;height:5.99771875rem;top:9.7460922180175rem;left:0rem;font-size:1rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac9aa3d6-18ff-4d51-8861-c4df7ed62796/Easytopdesktop.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7.adaptive-delivery-prevent-bg, #uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7.lazyload, #uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7.lazyloading { background-image: none; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row .container { width:20rem;height:37.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EXaH6xLnSsbGymL6MUMSV8SfemIFJuSA { width:18.75rem;height:3.1875rem;top:15.84765625rem;left:0.625rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #XWdl2wFzhpNi6uRiKmSVZoHF06O1sEyX { display:block; }
 }@media only screen and (max-width: 763px) { #EGalKRI9gStvEQQut0hbrmIS0EMFmktn { width:20rem;height:3.8997375rem;top:6rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FydTHkvTBucxHfuFAKTllElgPVnpH9vx { width:20rem;height:3.44815625rem;top:11.1484375rem;left:0rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ieTkJL4PNVUOL8P6I6J0crdtfBKL4HxP { width:0.125rem;height:3.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmTrvEqR1e0uJnooCXTL6HiGhEoNsQHf { width:10.375rem;height:22.738554092412rem;top:2.6875rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF { background-color:#2c2c2c;background-image:none;display:block; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row .container { background-color: transparent; background-image: none; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row .container > .video-iframe-container { display: none; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row > .video-iframe-container { display: none; }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .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); }#n5pwnxllSLTvbTaCzpCOd1urpfpUZ5eF > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zCFPg3z79xWsi6mB9LLTq93hGiDMDPzV { width:18.75rem;height:3.1875rem;top:15.84765625rem;left:0.625rem;font-size:1.0625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WvZN2QswypTgHyueBWSM2gSyn9AAPGSQ { display:block; }
 }@media only screen and (max-width: 763px) { #t4p3TUGSqIQXvdvy2EvTd0ZkZowwO6NF { width:20rem;height:3.8997375rem;top:6rem;left:0rem;font-size:1.625rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lT8FBFBZzGiTADwcrDCSoVXJOLRuRHXH { width:20rem;height:3.44921875rem;top:11.1484375rem;left:0rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfl4hz4Tl2Gs7FayrtwNQRtka9miZbxd { width:0.125rem;height:3.5rem;top:1.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr27nrX2Q4tIwihEkTCPMfpAh9UZ4R45 { top:21.249185562134rem;left:6.9685869216919rem;width:6rem;height:13.125rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #UCTlUuscwm9sULFR5wpL5DiRhXhhVtip { display:block; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row .container { width:20rem;height:61.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWT0JP4dxB0n2kuUCJMsEqZhSVm0PIkk { width:20rem;height:6.186525rem;top:7.9992866516112rem;left:0rem;font-size:1.875rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB5UXbNqoTqfyPnLixu7DOldw5L7AKht { width:20rem;height:20.9960875rem;top:15.436256408691rem;left:0rem;font-size:1rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAl2egeToh7TpuWWqV9Dx0XAtT82xr4s { width:0.0625rem;height:5rem;top:1.7492866516113rem;left:9.9369674324988rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZeKOn5XCLl41yeLNZ1hxluu5pnQ9yMk { width:20rem;height:13.3125rem;top:37.677909851074rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c6XqT0qUVLq2MzXCKS1ZaUqdIN2lQd21 { width:2.9367875rem;height:2.9367875rem;top:53.114700317382rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OiUy5uXLpTHUQgD8xII68uIXPWu9PLtS { width:3.18714375rem;height:3.18714375rem;top:52.988632202149rem;left:3.9302201867104rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnrtThczeohFhLtf7mQ4BEXp7Ev0dXhy { width:3.68696875rem;height:2.3117875rem;top:53.426307678222rem;left:8.1560721993444rem;display:block; }
 }@media only screen and (max-width: 763px) { #bW5SIwduspwip52y9hpOnXt392m1VG3m { width:3.06196875rem;height:3.81214375rem;top:52.676132202149rem;left:13.060191690922rem;display:block; }
 }@media only screen and (max-width: 763px) { #Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/34c6056e-59a4-4910-a567-e9389e60f84e/Astrology_camera_Ariete20x180_Vergine15x7420x180.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts.adaptive-delivery-prevent-bg, #Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts.lazyload, #Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts.lazyloading { background-image: none; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row .container { width:20rem;height:29.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QxqvTVxVOEnLaR8U2r5UxslVTb92UsqQ { width:0.0625rem;height:5rem;top:1.25rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OrnWf0QBcAkpDRZOBHbwTVkUZbPO3wNL { width:20rem;height:auto;top:19.625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QcZIQWMB8PsVQfXZ0becXZzQsGUktTNr { width:20rem;height:auto;top:31.9375rem;left:0rem;font-size:1.5625rem;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #uIKuvnCaDu1kNHSkvokg0K9lvwpETwUT { width:20rem;height:51.75rem;top:9.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #oz5oadAm1dmkXvuNPz9mJgFXA1kTiJOu { width:6.9375rem;height:15.125rem;top:1.6875rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iegdRRf2ycWmakgqDB0OMuhSK3rDzC0q { width:20rem;height:20.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8ufkGxUMazXS7n3yXmROgx5iqLI0Tqg { width:20rem;height:0;top:24.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L22OK2VmT1ubUHHmQs9IsNgILE9FpR48 { width:20rem;height:6.00260625rem;top:23.749221801757rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/de3b9a56-f418-40ab-a02c-d74bbafc3b21/spider4web_In_a_bright_spacious_Scandinavianstyle_room_a_45_1d921268f968472486c34f1087eba800_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K.adaptive-delivery-prevent-bg, #QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K.lazyload, #QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K.lazyloading { background-image: none; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row .container { background-color: transparent; background-image: none; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row .container > .video-iframe-container { display: none; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row > .video-iframe-container { display: none; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .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); }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z6Gv065wGFO9zB9yeuJN2a9oCJClCepW { top:0.90576171875rem;left:12.403970718384rem;width:6.25rem;height:13.811875rem;z-index:15027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR { background-color:#2c2c2c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container { background-color: transparent; background-image: none; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container > .video-iframe-container { display: none; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row > .video-iframe-container { display: none; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .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); }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container { border-width: 0; border-radius: 0; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container { width:20rem;height:81.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PyLILaKTRaoLbaZnhcz8geDTyCQPPgFy { width:20rem;height:47rem;top:32.93701171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MIpIThrWPS6XJ6coFAnKtHi4nJJpcm4f { width:17.8125rem;height:31.25rem;top:33.811847686767rem;left:1.09375rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ubqP5OGk3r1r3iFv8Ov4LRmtyeBW3A5I { width:20rem;height:5.7746875rem;top:8.875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHC1yW9D1fRJNgvFahLzBG291oRo8m42 { width:20rem;height:14.998375rem;top:16.624328613281rem;left:0rem;font-size:1.25rem;line-height:1.2;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
 }@media only screen and (max-width: 763px) { #DGDXcv7vQABrT9ZpkKpvaFUuw4v83rp8 { width:18.75rem;height:6.7529375rem;top:71.869302749631rem;left:0.625rem;font-size:0.75rem;z-index:15008;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #JMkvXJMptTOqm1hxXKoS7OpQJeXyMGkL { width:0.0618489375rem;height:5rem;top:2.2493495941162rem;left:9.96826171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IetCTUEbwkqLxxHStG6imJzelmHQL6Wg { display:block; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNMq03r9MdqX79S9hltcuptCSeqcqqI9 { width:6.1875rem;height:1.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkWBkMLdgIPqPWygrAD8dQmgK5L46mHS { width:20rem;height:4.19998125rem;top:3.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMbvS1940zmCTPK1Dhf8vgLFCZp1V1p8 { width:20rem;height:1.20035625rem;top:9.19824375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }