.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz { border-top:0;border-left:0;border-right:0;border-bottom:2px solid #fd4c4a;background-color:#0a1418;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; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container { background-color: transparent; background-image: none; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container > .video-iframe-container { display: none; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row > .video-iframe-container { display: none; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .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); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container { border-width: 0; border-radius: 0; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container { font-size:14px;font-family:arial;height:170px;width:1200px;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/a3a06cee-383d-4aa1-ba8a-5f37ab5cd680/LandingPageTopoHolocine2024DesktopResultado.webp");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,20,24,0.85); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(10,20,24,0.85); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:799px;width:1200px;overflow:visible;position:relative;display:block; }#cwFKLTBRLgFD0Gb56pb0mR3JtsWllcDH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:99px;width:168px;top:29px;left:493px;overflow:hidden;display:block; }
#GmhdhgfAMg1e9q3hAmMPCcca4ZJQPl1W { color:#ffffff;display:block;width:579px;position:absolute;font-family:"montserrat up";font-size:24px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:169px;left:386px;height:31.1875px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KKWVvEMH4i1IUitrt7QyhddHHS2p07BA { color:#fd4c4a;display:block;width:133px;position:absolute;font-family:"montserrat up";font-size:24px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:170px;left:239px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5qKpucgGrm15xnoIewMqMl127gZ0bGo { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:33px;width:139px;top:169px;left:235px;display:block; }
#QTvUqf4qN3ZmTopl1BcnBdrwWIWH0SZq { color:#ffffff;display:block;width:364px;position:absolute;font-family:"montserrat up";font-size:14px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:662px;left:416px;height:36.375px;text-align:center;text-align-last:center;display:block; }
#ImSZXJT4QtxEsWuAQaqy0IAyflU4GDFp { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:39px;width:39px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:593px;left:880px; }
#ImSZXJT4QtxEsWuAQaqy0IAyflU4GDFp > img { max-width: 100%;max-height:100%; }#CK1FqXaPIq8ItRGSpctllLEyIfAQfZqX { position:absolute;display:block;z-index:15013;background-color:#fd4c4a;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:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:12px;width:12px;top:606px;left:548px;display:block; }
#TKunqrcbzzTM5Da8TAX48ihv5Gw7DcJA { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:12px;width:12px;top:606px;left:571px;display:block; }
#XSdCTK4rZrBxsoBc9nGglliXVN4CoJiB { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:12px;width:12px;top:606px;left:617px;display:block; }
#uVWOTfzUhzEFCzpyGA7l1T3kf1dZKGRH { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:12px;width:12px;top:606px;left:594px;display:block; }
#nnhcZGm6T1D270CQ8pzuVnM93PWPB7w0 { position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;height:12px;width:12px;top:606px;left:641px;display:block; }
#IwalRoOUrmJcN9PLrxvfwFTWfd717wwu { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:111px;width:89px;top:13.5px;left:33px;overflow:hidden;display:none; }
#y9my5pQ4Nn9TdaDTzavl0FIuu4qq0MIX { position:absolute;display:block;z-index:15018;background-color:transparent;background-image:none;border-top:2px dashed #fd4c4a;border-left:2px dashed #fd4c4a;border-right:2px dashed #fd4c4a;border-bottom:2px dashed #fd4c4a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:55px;width:399px;top:651px;left:399px;display:block; }
#Xf69zQlyTxwx2ce5A2DvbT4LMFGH4D6W { z-index:15019;top:651px;left:390px;background-color:#fd4c4a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 20px #fd4c4a ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:16px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:421px;height:59px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VennFhk8AnTirM766AbIpIzT3O6zrFhN { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CazWxFFBBQznJSO7N7bzRitb1khAsXFF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:632px;left:372px; }
#HFiH6SzbIcvq56nG5MQ9PaFxzQdWm5Bi { background-color:transparent;background-image:none;border-top:1px solid #ffffff;border-left:1px solid #ffffff;border-right:1px solid #ffffff;border-bottom:1px solid #ffffff;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"montserrat up";font-size:12px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:209px;height:26px;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:727px;left:496px;display:block; }
#uGVADpMG96gJmokpZ8mpOc6bTeZkyrvw { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GxCOcvsvJHiqN434W1NUk1lyKeX35dlA { position:absolute;display:block;z-index:15022;height:348px;width:620px;top:225.5px;left:290px;display:block; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:1.58px;padding-right:1.4px;padding-bottom:1.58px;padding-left:1.4px;display:block;align-items:center;width:8.43px;min-width:8.43px;height:8.51px;position:relative;font-family:"open sans";font-size:6.34px;font-weight:700;line-height:8.51px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.99px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:11.24px;height:3.37px;position:relative;font-family:"open sans";font-size:2.38px;font-weight:400;line-height:3.37px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:109px;height:16.03px;padding-top:1.98px;padding-right:2.01px;padding-bottom:1.98px;padding-left:2.01px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:46px;left:131.5px;z-index:15037; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #cin4SxcS161DrKZFVPgNONrsLNDiqmxd { display:flex;position:relative;top:0px;left:0px; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #TN6aNXFty2b4NFxbPW7MbDh8zCHf134q { width:auto; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #GU8Q2i8dNkrsNVDG43Ie8ZWygMP4ABTE {  }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #aHG2aEoSWyzWEOG9zDGHwwHNoFnLf6cV { display:flex;position:relative;top:0px;left:0px; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #UbQhTu9m1vVp4d600NvqzHZKIgFtJRV5 {  }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #NFEIzHWdKn94IAh21TTzC1iLHrDy53p5 {  }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #p7DNKbKwXm8kNsplo0T8V3awgQyEoxQA { display:flex;position:relative;top:0px;left:0px; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #etL917iUHzHCty6v78CHUN7TXSFa7bKE {  }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #hN66eDoNG4A6ZX080Songx2Qk4ZuKywg {  }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #Zg8y3OTnCMZgQ2vxT9tqFtqFxDhqvEVD { display:flex;position:relative;top:0px;left:0px; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #yCTPEfBbi7FOeBUKB3FEVTfUPwGV1XAG {  }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #iZydv0WcVyTP0Be4QsbXMuh58QdJii2k {  }
#QwysKGuCGi3z0bcGrPveiMl7DBnNhBib { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/eb79f1f5-5776-4faa-8bb0-f55b188350df/bgelainneuniverso.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#QwysKGuCGi3z0bcGrPveiMl7DBnNhBib.adaptive-delivery-prevent-bg, #QwysKGuCGi3z0bcGrPveiMl7DBnNhBib.lazyload, #QwysKGuCGi3z0bcGrPveiMl7DBnNhBib.lazyloading { background-image: none; }#QwysKGuCGi3z0bcGrPveiMl7DBnNhBib > .row .container { border-width: 0; border-radius: 0; }#QwysKGuCGi3z0bcGrPveiMl7DBnNhBib::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; }#QwysKGuCGi3z0bcGrPveiMl7DBnNhBib > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QwysKGuCGi3z0bcGrPveiMl7DBnNhBib > .row .container { font-size:14px;font-family:arial;height:274px;width:1200px;position:relative;display:none; }#m1iAl0yGmpoP7TfS9O2DxvLFu8m2eBsN { color:#ffffff;display:block;width:833px;position:absolute;font-family:"montserrat up";font-size:28px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:45px;left:183.5px;height:36.3906px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tdr1Q3vQg7xuUpAIFfbZcgTsUkpVhS6N { z-index:15003;top:119px;left:380.5px;background-color:#00ffd0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 0 0 20px #00ffd0 ;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:439px;height:79px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OeL7i0qPsASZuJ2oTskLdzIqbavJFiwT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1418;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; }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row .container { background-color: transparent; background-image: none; }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row .container > .video-iframe-container { display: none; }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row > .video-iframe-container { display: none; }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .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); }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row .container { border-width: 0; border-radius: 0; }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row .container { font-size:14px;font-family:arial;height:120px;width:1200px;position:relative;display:block; }#sM43twoxtANmHPKytqFTmQLHDQCC66NV { color:#ffffff;display:block;width:686px;position:absolute;font-family:"montserrat up";font-size:24px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:22px;left:257px;height:31.1875px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OLyoSpkTIMJPGLGFiv65THcidQZyhIOu { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:60.1875px;left:575px; }
#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1418;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; }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row .container { background-color: transparent; background-image: none; }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row .container > .video-iframe-container { display: none; }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row > .video-iframe-container { display: none; }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .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); }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row .container { border-width: 0; border-radius: 0; }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row .container { font-size:14px;font-family:arial;height:787px;width:1200px;position:relative;display:block; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0a1418;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; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row .container { background-color: transparent; background-image: none; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row .container > .video-iframe-container { display: none; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row > .video-iframe-container { display: none; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .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); }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row .container { border-width: 0; border-radius: 0; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row .container { font-size:14px;font-family:arial;height:29px;width:1200px;position:relative;display:block; }#FnCn2oSzd3kF8txHdrHg0FMB5ZuyxV6S { color:#787878;display:block;width:1200px;position:absolute;font-family:"montserrat up";font-size:12px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:6.09375px;left:0px;height:15.6019px;font-style:italic;display:block; }
#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row .container { background-color: transparent; background-image: none; }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row .container > .video-iframe-container { display: none; }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row > .video-iframe-container { display: none; }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .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); }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row .container { border-width: 0; border-radius: 0; }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row .container { font-size:14px;font-family:arial;height:831px;width:1200px;position:relative;display:block; }#RRxDzLswkFtkt4gfJk94dqyR82XesukL { position:absolute;display:block;z-index:15012;height:591px;width:895px;top:137px;left:0px;display:block; }
#P46dxKItGo499fCzDfQ7EKR1rDkJl8SS { color:#313131;display:block;width:589px;position:absolute;font-family:"open sans";font-size:22px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:68px;left:0px;height:28.6px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U05vlCKfOZgHiTezaqKhfAwTAr27JWCH { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0;border-left:3px solid #000000;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;height:634px;width:8px;top:137px;left:934px;display:block; }
#D8GgTWJwNJfWHHatNt8gKBHF00FyTRrw { color:#313131;display:block;width:249px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:70.5px;left:951px;height:23.4px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xTxVSx1mGubGyEANWBKNCTgOfRL8roFm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:138px;width:246px;top:137px;left:952px;display:block; }
#Cg9lvlW4k8FB6RkH6He6AnNcQ9fNxLVT { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:138px;width:246px;top:292px;left:954px;display:block; }
#aJS09hk9LWZxBaXmTGCP15aGPTkUwTlI { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:138px;width:246px;top:446px;left:954px;display:block; }
#UFJtodmWlAHSAHlfDpuEkC8Mydnwoqrs { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:138px;width:246px;top:600px;left:954px;display:block; }
#HMCScH70cbnFmQDE2U4ZHLwlarTza2E5 { background-color:transparent;background-image:none;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"muli black";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:174px;height:43px;text-decoration:none;z-index:14999;text-align:center;text-align-last:center;top:60.5px;left:722px;display:block; }
#NbAWViFEC8rThIt5k4cFLlPG5NC50uTX { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#GHzVG3AcrbHm0NPgTI5xDbsGMCCKnfWC { box-sizing:content-box;color:#000000;font-size:33px;font-weight:400;line-height:1;height:48px;width:48px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15000;top:58px;left:668px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz { display:block; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwFKLTBRLgFD0Gb56pb0mR3JtsWllcDH { top:29px;left:275px;width:168px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #GmhdhgfAMg1e9q3hAmMPCcca4ZJQPl1W { top:169px;left:168px;width:579px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KKWVvEMH4i1IUitrt7QyhddHHS2p07BA { top:170px;left:21px;width:133px;height:31px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #f5qKpucgGrm15xnoIewMqMl127gZ0bGo { top:169px;left:17px;width:139px;height:33px;display:block; }
 }@media only screen and (max-width: 763px) { #QTvUqf4qN3ZmTopl1BcnBdrwWIWH0SZq { top:662px;left:198px;width:364px;height:36px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ImSZXJT4QtxEsWuAQaqy0IAyflU4GDFp { top:593px;left:662px;width:39px;height:39px;display:block; }
#ImSZXJT4QtxEsWuAQaqy0IAyflU4GDFp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #CK1FqXaPIq8ItRGSpctllLEyIfAQfZqX { top:606px;left:330px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #TKunqrcbzzTM5Da8TAX48ihv5Gw7DcJA { top:606px;left:353px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #XSdCTK4rZrBxsoBc9nGglliXVN4CoJiB { top:606px;left:399px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #uVWOTfzUhzEFCzpyGA7l1T3kf1dZKGRH { top:606px;left:376px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #nnhcZGm6T1D270CQ8pzuVnM93PWPB7w0 { top:606px;left:423px;width:12px;height:12px;display:block; }
 }@media only screen and (max-width: 763px) { #IwalRoOUrmJcN9PLrxvfwFTWfd717wwu { top:13px;left:0px;width:89px;height:111px;display:none; }
 }@media only screen and (max-width: 763px) { #y9my5pQ4Nn9TdaDTzavl0FIuu4qq0MIX { top:651px;left:181px;width:399px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Xf69zQlyTxwx2ce5A2DvbT4LMFGH4D6W { top:651px;left:172px;width:421px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #VennFhk8AnTirM766AbIpIzT3O6zrFhN { display:block; }
 }@media only screen and (max-width: 763px) { #CazWxFFBBQznJSO7N7bzRitb1khAsXFF { top:632px;left:154px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #HFiH6SzbIcvq56nG5MQ9PaFxzQdWm5Bi { width:209px;height:26px;top:727px;left:278px;display:block; }
 }@media only screen and (max-width: 763px) { #uGVADpMG96gJmokpZ8mpOc6bTeZkyrvw { display:block; }
 }@media only screen and (max-width: 763px) { #GxCOcvsvJHiqN434W1NUk1lyKeX35dlA { top:225px;left:72px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O { display:flex;width:288px;height:81px;top:654px;left:651px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #cin4SxcS161DrKZFVPgNONrsLNDiqmxd { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #TN6aNXFty2b4NFxbPW7MbDh8zCHf134q {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #GU8Q2i8dNkrsNVDG43Ie8ZWygMP4ABTE {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #aHG2aEoSWyzWEOG9zDGHwwHNoFnLf6cV { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #UbQhTu9m1vVp4d600NvqzHZKIgFtJRV5 {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #NFEIzHWdKn94IAh21TTzC1iLHrDy53p5 {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #p7DNKbKwXm8kNsplo0T8V3awgQyEoxQA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #etL917iUHzHCty6v78CHUN7TXSFa7bKE {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #hN66eDoNG4A6ZX080Songx2Qk4ZuKywg {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #Zg8y3OTnCMZgQ2vxT9tqFtqFxDhqvEVD { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #yCTPEfBbi7FOeBUKB3FEVTfUPwGV1XAG {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #iZydv0WcVyTP0Be4QsbXMuh58QdJii2k {  }
 }@media only screen and (max-width: 763px) { #QwysKGuCGi3z0bcGrPveiMl7DBnNhBib { display:block; }#QwysKGuCGi3z0bcGrPveiMl7DBnNhBib > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m1iAl0yGmpoP7TfS9O2DxvLFu8m2eBsN { top:45px;left:0px;width:764px;height:36px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdr1Q3vQg7xuUpAIFfbZcgTsUkpVhS6N { top:119px;left:162.5px;width:439px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #OeL7i0qPsASZuJ2oTskLdzIqbavJFiwT { display:block; }
 }@media only screen and (max-width: 763px) { #HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF { display:block; }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sM43twoxtANmHPKytqFTmQLHDQCC66NV { top:22px;left:39px;width:686px;height:29px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #OLyoSpkTIMJPGLGFiv65THcidQZyhIOu { top:60px;left:357px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp { display:block; }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 { display:block; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnCn2oSzd3kF8txHdrHg0FMB5ZuyxV6S { top:6px;left:0px;width:764px;height:15px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq { display:block; }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRxDzLswkFtkt4gfJk94dqyR82XesukL { width:764px;height:591px;top:137px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P46dxKItGo499fCzDfQ7EKR1rDkJl8SS { width:589px;height:26px;top:68px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #U05vlCKfOZgHiTezaqKhfAwTAr27JWCH { width:8px;height:634px;top:137px;left:716px;display:none; }
 }@media only screen and (max-width: 763px) { #D8GgTWJwNJfWHHatNt8gKBHF00FyTRrw { width:249px;height:23px;top:70px;left:512px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #xTxVSx1mGubGyEANWBKNCTgOfRL8roFm { width:246px;height:138px;top:137px;left:518px;display:none; }
 }@media only screen and (max-width: 763px) { #Cg9lvlW4k8FB6RkH6He6AnNcQ9fNxLVT { width:246px;height:138px;top:292px;left:518px;display:none; }
 }@media only screen and (max-width: 763px) { #aJS09hk9LWZxBaXmTGCP15aGPTkUwTlI { width:246px;height:138px;top:446px;left:518px;display:none; }
 }@media only screen and (max-width: 763px) { #UFJtodmWlAHSAHlfDpuEkC8Mydnwoqrs { width:246px;height:138px;top:600px;left:518px;display:none; }
 }@media only screen and (max-width: 763px) { #HMCScH70cbnFmQDE2U4ZHLwlarTza2E5 { width:174px;height:43px;top:60px;left:504px;display:block; }
 }@media only screen and (max-width: 763px) { #NbAWViFEC8rThIt5k4cFLlPG5NC50uTX { display:block; }
 }@media only screen and (max-width: 763px) { #GHzVG3AcrbHm0NPgTI5xDbsGMCCKnfWC { width:48px;height:48px;top:58px;left:450px;font-size:33px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz { background-color:#0a1418;background-image:none;display:block; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container { background-color: transparent; background-image: none; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container > .video-iframe-container { display: none; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row > .video-iframe-container { display: none; }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .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); }#fyCgL7vNv1zqwS8yTE8bQqb1NExA8gNz > .row .container { width:320px;height:101px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f9e3b961-b967-49c0-a89c-3976d9031b7a/LandingPageTopoHolocine2024MobileResultado.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,32,39,0.79); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(19,32,39,0.79); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:652.0156px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwFKLTBRLgFD0Gb56pb0mR3JtsWllcDH { width:99px;height:57px;top:20px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #GmhdhgfAMg1e9q3hAmMPCcca4ZJQPl1W { width:320px;height:62.3906px;top:145px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KKWVvEMH4i1IUitrt7QyhddHHS2p07BA { width:133px;height:31.1979px;top:101px;left:95px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #f5qKpucgGrm15xnoIewMqMl127gZ0bGo { width:139px;height:33px;top:100px;left:91px;display:block; }
 }@media only screen and (max-width: 763px) { #QTvUqf4qN3ZmTopl1BcnBdrwWIWH0SZq { width:258px;height:31.1875px;top:479px;left:31px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #ImSZXJT4QtxEsWuAQaqy0IAyflU4GDFp { display:flex;width:39px;height:39px;top:411px;left:281px; }
#ImSZXJT4QtxEsWuAQaqy0IAyflU4GDFp > img { max-width: 100%;max-height:100%; } }@media only screen and (max-width: 763px) { #CK1FqXaPIq8ItRGSpctllLEyIfAQfZqX { width:12px;height:12px;top:425px;left:106px;display:block; }
 }@media only screen and (max-width: 763px) { #TKunqrcbzzTM5Da8TAX48ihv5Gw7DcJA { width:12px;height:12px;top:425px;left:129px;display:block; }
 }@media only screen and (max-width: 763px) { #XSdCTK4rZrBxsoBc9nGglliXVN4CoJiB { width:12px;height:12px;top:425px;left:178px;display:block; }
 }@media only screen and (max-width: 763px) { #uVWOTfzUhzEFCzpyGA7l1T3kf1dZKGRH { width:12px;height:12px;top:425px;left:154px;display:block; }
 }@media only screen and (max-width: 763px) { #nnhcZGm6T1D270CQ8pzuVnM93PWPB7w0 { width:12px;height:12px;top:425px;left:202px;display:block; }
 }@media only screen and (max-width: 763px) { #IwalRoOUrmJcN9PLrxvfwFTWfd717wwu { width:61px;height:77px;top:10px;left:72px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #y9my5pQ4Nn9TdaDTzavl0FIuu4qq0MIX { width:285px;height:55px;top:466px;left:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xf69zQlyTxwx2ce5A2DvbT4LMFGH4D6W { top:460px;left:8px;width:304px;height:68px;display:block; }
 }@media only screen and (max-width: 763px) { #VennFhk8AnTirM766AbIpIzT3O6zrFhN { display:block; }
 }@media only screen and (max-width: 763px) { #CazWxFFBBQznJSO7N7bzRitb1khAsXFF { display:flex;width:50px;height:50px;top:510px;left:135px; }
 }@media only screen and (max-width: 763px) { #HFiH6SzbIcvq56nG5MQ9PaFxzQdWm5Bi { width:209px;height:26px;top:570px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #uGVADpMG96gJmokpZ8mpOc6bTeZkyrvw { display:block; }
 }@media only screen and (max-width: 763px) { #GxCOcvsvJHiqN434W1NUk1lyKeX35dlA { width:320px;height:192px;top:207.375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-text.counter-number { padding-top:0.95px;padding-right:0.84px;padding-bottom:0.95px;padding-left:0.84px;width:5.03px;min-width:5.03px;height:5.12px;font-size:3.81px;line-height:5.12px;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.6px;margin-right:0;margin-bottom:0;margin-left:0;width:6.7px;height:2.02px;font-size:1.43px;line-height:2.02px;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nWVqTBuFaJHbfoyeO04MMirV7cUplO9O { display:flex;width:35px;height:10px;top:616px;left:160px;padding-top:0.24px;padding-right:0.24px;padding-bottom:0.24px;padding-left:0.24px;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #cin4SxcS161DrKZFVPgNONrsLNDiqmxd { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #TN6aNXFty2b4NFxbPW7MbDh8zCHf134q {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #GU8Q2i8dNkrsNVDG43Ie8ZWygMP4ABTE {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #aHG2aEoSWyzWEOG9zDGHwwHNoFnLf6cV { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #UbQhTu9m1vVp4d600NvqzHZKIgFtJRV5 {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #NFEIzHWdKn94IAh21TTzC1iLHrDy53p5 {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #p7DNKbKwXm8kNsplo0T8V3awgQyEoxQA { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #etL917iUHzHCty6v78CHUN7TXSFa7bKE {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #hN66eDoNG4A6ZX080Songx2Qk4ZuKywg {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #Zg8y3OTnCMZgQ2vxT9tqFtqFxDhqvEVD { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #yCTPEfBbi7FOeBUKB3FEVTfUPwGV1XAG {  }
 }@media only screen and (max-width: 763px) { #nWVqTBuFaJHbfoyeO04MMirV7cUplO9O #iZydv0WcVyTP0Be4QsbXMuh58QdJii2k {  }
 }@media only screen and (max-width: 763px) { #QwysKGuCGi3z0bcGrPveiMl7DBnNhBib { display:none; }#QwysKGuCGi3z0bcGrPveiMl7DBnNhBib > .row .container { width:320px;height:268px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #m1iAl0yGmpoP7TfS9O2DxvLFu8m2eBsN { width:279px;height:85.7812px;top:36px;left:20.5px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdr1Q3vQg7xuUpAIFfbZcgTsUkpVhS6N { top:143.59375px;left:8px;width:304px;height:79px;display:block; }
 }@media only screen and (max-width: 763px) { #OeL7i0qPsASZuJ2oTskLdzIqbavJFiwT { display:block; }
 }@media only screen and (max-width: 763px) { #HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF { display:block; }#HZ0lEJHTuLbihhs3efKfz3xpU5tIEieF > .row .container { width:320px;height:109px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sM43twoxtANmHPKytqFTmQLHDQCC66NV { width:320px;height:62.3906px;top:11px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #OLyoSpkTIMJPGLGFiv65THcidQZyhIOu { display:flex;width:29px;height:29px;top:75.9375px;left:145.5px; }
 }@media only screen and (max-width: 763px) { #lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp { display:block; }#lDnfbJQzs2FpNEtetzG1ETvfO4UPqMkp > .row .container { width:320px;height:1006px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 { display:block; }#EO9sHGJpnpntWIoXtL2GWN1Opqi2f3T0 > .row .container { width:320px;height:47px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FnCn2oSzd3kF8txHdrHg0FMB5ZuyxV6S { width:320px;height:39px;top:0px;left:0px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq { display:block; }#VbRrL2bnVa8QJKkfdtgHoXxPpT7WsWlq > .row .container { width:320px;height:872px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRxDzLswkFtkt4gfJk94dqyR82XesukL { width:320px;height:658px;top:144px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #P46dxKItGo499fCzDfQ7EKR1rDkJl8SS { width:301px;height:52px;top:77px;left:9.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U05vlCKfOZgHiTezaqKhfAwTAr27JWCH { width:10px;height:804px;top:526px;left:153px;display:none; }
 }@media only screen and (max-width: 763px) { #D8GgTWJwNJfWHHatNt8gKBHF00FyTRrw { width:249px;height:0;top:460px;left:35px;font-size:18px;display:none; }
 }@media only screen and (max-width: 763px) { #xTxVSx1mGubGyEANWBKNCTgOfRL8roFm { height:138px;width:246px;top:1350px;left:37px;display:none; }
 }@media only screen and (max-width: 763px) { #Cg9lvlW4k8FB6RkH6He6AnNcQ9fNxLVT { height:138px;width:246px;top:292px;left:37px;display:none; }
 }@media only screen and (max-width: 763px) { #aJS09hk9LWZxBaXmTGCP15aGPTkUwTlI { height:138px;width:246px;top:446px;left:37px;display:none; }
 }@media only screen and (max-width: 763px) { #UFJtodmWlAHSAHlfDpuEkC8Mydnwoqrs { height:138px;width:246px;top:600px;left:37px;display:none; }
 }@media only screen and (max-width: 763px) { #HMCScH70cbnFmQDE2U4ZHLwlarTza2E5 { width:150px;height:40px;top:19px;left:85px;font-size:18px;border-top:3px solid #000000;border-left:3px solid #000000;border-right:3px solid #000000;border-bottom:3px solid #000000;border-top-left-radius:300px;border-top-right-radius:300px;border-bottom-left-radius:300px;border-bottom-right-radius:300px;display:block; }
 }@media only screen and (max-width: 763px) { #NbAWViFEC8rThIt5k4cFLlPG5NC50uTX { display:block; }
 }@media only screen and (max-width: 763px) { #GHzVG3AcrbHm0NPgTI5xDbsGMCCKnfWC { top:22px;left:42px;width:34px;height:34px;z-index:15026;color:#000000;font-size:23px;display:block; }
 }