.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:223,233,255;--color-primary-1:158,190,255;--color-primary-2:93,146,255;--color-primary-3:56,88,153;--color-primary-4:5,24,42;--color-secondary-0:241,217,247;--color-secondary-1:213,141,232;--color-secondary-2:185,65,216;--color-secondary-3:168,18,206;--color-secondary-4:142,57,127;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:76,76,76;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { background-color: transparent; background-image: none; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container > .video-iframe-container { display: none; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row > .video-iframe-container { display: none; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .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); }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { border-width: 0; border-radius: 0; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .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; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:5.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#THPrOzpMQb7XSG4csa72RDdv0ntdM8xI { background-color:transparent;background-image: -webkit-linear-gradient(118deg, #0fa40a, #3ce038);background-image: -moz-linear-gradient(118deg, #0fa40a, #3ce038);background-image: -ms-linear-gradient(118deg, #0fa40a, #3ce038);background-image: -o-linear-gradient(118deg, #0fa40a, #3ce038);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa40a', endColorstr='#3ce038' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0fa40a', endColorstr='#3ce038' );";background-image: linear-gradient(118deg, #0fa40a, #3ce038);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(16,82,14,0.41) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.125rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.96875rem;left:63.875rem;display:block; }
#fWRzLWSuM5tVfiRDWExarE4TIrtnsEdg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QPn3mtgFGRfxKxwViPsii3CGtPn7lzkI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:17.625rem;top:0.3125rem;left:0rem;overflow:hidden;display:block; }
#HnHadhUh24ZdL465calWpe0tZlWZw6EO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/33333ef7-f847-4c40-8933-0484871ef6b1/headerveranolaponia.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { border-width: 0; border-radius: 0; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { font-size:0.875rem;font-family:arial;height:78rem;width:75rem;position:relative;display:block; }#XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { color:rgba(var(--color-tertiary-0),1);display:block;width:33.125rem;position:absolute;font-family:"platino sans informal";font-size:6.75rem;font-weight:400;z-index:15001;line-height:.8;letter-spacing:0;top:8.46875rem;left:2.875rem;height:21.5976625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.8125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem #400584;top:31.34375rem;left:3.875rem;height:4.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 1.125rem 2.5rem rgba(22,68,74,0.29) ;height:34.625rem;width:55.3125rem;top:38.5625rem;left:8.4375rem;display:block; }
#hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { color:rgba(var(--color-tertiary-4),1);display:block;width:22.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:42.4375rem;left:12.25rem;height:1.625rem;font-style:normal;display:block; }
#dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { color:rgba(var(--color-tertiary-4),1);display:block;width:24.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:48.25rem;left:12.25rem;height:3.75rem;font-style:normal;display:block; }
#oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { color:rgba(var(--color-tertiary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:45.4375rem;left:12.25rem;height:1.375rem;font-style:normal;display:block; }
#ATxUc7ZGDuAth2CaQzm2C60ZIirIsOnk { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:52.625rem;left:12.25rem;height:3.75rem;font-style:normal;display:block; }
#S9DDx7mdTR5kW1iTrmvCzGeiG3KEmuXc { color:rgba(var(--color-tertiary-4),1);display:block;width:23.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:57.375rem;left:12.25rem;height:3.75rem;font-style:normal;display:block; }
#yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { color:#002642;display:block;width:25rem;position:absolute;font-family:"platino sans informal";font-size:2rem;font-weight:400;z-index:15000;line-height:1;letter-spacing:0;top:62.5rem;left:11.0625rem;height:8rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FUHFxTrQctw9iL31TtLhuvV9gQIKZ5uz { color:rgba(var(--color-primary-4),1);display:block;width:2.875rem;position:absolute;font-family:"jungle slang";font-size:1.5625rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42.3125rem;left:9.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ctvC0T5nGM8wsLgqEAqgsCzytFPSvR17 { color:rgba(var(--color-primary-4),1);display:block;width:2.875rem;position:absolute;font-family:"jungle slang";font-size:1.5625rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:45.4375rem;left:9.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#UPsZaoZ0NcMEmU47TsLvysEFGMART3iP { color:rgba(var(--color-primary-4),1);display:block;width:2.875rem;position:absolute;font-family:"jungle slang";font-size:1.5625rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:48.25rem;left:9.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#h4mbeEahacVoTSm4XVLMiQdqz8gg2Aw1 { color:rgba(var(--color-primary-4),1);display:block;width:2.875rem;position:absolute;font-family:"jungle slang";font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:52.6875rem;left:9.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#ziziTrByHVBybqTDFJ9SV1qHIuSJlT0G { color:rgba(var(--color-primary-4),1);display:block;width:2.875rem;position:absolute;font-family:"jungle slang";font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:57.5rem;left:9.4375rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#FHHURPiWOHTvWfw34CL9zyOuUJhgptxc { box-sizing:content-box;height:24.6875rem;width:24.6875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/cee81f22-f25c-4a19-aa6f-1f675ec4a432/montanamorada.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:43.53125rem;left:37.84375rem;display:block; }#FHHURPiWOHTvWfw34CL9zyOuUJhgptxc.adaptive-delivery-prevent-bg, #FHHURPiWOHTvWfw34CL9zyOuUJhgptxc.lazyload, #FHHURPiWOHTvWfw34CL9zyOuUJhgptxc.lazyloading { background-image: none; }
#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5d4aa354-3998-47bc-93a0-9f1409782ff1/circuloverano.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2.adaptive-delivery-prevent-bg, #FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2.lazyload, #FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2.lazyloading { background-image: none; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container { background-color: transparent; background-image: none; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container > .video-iframe-container { display: none; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row > .video-iframe-container { display: none; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .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); }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container { border-width: 0; border-radius: 0; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#mwNzwc37HPxRXuVLFnx8A3zvbwMzEeAA { color:#2e2d2d;display:block;width:29.875rem;position:absolute;font-family:"platino sans informal";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:4.6875rem;left:40.07666015625rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#UvzPXReGBqSrzXyET1OufFuy5pERKVmK { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:10.25rem;left:35.9375rem;height:9.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mF0cu56slvz3iCKu3B3Zc2gnZBNzmhOT { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-4),0.52) ;height:10.9375rem;width:44.0625rem;top:21.5rem;left:28.125rem;display:block; }
#VKydrWDcPTdKpvlzfK4mEtdEJW3MmHPC { color:rgba(var(--color-tertiary-0),1);display:block;width:22.625rem;position:absolute;font-family:"platino sans informal";font-size:1.5rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:22.57470703125rem;left:31.1875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bxCq2WbP7n1lHRfzaZGUD15NvvNgdZoe { position:absolute;display:block;z-index:15006;border-top:0.3125rem solid #edeff4;border-left:0.3125rem solid #edeff4;border-right:0.3125rem solid #edeff4;border-bottom:0.3125rem solid #edeff4;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:10.5625rem;width:10.5625rem;top:21.375rem;left:68.5625rem;overflow:hidden;display:block; }
#ioB6AxSsWq5DPMvMOkN0yeN4uqmPsWzg { color:rgba(var(--color-tertiary-0),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.4;letter-spacing:0;top:24.81201171875rem;left:31.1875rem;height:6.296875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#suUvaAia4nxye2VK0y1SHB2uXipGxB5V { background-color:transparent;background-image: -webkit-linear-gradient(207deg, #5bed57, #0fa40a);background-image: -moz-linear-gradient(207deg, #5bed57, #0fa40a);background-image: -ms-linear-gradient(207deg, #5bed57, #0fa40a);background-image: -o-linear-gradient(207deg, #5bed57, #0fa40a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bed57', endColorstr='#0fa40a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bed57', endColorstr='#0fa40a' );";background-image: linear-gradient(207deg, #5bed57, #0fa40a);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.625rem;left:61.375rem;display:block; }
#UWAisabiDs0p7THntKeiCx6mf8RuPZcg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#v6LbrqxoMgITSQM8P7rABIWICowRTZUx { color:#2e2d2d;display:block;width:26rem;position:absolute;font-family:"platino sans informal";font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:35.9375rem;left:31.1875rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oUTd5Xgu8gEbZWKEh91eQFnUaof2cWtU { color:#2e2d2d;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.4;letter-spacing:0;top:38.3125rem;left:31.1875rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oVIvbulnXL4X9vZ6DU9yKmEhuM1bF639 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-4),0.52) ;height:10.875rem;width:44.0625rem;top:33.875rem;left:28.125rem;display:block; }
#xZlE7USNag5oJkXErKoUHRVLNREhgOit { background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(207deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(207deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(207deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(207deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.75rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:38rem;left:61.375rem;display:block; }
#IKoNlb9oTFoKDOewqmTLXsuQRwAFDKCC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Lmrn9pP87C3DFz75RKJfZVkPzOTqa061 { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(var(--color-primary-4),0.52) ;height:10.875rem;width:44.0625rem;top:45.875rem;left:28.1875rem;display:block; }
#QvrdONZMAiIemqW56COvC4Em61rISIfU { color:#2e2d2d;display:block;width:28.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:50.3388671875rem;left:31.1875rem;height:4.72265625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rPe3oAJbaBIewGGOlToKCnVEQMiBp1Me { color:#2e2d2d;display:block;width:26rem;position:absolute;font-family:"platino sans informal";font-size:1.5rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:47.75rem;left:31.375rem;height:1.79980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pDgXfgwOQU0EqhLKlAvQBIBdXDbv5PAa { background-color:transparent;background-image: -webkit-linear-gradient(98deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(98deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(98deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(98deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(98deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:2.75rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:50.1875rem;left:61.375rem;display:block; }
#myoltEmEtpeEowHsWWgbqPFiKWcLrXJr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SJRbOnBQKIGgIatT5rKzGL4lNTT0u31T { color:rgba(84,53,113,0.2);display:block;width:8.4375rem;position:absolute;font-family:"jungle slang";font-size:7.5rem;font-weight:normal;z-index:14995;line-height:1.3;letter-spacing:0;top:35.25rem;left:69.0625rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#CsC6pBTIzlVP098OVolzSoQRNrTBem4v { color:rgba(84,53,113,0.2);display:block;width:8.375rem;position:absolute;font-family:"jungle slang";font-size:7.5rem;font-weight:normal;z-index:14994;line-height:1.3;letter-spacing:0;top:46.8125rem;left:69.0625rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/701eb6fb-44e8-414d-83df-a9bef8b8e8e4/auroraborealverano2.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH.adaptive-delivery-prevent-bg, #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH.lazyload, #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH.lazyloading { background-image: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { background-color: transparent; background-image: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container > .video-iframe-container { display: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container { display: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .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); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { border-width: 0; border-radius: 0; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH::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; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { font-size:0.875rem;font-family:arial;height:39.5rem;width:75rem;position:relative;display:block; }#B7uZEWh1pH80zJkI1UhUwQ2DD3DtGsaR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:20.96875rem;left:9.25rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#abp9Tvvyz210W1aUiKB4AyA4plDk5XTJ { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:21.03125rem;left:26.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fEBQzomlFGUXrp6MLLGEwAvvivLNFthu { color:rgba(var(--color-tertiary-0),1);display:block;width:6.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:20.96875rem;left:40.875rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKRhDCoT6KDsqwX8gwTZxBJeFcqz73B4 { position:absolute;display:block;z-index:14995;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(var(--color-secondary-3),0.62), rgba(var(--color-tertiary-0),0));background-image: -moz-linear-gradient(184deg, rgba(var(--color-secondary-3),0.62), rgba(var(--color-tertiary-0),0));background-image: -ms-linear-gradient(184deg, rgba(var(--color-secondary-3),0.62), rgba(var(--color-tertiary-0),0));background-image: -o-linear-gradient(184deg, rgba(var(--color-secondary-3),0.62), rgba(var(--color-tertiary-0),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.62)', endColorstr='rgba(var(--color-tertiary-0),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),0.62)', endColorstr='rgba(var(--color-tertiary-0),0)' );";background-image: linear-gradient(184deg, rgba(var(--color-secondary-3),0.62), rgba(var(--color-tertiary-0),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:17.0625rem;width:16.25rem;top:12.1875rem;left:52.09130859375rem;display:block; }
#cSW0bQODN1G3w8nO3iFy0BABNDtWnR94 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:19.3125rem;left:54.18505859375rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hSV29JmsahCNM7OXU9hskGCtT0IPdzBn { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9375rem;position:absolute;font-family:"platino sans informal";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.9375rem rgba(var(--color-tertiary-4),0.5);top:30.53125rem;left:14.4375rem;height:3.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SmDy7mSGOhF4Cc2qmiWphE6hB1SUlDLp { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:"jungle slang";font-size:3.75rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16rem;left:13.21875rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#rPJ9XnyACtOybWqCB8RrFLTJzCJKseey { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:"jungle slang";font-size:3.75rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:16.15625rem;left:27.3125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#flJND8p0iJSXsxpsW4ZmPfT4UbrVzJBn { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:"jungle slang";font-size:3.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16.15625rem;left:41.28125rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { color:rgba(var(--color-tertiary-0),1);display:block;width:41.5625rem;position:absolute;font-family:"platino sans informal";font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.1;letter-spacing:0;top:5rem;left:16.71875rem;height:4.8125rem;text-align:center;text-align-last:center;display:block; }
#mialQAJqggfwUMCGJh4ASa2RoEReZnZe { 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:4.0625rem;width:4rem;top:14.5625rem;left:58.3125rem;overflow:hidden;display:block; }
#MWyI6u0KFoQuT6aAGVCIdKnAcLlqQDyg { background-color:rgba(var(--color-primary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),0);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:15.4375rem;text-decoration:none;z-index:14996;text-align:center;text-align-last:center;top:12.1875rem;left:52.09130859375rem;display:block; }
#KkgoJpbAo83V2kCgWwsszx4Aw3EJ6goU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e1e1e;background-image:url("https://images.assets-landingi.com/uc/5127edc7-9b64-4cb6-863e-b5ec74bb61da/seccioncambio2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM.adaptive-delivery-prevent-bg, #f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM.lazyload, #f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM.lazyloading { background-image: none; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container { background-color: transparent; background-image: none; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container > .video-iframe-container { display: none; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row > .video-iframe-container { display: none; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .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); }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container { border-width: 0; border-radius: 0; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container { font-size:0.875rem;font-family:arial;height:46.8125rem;width:75rem;position:relative;display:block; }#WOlCgegE944AhzlWqRHgNTdhXOhtqH3q { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-4),1)', endColorstr='rgba(var(--color-primary-4),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-4),1), rgba(var(--color-primary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:10.6875rem;width:52.9375rem;top:32.1875rem;left:11rem;display:block; }
#qDJy8JNzTvbUCQLqIBF2k9AJqunTmfgK { color:rgba(var(--color-tertiary-0),1);display:block;width:36.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:34.3125rem;left:14.6875rem;height:6.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aImxrgb0m3iSFmE0Lq4AbJHUoTbuSKgc { color:rgba(var(--color-tertiary-0),1);display:block;width:32.3125rem;position:absolute;font-family:"platino sans informal";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.1;letter-spacing:0;top:6rem;left:9.875rem;height:4.8125rem;text-align:left;text-align-last:left;display:block; }
#fKOn7G4Zio4sAZAnOuk927iXKpJ3KaPi { color:rgba(var(--color-tertiary-0),1);display:block;width:26.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:20.625rem;left:15.125rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VqaPt49Lq5U8cKmUmhI8OgFtB3tb7Nu6 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:13.75rem;left:15.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#r88a6sHTWKkC1HEzawwdSm23gJpy2JQT { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:"jungle slang";font-size:5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:12.75rem;left:9.375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#KevMp2H2Ew83BsGac5NtbQLENsisGTHX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.125rem;position:absolute;font-family:"jungle slang";font-size:5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:20.25rem;left:9.375rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#ZEBofIxT0cCTbA4PwqBu4JcKvJbJvJHl { color:rgba(var(--color-tertiary-0),0.21);display:block;width:10.5625rem;position:absolute;font-family:"jungle slang";font-size:11.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:30.4375rem;left:54.3125rem;height:15.4375rem;text-align:center;text-align-last:center;display:block; }
#MBmGMSnLllEGS7eTJwk8NZ7ABVvAmal6 { position:absolute;display:block;z-index:15001;height:19.875rem;width:53rem;top:40.5rem;left:11rem;display:block; }
#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/4bc27792-1d18-48a6-b805-c403bed5167e/bckcarrousellaponia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.adaptive-delivery-prevent-bg, #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.lazyload, #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.lazyloading { background-image: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { background-color: transparent; background-image: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container > .video-iframe-container { display: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container { display: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .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); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { border-width: 0; border-radius: 0; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:75rem;position:relative;display:block; }#SiW2NUTUBmuJGRzihMbrhZiGUIT8I9OT { color:#2e2d2d;display:block;width:35.75rem;position:absolute;font-family:"platino sans informal";font-size:2.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:32.625rem;left:19.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OTVfBbBhKnDBvxyVNuU2Ta0dEHPUQOk2 { background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37.125rem;left:13.875rem;display:block; }
#wWmJw8rIsJDOaqm22n34ydyqmPcGdZfS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BrohsmIzR7snC2gsqOQkACKT5G3HRWfD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:37.9375rem;left:14.5625rem; }
#pAfM6U0VDOFqAaZt10rSfmKniw70WU4U { background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:37.125rem;left:33.0625rem;display:block; }
#wIWvr2pF6XU3uGhu4FuRoXcsd9x4JhHL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aw5wFsZo5IzZr4TQkW38RvQf4eulZwRd { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:37.9375rem;left:34rem; }
#nXDc4T76oqdMmqx8JxbwhUiTaSzEIDBA { background-color:transparent;background-image: -webkit-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -moz-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -ms-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-image: -o-linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),1)', endColorstr='rgba(var(--color-secondary-4),1)' );";background-image: linear-gradient(207deg, rgba(var(--color-primary-4),1), rgba(var(--color-secondary-4),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.75rem;height:3.625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:37.125rem;left:48.75rem;display:block; }
#gUQDQF5QDTS6GJ1OekA4dcFf9brG098n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rU8G8NcRHO1AvtGAUdpxec0rg8iVu9cz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:38.1875rem;left:51.125rem; }
#yne0hDs97Ak8xC5Uhoam2kZsCSTQ7Wxa { color:rgba(var(--color-primary-4),1);display:block;width:72.0625rem;position:absolute;font-family:"platino sans informal";font-size:2.5rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.875rem;left:1.65625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QPAhCEAnJM9LoPJFcNZTAQO06Ul1KDg8 { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.4375rem;width:21.4375rem;top:5.71875rem;left:-11.438591022444rem;overflow:hidden;display:none; }
#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/66e10e26-e717-4fee-94f3-eab3dca240fc/veranolaponiamediocirc.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.adaptive-delivery-prevent-bg, #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.lazyload, #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.lazyloading { background-image: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { background-color: transparent; background-image: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container > .video-iframe-container { display: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container { display: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .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); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { border-width: 0; border-radius: 0; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { font-size:0.875rem;font-family:arial;height:51.875rem;width:75rem;position:relative;display:block; }#Z20Gw8X1Awo3qfzfHJONM4MmtnwBCGng { color:rgba(var(--color-tertiary-3),1);display:block;width:18.6875rem;position:absolute;font-family:"platino sans informal";font-size:4.375rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:39.5625rem;left:1.875rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Oe5wyxLiq9Sd8RussAJDHgTBrbTvO04H { color:#2e2d2d;display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:44.5rem;left:6.0625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#l7FHS5bHDlmsAgPdxLucnPiTARsk7Im7 { color:rgba(var(--color-tertiary-3),1);display:block;width:9.75rem;position:absolute;font-family:"platino sans informal";font-size:4.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:39.5625rem;left:22.625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ikqxNB8mkX8fIBTSrTXekQTCcxI967ik { color:#2e2d2d;display:block;width:9.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:44.5rem;left:22.8125rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZxAJIbyI7d6dAxps3G4LdL1cmTOX8THE { color:rgba(var(--color-tertiary-3),1);display:block;width:9rem;position:absolute;font-family:"platino sans informal";font-size:4.375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:39.5625rem;left:35.5625rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p2pTwUQeupA8bufJ7p6qfAN6FVk8aox0 { color:#2e2d2d;display:block;width:7.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:44.5rem;left:36.5625rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RWHSwXK23Bk66NM4oXRNEBI269BErU9u { color:rgba(var(--color-tertiary-3),1);display:block;width:11.75rem;position:absolute;font-family:"platino sans informal";font-size:4.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:39.5625rem;left:61.375rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pwXOzBlbi0we9BwhMqbE6FvIBRdFQfgJ { color:#2e2d2d;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:44.5625rem;left:62.25rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAhCQBtZ4mlhHBAKfbMUtUShzqOiI1bI { color:rgba(var(--color-tertiary-3),1);display:block;width:10.625rem;position:absolute;font-family:"platino sans informal";font-size:4.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:39.5625rem;left:47.125rem;height:5.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sGU5TZu4nQNi7WQggAzvHOlCEfDrdFCc { color:#2e2d2d;display:block;width:10.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:44.5625rem;left:47.9375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTuKyR9s3q9OgPUPw0IptdsvZvL4TSNk { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:0rem;box-shadow: none;height:14rem;width:19.6875rem;top:21.1875rem;left:1.25rem;overflow:hidden;display:block; }
#Ufh5JK8gkF8QTfZdtOE5cpAQcgb4Qhzu { position:absolute;display:block;z-index:15001;background-color:#20053a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:14.3125rem;width:19.625rem;top:6rem;left:1.1875rem;display:block; }
#JNSQrKov4rfCnpKgmhnIBvFwBDZ2kqKT { color:rgba(var(--color-tertiary-0),1);display:block;width:17.9375rem;position:absolute;font-family:"platino sans informal";font-size:3.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:8.5625rem;left:2.0625rem;height:4.95605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wGmp6PrqWN9rsCgrmHR9fX4s3G5wkTXM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:13.5rem;left:2.875rem;height:5.0625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Fe6ZAC6VF1SluCchnop9eByNxu4GLE5D { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.1875rem;width:19.4375rem;top:5.9375rem;left:21.875rem;overflow:hidden;display:block; }
#ZHxriuPV3UH5Hc2xiea7G5BusZB5sdco { 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:15.1875rem;width:19.3125rem;top:20.03125rem;left:22rem;overflow:hidden;display:block; }
#oeX4NHTimxiA3fM6UvkrUXIVBkxOeugU { color:#050b26;display:block;width:22rem;position:absolute;font-family:"platino sans informal";font-size:2.5625rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:5.724609375rem;left:42.6875rem;height:5.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eQtUwAXXCuZf1yS7DhnPiHeSQDV2UnkZ { color:#2e2d2d;display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15001;line-height:1.7;letter-spacing:0;top:11.224609375rem;left:42.9375rem;height:24.222625rem;font-style:normal;display:block; }
#gyE7LS79qiDWi2G4eiQOQPOki4EBQPfs { color:rgba(var(--color-tertiary-0),0.32);display:block;width:5.3125rem;position:absolute;font-family:"jungle slang";font-size:6.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.125rem;left:14.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/76d578fb-3808-458b-9c89-36be74d40c48/franja.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d.adaptive-delivery-prevent-bg, #EwehhFxkr7wQO4WpMbbEgQsychtRRm9d.lazyload, #EwehhFxkr7wQO4WpMbbEgQsychtRRm9d.lazyloading { background-image: none; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container { background-color: transparent; background-image: none; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container > .video-iframe-container { display: none; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row > .video-iframe-container { display: none; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .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); }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container { border-width: 0; border-radius: 0; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container { font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;position:relative;display:block; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/701eb6fb-44e8-414d-83df-a9bef8b8e8e4/auroraborealverano2.jpeg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1.adaptive-delivery-prevent-bg, #XwnqODWJFbmRCgFW9nITwuSPbKfer0k1.lazyload, #XwnqODWJFbmRCgFW9nITwuSPbKfer0k1.lazyloading { background-image: none; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { background-color: transparent; background-image: none; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container > .video-iframe-container { display: none; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row > .video-iframe-container { display: none; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .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); }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { border-width: 0; border-radius: 0; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1::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; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#ggEtVh0gtb9JQtRA5s1ZUFl664KTRfg7 { color:rgba(var(--color-tertiary-0),1);display:block;width:48.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem rgba(var(--color-tertiary-4),0.5);top:11.9375rem;left:20.5625rem;height:8.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NL6wmDVSb4g6ZavzwC7hGqdftHx3UHr4 { 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:41.875rem;width:20.25rem;top:-10.0625rem;left:-9.1162109375rem;overflow:hidden;display:none; }
#EoQentlevO8IaT9Fd2ppI4tA0zacd0W3 { 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:39.8125rem;width:24.6875rem;top:-4.875rem;left:-11.5029296875rem;overflow:hidden;display:block; }
#Bn0unT4pmpHxHoP8rxo2THw608Bogdsf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#kqFelX5gtklek4arZsIlHThRgJTwhZ3U { color:rgba(var(--color-tertiary-0),0.32);display:block;width:5.3125rem;position:absolute;font-family:"jungle slang";font-size:6.25rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:23.33203125rem;left:41.9375rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#19415a;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; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { background-color: transparent; background-image: none; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container > .video-iframe-container { display: none; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row > .video-iframe-container { display: none; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .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); }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { border-width: 0; border-radius: 0; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:75rem;position:relative;display:block; }#HKSBXnngTpRF56JKgSnT0uggeTPIFQWl { 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:3.3125rem;width:8.4375rem;top:1.28125rem;left:4.4375rem;overflow:hidden;display:block; }
#vEDoyaTlpTovyCAwcv2fDnfOby09H9Cy { color:rgba(var(--color-tertiary-0),1);display:block;width:35.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:2.4716796875rem;left:36.625rem;height:1.0556625rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { display:block; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THPrOzpMQb7XSG4csa72RDdv0ntdM8xI { width:11.125rem;height:3.4375rem;top:0.9375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRzLWSuM5tVfiRDWExarE4TIrtnsEdg { display:block; }
 }@media only screen and (max-width: 763px) { #QPn3mtgFGRfxKxwViPsii3CGtPn7lzkI { top:0.3125rem;left:0rem;width:17.625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { top:8.4375rem;left:0rem;width:33.125rem;height:21.5625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { top:31.3125rem;left:0rem;width:31.125rem;height:4.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { top:38.5625rem;left:0rem;width:47.75rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { top:42.4375rem;left:0rem;width:22.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { top:48.25rem;left:0rem;width:24.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { top:45.4375rem;left:0rem;width:21.4375rem;height:1.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATxUc7ZGDuAth2CaQzm2C60ZIirIsOnk { top:52.625rem;left:0rem;width:20.8125rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S9DDx7mdTR5kW1iTrmvCzGeiG3KEmuXc { top:57.375rem;left:0rem;width:23.0625rem;height:3.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { top:62.5rem;left:0rem;width:25rem;height:8rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUHFxTrQctw9iL31TtLhuvV9gQIKZ5uz { top:42.3125rem;left:0rem;width:2.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctvC0T5nGM8wsLgqEAqgsCzytFPSvR17 { top:45.4375rem;left:0rem;width:2.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPsZaoZ0NcMEmU47TsLvysEFGMART3iP { top:48.25rem;left:0rem;width:2.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4mbeEahacVoTSm4XVLMiQdqz8gg2Aw1 { top:52.6875rem;left:0rem;width:2.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziziTrByHVBybqTDFJ9SV1qHIuSJlT0G { top:57.5rem;left:0rem;width:2.875rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHURPiWOHTvWfw34CL9zyOuUJhgptxc { top:43.5rem;left:23.0625rem;width:24.6875rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 { display:block; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwNzwc37HPxRXuVLFnx8A3zvbwMzEeAA { top:4.6875rem;left:17.875rem;width:29.875rem;height:4.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvzPXReGBqSrzXyET1OufFuy5pERKVmK { top:10.25rem;left:10.25rem;width:37.5rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mF0cu56slvz3iCKu3B3Zc2gnZBNzmhOT { top:21.5rem;left:3.6875rem;width:44.0625rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKydrWDcPTdKpvlzfK4mEtdEJW3MmHPC { top:22.5625rem;left:17.5625rem;width:22.625rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bxCq2WbP7n1lHRfzaZGUD15NvvNgdZoe { top:21.375rem;left:36.5625rem;width:10.5625rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ioB6AxSsWq5DPMvMOkN0yeN4uqmPsWzg { top:24.75rem;left:17.5625rem;width:28.5625rem;height:6.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #suUvaAia4nxye2VK0y1SHB2uXipGxB5V { width:9.125rem;height:2.75rem;top:25.625rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWAisabiDs0p7THntKeiCx6mf8RuPZcg { display:block; }
 }@media only screen and (max-width: 763px) { #v6LbrqxoMgITSQM8P7rABIWICowRTZUx { top:35.9375rem;left:17.5625rem;width:26rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUTd5Xgu8gEbZWKEh91eQFnUaof2cWtU { top:38.3125rem;left:17.5625rem;width:28.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVIvbulnXL4X9vZ6DU9yKmEhuM1bF639 { top:33.875rem;left:3.6875rem;width:44.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZlE7USNag5oJkXErKoUHRVLNREhgOit { width:9.125rem;height:2.75rem;top:38rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKoNlb9oTFoKDOewqmTLXsuQRwAFDKCC { display:block; }
 }@media only screen and (max-width: 763px) { #Lmrn9pP87C3DFz75RKJfZVkPzOTqa061 { top:45.875rem;left:3.6875rem;width:44.0625rem;height:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrdONZMAiIemqW56COvC4Em61rISIfU { top:50.3125rem;left:17.5625rem;width:28.3125rem;height:4.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPe3oAJbaBIewGGOlToKCnVEQMiBp1Me { top:47.75rem;left:17.75rem;width:26rem;height:1.75rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pDgXfgwOQU0EqhLKlAvQBIBdXDbv5PAa { width:9.125rem;height:2.75rem;top:50.1875rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myoltEmEtpeEowHsWWgbqPFiKWcLrXJr { display:block; }
 }@media only screen and (max-width: 763px) { #SJRbOnBQKIGgIatT5rKzGL4lNTT0u31T { top:35.25rem;left:39.3125rem;width:8.4375rem;height:9.75rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsC6pBTIzlVP098OVolzSoQRNrTBem4v { top:46.8125rem;left:39.375rem;width:8.375rem;height:9.75rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { display:block; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7uZEWh1pH80zJkI1UhUwQ2DD3DtGsaR { top:20.9375rem;left:0rem;width:12.125rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abp9Tvvyz210W1aUiKB4AyA4plDk5XTJ { top:21rem;left:12.8125rem;width:6.9375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEBQzomlFGUXrp6MLLGEwAvvivLNFthu { top:20.9375rem;left:27.25rem;width:6.9375rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKRhDCoT6KDsqwX8gwTZxBJeFcqz73B4 { top:12.1875rem;left:31.5rem;width:16.25rem;height:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSW0bQODN1G3w8nO3iFy0BABNDtWnR94 { top:19.3125rem;left:35.5rem;width:12.25rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSV29JmsahCNM7OXU9hskGCtT0IPdzBn { top:30.5rem;left:0rem;width:47.75rem;height:3.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SmDy7mSGOhF4Cc2qmiWphE6hB1SUlDLp { top:16rem;left:0rem;width:6.125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPJ9XnyACtOybWqCB8RrFLTJzCJKseey { top:16.125rem;left:13.6875rem;width:6.125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #flJND8p0iJSXsxpsW4ZmPfT4UbrVzJBn { top:16.125rem;left:27.65625rem;width:6.125rem;height:4.875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { top:5rem;left:3.09375rem;width:41.5625rem;height:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mialQAJqggfwUMCGJh4ASa2RoEReZnZe { top:14.5625rem;left:43.75rem;width:4rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWyI6u0KFoQuT6aAGVCIdKnAcLlqQDyg { width:16.3125rem;height:15.4375rem;top:12.1875rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkgoJpbAo83V2kCgWwsszx4Aw3EJ6goU { display:block; }
 }@media only screen and (max-width: 763px) { #f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM { display:block; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOlCgegE944AhzlWqRHgNTdhXOhtqH3q { top:32.1875rem;left:0rem;width:47.75rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDJy8JNzTvbUCQLqIBF2k9AJqunTmfgK { top:34.3125rem;left:1.0625rem;width:36.375rem;height:6.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aImxrgb0m3iSFmE0Lq4AbJHUoTbuSKgc { top:6rem;left:0rem;width:32.3125rem;height:4.8125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fKOn7G4Zio4sAZAnOuk927iXKpJ3KaPi { top:20.625rem;left:1.5rem;width:26.9375rem;height:7.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqaPt49Lq5U8cKmUmhI8OgFtB3tb7Nu6 { top:13.75rem;left:1.5rem;width:23.875rem;height:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r88a6sHTWKkC1HEzawwdSm23gJpy2JQT { top:12.75rem;left:0rem;width:6.125rem;height:6.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KevMp2H2Ew83BsGac5NtbQLENsisGTHX { top:20.25rem;left:0rem;width:6.125rem;height:6.5rem;font-size:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBofIxT0cCTbA4PwqBu4JcKvJbJvJHl { top:30.4375rem;left:37.1875rem;width:10.5625rem;height:15.4375rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MBmGMSnLllEGS7eTJwk8NZ7ABVvAmal6 { top:40.5rem;left:0rem;width:47.75rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR { display:block; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiW2NUTUBmuJGRzihMbrhZiGUIT8I9OT { top:32.625rem;left:6.1875rem;width:35.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTVfBbBhKnDBvxyVNuU2Ta0dEHPUQOk2 { width:16.3125rem;height:3.625rem;top:37.125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWmJw8rIsJDOaqm22n34ydyqmPcGdZfS { display:block; }
 }@media only screen and (max-width: 763px) { #BrohsmIzR7snC2gsqOQkACKT5G3HRWfD { top:37.9375rem;left:0.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAfM6U0VDOFqAaZt10rSfmKniw70WU4U { width:12.75rem;height:3.625rem;top:37.125rem;left:19.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWvr2pF6XU3uGhu4FuRoXcsd9x4JhHL { display:block; }
 }@media only screen and (max-width: 763px) { #aw5wFsZo5IzZr4TQkW38RvQf4eulZwRd { top:37.9375rem;left:20.375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXDc4T76oqdMmqx8JxbwhUiTaSzEIDBA { width:12.75rem;height:3.625rem;top:37.125rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUQDQF5QDTS6GJ1OekA4dcFf9brG098n { display:block; }
 }@media only screen and (max-width: 763px) { #rU8G8NcRHO1AvtGAUdpxec0rg8iVu9cz { top:38.1875rem;left:37.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yne0hDs97Ak8xC5Uhoam2kZsCSTQ7Wxa { top:2.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPAhCEAnJM9LoPJFcNZTAQO06Ul1KDg8 { top:5.6875rem;left:0rem;width:21.4375rem;height:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 { display:block; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z20Gw8X1Awo3qfzfHJONM4MmtnwBCGng { width:18.6875rem;height:5.6875rem;top:39.5625rem;left:0rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe5wyxLiq9Sd8RussAJDHgTBrbTvO04H { width:12rem;height:3.375rem;top:44.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7FHS5bHDlmsAgPdxLucnPiTARsk7Im7 { width:9.75rem;height:5.6875rem;top:39.5625rem;left:9rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikqxNB8mkX8fIBTSrTXekQTCcxI967ik { width:9.625rem;height:3.375rem;top:44.5rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAJIbyI7d6dAxps3G4LdL1cmTOX8THE { width:9rem;height:5.6875rem;top:39.5625rem;left:21.9375rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2pTwUQeupA8bufJ7p6qfAN6FVk8aox0 { width:7.8125rem;height:3.375rem;top:44.5rem;left:22.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RWHSwXK23Bk66NM4oXRNEBI269BErU9u { width:11.75rem;height:5.6875rem;top:39.5625rem;left:36rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwXOzBlbi0we9BwhMqbE6FvIBRdFQfgJ { width:10.6875rem;height:3.375rem;top:44.5625rem;left:37.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAhCQBtZ4mlhHBAKfbMUtUShzqOiI1bI { width:10.625rem;height:5.6875rem;top:39.5625rem;left:33.5rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGU5TZu4nQNi7WQggAzvHOlCEfDrdFCc { width:10.6875rem;height:3.375rem;top:44.5625rem;left:34.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTuKyR9s3q9OgPUPw0IptdsvZvL4TSNk { width:19.6875rem;height:14rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufh5JK8gkF8QTfZdtOE5cpAQcgb4Qhzu { width:19.625rem;height:14.3125rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNSQrKov4rfCnpKgmhnIBvFwBDZ2kqKT { width:17.9375rem;height:4.9375rem;top:8.5625rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wGmp6PrqWN9rsCgrmHR9fX4s3G5wkTXM { width:16.9375rem;height:5.0625rem;top:13.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fe6ZAC6VF1SluCchnop9eByNxu4GLE5D { width:19.4375rem;height:13.1875rem;top:5.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxriuPV3UH5Hc2xiea7G5BusZB5sdco { width:19.3125rem;height:15.1875rem;top:20rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeX4NHTimxiA3fM6UvkrUXIVBkxOeugU { width:22rem;height:5.125rem;top:5.6875rem;left:25.75rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQtUwAXXCuZf1yS7DhnPiHeSQDV2UnkZ { width:26.625rem;height:24.1875rem;top:11.1875rem;left:21.125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyE7LS79qiDWi2G4eiQOQPOki4EBQPfs { top:3.125rem;left:1.1875rem;width:5.3125rem;height:8.125rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwehhFxkr7wQO4WpMbbEgQsychtRRm9d { display:block; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 { display:block; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggEtVh0gtb9JQtRA5s1ZUFl664KTRfg7 { top:11.9375rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL6wmDVSb4g6ZavzwC7hGqdftHx3UHr4 { top:-10.0625rem;left:0rem;width:20.25rem;height:41.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoQentlevO8IaT9Fd2ppI4tA0zacd0W3 { top:-4.875rem;left:0rem;width:24.6875rem;height:39.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bn0unT4pmpHxHoP8rxo2THw608Bogdsf { display:none; }
 }@media only screen and (max-width: 763px) { #kqFelX5gtklek4arZsIlHThRgJTwhZ3U { top:23.3125rem;left:28.3125rem;width:5.3125rem;height:8.125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 { display:block; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSBXnngTpRF56JKgSnT0uggeTPIFQWl { top:1.25rem;left:0rem;width:8.4375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDoyaTlpTovyCAwcv2fDnfOby09H9Cy { top:2.4375rem;left:12.5rem;width:35.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#LvDTIy2f5eae5qdrHT6RO2vwJQBA8x1y > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #THPrOzpMQb7XSG4csa72RDdv0ntdM8xI { width:9.3125rem;height:2.5rem;top:0.8125rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWRzLWSuM5tVfiRDWExarE4TIrtnsEdg { display:block; }
 }@media only screen and (max-width: 763px) { #QPn3mtgFGRfxKxwViPsii3CGtPn7lzkI { width:9.375rem;height:2.5rem;top:0.88671875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnHadhUh24ZdL465calWpe0tZlWZw6EO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/996341f4-fb85-4634-b3dc-bab7223bb1ed/headermovilverano.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO.adaptive-delivery-prevent-bg, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyload, #HnHadhUh24ZdL465calWpe0tZlWZw6EO.lazyloading { background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { background-color: transparent; background-image: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row > .video-iframe-container { display: none; }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .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); }#HnHadhUh24ZdL465calWpe0tZlWZw6EO > .row .container { width:20rem;height:109.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XhRHxz9GZXM9F2IXiTUtsmIkh7Xw7NHB { width:13.0625rem;height:9.44924375rem;top:6.5rem;left:3.46875rem;font-size:2.625rem;text-align:center;text-align-last:center;line-height:.9;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qrByTniLbNc27bxfTfO8lDzTnQKEtn88 { width:16.4375rem;height:6.597625rem;top:16.875rem;left:1.78125rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.2;color:#ffffff;text-shadow:0.0625rem 0.0625rem 1rem #190035;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aWLOOFBM01z59WHKxXTo3eTx6kaiePdc { width:20rem;height:62.9375rem;top:45.1875rem;left:0rem;z-index:15010;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 1.125rem 2.5rem rgba(22,68,74,0.29) ;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #hwMRvGbZvzQXtFUqDV8XzJaQwXTqomRa { width:13.5rem;height:2.923825rem;top:54.5625rem;left:3.5625rem;font-size:1.125rem;line-height:1.3;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #dnHwqOaSIZlvvbMZhcpZashLuRdVb2bs { width:14.625rem;height:2.923825rem;top:50.5625rem;left:3.5625rem;font-size:1.125rem;line-height:1.3;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #oepaq3ne6DFFoLIR9fL0ZBOLpPKhochF { width:12.3125rem;height:2.923825rem;top:46.625rem;left:3.5625rem;font-size:1.125rem;line-height:1.3;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #ATxUc7ZGDuAth2CaQzm2C60ZIirIsOnk { width:14.4375rem;height:2.923825rem;top:58.4375rem;left:3.5625rem;font-size:1.125rem;line-height:1.3;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #S9DDx7mdTR5kW1iTrmvCzGeiG3KEmuXc { width:12.625rem;height:2.923825rem;top:62.625rem;left:3.5625rem;font-size:1.125rem;line-height:1.3;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #yxkrhBH90R1buOi9DAhkXNIQqTN8fXFr { width:17.625rem;height:7.8125rem;top:67.375rem;left:1.21875rem;font-size:1.5625rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #FUHFxTrQctw9iL31TtLhuvV9gQIKZ5uz { width:2.875rem;height:2.03125rem;top:46.625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctvC0T5nGM8wsLgqEAqgsCzytFPSvR17 { width:2.875rem;height:2.03125rem;top:50.625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPsZaoZ0NcMEmU47TsLvysEFGMART3iP { width:2.875rem;height:2.03125rem;top:54.5rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4mbeEahacVoTSm4XVLMiQdqz8gg2Aw1 { width:2.875rem;height:2.03125rem;top:58.4375rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziziTrByHVBybqTDFJ9SV1qHIuSJlT0G { width:2.875rem;height:2.03125rem;top:62.625rem;left:1.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHHURPiWOHTvWfw34CL9zyOuUJhgptxc { width:20rem;height:24.6875rem;top:78.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/6a9fca9a-8953-4f3a-b68c-aa6136d164cc/circuloveranomovil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2.adaptive-delivery-prevent-bg, #FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2.lazyload, #FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2.lazyloading { background-image: none; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container { background-color: transparent; background-image: none; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container > .video-iframe-container { display: none; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row > .video-iframe-container { display: none; }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .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); }#FowuTGE543PGaxZ95Tb9V4gZJbRdWMo2 > .row .container { width:20rem;height:132.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwNzwc37HPxRXuVLFnx8A3zvbwMzEeAA { width:15.1875rem;height:5.7744125rem;top:2.25rem;left:2.40625rem;font-size:1.75rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvzPXReGBqSrzXyET1OufFuy5pERKVmK { width:17rem;height:17.316375rem;top:9.25439453125rem;left:1.5rem;font-size:1.125rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mF0cu56slvz3iCKu3B3Zc2gnZBNzmhOT { width:20rem;height:22.375rem;top:58.4375rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.0625rem 0.0625rem 2.5rem rgba(5,24,42,0.52) ;display:block; }
 }@media only screen and (max-width: 763px) { #VKydrWDcPTdKpvlzfK4mEtdEJW3MmHPC { width:17.5625rem;height:1.7246125rem;top:64.8125rem;left:1.25rem;font-size:1.4375rem;line-height:1.2;z-index:15023;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bxCq2WbP7n1lHRfzaZGUD15NvvNgdZoe { width:10.5625rem;height:10.5625rem;top:53.375rem;left:4.75rem;border-top:0.3125rem solid #000000;border-left:0.3125rem solid #000000;border-right:0.3125rem solid #000000;border-bottom:0.3125rem solid #000000;display:block; }
 }@media only screen and (max-width: 763px) { #ioB6AxSsWq5DPMvMOkN0yeN4uqmPsWzg { width:16.5625rem;height:11.0195rem;top:67rem;left:1.6875rem;font-size:1.125rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #suUvaAia4nxye2VK0y1SHB2uXipGxB5V { width:9.125rem;height:2.75rem;top:79.5rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWAisabiDs0p7THntKeiCx6mf8RuPZcg { display:block; }
 }@media only screen and (max-width: 763px) { #v6LbrqxoMgITSQM8P7rABIWICowRTZUx { width:12.3125rem;height:3.44921875rem;top:89.9375rem;left:4.1875rem;font-size:1.4375rem;line-height:1.2;z-index:15035;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oUTd5Xgu8gEbZWKEh91eQFnUaof2cWtU { width:16.4375rem;height:7.871125rem;top:93.875rem;left:1.9375rem;font-size:1.125rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVIvbulnXL4X9vZ6DU9yKmEhuM1bF639 { width:20rem;height:20.5625rem;top:84.75rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xZlE7USNag5oJkXErKoUHRVLNREhgOit { width:9.125rem;height:2.75rem;top:103.75rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKoNlb9oTFoKDOewqmTLXsuQRwAFDKCC { display:block; }
 }@media only screen and (max-width: 763px) { #Lmrn9pP87C3DFz75RKJfZVkPzOTqa061 { width:20rem;height:20.5625rem;top:109.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QvrdONZMAiIemqW56COvC4Em61rISIfU { width:16.9375rem;height:7.871125rem;top:118.375rem;left:1.4375rem;font-size:1.125rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPe3oAJbaBIewGGOlToKCnVEQMiBp1Me { width:11.625rem;height:3.44921875rem;top:114.3125rem;left:4.1875rem;font-size:1.4375rem;line-height:1.2;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #pDgXfgwOQU0EqhLKlAvQBIBdXDbv5PAa { width:9.125rem;height:2.75rem;top:128.25rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #myoltEmEtpeEowHsWWgbqPFiKWcLrXJr { display:block; }
 }@media only screen and (max-width: 763px) { #SJRbOnBQKIGgIatT5rKzGL4lNTT0u31T { width:8.4375rem;height:8.125rem;top:109.3125rem;left:6.125rem;font-size:6.25rem;text-align:center;text-align-last:center;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #CsC6pBTIzlVP098OVolzSoQRNrTBem4v { width:8.375rem;height:8.125rem;top:85.3125rem;left:6.125rem;font-size:6.25rem;text-align:center;text-align-last:center;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH { background-color:rgba(63,17,91,0.48);background-image:url("https://images.assets-landingi.com/uc/701eb6fb-44e8-414d-83df-a9bef8b8e8e4/auroraborealverano2.jpeg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH.adaptive-delivery-prevent-bg, #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH.lazyload, #LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH.lazyloading { background-image: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { background-color: transparent; background-image: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container > .video-iframe-container { display: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row > .video-iframe-container { display: none; }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .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); }#LWwOT8dJCZg3KttZo0uGluQaDSTVUBcH > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B7uZEWh1pH80zJkI1UhUwQ2DD3DtGsaR { width:7.875rem;height:3.1494125rem;top:12.25rem;left:7.0625rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #abp9Tvvyz210W1aUiKB4AyA4plDk5XTJ { width:6.9375rem;height:3.1494125rem;top:17.4375rem;left:7.3125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fEBQzomlFGUXrp6MLLGEwAvvivLNFthu { width:6.9375rem;height:3.1494125rem;top:23.125rem;left:7.375rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TKRhDCoT6KDsqwX8gwTZxBJeFcqz73B4 { width:16.3125rem;height:9.9375rem;top:28.5rem;left:1.84375rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:transparent;background-image: -webkit-linear-gradient(184deg, rgba(168,18,206,0.62), rgba(0,0,0,0));background-image: -moz-linear-gradient(184deg, rgba(168,18,206,0.62), rgba(0,0,0,0));background-image: -ms-linear-gradient(184deg, rgba(168,18,206,0.62), rgba(0,0,0,0));background-image: -o-linear-gradient(184deg, rgba(168,18,206,0.62), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a812ce9e', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#a812ce9e', endColorstr='#00000000' );";background-image: linear-gradient(184deg, rgba(168,18,206,0.62), rgba(0,0,0,0));background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #cSW0bQODN1G3w8nO3iFy0BABNDtWnR94 { width:9.75rem;height:7.871125rem;top:29.6875rem;left:7.625rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hSV29JmsahCNM7OXU9hskGCtT0IPdzBn { width:17.0625rem;height:4.375rem;top:40.248046875rem;left:1.46875rem;font-size:1.5625rem;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SmDy7mSGOhF4Cc2qmiWphE6hB1SUlDLp { width:6.125rem;height:4.875rem;top:11.375rem;left:1.6875rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rPJ9XnyACtOybWqCB8RrFLTJzCJKseey { width:6.125rem;height:4.875rem;top:16.5625rem;left:1.6875rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #flJND8p0iJSXsxpsW4ZmPfT4UbrVzJBn { width:6.125rem;height:4.875rem;top:22.25rem;left:1.6875rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AhrHtxwlFKKxK89A1UdRZEyUnLx16RgC { width:17.8125rem;height:7.421875rem;top:2.52490234375rem;left:0.78125rem;font-size:1.6875rem;line-height:1.1;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mialQAJqggfwUMCGJh4ASa2RoEReZnZe { width:4rem;height:4.0625rem;top:29.873046875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWyI6u0KFoQuT6aAGVCIdKnAcLlqQDyg { width:16.3125rem;height:10.1875rem;top:28.5rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkgoJpbAo83V2kCgWwsszx4Aw3EJ6goU { display:block; }
 }@media only screen and (max-width: 763px) { #f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/90d0cd5e-2f86-4e97-ade3-e2dbde09bef7/cambiarmividamovil.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM.adaptive-delivery-prevent-bg, #f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM.lazyload, #f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM.lazyloading { background-image: none; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container { background-color: transparent; background-image: none; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container > .video-iframe-container { display: none; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row > .video-iframe-container { display: none; }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .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); }#f5AQKAKCSFsCWECKdzTFEWg8fTZcCxuM > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WOlCgegE944AhzlWqRHgNTdhXOhtqH3q { width:17.625rem;height:17.9375rem;top:38.5rem;left:1.1875rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #qDJy8JNzTvbUCQLqIBF2k9AJqunTmfgK { width:13.3125rem;height:13.296875rem;top:40.8203125rem;left:3.34375rem;font-size:1.1875rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aImxrgb0m3iSFmE0Lq4AbJHUoTbuSKgc { width:13.0625rem;height:7.421875rem;top:3.26416015625rem;left:1.90625rem;font-size:1.6875rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fKOn7G4Zio4sAZAnOuk927iXKpJ3KaPi { width:12.0625rem;height:11.0195rem;top:23.75rem;left:6.125rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VqaPt49Lq5U8cKmUmhI8OgFtB3tb7Nu6 { width:11.5rem;height:7.871125rem;top:13.4375rem;left:6.1875rem;font-size:1.125rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r88a6sHTWKkC1HEzawwdSm23gJpy2JQT { width:6.125rem;height:5.6875rem;top:12.93017578125rem;left:0.625rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KevMp2H2Ew83BsGac5NtbQLENsisGTHX { width:6.125rem;height:5.6875rem;top:23.1875rem;left:0.6875rem;font-size:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZEBofIxT0cCTbA4PwqBu4JcKvJbJvJHl { width:7.875rem;height:8.125rem;top:36.8125rem;left:12.125rem;font-size:6.25rem;text-align:right;text-align-last:right;color:rgba(255,255,255,0.15);display:block; }
 }@media only screen and (max-width: 763px) { #MBmGMSnLllEGS7eTJwk8NZ7ABVvAmal6 { width:20rem;height:1.375rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e9422cfd-381e-4d8b-9add-2773e862f6af/bckcarrousellaponiamovil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.adaptive-delivery-prevent-bg, #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.lazyload, #re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR.lazyloading { background-image: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { background-color: transparent; background-image: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container > .video-iframe-container { display: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row > .video-iframe-container { display: none; }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .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); }#re10RcS0h8G9cZuTZ6uXLluIn4yTiWeR > .row .container { width:20rem;height:56.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SiW2NUTUBmuJGRzihMbrhZiGUIT8I9OT { width:13.875rem;height:3.4375rem;top:39.5rem;left:3.0625rem;font-size:1.5625rem;line-height:1.1;font-family:"platino sans informal";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OTVfBbBhKnDBvxyVNuU2Ta0dEHPUQOk2 { width:15.9375rem;height:2.8125rem;top:44.0625rem;left:2.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(207deg, #05182a, #8e397f);background-image: -moz-linear-gradient(207deg, #05182a, #8e397f);background-image: -ms-linear-gradient(207deg, #05182a, #8e397f);background-image: -o-linear-gradient(207deg, #05182a, #8e397f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05182a', endColorstr='#8e397f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#05182a', endColorstr='#8e397f' );";background-image: linear-gradient(207deg, #05182a, #8e397f);background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWmJw8rIsJDOaqm22n34ydyqmPcGdZfS { display:block; }
 }@media only screen and (max-width: 763px) { #BrohsmIzR7snC2gsqOQkACKT5G3HRWfD { width:1.6875rem;height:1.6875rem;top:44.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAfM6U0VDOFqAaZt10rSfmKniw70WU4U { width:15.9375rem;height:2.8125rem;top:48.125rem;left:2.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(207deg, #05182a, #8e397f);background-image: -moz-linear-gradient(207deg, #05182a, #8e397f);background-image: -ms-linear-gradient(207deg, #05182a, #8e397f);background-image: -o-linear-gradient(207deg, #05182a, #8e397f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05182a', endColorstr='#8e397f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#05182a', endColorstr='#8e397f' );";background-image: linear-gradient(207deg, #05182a, #8e397f);background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wIWvr2pF6XU3uGhu4FuRoXcsd9x4JhHL { display:block; }
 }@media only screen and (max-width: 763px) { #aw5wFsZo5IzZr4TQkW38RvQf4eulZwRd { width:2.0625rem;height:2.0625rem;top:48.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXDc4T76oqdMmqx8JxbwhUiTaSzEIDBA { width:15.9375rem;height:2.8125rem;top:52.1875rem;left:2.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(207deg, #05182a, #8e397f);background-image: -moz-linear-gradient(207deg, #05182a, #8e397f);background-image: -ms-linear-gradient(207deg, #05182a, #8e397f);background-image: -o-linear-gradient(207deg, #05182a, #8e397f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#05182a', endColorstr='#8e397f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#05182a', endColorstr='#8e397f' );";background-image: linear-gradient(207deg, #05182a, #8e397f);background-size:auto !important;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUQDQF5QDTS6GJ1OekA4dcFf9brG098n { display:block; }
 }@media only screen and (max-width: 763px) { #rU8G8NcRHO1AvtGAUdpxec0rg8iVu9cz { width:1.5625rem;height:1.5625rem;top:52.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yne0hDs97Ak8xC5Uhoam2kZsCSTQ7Wxa { width:16rem;height:3.375rem;top:4.53759765625rem;left:2rem;font-size:1.6875rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QPAhCEAnJM9LoPJFcNZTAQO06Ul1KDg8 { width:11.875rem;height:4.0625rem;top:0rem;left:4.0625rem;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/36b2eb4c-f951-436f-9903-32a201ac666b/circuloveranomobile.crop_636x853_417,0.preview.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.adaptive-delivery-prevent-bg, #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.lazyload, #PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4.lazyloading { background-image: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { background-color: transparent; background-image: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container > .video-iframe-container { display: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row > .video-iframe-container { display: none; }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .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); }#PVrbd7SfLK5WRK7WLXFJ49HBWbCOZdW4 > .row .container { width:20rem;height:106.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Z20Gw8X1Awo3qfzfHJONM4MmtnwBCGng { width:17.125rem;height:5.19970625rem;top:77rem;left:1.4375rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oe5wyxLiq9Sd8RussAJDHgTBrbTvO04H { width:11.1875rem;height:3.375rem;top:82.13671875rem;left:4.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l7FHS5bHDlmsAgPdxLucnPiTARsk7Im7 { width:8.9375rem;height:5.19970625rem;top:95.9375rem;left:10.5625rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ikqxNB8mkX8fIBTSrTXekQTCcxI967ik { width:8.4375rem;height:3.375rem;top:100.9375rem;left:10.875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZxAJIbyI7d6dAxps3G4LdL1cmTOX8THE { width:6.875rem;height:5.19970625rem;top:86.3125rem;left:0.5625rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2pTwUQeupA8bufJ7p6qfAN6FVk8aox0 { width:7.9375rem;height:3.375rem;top:91.3125rem;left:0.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RWHSwXK23Bk66NM4oXRNEBI269BErU9u { width:9.5rem;height:5.19970625rem;top:86.1875rem;left:9.875rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pwXOzBlbi0we9BwhMqbE6FvIBRdFQfgJ { width:10.3125rem;height:3.375rem;top:91.3125rem;left:9.6875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lAhCQBtZ4mlhHBAKfbMUtUShzqOiI1bI { width:8.8125rem;height:5.19970625rem;top:95.875rem;left:0rem;font-size:4rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sGU5TZu4nQNi7WQggAzvHOlCEfDrdFCc { width:9.4375rem;height:3.375rem;top:100.9375rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTuKyR9s3q9OgPUPw0IptdsvZvL4TSNk { width:9.75rem;height:7.25rem;top:68.28125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufh5JK8gkF8QTfZdtOE5cpAQcgb4Qhzu { width:20rem;height:14.125rem;top:7.5rem;left:0rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNSQrKov4rfCnpKgmhnIBvFwBDZ2kqKT { width:10.0625rem;height:5.9619125rem;top:11.59765625rem;left:0.96875rem;font-size:3.3125rem;text-align:center;text-align-last:center;line-height:.9;font-family:"platino sans informal";font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #wGmp6PrqWN9rsCgrmHR9fX4s3G5wkTXM { width:8.125rem;height:11.0195rem;top:9.0986328125rem;left:10.875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #Fe6ZAC6VF1SluCchnop9eByNxu4GLE5D { width:20rem;height:12.9375rem;top:22.125rem;left:0rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHxriuPV3UH5Hc2xiea7G5BusZB5sdco { width:9.8125rem;height:7.25rem;top:68.25rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeX4NHTimxiA3fM6UvkrUXIVBkxOeugU { width:18rem;height:4.94921875rem;top:1.5625rem;left:1rem;font-size:2.25rem;text-align:center;text-align-last:center;line-height:1.1;font-family:"platino sans informal";display:block; }
 }@media only screen and (max-width: 763px) { #eQtUwAXXCuZf1yS7DhnPiHeSQDV2UnkZ { width:18.125rem;height:30.5966875rem;top:36.4736328125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #gyE7LS79qiDWi2G4eiQOQPOki4EBQPfs { width:5.3125rem;height:6.5rem;top:18.18359375rem;left:5rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwehhFxkr7wQO4WpMbbEgQsychtRRm9d { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a4e44472-8075-46c4-97af-3adaf334afed/franjamovil.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d.adaptive-delivery-prevent-bg, #EwehhFxkr7wQO4WpMbbEgQsychtRRm9d.lazyload, #EwehhFxkr7wQO4WpMbbEgQsychtRRm9d.lazyloading { background-image: none; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container { background-color: transparent; background-image: none; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container > .video-iframe-container { display: none; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row > .video-iframe-container { display: none; }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .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); }#EwehhFxkr7wQO4WpMbbEgQsychtRRm9d > .row .container { width:20rem;height:15.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 { display:block; }#XwnqODWJFbmRCgFW9nITwuSPbKfer0k1 > .row .container { width:20rem;height:54rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ggEtVh0gtb9JQtRA5s1ZUFl664KTRfg7 { width:20rem;height:8.9238125rem;top:6.3642578125rem;left:0rem;font-size:1.0625rem;line-height:1.4;z-index:15019;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NL6wmDVSb4g6ZavzwC7hGqdftHx3UHr4 { width:13.375rem;height:28.875rem;top:24.2265625rem;left:3.3125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #EoQentlevO8IaT9Fd2ppI4tA0zacd0W3 { width:20rem;height:32.054054054054rem;top:51.41064453125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Bn0unT4pmpHxHoP8rxo2THw608Bogdsf { top:53.1015625rem;left:0rem;width:20rem;height:0.75rem;z-index:14993;background-color:#19415a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #kqFelX5gtklek4arZsIlHThRgJTwhZ3U { width:5.3125rem;height:4.875rem;top:17.7890625rem;left:7.34375rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 { display:block; }#UbbyRtMbXtlNA6aGv9eTa1elpKGcWQf2 > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HKSBXnngTpRF56JKgSnT0uggeTPIFQWl { width:7.6875rem;height:3rem;top:1.25rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEDoyaTlpTovyCAwcv2fDnfOby09H9Cy { width:18.5rem;height:2.111325rem;top:5.625rem;left:0.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }