.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;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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { background-color: transparent; background-image: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { display: none; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .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); }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { border-width: 0; border-radius: 0; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { font-size:0.875rem;font-family:arial;height:11.125rem;width:75rem;position:relative;display:block; }#bQJCzBNJTpPrUn5ioQMQTXEWgRHnsZ9R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7rem;width:17.9375rem;top:2.0625rem;left:28.531253814698rem;overflow:hidden;display:block; }
#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row .container { background-color: transparent; background-image: none; }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row .container > .video-iframe-container { display: none; }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row > .video-iframe-container { display: none; }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .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); }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row .container { border-width: 0; border-radius: 0; }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#fzUd8FheCut4mh9sRNlkH3NP0M1EIScu { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/11652acf-b533-4a2a-aad0-5dbf1a39c130/CAPALinkdaBIO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.4375rem;left:39.5rem;display:block; }#fzUd8FheCut4mh9sRNlkH3NP0M1EIScu.adaptive-delivery-prevent-bg, #fzUd8FheCut4mh9sRNlkH3NP0M1EIScu.lazyload, #fzUd8FheCut4mh9sRNlkH3NP0M1EIScu.lazyloading { background-image: none; }
#Tr1WtTmOuTXg2IK4SGsxdlHClPfDqvMt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mQW3lfykbubXhBifak7HXow4Ky8Q3zJL { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/5a8956a5-91d2-484d-be35-8a80da9d074f/IMG_5986.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.4375rem;left:2.65625rem;display:block; }#mQW3lfykbubXhBifak7HXow4Ky8Q3zJL.adaptive-delivery-prevent-bg, #mQW3lfykbubXhBifak7HXow4Ky8Q3zJL.lazyload, #mQW3lfykbubXhBifak7HXow4Ky8Q3zJL.lazyloading { background-image: none; }
#NprJU7nglg5AwM71ob0trJppTSo1rfEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row .container { background-color: transparent; background-image: none; }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row .container > .video-iframe-container { display: none; }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row > .video-iframe-container { display: none; }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .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); }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row .container { border-width: 0; border-radius: 0; }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#gI5gpqwbmQ2fGBLbCfTAyJUJaoGWepSk { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/89ffd235-fb35-48d3-b287-30ce228b977b/THUMBCOCRIADOR.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.4375rem;left:39.5rem;display:block; }#gI5gpqwbmQ2fGBLbCfTAyJUJaoGWepSk.adaptive-delivery-prevent-bg, #gI5gpqwbmQ2fGBLbCfTAyJUJaoGWepSk.lazyload, #gI5gpqwbmQ2fGBLbCfTAyJUJaoGWepSk.lazyloading { background-image: none; }
#rLpKFxu5lvbTxGGsSrtyqtOTu5zGex6d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OciulQhfS9sXe1G54P6pEszoSERJyDbT { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/7e87b206-9e9d-4aa3-9ef0-7f1ab0a10dad/POWERLOVEBIO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.4375rem;left:3.4375rem;display:block; }#OciulQhfS9sXe1G54P6pEszoSERJyDbT.adaptive-delivery-prevent-bg, #OciulQhfS9sXe1G54P6pEszoSERJyDbT.lazyload, #OciulQhfS9sXe1G54P6pEszoSERJyDbT.lazyloading { background-image: none; }
#WdRcdU74y5D3FNCT52o7DRCHGvnWrvMd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row .container { background-color: transparent; background-image: none; }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row .container > .video-iframe-container { display: none; }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row > .video-iframe-container { display: none; }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .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); }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row .container { border-width: 0; border-radius: 0; }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:block; }#KAWSfAzrFwAVWf3i5cpKEcTfePdXlsWl { background-color:#0b0517;background-image:url("https://images.assets-landingi.com/uc/912022df-abaa-4e07-9e06-5c044c3ddfea/03.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33rem;height:18.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.53125rem;left:39.375rem;display:block; }#KAWSfAzrFwAVWf3i5cpKEcTfePdXlsWl.adaptive-delivery-prevent-bg, #KAWSfAzrFwAVWf3i5cpKEcTfePdXlsWl.lazyload, #KAWSfAzrFwAVWf3i5cpKEcTfePdXlsWl.lazyloading { background-image: none; }
#Tz4u8fPB6F2Lrmz4tAgwFsgoAAXB5Op7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hAEDyGGWApDkgMJnEKXS6hCxc7l8KnRh { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/117f268e-9061-43c9-882e-0b9a7ed8ff82/THUMBMAE1000HERTZ.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:2.40625rem;left:3.53125rem;display:block; }#hAEDyGGWApDkgMJnEKXS6hCxc7l8KnRh.adaptive-delivery-prevent-bg, #hAEDyGGWApDkgMJnEKXS6hCxc7l8KnRh.lazyload, #hAEDyGGWApDkgMJnEKXS6hCxc7l8KnRh.lazyloading { background-image: none; }
#cF4q5kks8lDUTkggXHySLc6lyiOs5OtE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GxgMeyrrWQvoiKyLO2SCPJpbXxaFt6yf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#GxgMeyrrWQvoiKyLO2SCPJpbXxaFt6yf > .row .container { border-width: 0; border-radius: 0; }#GxgMeyrrWQvoiKyLO2SCPJpbXxaFt6yf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GxgMeyrrWQvoiKyLO2SCPJpbXxaFt6yf > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:none; }#NgVZgOC4E4LP0xuLDVBErwEcBvyPTEcU { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/160ab542-6b6c-49f6-86b2-9d27d7c05860/1920X720THUMB.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.4375rem;left:39.15625rem;display:block; }#NgVZgOC4E4LP0xuLDVBErwEcBvyPTEcU.adaptive-delivery-prevent-bg, #NgVZgOC4E4LP0xuLDVBErwEcBvyPTEcU.lazyload, #NgVZgOC4E4LP0xuLDVBErwEcBvyPTEcU.lazyloading { background-image: none; }
#EDN5eBAcEazHlhrrXvl0R05m2bdWJZrG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihP6oicXTH4a47MKd5HBCJfDP4Ds9whB { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/c57c9a7e-3989-4024-83c2-7cbc8fc6b479/1280x720app.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.4375rem;left:1.59375rem;display:block; }#ihP6oicXTH4a47MKd5HBCJfDP4Ds9whB.adaptive-delivery-prevent-bg, #ihP6oicXTH4a47MKd5HBCJfDP4Ds9whB.lazyload, #ihP6oicXTH4a47MKd5HBCJfDP4Ds9whB.lazyloading { background-image: none; }
#qpQIFI4CbPanmalPUcbGOWC2N3fTEFOO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JA5ZzHmTx5a9L71tThm2G4nG8uXzpKr9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#JA5ZzHmTx5a9L71tThm2G4nG8uXzpKr9 > .row .container { border-width: 0; border-radius: 0; }#JA5ZzHmTx5a9L71tThm2G4nG8uXzpKr9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JA5ZzHmTx5a9L71tThm2G4nG8uXzpKr9 > .row .container { font-size:0.875rem;font-family:arial;height:23.9375rem;width:75rem;position:relative;display:none; }#KPwiEXL7Qu3RWKHVAWmQMTqt9pQvkmnG { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/0201bdc0-1924-454e-b56f-d0b529b76dbb/APP1280X720.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.4375rem;left:1.28125rem;display:block; }#KPwiEXL7Qu3RWKHVAWmQMTqt9pQvkmnG.adaptive-delivery-prevent-bg, #KPwiEXL7Qu3RWKHVAWmQMTqt9pQvkmnG.lazyload, #KPwiEXL7Qu3RWKHVAWmQMTqt9pQvkmnG.lazyloading { background-image: none; }
#WMAuBOuxXpCf5w8sVbRMQOHFk2b9qinr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gBMx7zC7rexGAFMkQgGE5gM5pxhnfee2 { background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/af9922ec-50f0-4839-879a-fcdb5df23fb1/capabio1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.0625rem;height:19.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.4375rem;left:38.28125rem;display:block; }#gBMx7zC7rexGAFMkQgGE5gM5pxhnfee2.adaptive-delivery-prevent-bg, #gBMx7zC7rexGAFMkQgGE5gM5pxhnfee2.lazyload, #gBMx7zC7rexGAFMkQgGE5gM5pxhnfee2.lazyloading { background-image: none; }
#GDzkdlmZECBkXHX6462rAnG0ed2dS5sG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row .container { background-color: transparent; background-image: none; }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row .container > .video-iframe-container { display: none; }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row > .video-iframe-container { display: none; }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .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); }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row .container { border-width: 0; border-radius: 0; }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#N0Kl1VGqdHWxDVAZOOTNIMVqH2MHyt3l { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/fd2a25de-a7fb-4fa9-b6a0-be95daa834f2/Agrupar2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.09375rem;left:2rem;display:block; }#N0Kl1VGqdHWxDVAZOOTNIMVqH2MHyt3l.adaptive-delivery-prevent-bg, #N0Kl1VGqdHWxDVAZOOTNIMVqH2MHyt3l.lazyload, #N0Kl1VGqdHWxDVAZOOTNIMVqH2MHyt3l.lazyloading { background-image: none; }
#Jb8ldWUxZliQVokOBV1fmNtNF8tHBGAx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b8KkUTa1SyWn418T3ERd7vDVNZbTKabd { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/7a2cd7e5-3804-4c38-9971-d1313d93528c/1920X1080.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.09375rem;left:39.5rem;display:block; }#b8KkUTa1SyWn418T3ERd7vDVNZbTKabd.adaptive-delivery-prevent-bg, #b8KkUTa1SyWn418T3ERd7vDVNZbTKabd.lazyload, #b8KkUTa1SyWn418T3ERd7vDVNZbTKabd.lazyloading { background-image: none; }
#ggs9EEXi1r6SJH3gAF1TTXvkwEEbCwoN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCdxINLCPDz0BlumB3BTG9BLILU75ymA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row .container { background-color: transparent; background-image: none; }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row .container > .video-iframe-container { display: none; }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row > .video-iframe-container { display: none; }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .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); }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row .container { border-width: 0; border-radius: 0; }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row .container { font-size:0.875rem;font-family:arial;height:25.625rem;width:75rem;position:relative;display:block; }#C1K31KrzRBzbltZN0DlmGbnMMd96onkR { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/7fb7e2dc-4f5b-4e42-9f90-77f763b48029/TIMECOMERCIAL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.8583984375rem;left:39.75rem;display:block; }#C1K31KrzRBzbltZN0DlmGbnMMd96onkR.adaptive-delivery-prevent-bg, #C1K31KrzRBzbltZN0DlmGbnMMd96onkR.lazyload, #C1K31KrzRBzbltZN0DlmGbnMMd96onkR.lazyloading { background-image: none; }
#IVuo5h12u13VagBaEZmUowJWRWdomcS0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihMt95MOd0mAT2BTaUKzXG3oSwV6C6aP { background-color:#050113;background-image:url("https://images.assets-landingi.com/uc/1b7b85dd-d4a6-4239-9e60-ab370642d075/THUMB1920X720.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5625rem;height:18.875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.8583984375rem;left:1.0625rem;display:block; }#ihMt95MOd0mAT2BTaUKzXG3oSwV6C6aP.adaptive-delivery-prevent-bg, #ihMt95MOd0mAT2BTaUKzXG3oSwV6C6aP.lazyload, #ihMt95MOd0mAT2BTaUKzXG3oSwV6C6aP.lazyloading { background-image: none; }
#uJ02ehZiAuy4mS4EItyLbTOMstJ7qLeO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row .container { background-color: transparent; background-image: none; }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row .container > .video-iframe-container { display: none; }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row > .video-iframe-container { display: none; }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .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); }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row .container { border-width: 0; border-radius: 0; }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#Ta8u0HXeWuUDzG5TdqRqrENw4hBZ6dy1 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8067553c-2c41-4ca2-bf2f-e8cbf707d0d7/APLICATIVO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.499rem;height:18.874rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5927734375rem;left:1.9990234375rem;display:block; }#Ta8u0HXeWuUDzG5TdqRqrENw4hBZ6dy1.adaptive-delivery-prevent-bg, #Ta8u0HXeWuUDzG5TdqRqrENw4hBZ6dy1.lazyload, #Ta8u0HXeWuUDzG5TdqRqrENw4hBZ6dy1.lazyloading { background-image: none; }
#n4XaOnDPW2ZBuwHwmZtPlSQbGM7Lc1cI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gz3XWgUtnDOLUDkOgKvIAzVfel9JasuM { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/2d12315e-3f08-44cd-9bc3-a29e67081ae2/1920x650.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.591796875rem;left:39.5rem;display:block; }#gz3XWgUtnDOLUDkOgKvIAzVfel9JasuM.adaptive-delivery-prevent-bg, #gz3XWgUtnDOLUDkOgKvIAzVfel9JasuM.lazyload, #gz3XWgUtnDOLUDkOgKvIAzVfel9JasuM.lazyloading { background-image: none; }
#gi4od8T9Wp1JNQWIGKFRHDGoWmlvAkoX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row .container { background-color: transparent; background-image: none; }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row .container > .video-iframe-container { display: none; }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row > .video-iframe-container { display: none; }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .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); }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row .container { border-width: 0; border-radius: 0; }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#bMmOI7FmAzhBEdZ5rDkp0bbS54TCEo1W { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/bd655c8f-0f2b-4c0c-a992-92f77e96ebd8/HOLOSTART.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.46875rem;left:39.5rem;display:block; }#bMmOI7FmAzhBEdZ5rDkp0bbS54TCEo1W.adaptive-delivery-prevent-bg, #bMmOI7FmAzhBEdZ5rDkp0bbS54TCEo1W.lazyload, #bMmOI7FmAzhBEdZ5rDkp0bbS54TCEo1W.lazyloading { background-image: none; }
#FcnEvA2zvfvdQGJCBTsPMsZTpSBHAebV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#G0tpoD6hz8FRrgrmV50BoUzmvCPXf7ab { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/c6201e3e-1880-41bc-9182-30899d83b8c8/VisualizaoHologrfica.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.09375rem;left:2rem;display:block; }#G0tpoD6hz8FRrgrmV50BoUzmvCPXf7ab.adaptive-delivery-prevent-bg, #G0tpoD6hz8FRrgrmV50BoUzmvCPXf7ab.lazyload, #G0tpoD6hz8FRrgrmV50BoUzmvCPXf7ab.lazyloading { background-image: none; }
#Zs2kcmNsSQsgke99r10TdWWiKqUKNgMD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row .container { background-color: transparent; background-image: none; }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row .container > .video-iframe-container { display: none; }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row > .video-iframe-container { display: none; }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .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); }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row .container { border-width: 0; border-radius: 0; }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#AkZEUc6TuqZocfELpMKOUoZGoMSDSdsy { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/467616ed-5675-4bf1-b39a-930de72ae5b7/COCRIADORDAREALIDADE.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.09375rem;left:2rem;display:block; }#AkZEUc6TuqZocfELpMKOUoZGoMSDSdsy.adaptive-delivery-prevent-bg, #AkZEUc6TuqZocfELpMKOUoZGoMSDSdsy.lazyload, #AkZEUc6TuqZocfELpMKOUoZGoMSDSdsy.lazyloading { background-image: none; }
#ZvC01Po31BHDNWzhPOBcQy7xxm7pw5pH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lE0FqUtprfpTQEXVlhNSK31TAS1U9nC7 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/0662a924-9b5e-4e74-9b73-628f3c0fe4fa/ALGORITMOSDOUNIVERSO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.09375rem;left:39.500003814698rem;display:block; }#lE0FqUtprfpTQEXVlhNSK31TAS1U9nC7.adaptive-delivery-prevent-bg, #lE0FqUtprfpTQEXVlhNSK31TAS1U9nC7.lazyload, #lE0FqUtprfpTQEXVlhNSK31TAS1U9nC7.lazyloading { background-image: none; }
#FvfTuPHLM6KiZhrhUyDlXTHLUzsnqbCw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row .container { background-color: transparent; background-image: none; }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row .container > .video-iframe-container { display: none; }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row > .video-iframe-container { display: none; }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .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); }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row .container { border-width: 0; border-radius: 0; }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#pRCAqOLdTMMhDEN9R06fQG5E1GKJOtw3 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/996e6970-5306-4d93-8669-535140591360/TAQUIHERTZ.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.375rem 0.375rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.09375rem;left:2rem;display:block; }#pRCAqOLdTMMhDEN9R06fQG5E1GKJOtw3.adaptive-delivery-prevent-bg, #pRCAqOLdTMMhDEN9R06fQG5E1GKJOtw3.lazyload, #pRCAqOLdTMMhDEN9R06fQG5E1GKJOtw3.lazyloading { background-image: none; }
#xfhcx07GQTsumPdPtPlthrvS1M2844P5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N864XSI7pP87oRHq4oThVpDgf81B2cIz { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/cc7e28b1-8cdb-4db1-b851-5790de3ed456/TRILOGIADNA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.09375rem;left:39.500003814698rem;display:block; }#N864XSI7pP87oRHq4oThVpDgf81B2cIz.adaptive-delivery-prevent-bg, #N864XSI7pP87oRHq4oThVpDgf81B2cIz.lazyload, #N864XSI7pP87oRHq4oThVpDgf81B2cIz.lazyloading { background-image: none; }
#TBDRyaDFDkNQUbK9A2QxyXFHqMik57zT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#h2MeRpc24CxRxdCdE7lG84ZEiXGgHDm6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#h2MeRpc24CxRxdCdE7lG84ZEiXGgHDm6 > .row .container { border-width: 0; border-radius: 0; }#h2MeRpc24CxRxdCdE7lG84ZEiXGgHDm6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h2MeRpc24CxRxdCdE7lG84ZEiXGgHDm6 > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:none; }#tgxDA4C6MxPnw3sXMVpeeRBWgmbVOSV4 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/e2681a41-0a41-4a90-b5cd-664a0acfb14e/CLUBEDOCOCRIADOR20.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.09375rem;left:2rem;display:block; }#tgxDA4C6MxPnw3sXMVpeeRBWgmbVOSV4.adaptive-delivery-prevent-bg, #tgxDA4C6MxPnw3sXMVpeeRBWgmbVOSV4.lazyload, #tgxDA4C6MxPnw3sXMVpeeRBWgmbVOSV4.lazyloading { background-image: none; }
#tIOxRc7V0Siv2oTr5pc1ly3AcgTUqhtZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fK38FSwBuLuG68wP6JSMMtmdBTRXXGMw { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/3b9d8331-48de-4a0b-9624-d19f2b88c19e/COCRIADORNINJA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.375rem 0.375rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.09375rem;left:39.500003814698rem;display:block; }#fK38FSwBuLuG68wP6JSMMtmdBTRXXGMw.adaptive-delivery-prevent-bg, #fK38FSwBuLuG68wP6JSMMtmdBTRXXGMw.lazyload, #fK38FSwBuLuG68wP6JSMMtmdBTRXXGMw.lazyloading { background-image: none; }
#vUPHaXlyQhJKaxL3Kn41EsFw5ZivNsKb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row .container { background-color: transparent; background-image: none; }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row .container > .video-iframe-container { display: none; }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row > .video-iframe-container { display: none; }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .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); }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row .container { border-width: 0; border-radius: 0; }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#kflvGQcBgOiiLTWqpW73ICGNBRnZmoq8 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/ce4d09ba-e476-41e1-8338-e54b9d0849f4/PODCOCRIAR.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.0937538146973rem;left:2rem;display:block; }#kflvGQcBgOiiLTWqpW73ICGNBRnZmoq8.adaptive-delivery-prevent-bg, #kflvGQcBgOiiLTWqpW73ICGNBRnZmoq8.lazyload, #kflvGQcBgOiiLTWqpW73ICGNBRnZmoq8.lazyloading { background-image: none; }
#Fcxs4V1TRkTsQ5UASPopbFCxNh4JCX0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SnrzHmTZT8MtZbBLUQ05Nl7fLLLh9tTa { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/ff42e925-e67b-4629-8321-832e4fa11b33/OMEUANODEGRATIDOPRVENDA.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.09375rem;left:39.500003814698rem;display:block; }#SnrzHmTZT8MtZbBLUQ05Nl7fLLLh9tTa.adaptive-delivery-prevent-bg, #SnrzHmTZT8MtZbBLUQ05Nl7fLLLh9tTa.lazyload, #SnrzHmTZT8MtZbBLUQ05Nl7fLLLh9tTa.lazyloading { background-image: none; }
#GT3XM1HwJnulohwTQD9le2BNHo42ko54 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row .container { background-color: transparent; background-image: none; }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row .container > .video-iframe-container { display: none; }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row > .video-iframe-container { display: none; }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .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); }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row .container { border-width: 0; border-radius: 0; }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#K6RbRkEbBLHz3G988utR8rN7MICrFB2h { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/575181c6-8a03-49db-979d-4e0736a41875/SPACE23X.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.375rem 0.375rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.0937538146973rem;left:2rem;display:none; }#K6RbRkEbBLHz3G988utR8rN7MICrFB2h.adaptive-delivery-prevent-bg, #K6RbRkEbBLHz3G988utR8rN7MICrFB2h.lazyload, #K6RbRkEbBLHz3G988utR8rN7MICrFB2h.lazyloading { background-image: none; }
#hJGg0mNee6zHrhBgTdNG18dUDehFPqRp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OdJSl3mLL4QmPhxgVoK4IvFedZXphi9C { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/0186447f-9013-4dcf-8258-485e37aaeda5/DEPOIMENTOS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.375rem 0.375rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.0937538146973rem;left:39.500003814698rem;display:block; }#OdJSl3mLL4QmPhxgVoK4IvFedZXphi9C.adaptive-delivery-prevent-bg, #OdJSl3mLL4QmPhxgVoK4IvFedZXphi9C.lazyload, #OdJSl3mLL4QmPhxgVoK4IvFedZXphi9C.lazyloading { background-image: none; }
#clfcqfGr0364Do0L0z1uiXEw11d2Qnrf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V248kS2Crkt1tCd190breMAmMlJDZCtM { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8661715b-096e-4715-87e2-f437a894dcb6/LivroGENEdaJuventude.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.499rem;height:18.874rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.0927734375rem;left:1.9990234375rem;display:block; }#V248kS2Crkt1tCd190breMAmMlJDZCtM.adaptive-delivery-prevent-bg, #V248kS2Crkt1tCd190breMAmMlJDZCtM.lazyload, #V248kS2Crkt1tCd190breMAmMlJDZCtM.lazyloading { background-image: none; }
#UwSkehf56naw6AGaNeyEThTvZnOgh6hH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row .container { background-color: transparent; background-image: none; }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row .container > .video-iframe-container { display: none; }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row > .video-iframe-container { display: none; }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .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); }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row .container { border-width: 0; border-radius: 0; }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#sUTto9M3SWTK5kM4c2uxzbIBQOJu0wFo { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/6dc46a17-4a16-4d90-8557-f793f58e39fb/CANALYOUTUBE.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.09375rem;left:39.500003814698rem;display:block; }#sUTto9M3SWTK5kM4c2uxzbIBQOJu0wFo.adaptive-delivery-prevent-bg, #sUTto9M3SWTK5kM4c2uxzbIBQOJu0wFo.lazyload, #sUTto9M3SWTK5kM4c2uxzbIBQOJu0wFo.lazyloading { background-image: none; }
#dxaJqrQ3FAb3uGi7eR1Db4Tubo55iPDq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HdqI819FHD9BypmrHzlnTBBzf0zaSvPE { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/668a8b9a-ba79-44eb-b86c-a91e26d16d52/MUNDOHERTZ.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4996875rem;height:18.8744375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.0941829681396rem;left:1.9986953735351rem;display:block; }#HdqI819FHD9BypmrHzlnTBBzf0zaSvPE.adaptive-delivery-prevent-bg, #HdqI819FHD9BypmrHzlnTBBzf0zaSvPE.lazyload, #HdqI819FHD9BypmrHzlnTBBzf0zaSvPE.lazyloading { background-image: none; }
#Qf5FJMhJS8Wo580I7DQVlmZDAekbFhig { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row .container { background-color: transparent; background-image: none; }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row .container > .video-iframe-container { display: none; }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row > .video-iframe-container { display: none; }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .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); }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row .container { border-width: 0; border-radius: 0; }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#Qy7XSsu4J4FUxH5ImIdF10yxkslZTBeT { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/74aaefcb-b794-4ac5-8987-731d16535a52/BLOGOFICIAL.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.09375rem;left:2rem;display:block; }#Qy7XSsu4J4FUxH5ImIdF10yxkslZTBeT.adaptive-delivery-prevent-bg, #Qy7XSsu4J4FUxH5ImIdF10yxkslZTBeT.lazyload, #Qy7XSsu4J4FUxH5ImIdF10yxkslZTBeT.lazyloading { background-image: none; }
#F13T0AbnQ0Nsv28AbEWK1NnvWhb3yEcO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WZ1GDsaVqTJwIwpEpkEuyiiqBQJ4W5vx { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/f94b807e-c444-4aa7-8d7b-0cf1b8297b3e/HOLOCOCRIADORDETUDO.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.09375rem;left:39.5rem;display:block; }#WZ1GDsaVqTJwIwpEpkEuyiiqBQJ4W5vx.adaptive-delivery-prevent-bg, #WZ1GDsaVqTJwIwpEpkEuyiiqBQJ4W5vx.lazyload, #WZ1GDsaVqTJwIwpEpkEuyiiqBQJ4W5vx.lazyloading { background-image: none; }
#nTSSMuPNKxnmbRUEA57DTf58D1mUdxTb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row .container { background-color: transparent; background-image: none; }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row .container > .video-iframe-container { display: none; }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row > .video-iframe-container { display: none; }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .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); }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row .container { border-width: 0; border-radius: 0; }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:block; }#bk553s3zUxaKwf2eHugpW1VEMLpgofPi { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/92739896-0134-495d-91b9-7607ac7458f2/TCNICAHERTZ.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.15625rem;left:2rem;display:block; }#bk553s3zUxaKwf2eHugpW1VEMLpgofPi.adaptive-delivery-prevent-bg, #bk553s3zUxaKwf2eHugpW1VEMLpgofPi.lazyload, #bk553s3zUxaKwf2eHugpW1VEMLpgofPi.lazyloading { background-image: none; }
#bXW7ZPrXTnn5UHUHZCXRckhTlPbNV7ZV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fTFWiGAGqQFlWGDPRooa4SVUvXwBXPVJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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:none; }#fTFWiGAGqQFlWGDPRooa4SVUvXwBXPVJ > .row .container { border-width: 0; border-radius: 0; }#fTFWiGAGqQFlWGDPRooa4SVUvXwBXPVJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fTFWiGAGqQFlWGDPRooa4SVUvXwBXPVJ > .row .container { font-size:0.875rem;font-family:arial;height:23.0625rem;width:75rem;position:relative;display:none; }#nlebiAtZTlwTVze3O61nkgpy1lL9ITl1 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/33a4af17-34ab-4dee-9e54-33aea3032fac/ep3thumb.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.0937557220459rem;left:4.0625rem;display:block; }#nlebiAtZTlwTVze3O61nkgpy1lL9ITl1.adaptive-delivery-prevent-bg, #nlebiAtZTlwTVze3O61nkgpy1lL9ITl1.lazyload, #nlebiAtZTlwTVze3O61nkgpy1lL9ITl1.lazyloading { background-image: none; }
#R2SfyE7xwldLEic5TvHFKSDr8VPgxdPc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iXpSO3hTaIvwvlFNU0sccDTGXHG7VcAB { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/0646f568-61a3-422b-8345-5f0b3ea6ad7b/COCRIADORMILIONRIO2022LISTADEESPERA.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.375rem 0.375rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:2.0937557220459rem;left:36.750001907349rem;display:block; }#iXpSO3hTaIvwvlFNU0sccDTGXHG7VcAB.adaptive-delivery-prevent-bg, #iXpSO3hTaIvwvlFNU0sccDTGXHG7VcAB.lazyload, #iXpSO3hTaIvwvlFNU0sccDTGXHG7VcAB.lazyloading { background-image: none; }
#f3526rXBrw9Ocl2q3WDBqZ6rgUTgomxW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#W4eSuZTSwuffMmhRhclSP0gE2CJefEAs { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/8c6b7c3f-48d9-4caf-979b-58cb4f199485/Prancheta1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.4991875rem;height:18.8741875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.0927391052246rem;left:26.811340332031rem;display:block; }#W4eSuZTSwuffMmhRhclSP0gE2CJefEAs.adaptive-delivery-prevent-bg, #W4eSuZTSwuffMmhRhclSP0gE2CJefEAs.lazyload, #W4eSuZTSwuffMmhRhclSP0gE2CJefEAs.lazyloading { background-image: none; }
#ppP5J7QccKpv5aGaEJkus3DpiM3nM6NU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C30rzbMkgHlbT2QvBDSIBc22RmnxZDn9 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/0444c599-58b2-45e2-adfa-4e797f19eb17/paginadelink2.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.1241875rem;height:16.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:2.0927391052246rem;left:22.749565124512rem;display:block; }#C30rzbMkgHlbT2QvBDSIBc22RmnxZDn9.adaptive-delivery-prevent-bg, #C30rzbMkgHlbT2QvBDSIBc22RmnxZDn9.lazyload, #C30rzbMkgHlbT2QvBDSIBc22RmnxZDn9.lazyloading { background-image: none; }
#mBKnkvQgLomH0VfAJJTUyBBVOOxCV3Wl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lWStlMw86V6U0J0rSwQMIOgWFFCARWn4 { background-color:#5d92ff;background-image:url("https://images.assets-landingi.com/uc/f36820f8-fc28-49f7-847f-9763a1b9fb3f/MENTORIA1000HERTZ.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(255,255,255,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"montserrat 900";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.5rem;height:18.875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.09375rem;left:20.9375rem;display:block; }#lWStlMw86V6U0J0rSwQMIOgWFFCARWn4.adaptive-delivery-prevent-bg, #lWStlMw86V6U0J0rSwQMIOgWFFCARWn4.lazyload, #lWStlMw86V6U0J0rSwQMIOgWFFCARWn4.lazyloading { background-image: none; }
#eF26S6OlUXGHwnIBhmV1OuZsZUtbSJAf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row .container { background-color: transparent; background-image: none; }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row .container > .video-iframe-container { display: none; }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row > .video-iframe-container { display: none; }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .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); }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row .container { border-width: 0; border-radius: 0; }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQJCzBNJTpPrUn5ioQMQTXEWgRHnsZ9R { width:17.9375rem;height:7rem;top:2.0625rem;left:14.906253814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn { display:block; }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzUd8FheCut4mh9sRNlkH3NP0M1EIScu { width:34.0625rem;height:19.0625rem;top:2.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr1WtTmOuTXg2IK4SGsxdlHClPfDqvMt { display:block; }
 }@media only screen and (max-width: 763px) { #mQW3lfykbubXhBifak7HXow4Ky8Q3zJL { width:34.0625rem;height:19.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NprJU7nglg5AwM71ob0trJppTSo1rfEc { display:block; }
 }@media only screen and (max-width: 763px) { #SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 { display:block; }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI5gpqwbmQ2fGBLbCfTAyJUJaoGWepSk { width:34.0625rem;height:19.0625rem;top:2.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLpKFxu5lvbTxGGsSrtyqtOTu5zGex6d { display:block; }
 }@media only screen and (max-width: 763px) { #OciulQhfS9sXe1G54P6pEszoSERJyDbT { width:34.0625rem;height:19.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdRcdU74y5D3FNCT52o7DRCHGvnWrvMd { display:block; }
 }@media only screen and (max-width: 763px) { #WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa { display:block; }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAWSfAzrFwAVWf3i5cpKEcTfePdXlsWl { width:33rem;height:18.875rem;top:2.5rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz4u8fPB6F2Lrmz4tAgwFsgoAAXB5Op7 { display:block; }
 }@media only screen and (max-width: 763px) { #hAEDyGGWApDkgMJnEKXS6hCxc7l8KnRh { width:34.0625rem;height:19.0625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF4q5kks8lDUTkggXHySLc6lyiOs5OtE { display:block; }
 }@media only screen and (max-width: 763px) { #GxgMeyrrWQvoiKyLO2SCPJpbXxaFt6yf { display:block; }#GxgMeyrrWQvoiKyLO2SCPJpbXxaFt6yf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NgVZgOC4E4LP0xuLDVBErwEcBvyPTEcU { width:34.0625rem;height:19.0625rem;top:2.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDN5eBAcEazHlhrrXvl0R05m2bdWJZrG { display:block; }
 }@media only screen and (max-width: 763px) { #ihP6oicXTH4a47MKd5HBCJfDP4Ds9whB { width:34.0625rem;height:19.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpQIFI4CbPanmalPUcbGOWC2N3fTEFOO { display:block; }
 }@media only screen and (max-width: 763px) { #JA5ZzHmTx5a9L71tThm2G4nG8uXzpKr9 { display:block; }#JA5ZzHmTx5a9L71tThm2G4nG8uXzpKr9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPwiEXL7Qu3RWKHVAWmQMTqt9pQvkmnG { width:34.0625rem;height:19.0625rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMAuBOuxXpCf5w8sVbRMQOHFk2b9qinr { display:block; }
 }@media only screen and (max-width: 763px) { #gBMx7zC7rexGAFMkQgGE5gM5pxhnfee2 { width:34.0625rem;height:19.0625rem;top:2.4375rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GDzkdlmZECBkXHX6462rAnG0ed2dS5sG { display:block; }
 }@media only screen and (max-width: 763px) { #TCoztpe63FrJL0lzMcPPH3NR31vFhW2A { display:block; }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0Kl1VGqdHWxDVAZOOTNIMVqH2MHyt3l { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb8ldWUxZliQVokOBV1fmNtNF8tHBGAx { display:block; }
 }@media only screen and (max-width: 763px) { #b8KkUTa1SyWn418T3ERd7vDVNZbTKabd { width:33.5rem;height:18.875rem;top:2.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggs9EEXi1r6SJH3gAF1TTXvkwEEbCwoN { display:block; }
 }@media only screen and (max-width: 763px) { #sCdxINLCPDz0BlumB3BTG9BLILU75ymA { display:block; }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1K31KrzRBzbltZN0DlmGbnMMd96onkR { width:33.5rem;height:18.875rem;top:2.8125rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVuo5h12u13VagBaEZmUowJWRWdomcS0 { display:block; }
 }@media only screen and (max-width: 763px) { #ihMt95MOd0mAT2BTaUKzXG3oSwV6C6aP { width:35.5625rem;height:18.875rem;top:2.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ02ehZiAuy4mS4EItyLbTOMstJ7qLeO { display:block; }
 }@media only screen and (max-width: 763px) { #D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry { display:block; }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta8u0HXeWuUDzG5TdqRqrENw4hBZ6dy1 { width:33.4375rem;height:18.8125rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4XaOnDPW2ZBuwHwmZtPlSQbGM7Lc1cI { display:block; }
 }@media only screen and (max-width: 763px) { #gz3XWgUtnDOLUDkOgKvIAzVfel9JasuM { width:33.5rem;height:18.875rem;top:1.5625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi4od8T9Wp1JNQWIGKFRHDGoWmlvAkoX { display:block; }
 }@media only screen and (max-width: 763px) { #cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC { display:block; }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMmOI7FmAzhBEdZ5rDkp0bbS54TCEo1W { width:33.5rem;height:18.875rem;top:1.4375rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnEvA2zvfvdQGJCBTsPMsZTpSBHAebV { display:block; }
 }@media only screen and (max-width: 763px) { #G0tpoD6hz8FRrgrmV50BoUzmvCPXf7ab { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2kcmNsSQsgke99r10TdWWiKqUKNgMD { display:block; }
 }@media only screen and (max-width: 763px) { #bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 { display:block; }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkZEUc6TuqZocfELpMKOUoZGoMSDSdsy { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvC01Po31BHDNWzhPOBcQy7xxm7pw5pH { display:block; }
 }@media only screen and (max-width: 763px) { #lE0FqUtprfpTQEXVlhNSK31TAS1U9nC7 { width:33.5rem;height:18.875rem;top:2.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvfTuPHLM6KiZhrhUyDlXTHLUzsnqbCw { display:block; }
 }@media only screen and (max-width: 763px) { #Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 { display:block; }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRCAqOLdTMMhDEN9R06fQG5E1GKJOtw3 { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfhcx07GQTsumPdPtPlthrvS1M2844P5 { display:block; }
 }@media only screen and (max-width: 763px) { #N864XSI7pP87oRHq4oThVpDgf81B2cIz { width:33.5rem;height:18.875rem;top:2.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDRyaDFDkNQUbK9A2QxyXFHqMik57zT { display:block; }
 }@media only screen and (max-width: 763px) { #h2MeRpc24CxRxdCdE7lG84ZEiXGgHDm6 { display:block; }#h2MeRpc24CxRxdCdE7lG84ZEiXGgHDm6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tgxDA4C6MxPnw3sXMVpeeRBWgmbVOSV4 { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIOxRc7V0Siv2oTr5pc1ly3AcgTUqhtZ { display:block; }
 }@media only screen and (max-width: 763px) { #fK38FSwBuLuG68wP6JSMMtmdBTRXXGMw { width:33.5rem;height:18.875rem;top:2.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUPHaXlyQhJKaxL3Kn41EsFw5ZivNsKb { display:block; }
 }@media only screen and (max-width: 763px) { #s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW { display:block; }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kflvGQcBgOiiLTWqpW73ICGNBRnZmoq8 { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcxs4V1TRkTsQ5UASPopbFCxNh4JCX0a { display:block; }
 }@media only screen and (max-width: 763px) { #SnrzHmTZT8MtZbBLUQ05Nl7fLLLh9tTa { width:33.5rem;height:18.875rem;top:2.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT3XM1HwJnulohwTQD9le2BNHo42ko54 { display:block; }
 }@media only screen and (max-width: 763px) { #UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa { display:block; }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6RbRkEbBLHz3G988utR8rN7MICrFB2h { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJGg0mNee6zHrhBgTdNG18dUDehFPqRp { display:block; }
 }@media only screen and (max-width: 763px) { #OdJSl3mLL4QmPhxgVoK4IvFedZXphi9C { width:33.5rem;height:18.875rem;top:2.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfcqfGr0364Do0L0z1uiXEw11d2Qnrf { display:block; }
 }@media only screen and (max-width: 763px) { #V248kS2Crkt1tCd190breMAmMlJDZCtM { width:33.4375rem;height:18.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSkehf56naw6AGaNeyEThTvZnOgh6hH { display:block; }
 }@media only screen and (max-width: 763px) { #paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A { display:block; }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUTto9M3SWTK5kM4c2uxzbIBQOJu0wFo { width:33.5rem;height:18.875rem;top:2.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxaJqrQ3FAb3uGi7eR1Db4Tubo55iPDq { display:block; }
 }@media only screen and (max-width: 763px) { #HdqI819FHD9BypmrHzlnTBBzf0zaSvPE { width:33.4375rem;height:18.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf5FJMhJS8Wo580I7DQVlmZDAekbFhig { display:block; }
 }@media only screen and (max-width: 763px) { #CO4rDni7PEia0wehWkXDKFdwx0rWhp5v { display:block; }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy7XSsu4J4FUxH5ImIdF10yxkslZTBeT { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F13T0AbnQ0Nsv28AbEWK1NnvWhb3yEcO { display:block; }
 }@media only screen and (max-width: 763px) { #WZ1GDsaVqTJwIwpEpkEuyiiqBQJ4W5vx { width:33.5rem;height:18.875rem;top:2.0625rem;left:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTSSMuPNKxnmbRUEA57DTf58D1mUdxTb { display:block; }
 }@media only screen and (max-width: 763px) { #l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U { display:block; }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk553s3zUxaKwf2eHugpW1VEMLpgofPi { width:33.5rem;height:18.875rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXW7ZPrXTnn5UHUHZCXRckhTlPbNV7ZV { display:block; }
 }@media only screen and (max-width: 763px) { #fTFWiGAGqQFlWGDPRooa4SVUvXwBXPVJ { display:block; }#fTFWiGAGqQFlWGDPRooa4SVUvXwBXPVJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nlebiAtZTlwTVze3O61nkgpy1lL9ITl1 { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2SfyE7xwldLEic5TvHFKSDr8VPgxdPc { display:block; }
 }@media only screen and (max-width: 763px) { #iXpSO3hTaIvwvlFNU0sccDTGXHG7VcAB { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3526rXBrw9Ocl2q3WDBqZ6rgUTgomxW { display:block; }
 }@media only screen and (max-width: 763px) { #W4eSuZTSwuffMmhRhclSP0gE2CJefEAs { width:33.4375rem;height:18.8125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppP5J7QccKpv5aGaEJkus3DpiM3nM6NU { display:block; }
 }@media only screen and (max-width: 763px) { #C30rzbMkgHlbT2QvBDSIBc22RmnxZDn9 { width:31.0625rem;height:16.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBKnkvQgLomH0VfAJJTUyBBVOOxCV3Wl { display:block; }
 }@media only screen and (max-width: 763px) { #lWStlMw86V6U0J0rSwQMIOgWFFCARWn4 { width:33.5rem;height:18.875rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF26S6OlUXGHwnIBhmV1OuZsZUtbSJAf { display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz { display:block; }#Va5hyLRTuctDZXBOhAAb6GbhWOgJH2xz > .row .container { width:20rem;height:7.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQJCzBNJTpPrUn5ioQMQTXEWgRHnsZ9R { width:16rem;height:6.0625rem;top:0.75rem;left:2.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn { display:block; }#HTID6Te27SUQWxtD9lm9Ed1M1iXwyidn > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fzUd8FheCut4mh9sRNlkH3NP0M1EIScu { width:19rem;height:11.375rem;top:13.1875rem;left:0.5rem;color:rgba(216,16,16,0.92);box-shadow: 0.25rem 0.25rem 0.6875rem rgba(229,85,162,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Tr1WtTmOuTXg2IK4SGsxdlHClPfDqvMt { display:block; }
 }@media only screen and (max-width: 763px) { #mQW3lfykbubXhBifak7HXow4Ky8Q3zJL { width:19rem;height:10.5625rem;top:1.5625rem;left:0.5rem;color:rgba(216,16,16,0.92);box-shadow: 0.25rem 0.25rem 0.6875rem rgba(0,0,0,0.5) ;background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/5a8956a5-91d2-484d-be35-8a80da9d074f/IMG_5986.JPEG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mQW3lfykbubXhBifak7HXow4Ky8Q3zJL.adaptive-delivery-prevent-bg, #mQW3lfykbubXhBifak7HXow4Ky8Q3zJL.lazyload, #mQW3lfykbubXhBifak7HXow4Ky8Q3zJL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NprJU7nglg5AwM71ob0trJppTSo1rfEc { display:block; }
 }@media only screen and (max-width: 763px) { #SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 { display:block; }#SOGf7HHvyeracF0F3Gfez7pIvC4AG8S2 > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gI5gpqwbmQ2fGBLbCfTAyJUJaoGWepSk { width:19rem;height:11.375rem;top:13.1875rem;left:0.5rem;color:rgba(216,16,16,0.92);box-shadow: 0.25rem 0.25rem 0.6875rem rgba(229,85,162,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #rLpKFxu5lvbTxGGsSrtyqtOTu5zGex6d { display:block; }
 }@media only screen and (max-width: 763px) { #OciulQhfS9sXe1G54P6pEszoSERJyDbT { width:19rem;height:11.375rem;top:0.875rem;left:0.5rem;color:rgba(216,16,16,0.92);box-shadow: 0.25rem 0.25rem 0.6875rem rgba(229,85,162,0.5) ;background-color:#040413;background-image:url("https://images.assets-landingi.com/uc/7e87b206-9e9d-4aa3-9ef0-7f1ab0a10dad/POWERLOVEBIO.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OciulQhfS9sXe1G54P6pEszoSERJyDbT.adaptive-delivery-prevent-bg, #OciulQhfS9sXe1G54P6pEszoSERJyDbT.lazyload, #OciulQhfS9sXe1G54P6pEszoSERJyDbT.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #WdRcdU74y5D3FNCT52o7DRCHGvnWrvMd { display:block; }
 }@media only screen and (max-width: 763px) { #WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa { display:block; }#WIPGNtclK3bQOXMnwHxsflWSJ1frLAPa > .row .container { width:20rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAWSfAzrFwAVWf3i5cpKEcTfePdXlsWl { width:18.9980625rem;height:10.6230625rem;top:0.6865234375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tz4u8fPB6F2Lrmz4tAgwFsgoAAXB5Op7 { display:block; }
 }@media only screen and (max-width: 763px) { #hAEDyGGWApDkgMJnEKXS6hCxc7l8KnRh { width:19rem;height:10.75rem;top:13.25rem;left:0.5rem;color:rgba(216,16,16,0.92);box-shadow: 0.25rem 0.25rem 0.6875rem rgba(229,85,162,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #cF4q5kks8lDUTkggXHySLc6lyiOs5OtE { display:block; }
 }@media only screen and (max-width: 763px) { #GxgMeyrrWQvoiKyLO2SCPJpbXxaFt6yf { display:none; }#GxgMeyrrWQvoiKyLO2SCPJpbXxaFt6yf > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NgVZgOC4E4LP0xuLDVBErwEcBvyPTEcU { width:19rem;height:10.625rem;top:13.25rem;left:0.5rem;color:rgba(216,16,16,0.92);box-shadow: 0.25rem 0.25rem 0.6875rem rgba(229,85,162,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #EDN5eBAcEazHlhrrXvl0R05m2bdWJZrG { display:block; }
 }@media only screen and (max-width: 763px) { #ihP6oicXTH4a47MKd5HBCJfDP4Ds9whB { width:19rem;height:11.375rem;top:1.0625rem;left:0.5rem;color:rgba(216,16,16,0.92);box-shadow: 0.25rem 0.25rem 0.6875rem rgba(229,85,162,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #qpQIFI4CbPanmalPUcbGOWC2N3fTEFOO { display:block; }
 }@media only screen and (max-width: 763px) { #JA5ZzHmTx5a9L71tThm2G4nG8uXzpKr9 { display:none; }#JA5ZzHmTx5a9L71tThm2G4nG8uXzpKr9 > .row .container { width:20rem;height:24.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #KPwiEXL7Qu3RWKHVAWmQMTqt9pQvkmnG { width:19rem;height:10.625rem;top:0.8740234375rem;left:0.5rem;color:rgba(216,16,16,0.92);box-shadow: 0.25rem 0.25rem 0.6875rem rgba(229,85,162,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #WMAuBOuxXpCf5w8sVbRMQOHFk2b9qinr { display:block; }
 }@media only screen and (max-width: 763px) { #gBMx7zC7rexGAFMkQgGE5gM5pxhnfee2 { width:19rem;height:10.625rem;top:12.4365234375rem;left:0.5rem;color:#7617c3;box-shadow: 0.25rem 0.25rem 0.6875rem rgba(164,85,229,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #GDzkdlmZECBkXHX6462rAnG0ed2dS5sG { display:block; }
 }@media only screen and (max-width: 763px) { #TCoztpe63FrJL0lzMcPPH3NR31vFhW2A { display:block; }#TCoztpe63FrJL0lzMcPPH3NR31vFhW2A > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N0Kl1VGqdHWxDVAZOOTNIMVqH2MHyt3l { width:19rem;height:11.1875rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb8ldWUxZliQVokOBV1fmNtNF8tHBGAx { display:block; }
 }@media only screen and (max-width: 763px) { #b8KkUTa1SyWn418T3ERd7vDVNZbTKabd { width:19rem;height:11.6875rem;top:13.6875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggs9EEXi1r6SJH3gAF1TTXvkwEEbCwoN { display:block; }
 }@media only screen and (max-width: 763px) { #sCdxINLCPDz0BlumB3BTG9BLILU75ymA { display:block; }#sCdxINLCPDz0BlumB3BTG9BLILU75ymA > .row .container { width:20rem;height:24.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C1K31KrzRBzbltZN0DlmGbnMMd96onkR { width:19rem;height:10.625rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVuo5h12u13VagBaEZmUowJWRWdomcS0 { display:block; }
 }@media only screen and (max-width: 763px) { #ihMt95MOd0mAT2BTaUKzXG3oSwV6C6aP { width:19rem;height:11.5rem;top:12.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJ02ehZiAuy4mS4EItyLbTOMstJ7qLeO { display:block; }
 }@media only screen and (max-width: 763px) { #D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry { display:block; }#D2Rl8KHzhHRo2Rd43L33X6Vbhhe9nIry > .row .container { width:20rem;height:24.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ta8u0HXeWuUDzG5TdqRqrENw4hBZ6dy1 { width:19rem;height:10.625rem;top:12.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4XaOnDPW2ZBuwHwmZtPlSQbGM7Lc1cI { display:block; }
 }@media only screen and (max-width: 763px) { #gz3XWgUtnDOLUDkOgKvIAzVfel9JasuM { width:19rem;height:10.625rem;top:1.0625rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi4od8T9Wp1JNQWIGKFRHDGoWmlvAkoX { display:block; }
 }@media only screen and (max-width: 763px) { #cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC { display:block; }#cSPXhPHTbHPQyF5Wcnos7B6fzfgoSIuC > .row .container { width:20rem;height:12.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bMmOI7FmAzhBEdZ5rDkp0bbS54TCEo1W { width:19rem;height:10.625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcnEvA2zvfvdQGJCBTsPMsZTpSBHAebV { display:block; }
 }@media only screen and (max-width: 763px) { #G0tpoD6hz8FRrgrmV50BoUzmvCPXf7ab { width:19rem;height:10.625rem;top:0.68671882152556rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zs2kcmNsSQsgke99r10TdWWiKqUKNgMD { display:block; }
 }@media only screen and (max-width: 763px) { #bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 { display:block; }#bqDLXzaoNMu7Za0BO33GUrZdJd5G6Xz2 > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AkZEUc6TuqZocfELpMKOUoZGoMSDSdsy { width:19rem;height:10.625rem;top:1.1875rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvC01Po31BHDNWzhPOBcQy7xxm7pw5pH { display:block; }
 }@media only screen and (max-width: 763px) { #lE0FqUtprfpTQEXVlhNSK31TAS1U9nC7 { width:19rem;height:10.625rem;top:13.375rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvfTuPHLM6KiZhrhUyDlXTHLUzsnqbCw { display:block; }
 }@media only screen and (max-width: 763px) { #Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 { display:block; }#Q1NGUgVFTnc6yAM5LBAkxaTFJxsPJ7q2 > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRCAqOLdTMMhDEN9R06fQG5E1GKJOtw3 { width:19rem;height:10.625rem;top:1.25rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #xfhcx07GQTsumPdPtPlthrvS1M2844P5 { display:block; }
 }@media only screen and (max-width: 763px) { #N864XSI7pP87oRHq4oThVpDgf81B2cIz { width:19rem;height:10.625rem;top:13.375rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBDRyaDFDkNQUbK9A2QxyXFHqMik57zT { display:block; }
 }@media only screen and (max-width: 763px) { #h2MeRpc24CxRxdCdE7lG84ZEiXGgHDm6 { display:none; }#h2MeRpc24CxRxdCdE7lG84ZEiXGgHDm6 > .row .container { width:20rem;height:24rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tgxDA4C6MxPnw3sXMVpeeRBWgmbVOSV4 { width:19rem;height:10.625rem;top:1rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIOxRc7V0Siv2oTr5pc1ly3AcgTUqhtZ { display:block; }
 }@media only screen and (max-width: 763px) { #fK38FSwBuLuG68wP6JSMMtmdBTRXXGMw { width:19rem;height:10.625rem;top:13.1875rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUPHaXlyQhJKaxL3Kn41EsFw5ZivNsKb { display:block; }
 }@media only screen and (max-width: 763px) { #s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW { display:block; }#s72IMlznXzdGMrz9bMJ3FRE2nUvNy7cW > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kflvGQcBgOiiLTWqpW73ICGNBRnZmoq8 { width:19rem;height:10.625rem;top:1.125rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fcxs4V1TRkTsQ5UASPopbFCxNh4JCX0a { display:block; }
 }@media only screen and (max-width: 763px) { #SnrzHmTZT8MtZbBLUQ05Nl7fLLLh9tTa { width:19rem;height:10.625rem;top:13.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT3XM1HwJnulohwTQD9le2BNHo42ko54 { display:block; }
 }@media only screen and (max-width: 763px) { #UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa { display:block; }#UGPCPaBPy8B3AheSXysKUMOIIcVF0PGa > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K6RbRkEbBLHz3G988utR8rN7MICrFB2h { width:19rem;height:10.625rem;top:1.375rem;left:0.50000005960464rem;display:none; }
 }@media only screen and (max-width: 763px) { #hJGg0mNee6zHrhBgTdNG18dUDehFPqRp { display:block; }
 }@media only screen and (max-width: 763px) { #OdJSl3mLL4QmPhxgVoK4IvFedZXphi9C { width:19rem;height:10.625rem;top:0.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #clfcqfGr0364Do0L0z1uiXEw11d2Qnrf { display:block; }
 }@media only screen and (max-width: 763px) { #V248kS2Crkt1tCd190breMAmMlJDZCtM { width:18.9991875rem;height:10.625rem;top:12.248437285423rem;left:0.49921870231628rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSkehf56naw6AGaNeyEThTvZnOgh6hH { display:block; }
 }@media only screen and (max-width: 763px) { #paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A { display:block; }#paVTTqL4ibTiiMxAM2l4UsWfdGKlZ89A > .row .container { width:20rem;height:24.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sUTto9M3SWTK5kM4c2uxzbIBQOJu0wFo { width:19rem;height:10.625rem;top:14rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxaJqrQ3FAb3uGi7eR1Db4Tubo55iPDq { display:block; }
 }@media only screen and (max-width: 763px) { #HdqI819FHD9BypmrHzlnTBBzf0zaSvPE { width:19rem;height:10.625rem;top:1.0625rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf5FJMhJS8Wo580I7DQVlmZDAekbFhig { display:block; }
 }@media only screen and (max-width: 763px) { #CO4rDni7PEia0wehWkXDKFdwx0rWhp5v { display:block; }#CO4rDni7PEia0wehWkXDKFdwx0rWhp5v > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qy7XSsu4J4FUxH5ImIdF10yxkslZTBeT { width:19rem;height:10.625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F13T0AbnQ0Nsv28AbEWK1NnvWhb3yEcO { display:block; }
 }@media only screen and (max-width: 763px) { #WZ1GDsaVqTJwIwpEpkEuyiiqBQJ4W5vx { width:18.9995625rem;height:10.62425rem;top:12.873991966247rem;left:0.4984085559845rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTSSMuPNKxnmbRUEA57DTf58D1mUdxTb { display:block; }
 }@media only screen and (max-width: 763px) { #l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U { display:block; }#l3nSBdPVLKJmslQcs2aDeUymR1ytMJ0U > .row .container { width:20rem;height:13rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bk553s3zUxaKwf2eHugpW1VEMLpgofPi { width:19rem;height:10.625rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXW7ZPrXTnn5UHUHZCXRckhTlPbNV7ZV { display:block; }
 }@media only screen and (max-width: 763px) { #fTFWiGAGqQFlWGDPRooa4SVUvXwBXPVJ { display:none; }#fTFWiGAGqQFlWGDPRooa4SVUvXwBXPVJ > .row .container { width:20rem;height:24.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nlebiAtZTlwTVze3O61nkgpy1lL9ITl1 { width:19rem;height:10.625rem;top:13.1875rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2SfyE7xwldLEic5TvHFKSDr8VPgxdPc { display:block; }
 }@media only screen and (max-width: 763px) { #iXpSO3hTaIvwvlFNU0sccDTGXHG7VcAB { width:19rem;height:10.625rem;top:13.4375rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3526rXBrw9Ocl2q3WDBqZ6rgUTgomxW { display:block; }
 }@media only screen and (max-width: 763px) { #W4eSuZTSwuffMmhRhclSP0gE2CJefEAs { width:19rem;height:10.625rem;top:1.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppP5J7QccKpv5aGaEJkus3DpiM3nM6NU { display:block; }
 }@media only screen and (max-width: 763px) { #C30rzbMkgHlbT2QvBDSIBc22RmnxZDn9 { width:19rem;height:10.625rem;top:1.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mBKnkvQgLomH0VfAJJTUyBBVOOxCV3Wl { display:block; }
 }@media only screen and (max-width: 763px) { #lWStlMw86V6U0J0rSwQMIOgWFFCARWn4 { width:19rem;height:10.625rem;top:13.625rem;left:0.50000005960464rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF26S6OlUXGHwnIBhmV1OuZsZUtbSJAf { display:block; }
 }@media only screen and (max-width: 763px) { #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection { display:block; } #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection *:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="text"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="email"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection input[type="tel"]:focus-visible, #sD97BIC71OVLqMPFzDQLW5vVPAfpHsa2.widget-smartsection textarea:focus-visible { outline: none; } #PexWGBffkbp7HAif8Lg7bFBxQi0w7d3U > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }