.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:14px;font-family:arial;height:67px;width:1200px;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:38px;width:190px;top:4.9912281036377px;left:0px;overflow:hidden;display:block; }
#QQZMEI3UMTIgeWsHZEHAIgys3IvDU1qp { color:#000000;display:block;width:240.995px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15004;line-height:2.7;letter-spacing:0;top:9.1953125px;left:358.1171875px;height:48.5938px;display:block; }
#OZhwc2qs4O885Bm93TVH7IJUJaWUCLIw { color:#000000;display:block;width:98.9995px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15006;line-height:2.7;letter-spacing:0;top:9.1953125px;left:565.09375px;height:48.5938px;display:block; }
#P5rIcMH4TstPRDdutlaTWaL3yloHSNTT { color:#000000;display:block;width:240.981px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15005;line-height:2.7;letter-spacing:0;top:9.1953125px;left:627.125px;height:48.5938px;text-align:right;text-align-last:right;display:block; }
#mWdJGSkcDbfah2ODAk9ZelQ44xgfelhu { color:#f4f4f4;display:block;width:300px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15006;line-height:2.7;letter-spacing:0;top:9.1953125px;left:900px;height:48.5938px;text-align:right;text-align-last:right;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { 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:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.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(0,0,0,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:14px;font-family:arial;height:1343px;width:1200px;overflow:visible;position:relative;display:block; }#gnFt2Vp4moPzyAlpAW8JCNOTO8esLsrU { color:#000000;display:block;width:592px;position:absolute;font-family:"nunito sans";font-size:50px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:280px;left:0px;height:65px;display:block; }
#BvrdiLBKH2zMO0XcLpWfRJDrVNTt0hsL { color:#000000;display:block;width:592px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:360px;left:0px;height:91px;font-style:normal;display:block; }
#M1TfTJUANvbI0p2XkusQGviXwd48Vgt5 { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:1px;top:180px;left:19px;display:block; }
#mLPErR2x1ygiVDBANkT21kvcPUOnts2c { color:#000000;display:block;width:241px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15002;line-height:2.7;letter-spacing:0;top:480px;left:40px;height:242.969px;display:block; }
#TiVsbEqJWvQGeIpHHUcBxT2JhIKaSnSm { color:#b71918;display:block;width:419.977px;position:absolute;font-family:"nunito sans";font-size:28px;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:230.6171875px;left:751.015625px;height:50.3906px;font-style:normal;display:block; }
#EZaNywnDfSinvcKQSuGbzg9AfUfL94T7 { color:#000000;display:block;width:382.977px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:300.84375px;left:751.015625px;height:151.1566px;display:block; }
#IhyWc8oxmPd67A0ry0f5gOxh3FD5BZf0 { color:#000000;display:block;width:241px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15003;line-height:2.7;letter-spacing:0;top:480px;left:375px;height:242.969px;display:block; }
#iGoLQqf8fe3tI2alTCRX8PPX2hnfwrfd { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1017px;width:469px;top:175px;left:730.98010253906px;display:block; }
#h5cJx48uNBd2t28VA0BeBUQEXV9ng04C { 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:280px;width:161px;top:115.8046875px;left:1019px;overflow:hidden;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:30px;width:30px;top:487px;left:0px;overflow:hidden;display:block; }
#xoweVLObSQcLSqaHz7g1TAkT70nmQ0DF { 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:30px;width:30px;top:536px;left:0px;overflow:hidden;display:block; }
#sHBGeWV2tWk3PIOxEQn13bGy3GoilzU6 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:586px;left:0px;overflow:hidden;display:block; }
#v9mvrOKhnIKW8uQX8tQoaXDdrC1fo8f6 { position:absolute;display:block;z-index:15013;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:29.989px;width:29.989px;top:535.97859954834px;left:332.96325683594px;overflow:hidden;display:block; }
#AKiDLTvEBxoWo57kM8BVTOlbeDZSAU2y { position:absolute;display:block;z-index:15014;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:29.989px;width:29.989px;top:586.43090057373px;left:332.92211914062px;overflow:hidden;display:block; }
#ZHFn2dkcLS7KFg7qINFysLLSdphRv4S8 { 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:30px;width:30px;top:487px;left:333px;overflow:hidden;display:block; }
#cVSHIzllbse85GRl0J535aVSe7S8AL5b { 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:29.989px;width:29.989px;top:632.96324920654px;left:0px;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:29.989px;width:29.989px;top:681.96269989014px;left:0px;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:30px;width:30px;top:633px;left:333px;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:30px;width:30px;top:682px;left:333px;overflow:hidden;display:block; }
#tUPDNl7oeXs5Hplx9T1XVh90mWEKJHme { position:absolute;display:block;z-index:15024;height:746px;width:433px;top:479.98579406738px;left:744.46020507812px;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:14px;font-family:arial;height:1000px;width:1200px;overflow:visible;position:relative;display:none; }#n4Eayn2Ai6VlOvBxQ6RghP5m6cl3IPRu { color:#000000;display:block;width:592px;position:absolute;font-family:"nunito sans";font-size:50px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:280px;left:0px;height:65px;display:block; }
#KSM0FzF7aT7u5429eGRARlSqdBXvzy6o { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:1px;top:180px;left:19px;display:block; }
#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:14px;font-family:arial;height:1000px;width:1200px;overflow:visible;position:relative;display:none; }#hIRZcc76AkEKK2W8I5rpTpOUQ6LylEPl { color:#000000;display:block;width:592px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:360px;left:0px;height:91px;font-style:normal;display:block; }
#MG3RZxyxHJ1gJFztRdNQTBZodLmT51ii { color:#000000;display:block;width:241px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15002;line-height:2.7;letter-spacing:0;top:480px;left:40px;height:242.969px;display:block; }
#Z8lsZQzCWWS8ODp2liCiZodnt6rxTTD3 { color:#b71918;display:block;width:419.997px;position:absolute;font-family:"nunito sans";font-size:28px;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:269.984375px;left:780px;height:50.3906px;font-style:normal;display:block; }
#aOdg7fAK1SZcBNU9MHB6cCE7b9WQ344P { color:#000000;display:block;width:382.991px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:334.9765625px;left:780px;height:86.3752px;display:block; }
#IeiJSxcEBm6TvL7Hu1BXES63AyrJakX5 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:367px;width:441px;top:218px;left:759px;display:block; }
#ZPRfQbVHWH2kxGO8K3aonKv4LBUHi8Vi { 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:209px;width:121px;top:116px;left:919px;overflow:hidden;display:block; }
#gDnQqOdvMbQeDTkoXJAyFnCvnP0SDDgk { 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:30px;width:30px;top:487px;left:0px;overflow:hidden;display:block; }
#CvLPHAMdaql4kBoc6fPwAkMNwSGdzOQu { 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:30px;width:30px;top:536px;left:0px;overflow:hidden;display:block; }
#WlU68tWkUrMlb2CseqquSJaTf4HvrBUQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30px;width:30px;top:586px;left:0px;overflow:hidden;display:block; }
#qbcWouDcMuRdZUpahWXAmXdimEtS3Tbm { position:absolute;display:block;z-index:15013;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:29.989px;width:29.989px;top:535.97859954834px;left:332.96325683594px;overflow:hidden;display:block; }
#wigBxeVvc4QXR3B31wKnD7ZdD93w05r3 { position:absolute;display:block;z-index:15014;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:29.989px;width:29.989px;top:586.43090057373px;left:332.92211914062px;overflow:hidden;display:block; }
#npdZ7TvtsCBJf9rqZM7IZziSw3MxvcR6 { 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:30px;width:30px;top:487px;left:333px;overflow:hidden;display:block; }
#PutlDPCQrudfcPVcVHFqc3A0fc5eD5mi { 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:29.989px;width:29.989px;top:632.96324920654px;left:0px;overflow:hidden;display:block; }
#GCfpAkLc1o2dmROfM29qWOSKmdf2xhwZ { 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:29.989px;width:29.989px;top:681.96269989014px;left:0px;overflow:hidden;display:block; }
#leMveGeRT9onUym7HPGNrnUTUcXBxSE4 { 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:30px;width:30px;top:633px;left:333px;overflow:hidden;display:block; }
#uNKVLiDszqun8meIXQva9Dw6Qk8efSVp { 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:30px;width:30px;top:682px;left:333px;overflow:hidden;display:block; }
#OAZTqUf8XM8xCcXeqOTlKTnagKQPI50b { position:absolute;display:block;z-index:15025;height:327.997px;width:432.997px;top:388.26136779785px;left:801.09094238281px;display:none; }
#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:#ffffff;background-image:none;font-size:14px;font-family:arial;height:966px;width:1200px;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: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:628px;width:980px;top:281px;left:110px;overflow:hidden;display:block; }
#G3KtMyrl0TbJgTdAS4kw6vcJrFI9aIem { color:#000000;display:block;width:439px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:91px;left:110px;height:136.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dh37TQ15lOHohTBgtwUTb4s378rlkmbd { color:#000000;display:block;width:401.987px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:133.9775390625px;left:688.85687255859px;height:115.188px;text-align:right;text-align-last:right;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:#ffffff;background-image:none;font-size:14px;font-family:arial;height:966px;width:1200px;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:628px;width:391px;top:281px;left:110px;overflow:hidden;display:block; }
#QIn4I5vNo0JBbxdZdcHZqnwX6pOiNBN4 { color:#000000;display:block;width:439px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:91px;left:110px;height:136.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JnLS2EdxSzKtaMqF3WcUwMmTzxeHlN3q { color:#000000;display:block;width:401.987px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:133.9775390625px;left:688.85687255859px;height:115.188px;text-align:right;text-align-last:right;display:block; }
#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP { position:relative;display:block; }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP { background-color: transparent; background-image: none; }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .row .container > .video-iframe-container { display: none; }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .row > .video-iframe-container { display: none; }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .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); }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP { border-width: 0; border-radius: 0; }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .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; }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:1084px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gKOSHH2VCwyzTGTTSEoCIGcboP6HmzEy { color:#000000;display:block;width:801.987px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:140px;left:198px;height:136.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SciFDwPdmRCH0oyTfD4X2eL7a3aps6um { color:#000000;display:block;width:1091px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:306px;left:54px;height:86.3906px;text-align:center;text-align-last:center;display:block; }
#PwwS0Cha1e7xSQQevB3ybWnenZpBGI1O { position:absolute;display:block;z-index:15003;background-color:#2c2c2c;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:80px;width:1px;top:25.993408203125px;left:598.99993896484px;display:block; }
#EklztGPxNC6tz10oBrbDipiTZsykheaT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:376px;width:375px;top:435px;left:0px;overflow:hidden;display:block; }
#NOQvK1eIym2ePWdVgmB2yK59mkTm6D7I { 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:375px;width:375px;top:435px;left:412.484375px;overflow:hidden;display:block; }
#zgBSQV8mFQb2auvXJXTn9opZ1JT78ao1 { 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:377px;width:375px;top:434.5px;left:825px;overflow:hidden;display:block; }
#oXmOgzg7hB0xoeJqwQ1mSmPDiTwrpOJ9 { color:#000000;display:block;width:377px;position:absolute;font-family:"nunito sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:874.40625px;left:0px;height:83.1876px;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; }
#L6TZ2nNFTf8flDOw1cRhXJSpv0XMI8ZC { color:#000000;display:block;width:377px;position:absolute;font-family:"nunito sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:874.40625px;left:412.484375px;height:83.1876px;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; }
#TUxMl5trvoNaxdLbDen59l60R5yrCRQP { color:#000000;display:block;width:377px;position:absolute;font-family:"nunito sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:874px;left:823px;height:83.1876px;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; }
#pawZzBp6lcpi2GG5whwUK65RBCKP1w1G { position:absolute;display:block;z-index:15004;background-color:#2c2c2c;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:80px;width:1px;top:1027.3828125px;left:600px;display:block; }
#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew { position:relative;display:none; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew { border-width: 0; border-radius: 0; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .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; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:704px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ISTa5hwSVrnfuEcIJTWpWftH3pAnFz82 { color:#b71918;display:block;width:348px;position:absolute;font-family:"nunito sans";font-size:26px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:79px;left:654px;height:41.5938px;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:#000000;display:block;width:382px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.2;letter-spacing:0;top:143px;left:654px;height:322.312px;display:block; }#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g li:before{  }
#zCscSml9VrmnnfDsQWSLHQVpU4UrNPdq { 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:601px;width:601px;top:0px;left:0px;overflow:hidden;display:block; }
#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN { position:relative;display:block; }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN { background-color: transparent; background-image: none; }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .row .container > .video-iframe-container { display: none; }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .row > .video-iframe-container { display: none; }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .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); }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN { border-width: 0; border-radius: 0; }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .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; }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:836px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bqyAxqiTUUQEc7B1WoIh7uGGF3TX4909 { color:#b71918;display:block;width:348px;position:absolute;font-family:"nunito sans";font-size:26px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:89px;left:226px;height:41.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Iaowgl4G0mcQUDdMTHQebpVLF7dZ3qPq { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:750px;width:1024px;top:65.59375px;left:80px;overflow:hidden;display:block; }
#uKLbS5SKFTtSDivWq7zODlyoUQKLeaO0 { position:relative;display:none; }#uKLbS5SKFTtSDivWq7zODlyoUQKLeaO0 { border-width: 0; border-radius: 0; }#uKLbS5SKFTtSDivWq7zODlyoUQKLeaO0 > .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; }#uKLbS5SKFTtSDivWq7zODlyoUQKLeaO0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:836px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#WMSK1Qf4ioXtXuZAOh99oz415hyaFghf { color:#b71918;display:block;width:348px;position:absolute;font-family:"nunito sans";font-size:26px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:24px;left:233px;height:41.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vSrPadf7FJ5Lg5ZJ0TSbiaVOFo0amZ5d { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:750px;width:468px;top:0px;left:80px;overflow:hidden;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/d5aea22c-1b0c-4f71-ba65-a0f2d8caa6c3/Astrology_lobby_Leone20x180_Ariete_20x1801.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(0,0,0,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(0,0,0,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:14px;font-family:arial;height:487px;width:1200px;position:relative;display:block; }#EXaH6xLnSsbGymL6MUMSV8SfemIFJuSA { background-color:#b71918;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"nunito sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395px;height:51px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:355px;left:154.5px;display:block; }
#XWdl2wFzhpNi6uRiKmSVZoHF06O1sEyX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#EGalKRI9gStvEQQut0hbrmIS0EMFmktn { color:#f4f4f4;display:block;width:704px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:82.8125px;left:0px;height:91px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FydTHkvTBucxHfuFAKTllElgPVnpH9vx { color:#f4f4f4;display:block;width:361px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:289px;left:172px;height:45.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TgMHlLa5781LfGKLg3o6e7aLrNqANsCz { 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:437px;width:254px;top:33.5px;left:812px;overflow:hidden;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:56px;width:2px;top:201px;left:350.734375px;display:block; }
#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d5aea22c-1b0c-4f71-ba65-a0f2d8caa6c3/Astrology_lobby_Leone20x180_Ariete_20x1801.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; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F.adaptive-delivery-prevent-bg, #s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F.lazyload, #s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F.lazyloading { background-image: none; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row .container { border-width: 0; border-radius: 0; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F::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; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row .container { font-size:14px;font-family:arial;height:487px;width:1200px;position:relative;display:none; }#ANT6FGDXEcPulsPC08NVkW86za1ILve9 { background-color:#b71918;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:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"nunito sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:395px;height:51px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:355px;left:154.5px;display:block; }
#eU4VnMtd6il2sbNgbU0IhgJIxkUUPxcX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#tHgrHEhQ42OQXuXC79PKNEAW2WsSmO3a { color:#f4f4f4;display:block;width:704px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:82.8125px;left:0px;height:90.9943px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaT2okJOghOZAwrSNA8ngsTTs1CGPb7p { color:#f4f4f4;display:block;width:361px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:289px;left:172px;height:45.4972px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g7qGbFwlGhGJ4VHHHwTDM81ru95OSttR { 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:437px;width:254px;top:33.5px;left:812px;overflow:hidden;display:block; }
#aQLV5L2nib7lQ1x77KuBxifcvmqNIOgc { 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:56px;width:2px;top:201px;left:350.734375px;display:block; }
#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t { position:relative;display:block; }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t { background-color: transparent; background-image: none; }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .row .container > .video-iframe-container { display: none; }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .row > .video-iframe-container { display: none; }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .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); }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t { border-width: 0; border-radius: 0; }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .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; }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:616px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Kc4n3LTCg5RA3ik3GDciPAtHEFZk5rCQ { color:#b71918;display:block;width:546px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:229px;left:654px;height:91px;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; }
#o4IWBWwTt9oHUMx0HaT0ehpPnFMi8Vie { 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:143px;width:143px;top:110px;left:0px;overflow:hidden;display:block; }
#vCVkGwFwqo6d8JbCrQ4Rsh4EPZH2rlOX { color:#000000;display:block;width:548px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.6;letter-spacing:0;top:341px;left:652px;height:201.578px;text-align:left;text-align-last:left;display:block; }
#KA4yRn9BAnTZCWoczNGbxhPTaJyrDx4B { 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:143px;width:143px;top:110px;left:153px;overflow:hidden;display:block; }
#z5eZms1E7Z8mQxwdwuByF1kNGge6JB2z { 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:143px;width:143px;top:110px;left:306px;overflow:hidden;display:block; }
#xuGetaykVsBWpzFb9FKcLHa1WGrRwZIB { 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:143px;width:143px;top:110px;left:459px;overflow:hidden;display:block; }
#vp842I7JHt6cD35fRQ3BxDR2BXhOFDUD { position:absolute;display:block;z-index:15014;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:143px;width:143px;top:264px;left:459px;overflow:hidden;display:block; }
#W9bDsEU24aqxXKGAIfTO2vabfxF4enNU { position:absolute;display:block;z-index:15013;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:143px;width:143px;top:264px;left:306px;overflow:hidden;display:block; }
#EwWJPbe0XMsi2ws27PBNpfpatrU31NnW { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:143px;width:143px;top:264px;left:153px;overflow:hidden;display:block; }
#rVC0g07AhkpoTHtoTONmGObiHLVTSOoT { 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:143px;width:143px;top:264px;left:0px;overflow:hidden;display:block; }
#pEmEqyd9wNQ5NgapKbDJbRuwrFDSBmo6 { 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:143px;width:143px;top:418px;left:0px;overflow:hidden;display:block; }
#q4Jg4bxf7KQKKpakGR9cto3S8zgO0Sxf { 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:143px;width:143px;top:418px;left:153px;overflow:hidden;display:block; }
#SJaWM1n2PM1F5kT5Ui8COvKaMCK7F0fl { 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:143px;width:143px;top:418px;left:306px;overflow:hidden;display:block; }
#ruMGouT8BMvdu41LpXNkGLTmMwOTzQsM { 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:143px;width:143px;top:418px;left:459px;overflow:hidden;display:block; }
#PG1rJgykVUMX5JCpot0WquvmaAV7H08W { position:absolute;display:block;z-index:15006;background-color:#2c2c2c;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:79.9844px;width:0.984375px;top:130px;left:660px;display:block; }
#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip { position:relative;display:none; }#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:#ffffff;background-image:none;font-size:14px;font-family:arial;height:719px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#eWT0JP4dxB0n2kuUCJMsEqZhSVm0PIkk { color:#000000;display:block;width:802px;position:absolute;font-family:"nunito sans";font-size:35px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:135px;left:0px;height:45.5044px;font-style:normal;display:block; }
#NB5UXbNqoTqfyPnLixu7DOldw5L7AKht { color:#000000;display:block;width:561px;position:absolute;font-family:"nunito sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.6;letter-spacing:0;top:209px;left:0px;height:345.563px;display:block; }
#TAl2egeToh7TpuWWqV9Dx0XAtT82xr4s { position:absolute;display:block;z-index:15003;background-color:#2c2c2c;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:80px;width:1px;top:44px;left:0px;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:523.992px;width:600.984px;top:119.7734375px;left:599.015625px;overflow:hidden;display:block; }
#tpq4V5pEslu5DlThgNTIQmSWzEy3CUC7 { color:#2c2c2c;display:block;width:376px;position:absolute;font-family:"nunito sans";font-size:26px;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:135px;left:824px;height:67.5938px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#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;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(0,0,0,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(0,0,0,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:14px;font-family:arial;height:1458px;width:1200px;overflow:visible;position:relative;display:block; }#QxqvTVxVOEnLaR8U2r5UxslVTb92UsqQ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:1px;top:198px;left:84px;display:block; }
#OrnWf0QBcAkpDRZOBHbwTVkUZbPO3wNL { color:#ffffff;display:block;width:517px;position:absolute;font-family:"nunito sans";font-size:50px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:315px;left:40px;height:110px;font-style:normal;display:block; }
#QcZIQWMB8PsVQfXZ0becXZzQsGUktTNr { color:#ffffff;display:block;width:596px;position:absolute;font-family:"nunito sans";font-size:28px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:436.9921875px;left:40px;height:235.125px;display:block; }
#uIKuvnCaDu1kNHSkvokg0K9lvwpETwUT { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:927px;width:441px;top:150.994140625px;left:660px;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:279px;width:162px;top:70px;left:799.5px;overflow:hidden;display:block; }
#f1Tgysy8nFGKvMowul1Cwi5KJ7xbBJ12 { position:absolute;display:block;z-index:15025;height:501px;width:416px;top:348.9482421875px;left:671.98864746094px;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:14px;font-family:arial;height:832px;width:1200px;overflow:visible;position:relative;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:14px;font-family:arial;height:832px;width:1200px;overflow:visible;position:relative;display:none; }#JMkvXJMptTOqm1hxXKoS7OpQJeXyMGkL { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:80px;width:1px;top:198px;left:84px;display:block; }
#ubqP5OGk3r1r3iFv8Ov4LRmtyeBW3A5I { color:#ffffff;display:block;width:420px;position:absolute;font-family:"nunito sans";font-size:50px;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:315px;left:65px;height:165px;font-style:normal;display:block; }
#IHC1yW9D1fRJNgvFahLzBG291oRo8m42 { color:#ffffff;display:block;width:525px;position:absolute;font-family:"nunito sans";font-size:28px;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:515.99506187439px;left:64.980773925781px;height:235.125px;display:block; }
#PyLILaKTRaoLbaZnhcz8geDTyCQPPgFy { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:367px;width:441px;top:151px;left:660px;display:block; }
#SuFZHVsDhw0x5eiLeLT0HOxeFcLVL8Tc { 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:279px;width:162px;top:85px;left:681px;overflow:hidden;display:block; }
#TH37LTRM5QEorOSmJWXnuDX01QsRlXMF { position:absolute;display:block;z-index:15025;height:327.997px;width:432.997px;top:388.26136779785px;left:801.09094238281px;display:none; }
#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 { position:relative;display:block; }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 { background-color: transparent; background-image: none; }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .row .container > .video-iframe-container { display: none; }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .row > .video-iframe-container { display: none; }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .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); }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 { border-width: 0; border-radius: 0; }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .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; }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:14px;font-family:arial;height:470px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xy1pLFpq0Sd3ynwlkfZl50TF8B2amBPb { color:#000000;display:block;width:553px;position:absolute;font-family:"nunito sans";font-size:26px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:184.296875px;left:323.5px;height:101.391px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TM5chNflPguL3cNSgip9mKtTeKtng3cM { position:absolute;display:block;z-index:15006;background-color:#2c2c2c;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:80px;width:1px;top:74px;left:600px;display:block; }
#k7CRXM568RqB39WIJE02IBTN9aqJ70AN { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:2px solid #2c2c2c;border-left:2px solid #2c2c2c;border-right:2px solid #2c2c2c;border-bottom:2px solid #2c2c2c;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: none;box-sizing:border-box;color:#2c2c2c;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"nunito sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:325px;left:460px;display:block; }
#NQPv7GSQy9nOvo5DTvEFg63vgkxcqMnc { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row .container { background-color: transparent; background-image: none; }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row .container > .video-iframe-container { display: none; }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row > .video-iframe-container { display: none; }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .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); }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row .container { border-width: 0; border-radius: 0; }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row .container { font-size:14px;font-family:arial;height:79px;width:1200px;position:relative;display:block; }#T5BkTWhJZEkJ20GPpq7Bzn33v6hDynkK { color:#000000;display:block;width:1200px;position:absolute;font-family:"nunito sans";font-size:14px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:32px;left:2px;height:22.3984px;text-align:center;text-align-last:center;display:block; }
#Og2NEKAIdu6iTBIAlTfI1MFr08QtZ0Au { 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:44px;width:44px;top:21.5px;left:411px;overflow:hidden;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:#ffffff;background-image:none;font-size:14px;font-family:arial;height:105px;width:1200px;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:20px;width:99px;top:60px;left:0px;overflow:hidden;display:block; }
#OkWBkMLdgIPqPWygrAD8dQmgK5L46mHS { color:#000000;display:block;width:811px;position:absolute;font-family:"nunito sans";font-size:14px;font-weight:normal;z-index:15006;line-height:1.6;letter-spacing:0;top:63px;left:129px;height:22.3984px;text-align:left;text-align-last:left;display:block; }
#QMbvS1940zmCTPK1Dhf8vgLFCZp1V1p8 { color:#000000;display:block;width:333px;position:absolute;font-family:"nunito sans";font-size:12px;font-weight:normal;z-index:15007;line-height:1.6;letter-spacing:0;top:65px;left:867px;height:19.1953px;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:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyxywCtEF95GZa2C1MyTXryO7rKKP8G0 { top:4px;left:0px;width:190px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #QQZMEI3UMTIgeWsHZEHAIgys3IvDU1qp { top:9px;left:140.1171875px;width:240px;height:48px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #OZhwc2qs4O885Bm93TVH7IJUJaWUCLIw { top:9px;left:347.09375px;width:98px;height:48px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #P5rIcMH4TstPRDdutlaTWaL3yloHSNTT { top:9px;left:409.125px;width:240px;height:48px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mWdJGSkcDbfah2ODAk9ZelQ44xgfelhu { top:9px;left:464px;width:300px;height:48px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gnFt2Vp4moPzyAlpAW8JCNOTO8esLsrU { top:280px;left:0px;width:592px;height:65px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #BvrdiLBKH2zMO0XcLpWfRJDrVNTt0hsL { top:360px;left:0px;width:592px;height:91px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #M1TfTJUANvbI0p2XkusQGviXwd48Vgt5 { top:180px;left:0px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #mLPErR2x1ygiVDBANkT21kvcPUOnts2c { top:479px;left:0px;width:240px;height:242px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TiVsbEqJWvQGeIpHHUcBxT2JhIKaSnSm { top:230px;left:345px;width:419px;height:50px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #EZaNywnDfSinvcKQSuGbzg9AfUfL94T7 { top:300px;left:382px;width:382px;height:151px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IhyWc8oxmPd67A0ry0f5gOxh3FD5BZf0 { top:479px;left:157px;width:240px;height:242px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iGoLQqf8fe3tI2alTCRX8PPX2hnfwrfd { top:175px;left:295px;width:469px;height:1017px;display:block; }
 }@media only screen and (max-width: 763px) { #h5cJx48uNBd2t28VA0BeBUQEXV9ng04C { top:115px;left:603px;width:161px;height:280px;display:block; }
 }@media only screen and (max-width: 763px) { #GSJ1GXnRK3Zxrx40brms99cg54G2WB4I { top:487px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #xoweVLObSQcLSqaHz7g1TAkT70nmQ0DF { top:536px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #sHBGeWV2tWk3PIOxEQn13bGy3GoilzU6 { top:586px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #v9mvrOKhnIKW8uQX8tQoaXDdrC1fo8f6 { top:535px;left:114.96325683594px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #AKiDLTvEBxoWo57kM8BVTOlbeDZSAU2y { top:586px;left:114.92211914062px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFn2dkcLS7KFg7qINFysLLSdphRv4S8 { top:487px;left:115px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #cVSHIzllbse85GRl0J535aVSe7S8AL5b { top:632px;left:0px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #VuxIfc7vMfdZD15N2uFIUMAx1NAKTnz3 { top:681px;left:0px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #sduf5wma7MagP4DmcLdg2VkUP3e0nFCO { top:633px;left:115px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IeirZs7xhffcJRRWan2KGNVFZth0VMgG { top:682px;left:115px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #tUPDNl7oeXs5Hplx9T1XVh90mWEKJHme { top:479px;left:331px;width:433px;height:746px;display:block; }
 }@media only screen and (max-width: 763px) { #F2OtJRJepomhttWwXM3cWCWyyye2dTT1 { display:block; }#F2OtJRJepomhttWwXM3cWCWyyye2dTT1 > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4Eayn2Ai6VlOvBxQ6RghP5m6cl3IPRu { top:328px;left:0px;width:320px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #KSM0FzF7aT7u5429eGRARlSqdBXvzy6o { top:180px;left:0px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A { display:none; }#qKIwWAXoNyUOqR7tdJRX6FVr6A2I2i4A > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #hIRZcc76AkEKK2W8I5rpTpOUQ6LylEPl { top:360px;left:0px;width:592px;height:91px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #MG3RZxyxHJ1gJFztRdNQTBZodLmT51ii { top:922px;left:0px;width:259px;height:485px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lsZQzCWWS8ODp2liCiZodnt6rxTTD3 { top:766px;left:0px;width:304px;height:100px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #aOdg7fAK1SZcBNU9MHB6cCE7b9WQ344P { top:905px;left:0px;width:301px;height:115px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IeiJSxcEBm6TvL7Hu1BXES63AyrJakX5 { top:218px;left:323px;width:441px;height:367px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPRfQbVHWH2kxGO8K3aonKv4LBUHi8Vi { top:116px;left:483px;width:121px;height:209px;display:block; }
 }@media only screen and (max-width: 763px) { #gDnQqOdvMbQeDTkoXJAyFnCvnP0SDDgk { top:487px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #CvLPHAMdaql4kBoc6fPwAkMNwSGdzOQu { top:536px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #WlU68tWkUrMlb2CseqquSJaTf4HvrBUQ { top:586px;left:0px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #qbcWouDcMuRdZUpahWXAmXdimEtS3Tbm { top:535px;left:114.96325683594px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #wigBxeVvc4QXR3B31wKnD7ZdD93w05r3 { top:586px;left:114.92211914062px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #npdZ7TvtsCBJf9rqZM7IZziSw3MxvcR6 { top:487px;left:115px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #PutlDPCQrudfcPVcVHFqc3A0fc5eD5mi { top:632px;left:0px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #GCfpAkLc1o2dmROfM29qWOSKmdf2xhwZ { top:681px;left:0px;width:29px;height:29px;display:block; }
 }@media only screen and (max-width: 763px) { #leMveGeRT9onUym7HPGNrnUTUcXBxSE4 { top:633px;left:115px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #uNKVLiDszqun8meIXQva9Dw6Qk8efSVp { top:682px;left:115px;width:30px;height:30px;display:block; }
 }@media only screen and (max-width: 763px) { #OAZTqUf8XM8xCcXeqOTlKTnagKQPI50b { top:398px;left:332px;width:432px;height:327px;display:none; }
 }@media only screen and (max-width: 763px) { #dfiQbAWTXaK99by75SBQ99cdTiNl72CU { display:block; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzbdZFTbmxieT9lshwCEU7qbm9dE4fa3 { top:281px;left:0px;width:764px;height:489.58367346939px;display:block; }
 }@media only screen and (max-width: 763px) { #G3KtMyrl0TbJgTdAS4kw6vcJrFI9aIem { top:90px;left:0px;width:438px;height:136px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #dh37TQ15lOHohTBgtwUTb4s378rlkmbd { top:133px;left:363px;width:401px;height:115px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 { display:block; }#hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJVDHtT60vANqG9f3QcoWA5meF01EZcv { top:281px;left:0px;width:391px;height:628px;display:block; }
 }@media only screen and (max-width: 763px) { #QIn4I5vNo0JBbxdZdcHZqnwX6pOiNBN4 { top:90px;left:0px;width:438px;height:136px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #JnLS2EdxSzKtaMqF3WcUwMmTzxeHlN3q { top:133px;left:363px;width:401px;height:115px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP { display:block; }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKOSHH2VCwyzTGTTSEoCIGcboP6HmzEy { top:140px;left:0px;width:764px;height:136px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SciFDwPdmRCH0oyTfD4X2eL7a3aps6um { top:305px;left:0px;width:764px;height:86px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PwwS0Cha1e7xSQQevB3ybWnenZpBGI1O { top:25px;left:381px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #EklztGPxNC6tz10oBrbDipiTZsykheaT { top:435px;left:0px;width:375px;height:376px;display:block; }
 }@media only screen and (max-width: 763px) { #NOQvK1eIym2ePWdVgmB2yK59mkTm6D7I { top:435px;left:150px;width:375px;height:375px;display:block; }
 }@media only screen and (max-width: 763px) { #zgBSQV8mFQb2auvXJXTn9opZ1JT78ao1 { top:434px;left:389px;width:375px;height:377px;display:block; }
 }@media only screen and (max-width: 763px) { #oXmOgzg7hB0xoeJqwQ1mSmPDiTwrpOJ9 { top:874px;left:0px;width:377px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #L6TZ2nNFTf8flDOw1cRhXJSpv0XMI8ZC { top:874px;left:5px;width:377px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TUxMl5trvoNaxdLbDen59l60R5yrCRQP { top:874px;left:387px;width:377px;height:83px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pawZzBp6lcpi2GG5whwUK65RBCKP1w1G { top:1027px;left:382px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew { display:block; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ISTa5hwSVrnfuEcIJTWpWftH3pAnFz82 { top:79px;left:382px;width:348px;height:41px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g { top:143px;left:382px;width:382px;height:322px;font-size:16px;display:block; }#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g li:before{  }
 }@media only screen and (max-width: 763px) { #zCscSml9VrmnnfDsQWSLHQVpU4UrNPdq { top:0px;left:0px;width:601px;height:601px;display:block; }
 }@media only screen and (max-width: 763px) { #pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN { display:block; }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bqyAxqiTUUQEc7B1WoIh7uGGF3TX4909 { top:89px;left:34px;width:348px;height:41px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Iaowgl4G0mcQUDdMTHQebpVLF7dZ3qPq { top:65px;left:0px;width:764px;height:559.5703125px;display:block; }
 }@media only screen and (max-width: 763px) { #uKLbS5SKFTtSDivWq7zODlyoUQKLeaO0 { display:block; }#uKLbS5SKFTtSDivWq7zODlyoUQKLeaO0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMSK1Qf4ioXtXuZAOh99oz415hyaFghf { top:47px;left:0px;width:320px;height:38px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #vSrPadf7FJ5Lg5ZJ0TSbiaVOFo0amZ5d { top:0px;left:0px;width:468px;height:750px;display:block; }
 }@media only screen and (max-width: 763px) { #uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 { display:block; }#uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EXaH6xLnSsbGymL6MUMSV8SfemIFJuSA { width:395px;height:51px;top:355px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XWdl2wFzhpNi6uRiKmSVZoHF06O1sEyX { display:block; }
 }@media only screen and (max-width: 763px) { #EGalKRI9gStvEQQut0hbrmIS0EMFmktn { top:82px;left:0px;width:704px;height:91px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #FydTHkvTBucxHfuFAKTllElgPVnpH9vx { top:289px;left:0px;width:361px;height:45px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #TgMHlLa5781LfGKLg3o6e7aLrNqANsCz { top:33px;left:510px;width:254px;height:437px;display:block; }
 }@media only screen and (max-width: 763px) { #ieTkJL4PNVUOL8P6I6J0crdtfBKL4HxP { top:201px;left:132.734375px;width:2px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F { display:none; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row .container { width:764px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ANT6FGDXEcPulsPC08NVkW86za1ILve9 { width:395px;height:51px;top:355px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eU4VnMtd6il2sbNgbU0IhgJIxkUUPxcX { display:block; }
 }@media only screen and (max-width: 763px) { #tHgrHEhQ42OQXuXC79PKNEAW2WsSmO3a { top:82px;left:0px;width:704px;height:91px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #aaT2okJOghOZAwrSNA8ngsTTs1CGPb7p { top:289px;left:0px;width:361px;height:45px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #g7qGbFwlGhGJ4VHHHwTDM81ru95OSttR { top:33px;left:510px;width:254px;height:437px;display:block; }
 }@media only screen and (max-width: 763px) { #aQLV5L2nib7lQ1x77KuBxifcvmqNIOgc { top:201px;left:132.734375px;width:2px;height:56px;display:block; }
 }@media only screen and (max-width: 763px) { #PMbnNhPOVO4sBxl6lN7a751dJ8gI673t { display:block; }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kc4n3LTCg5RA3ik3GDciPAtHEFZk5rCQ { top:229px;left:218px;width:546px;height:91px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #o4IWBWwTt9oHUMx0HaT0ehpPnFMi8Vie { top:110px;left:0px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #vCVkGwFwqo6d8JbCrQ4Rsh4EPZH2rlOX { top:340px;left:216px;width:547px;height:201px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #KA4yRn9BAnTZCWoczNGbxhPTaJyrDx4B { top:110px;left:44px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #z5eZms1E7Z8mQxwdwuByF1kNGge6JB2z { top:110px;left:197px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #xuGetaykVsBWpzFb9FKcLHa1WGrRwZIB { top:110px;left:239px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #vp842I7JHt6cD35fRQ3BxDR2BXhOFDUD { top:264px;left:239px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #W9bDsEU24aqxXKGAIfTO2vabfxF4enNU { top:264px;left:197px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #EwWJPbe0XMsi2ws27PBNpfpatrU31NnW { top:264px;left:44px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #rVC0g07AhkpoTHtoTONmGObiHLVTSOoT { top:264px;left:0px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #pEmEqyd9wNQ5NgapKbDJbRuwrFDSBmo6 { top:418px;left:0px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #q4Jg4bxf7KQKKpakGR9cto3S8zgO0Sxf { top:418px;left:44px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #SJaWM1n2PM1F5kT5Ui8COvKaMCK7F0fl { top:418px;left:197px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #ruMGouT8BMvdu41LpXNkGLTmMwOTzQsM { top:418px;left:239px;width:143px;height:143px;display:block; }
 }@media only screen and (max-width: 763px) { #PG1rJgykVUMX5JCpot0WquvmaAV7H08W { top:130px;left:382px;width:0;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #UCTlUuscwm9sULFR5wpL5DiRhXhhVtip { display:block; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWT0JP4dxB0n2kuUCJMsEqZhSVm0PIkk { top:135px;left:0px;width:764px;height:45px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #NB5UXbNqoTqfyPnLixu7DOldw5L7AKht { top:209px;left:0px;width:560px;height:345px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TAl2egeToh7TpuWWqV9Dx0XAtT82xr4s { top:44px;left:0px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #rZeKOn5XCLl41yeLNZ1hxluu5pnQ9yMk { top:119px;left:0px;width:600px;height:523.13406014137px;display:block; }
 }@media only screen and (max-width: 763px) { #tpq4V5pEslu5DlThgNTIQmSWzEy3CUC7 { top:135px;left:388px;width:376px;height:67px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts { display:block; }#Agzn2P2nH6k0i5IQAnS6xK9iuqCG9bts > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QxqvTVxVOEnLaR8U2r5UxslVTb92UsqQ { top:198px;left:0px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #OrnWf0QBcAkpDRZOBHbwTVkUZbPO3wNL { top:315px;left:0px;width:517px;height:110px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QcZIQWMB8PsVQfXZ0becXZzQsGUktTNr { top:436px;left:0px;width:595px;height:235px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #uIKuvnCaDu1kNHSkvokg0K9lvwpETwUT { top:150px;left:323px;width:441px;height:927px;display:block; }
 }@media only screen and (max-width: 763px) { #oz5oadAm1dmkXvuNPz9mJgFXA1kTiJOu { top:70px;left:581.5px;width:162px;height:279px;display:block; }
 }@media only screen and (max-width: 763px) { #f1Tgysy8nFGKvMowul1Cwi5KJ7xbBJ12 { top:348px;left:348px;width:416px;height:501px;display:block; }
 }@media only screen and (max-width: 763px) { #QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K { display:none; }#QhBoyuG4mTBty2X3JSSrDCvhKv7CZI6K > .row .container { width:760px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR { display:block; }#bu1lZ7HqzE6uqhPUquW5QLMQ01oFDFTR > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkvXJMptTOqm1hxXKoS7OpQJeXyMGkL { top:198px;left:0px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #ubqP5OGk3r1r3iFv8Ov4LRmtyeBW3A5I { top:120px;left:0px;width:320px;height:66px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #IHC1yW9D1fRJNgvFahLzBG291oRo8m42 { top:206px;left:0px;width:320px;height:180px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #PyLILaKTRaoLbaZnhcz8geDTyCQPPgFy { top:151px;left:323px;width:440px;height:366px;display:block; }
 }@media only screen and (max-width: 763px) { #SuFZHVsDhw0x5eiLeLT0HOxeFcLVL8Tc { top:85px;left:387px;width:162px;height:278px;display:block; }
 }@media only screen and (max-width: 763px) { #TH37LTRM5QEorOSmJWXnuDX01QsRlXMF { top:398px;left:332px;width:432px;height:327px;display:none; }
 }@media only screen and (max-width: 763px) { #lnMabIpvshHrSKWlyoTlUhepLIvdveu1 { display:block; }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xy1pLFpq0Sd3ynwlkfZl50TF8B2amBPb { top:184px;left:105.5px;width:553px;height:101px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #TM5chNflPguL3cNSgip9mKtTeKtng3cM { top:74px;left:382px;width:1px;height:80px;display:block; }
 }@media only screen and (max-width: 763px) { #k7CRXM568RqB39WIJE02IBTN9aqJ70AN { width:280px;height:55px;top:325px;left:242px;display:block; }
 }@media only screen and (max-width: 763px) { #NQPv7GSQy9nOvo5DTvEFg63vgkxcqMnc { display:block; }
 }@media only screen and (max-width: 763px) { #CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 { display:block; }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5BkTWhJZEkJ20GPpq7Bzn33v6hDynkK { top:32px;left:0px;width:764px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Og2NEKAIdu6iTBIAlTfI1MFr08QtZ0Au { top:21px;left:193px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #IetCTUEbwkqLxxHStG6imJzelmHQL6Wg { display:block; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNMq03r9MdqX79S9hltcuptCSeqcqqI9 { top:60px;left:0px;width:99px;height:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OkWBkMLdgIPqPWygrAD8dQmgK5L46mHS { top:63px;left:0px;width:764px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #QMbvS1940zmCTPK1Dhf8vgLFCZp1V1p8 { top:65px;left:431px;width:333px;height:19px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#XfSPAHzaVlhfc5TSTZKrFVZIrPekiLHW > .row .container { width:320px;height:96.25px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UyxywCtEF95GZa2C1MyTXryO7rKKP8G0 { width:138px;height:27px;top:13px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #QQZMEI3UMTIgeWsHZEHAIgys3IvDU1qp { width:240px;height:0;top:88px;left:40px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #OZhwc2qs4O885Bm93TVH7IJUJaWUCLIw { width:98px;height:0;top:156.5938px;left:111px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #P5rIcMH4TstPRDdutlaTWaL3yloHSNTT { width:240px;height:0;top:225.1876px;left:40px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #mWdJGSkcDbfah2ODAk9ZelQ44xgfelhu { width:320px;height:40.5px;top:56.25px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:2650px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #gnFt2Vp4moPzyAlpAW8JCNOTO8esLsrU { width:320px;height:41.5938px;top:120px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #BvrdiLBKH2zMO0XcLpWfRJDrVNTt0hsL { width:320px;height:124.781px;top:797.5938px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #M1TfTJUANvbI0p2XkusQGviXwd48Vgt5 { width:1px;height:80px;top:20px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #mLPErR2x1ygiVDBANkT21kvcPUOnts2c { width:240px;height:242.969px;top:935px;left:51px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TiVsbEqJWvQGeIpHHUcBxT2JhIKaSnSm { width:320px;height:50.3906px;top:1970px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #EZaNywnDfSinvcKQSuGbzg9AfUfL94T7 { width:320px;height:86.3752px;top:2035px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IhyWc8oxmPd67A0ry0f5gOxh3FD5BZf0 { width:240px;height:242.969px;top:1177.96875px;left:51px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #iGoLQqf8fe3tI2alTCRX8PPX2hnfwrfd { width:320px;height:367px;top:1918px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #h5cJx48uNBd2t28VA0BeBUQEXV9ng04C { width:121px;height:209px;top:568.5938px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #GSJ1GXnRK3Zxrx40brms99cg54G2WB4I { width:30px;height:30px;top:935px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xoweVLObSQcLSqaHz7g1TAkT70nmQ0DF { width:30px;height:30px;top:1035px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #sHBGeWV2tWk3PIOxEQn13bGy3GoilzU6 { width:30px;height:30px;top:1134px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #v9mvrOKhnIKW8uQX8tQoaXDdrC1fo8f6 { width:29px;height:29px;top:1085px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #AKiDLTvEBxoWo57kM8BVTOlbeDZSAU2y { width:29px;height:29px;top:1500.2967375px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #ZHFn2dkcLS7KFg7qINFysLLSdphRv4S8 { width:30px;height:30px;top:985px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cVSHIzllbse85GRl0J535aVSe7S8AL5b { width:29px;height:29px;top:1181px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VuxIfc7vMfdZD15N2uFIUMAx1NAKTnz3 { width:29px;height:29px;top:1599.2967375px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #sduf5wma7MagP4DmcLdg2VkUP3e0nFCO { width:30px;height:30px;top:1549.2967375px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #IeirZs7xhffcJRRWan2KGNVFZth0VMgG { width:30px;height:30px;top:1648.2967375px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #tUPDNl7oeXs5Hplx9T1XVh90mWEKJHme { width:320px;height:327px;top:2305px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #F2OtJRJepomhttWwXM3cWCWyyye2dTT1 { background-color:rgba(0,0,0,0.5);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: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:320px;height:405px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n4Eayn2Ai6VlOvBxQ6RghP5m6cl3IPRu { width:320px;height:62.3984px;top:328px;left:0px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #KSM0FzF7aT7u5429eGRARlSqdBXvzy6o { width:1px;height:80px;top:238px;left:0px;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:320px;height:1613px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hIRZcc76AkEKK2W8I5rpTpOUQ6LylEPl { width:320px;height:124.781px;top:27px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #MG3RZxyxHJ1gJFztRdNQTBZodLmT51ii { width:259px;height:431.953px;top:189px;left:61px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Z8lsZQzCWWS8ODp2liCiZodnt6rxTTD3 { width:304px;height:100.7812px;top:766px;left:16px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #aOdg7fAK1SZcBNU9MHB6cCE7b9WQ344P { width:301px;height:115.1718px;top:905.8359375px;left:19px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IeiJSxcEBm6TvL7Hu1BXES63AyrJakX5 { width:320px;height:880px;top:700.99438476562px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZPRfQbVHWH2kxGO8K3aonKv4LBUHi8Vi { width:149px;height:260px;top:646.8359375px;left:152.53125px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #gDnQqOdvMbQeDTkoXJAyFnCvnP0SDDgk { width:30px;height:30px;top:189px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #CvLPHAMdaql4kBoc6fPwAkMNwSGdzOQu { width:30px;height:30px;top:237px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WlU68tWkUrMlb2CseqquSJaTf4HvrBUQ { width:30px;height:30px;top:280px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qbcWouDcMuRdZUpahWXAmXdimEtS3Tbm { width:29px;height:29px;top:367px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wigBxeVvc4QXR3B31wKnD7ZdD93w05r3 { width:29px;height:29px;top:411px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #npdZ7TvtsCBJf9rqZM7IZziSw3MxvcR6 { width:30px;height:30px;top:323px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PutlDPCQrudfcPVcVHFqc3A0fc5eD5mi { width:29px;height:29px;top:454px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GCfpAkLc1o2dmROfM29qWOSKmdf2xhwZ { width:29px;height:29px;top:497px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #leMveGeRT9onUym7HPGNrnUTUcXBxSE4 { width:30px;height:30px;top:540px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uNKVLiDszqun8meIXQva9Dw6Qk8efSVp { width:30px;height:30px;top:583px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OAZTqUf8XM8xCcXeqOTlKTnagKQPI50b { width:320px;height:326.989px;top:1029.4602355957px;left:0px;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #dfiQbAWTXaK99by75SBQ99cdTiNl72CU { display:none; }#dfiQbAWTXaK99by75SBQ99cdTiNl72CU > .row .container { width:320px;height:815px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RzbdZFTbmxieT9lshwCEU7qbm9dE4fa3 { width:320px;height:205px;top:303.140625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #G3KtMyrl0TbJgTdAS4kw6vcJrFI9aIem { width:320px;height:132px;top:20px;left:0px;font-size:30px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #dh37TQ15lOHohTBgtwUTb4s378rlkmbd { width:320px;height:89.5938px;top:168.375px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 { display:block; }#hUq4zHgcfdukR7rgBR38cCmT4CLNEny4 > .row .container { width:320px;height:875px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJVDHtT60vANqG9f3QcoWA5meF01EZcv { width:320px;height:516px;top:333px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QIn4I5vNo0JBbxdZdcHZqnwX6pOiNBN4 { width:320px;height:132px;top:62px;left:0px;font-size:30px;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JnLS2EdxSzKtaMqF3WcUwMmTzxeHlN3q { width:320px;height:89.5938px;top:210px;left:0px;font-size:16px;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP { display:block; }#q6lFqSTHTyK8dxTXeZUMNIu7BuKQunpP > .row .container { width:320px;height:2209px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKOSHH2VCwyzTGTTSEoCIGcboP6HmzEy { width:320px;height:198px;top:120px;left:0px;font-size:30px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SciFDwPdmRCH0oyTfD4X2eL7a3aps6um { width:320px;height:201.586px;top:350.140625px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #PwwS0Cha1e7xSQQevB3ybWnenZpBGI1O { width:1px;height:80px;top:20px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #EklztGPxNC6tz10oBrbDipiTZsykheaT { width:320px;height:320px;top:591.109375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NOQvK1eIym2ePWdVgmB2yK59mkTm6D7I { width:320px;height:320px;top:1113.109375px;left:0px;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #zgBSQV8mFQb2auvXJXTn9opZ1JT78ao1 { width:320px;height:321.703px;top:1635.2578125px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oXmOgzg7hB0xoeJqwQ1mSmPDiTwrpOJ9 { width:320px;height:103.9844px;top:925.328125px;left:0px;font-size:16px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #L6TZ2nNFTf8flDOw1cRhXJSpv0XMI8ZC { width:320px;height:83.1876px;top:1452.921875px;left:0px;font-size:16px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TUxMl5trvoNaxdLbDen59l60R5yrCRQP { width:320px;height:83.1876px;top:1983.9609375px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #pawZzBp6lcpi2GG5whwUK65RBCKP1w1G { width:2px;height:80px;top:2103.3828125px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew { display:none; }#esGMMa3ptovtK1UZDX59aWWfMWV4W5Ew > .row .container { width:320px;height:913px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ISTa5hwSVrnfuEcIJTWpWftH3pAnFz82 { width:320px;height:38.3984px;top:47px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g { width:320px;height:327.125px;top:109px;left:0px;font-size:16px;line-height:1.2;display:block; }#K45VBR9PbQuRSQrCWAx40ZIAl3N6la5g li:before{  }
 }@media only screen and (max-width: 763px) { #zCscSml9VrmnnfDsQWSLHQVpU4UrNPdq { width:320px;height:320px;top:470px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN { display:none; }#pVO0QCZCuJgGyWvOVx4RLT0ESX1vxQQN > .row .container { width:320px;height:855px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bqyAxqiTUUQEc7B1WoIh7uGGF3TX4909 { width:320px;height:38.3984px;top:47px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iaowgl4G0mcQUDdMTHQebpVLF7dZ3qPq { width:320px;height:234px;top:109px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #uKLbS5SKFTtSDivWq7zODlyoUQKLeaO0 { display:block; }#uKLbS5SKFTtSDivWq7zODlyoUQKLeaO0 > .row .container { width:320px;height:670px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WMSK1Qf4ioXtXuZAOh99oz415hyaFghf { width:320px;height:38.3984px;top:47px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vSrPadf7FJ5Lg5ZJ0TSbiaVOFo0amZ5d { width:320px;height:514px;top:79.5px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uXa7OoihJHqKBstHU5XLVS2fNTCoWPd7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1dadf193-0520-48ab-8cb4-c19276f5cac0/Astrology_camera_Ariete20x180_Vergine15x7420x180.jpg");background-position:bottom 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:320px;height:690px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EXaH6xLnSsbGymL6MUMSV8SfemIFJuSA { width:300px;height:51px;top:289.9765625px;left:10px;font-size:17px;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:286px;height:79.1761px;top:74px;left:17px;font-size:22px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FydTHkvTBucxHfuFAKTllElgPVnpH9vx { width:320px;height:27.5938px;top:247.5859375px;left:0px;font-size:23px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TgMHlLa5781LfGKLg3o6e7aLrNqANsCz { width:139px;height:240px;top:383.9765625px;left:90.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ieTkJL4PNVUOL8P6I6J0crdtfBKL4HxP { width:2px;height:56px;top:171.9765625px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1dadf193-0520-48ab-8cb4-c19276f5cac0/Astrology_camera_Ariete20x180_Vergine15x7420x180.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F.adaptive-delivery-prevent-bg, #s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F.lazyload, #s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F.lazyloading { background-image: none; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row .container { background-color: transparent; background-image: none; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row .container > .video-iframe-container { display: none; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.69); }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row > .video-iframe-container { display: none; }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .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); }#s0wlFGvuQlcGA3gZiTSCSn6wKc78cC8F > .row .container { width:320px;height:690px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANT6FGDXEcPulsPC08NVkW86za1ILve9 { width:300px;height:51px;top:289.9765625px;left:10px;font-size:17px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eU4VnMtd6il2sbNgbU0IhgJIxkUUPxcX { display:block; }
 }@media only screen and (max-width: 763px) { #tHgrHEhQ42OQXuXC79PKNEAW2WsSmO3a { width:286px;height:79.1953px;top:74px;left:17px;font-size:22px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aaT2okJOghOZAwrSNA8ngsTTs1CGPb7p { width:320px;height:27.5938px;top:247.5859375px;left:0px;font-size:23px;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g7qGbFwlGhGJ4VHHHwTDM81ru95OSttR { width:139px;height:240px;top:383.9765625px;left:90.5px;display:block; }
 }@media only screen and (max-width: 763px) { #aQLV5L2nib7lQ1x77KuBxifcvmqNIOgc { width:2px;height:56px;top:171.9765625px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #PMbnNhPOVO4sBxl6lN7a751dJ8gI673t { display:block; }#PMbnNhPOVO4sBxl6lN7a751dJ8gI673t > .row .container { width:320px;height:885px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kc4n3LTCg5RA3ik3GDciPAtHEFZk5rCQ { width:320px;height:99px;top:132px;left:0px;font-size:30px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o4IWBWwTt9oHUMx0HaT0ehpPnFMi8Vie { width:76px;height:76px;top:510px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #vCVkGwFwqo6d8JbCrQ4Rsh4EPZH2rlOX { width:320px;height:201.586px;top:263px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #KA4yRn9BAnTZCWoczNGbxhPTaJyrDx4B { width:76px;height:76px;top:510px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #z5eZms1E7Z8mQxwdwuByF1kNGge6JB2z { width:76px;height:76px;top:510px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #xuGetaykVsBWpzFb9FKcLHa1WGrRwZIB { width:76px;height:76px;top:596px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #vp842I7JHt6cD35fRQ3BxDR2BXhOFDUD { width:76px;height:76px;top:682px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #W9bDsEU24aqxXKGAIfTO2vabfxF4enNU { width:76px;height:76px;top:682px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #EwWJPbe0XMsi2ws27PBNpfpatrU31NnW { width:76px;height:76px;top:596px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #rVC0g07AhkpoTHtoTONmGObiHLVTSOoT { width:76px;height:76px;top:596px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #pEmEqyd9wNQ5NgapKbDJbRuwrFDSBmo6 { width:76px;height:76px;top:682px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #q4Jg4bxf7KQKKpakGR9cto3S8zgO0Sxf { width:76px;height:76px;top:768px;left:36px;display:block; }
 }@media only screen and (max-width: 763px) { #SJaWM1n2PM1F5kT5Ui8COvKaMCK7F0fl { width:76px;height:76px;top:768px;left:122px;display:block; }
 }@media only screen and (max-width: 763px) { #ruMGouT8BMvdu41LpXNkGLTmMwOTzQsM { width:76px;height:76px;top:768px;left:208px;display:block; }
 }@media only screen and (max-width: 763px) { #PG1rJgykVUMX5JCpot0WquvmaAV7H08W { width:1px;height:79px;top:33px;left:159.5px;display:block; }
 }@media only screen and (max-width: 763px) { #UCTlUuscwm9sULFR5wpL5DiRhXhhVtip { display:none; }#UCTlUuscwm9sULFR5wpL5DiRhXhhVtip > .row .container { width:320px;height:1010px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eWT0JP4dxB0n2kuUCJMsEqZhSVm0PIkk { width:320px;height:33px;top:120px;left:0px;font-size:30px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NB5UXbNqoTqfyPnLixu7DOldw5L7AKht { width:320px;height:425.5698px;top:181.5938px;left:0px;font-size:16px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #TAl2egeToh7TpuWWqV9Dx0XAtT82xr4s { width:1px;height:80px;top:20px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #rZeKOn5XCLl41yeLNZ1hxluu5pnQ9yMk { width:320px;height:279px;top:682px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tpq4V5pEslu5DlThgNTIQmSWzEy3CUC7 { width:213px;height:75.5859px;top:647px;left:107px;font-size:21px;line-height:1.2;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:320px;height:1108px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QxqvTVxVOEnLaR8U2r5UxslVTb92UsqQ { width:1px;height:80px;top:20px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #OrnWf0QBcAkpDRZOBHbwTVkUZbPO3wNL { width:320px;height:0;top:120px;left:0px;font-size:30px;display:none; }
 }@media only screen and (max-width: 763px) { #QcZIQWMB8PsVQfXZ0becXZzQsGUktTNr { width:320px;height:0;top:245.578px;left:0px;font-size:25px;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #uIKuvnCaDu1kNHSkvokg0K9lvwpETwUT { width:320px;height:366px;top:461.547px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #oz5oadAm1dmkXvuNPz9mJgFXA1kTiJOu { width:137px;height:236px;top:409.546875px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #f1Tgysy8nFGKvMowul1Cwi5KJ7xbBJ12 { width:320px;height:328px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #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;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.37); }#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.37); }#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:320px;height:295px;position:relative;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:320px;height:1265px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMkvXJMptTOqm1hxXKoS7OpQJeXyMGkL { width:1px;height:80px;top:20px;left:159px;display:block; }
 }@media only screen and (max-width: 763px) { #ubqP5OGk3r1r3iFv8Ov4LRmtyeBW3A5I { width:320px;height:66px;top:120px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IHC1yW9D1fRJNgvFahLzBG291oRo8m42 { width:320px;height:180px;top:206.5703125px;left:0px;font-size:25px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #PyLILaKTRaoLbaZnhcz8geDTyCQPPgFy { width:320px;height:762px;top:461.5341796875px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #SuFZHVsDhw0x5eiLeLT0HOxeFcLVL8Tc { width:137px;height:236px;top:415.546875px;left:91.5px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TH37LTRM5QEorOSmJWXnuDX01QsRlXMF { width:302px;height:327px;top:651.51986694336px;left:9px;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #lnMabIpvshHrSKWlyoTlUhepLIvdveu1 { display:block; }#lnMabIpvshHrSKWlyoTlUhepLIvdveu1 > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xy1pLFpq0Sd3ynwlkfZl50TF8B2amBPb { width:320px;height:120.977px;top:148px;left:0px;font-size:22px;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TM5chNflPguL3cNSgip9mKtTeKtng3cM { width:1px;height:80px;top:44px;left:159.5px;display:block; }
 }@media only screen and (max-width: 763px) { #k7CRXM568RqB39WIJE02IBTN9aqJ70AN { width:280px;height:55px;top:297.7734375px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #NQPv7GSQy9nOvo5DTvEFg63vgkxcqMnc { display:block; }
 }@media only screen and (max-width: 763px) { #CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 { display:block; }#CVTAXuTg2tAVtQF7rEhTpmJZPpHMSGc2 > .row .container { width:320px;height:125px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5BkTWhJZEkJ20GPpq7Bzn33v6hDynkK { width:320px;height:22.4006px;top:86px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Og2NEKAIdu6iTBIAlTfI1MFr08QtZ0Au { width:44px;height:44px;top:26.3828125px;left:138px;display:block; }
 }@media only screen and (max-width: 763px) { #IetCTUEbwkqLxxHStG6imJzelmHQL6Wg { display:block; }#IetCTUEbwkqLxxHStG6imJzelmHQL6Wg > .row .container { width:320px;height:190px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uNMq03r9MdqX79S9hltcuptCSeqcqqI9 { width:99px;height:20px;top:20px;left:110px;display:block; }
 }@media only screen and (max-width: 763px) { #OkWBkMLdgIPqPWygrAD8dQmgK5L46mHS { width:320px;height:67.2017px;top:63px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QMbvS1940zmCTPK1Dhf8vgLFCZp1V1p8 { width:320px;height:19.1953px;top:150.1875px;left:0px;font-size:12px;display:block; }
 }