.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#bf4b75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row .container { background-color: transparent; background-image: none; }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row .container > .video-iframe-container { display: none; }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row > .video-iframe-container { display: none; }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .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); }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row .container { border-width: 0; border-radius: 0; }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row .container { font-size:0.875rem;font-family:arial;height:4rem;width:60rem;position:relative;display:block; }#crZ2IPKobSPUy6Qxeo9RAMdTcZwWw4Hh { color:#ffffff;display:block;width:54rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.2248268127441rem;left:3.6875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdae5;background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb.adaptive-delivery-prevent-bg, #fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb.lazyload, #fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb.lazyloading { background-image: none; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row .container { background-color: transparent; background-image: none; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row .container > .video-iframe-container { display: none; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row > .video-iframe-container { display: none; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .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); }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row .container { border-width: 0; border-radius: 0; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:60rem;position:relative;display:block; }#M5DtuvFigMXRpu8ktT6fTuCFRLMX6teM { color:#7b1f45;display:block;width:45.8125rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5rem;left:7.09375rem;height:10.3984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kgUFtT4fGOE9UftkbMl5UzgNlAgN14zQ { z-index:15002;top:16.75rem;left:16.4375rem;background-color:#2de359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.375rem 0rem #0c561e ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AEoks8fzW4fQ2D51AHUgReOAzRKcTdnc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nok1wGi6cT09f3DNZKSHtF9iDnaSd1VE { color:#963055;display:block;width:36.875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.375rem;left:11.5625rem;height:3.0859375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdae5;background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp.adaptive-delivery-prevent-bg, #laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp.lazyload, #laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp.lazyloading { background-image: none; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row .container { background-color: transparent; background-image: none; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row .container > .video-iframe-container { display: none; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row > .video-iframe-container { display: none; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .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); }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row .container { border-width: 0; border-radius: 0; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:60rem;position:relative;display:block; }#ZR7oi6RFUxn5Uaz7gMH2mHILRfsw7eCg { color:#7b1f45;display:block;width:44.6875rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.6875rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZT8o5ssuHZRVKOVRgz0BfDeMx3z0SXc { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:25.484375rem;left:5.5rem;height:5.84765rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#TqfzxGWoBso4nbSPWltTbQ1tCpw8Xx6i { color:#963055;display:block;width:42.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:6.6875rem;left:8.6875rem;height:1.7875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#TqfzxGWoBso4nbSPWltTbQ1tCpw8Xx6i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#TqfzxGWoBso4nbSPWltTbQ1tCpw8Xx6i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
#GGT7B9oaD4U5ZKhiuXRFCeoARh7yFJM8 { color:#963055;display:block;width:42.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:11.5625rem;left:8.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#GGT7B9oaD4U5ZKhiuXRFCeoARh7yFJM8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#GGT7B9oaD4U5ZKhiuXRFCeoARh7yFJM8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
#RHiZQptUCJr3puOZKumNPiLn7EwvUroE { color:#963055;display:block;width:41.3125rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:19.0625rem;left:8.6875rem;height:3.57421875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#RHiZQptUCJr3puOZKumNPiLn7EwvUroE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RHiZQptUCJr3puOZKumNPiLn7EwvUroE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
#OIT9cIP6TMTTiswMnZBfpEFyXzsbOHrV { color:#fc3674;display:block;width:55.875rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:35.375rem;left:2.0625rem;height:7.7988125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nQ4tl6QJ6KSoNN9c1Nn6SkuZsvxRIARA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:41.9375rem;left:28.4375rem; }
#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdae5;background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q.adaptive-delivery-prevent-bg, #s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q.lazyload, #s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q.lazyloading { background-image: none; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row .container { background-color: transparent; background-image: none; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row .container > .video-iframe-container { display: none; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row > .video-iframe-container { display: none; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .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); }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row .container { border-width: 0; border-radius: 0; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:60rem;position:relative;display:block; }#KVAlvvsN1idVJDDlQRVr93mOpUTV8zus { color:#7b1f45;display:block;width:44.6875rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:7.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U00XSKKp7ig8NkSfv40MeqhM3V0z7aBw { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -moz-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -ms-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -o-linear-gradient(233deg, #f6ddea, #f8f2f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ddea', endColorstr='#f8f2f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ddea', endColorstr='#f8f2f5' );";background-image: linear-gradient(233deg, #f6ddea, #f8f2f5);background-size:auto !important;border-top:0.125rem solid #fc3674;border-left:0.125rem solid #fc3674;border-right:0.125rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:12.5625rem;width:45.9375rem;top:4.1875rem;left:7.0625rem;display:block; }
#mlkNT30wTFeskwUTI5NcfaKQ0cPM5V1R { color:#fc3674;display:block;width:44.6875rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.3125rem;left:7.8125rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lmFURIDSdFLckI7XKGqAoaEVBdE4IBRL { color:#963055;display:block;width:40.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:9.3896484375rem;left:9.5625rem;height:5.361325rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DCo4FkzBp7608mFG5U8FCe5Z7J3Z9ElL { color:#963055;display:block;width:53.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.0712890625rem;left:3.4375rem;height:14.619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LKM8R584h6yocyBpvrRzOT52n09zGOT4 { z-index:15003;top:36.1875rem;left:16.4375rem;background-color:#2de359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.375rem 0rem #0a4518 ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#puKUDQtxRUmqg8k3180SMZtOrboSF1IZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf4b75, #721e41);background-image: -moz-linear-gradient(180deg, #bf4b75, #721e41);background-image: -ms-linear-gradient(180deg, #bf4b75, #721e41);background-image: -o-linear-gradient(180deg, #bf4b75, #721e41);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4b75', endColorstr='#721e41' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4b75', endColorstr='#721e41' );";background-image: linear-gradient(180deg, #bf4b75, #721e41);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row .container { background-color: transparent; background-image: none; }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row .container > .video-iframe-container { display: none; }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row > .video-iframe-container { display: none; }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .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); }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row .container { border-width: 0; border-radius: 0; }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:block; }#QmDJ3B2JIJGJqZUDrDxeIswwdZFV6vAT { color:#ffffff;display:block;width:35.3125rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.962890625rem;left:12.34375rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/JYqxy2Ys/correc_a_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24.adaptive-delivery-prevent-bg, #TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24.lazyload, #TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24.lazyloading { background-image: none; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row .container { background-color: transparent; background-image: none; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row .container > .video-iframe-container { display: none; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row > .video-iframe-container { display: none; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .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); }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row .container { border-width: 0; border-radius: 0; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row .container { font-size:0.875rem;font-family:arial;height:61.4375rem;width:60rem;position:relative;display:block; }#ranWaBqFoQG0F6zT8HrtbWAyHOTDcfQc { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5625rem;width:7.5625rem;top:45.9375rem;left:42.5rem;overflow:hidden;display:block; }
#NL7Js3yo7Xx1TLxrtQwJISvw11dny9xP { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:0.3125rem;left:0rem;height:11.89453125rem;display:block; }
#QyJqgZm2MWMtaONFnXW6oQGmUSdyUUt6 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.875rem rgba(0,0,0,0.56) ;height:25.625rem;width:29.75rem;top:15.1875rem;left:0rem;overflow:hidden;display:block; }
#nOIFvyPQ4bTF4gR5aSTJOGTy4TgNsUED { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/33d65d8f-277b-43d9-bfbf-93b67eabdc56/Group1.png");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:50.125rem;width:35.75rem;top:0.375rem;left:27.5rem;display:block; }#nOIFvyPQ4bTF4gR5aSTJOGTy4TgNsUED.adaptive-delivery-prevent-bg, #nOIFvyPQ4bTF4gR5aSTJOGTy4TgNsUED.lazyload, #nOIFvyPQ4bTF4gR5aSTJOGTy4TgNsUED.lazyloading { background-image: none; }
#hMMTU3kcT0AhPaLRsdnXFTzhqgp4MhUC { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:43.2060546875rem;left:0rem;height:11.8945625rem;display:block; }
#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdae5;background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy.adaptive-delivery-prevent-bg, #TQWwCubr0wT6fHuBBLdGHnng3BkqStCy.lazyload, #TQWwCubr0wT6fHuBBLdGHnng3BkqStCy.lazyloading { background-image: none; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row .container { background-color: transparent; background-image: none; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row .container > .video-iframe-container { display: none; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row > .video-iframe-container { display: none; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .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); }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row .container { border-width: 0; border-radius: 0; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row .container { font-size:0.875rem;font-family:arial;height:67.0625rem;width:60rem;position:relative;display:block; }#u3hF2TPMOawMM7KSLZaHxwyXe998nOBh { color:#7b1f45;display:block;width:35.375rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:12.3125rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DFXiMDMEIi15ENwqDF08J0eFi5USwRuE { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.26953125rem;left:5.5rem;height:11.6953rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XSK6riVG1pBW1y6o8C92bG5IwLwfX16o { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:6.57421875rem;left:5.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vEwfbt8CQQgs10nBhTX7c4KxzNgpdnrm { color:#963055;display:block;width:43.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:25.375rem;left:8.40625rem;height:9.5605625rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#vEwfbt8CQQgs10nBhTX7c4KxzNgpdnrm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vEwfbt8CQQgs10nBhTX7c4KxzNgpdnrm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
#uVRSZZGI7zPMkybSpMCp4P0lMkPWMwir { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:37.375rem;left:5.5rem;height:1.4619125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R75wQbFtzCtv7fgqsLmDL0HwoRgHFOGT { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:51.83203125rem;left:5.5rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xWVgx7tQxAptUN0vPM2HlccUKlMMZvzm { color:#7b1f45;display:block;width:43.375rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:42.9375rem;left:8.3125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QoXaXMLO7TptbwXDlhsn5ty2PGxg0HgX { color:#fc3674;display:block;width:46.875rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:57.625rem;left:6.5625rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OFDN63V6i7ZoGaEQcIHNh2N27NTJpFLV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:62.6875rem;left:28.4375rem; }
#xdB49Svmc81wHysdhylqXQb4XnfAxwOO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7d538b7c-dcde-41e1-9b10-dce64068abe4/quanticamentemagra2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO.adaptive-delivery-prevent-bg, #xdB49Svmc81wHysdhylqXQb4XnfAxwOO.lazyload, #xdB49Svmc81wHysdhylqXQb4XnfAxwOO.lazyloading { background-image: none; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row .container { background-color: transparent; background-image: none; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row .container > .video-iframe-container { display: none; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row > .video-iframe-container { display: none; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .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); }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row .container { border-width: 0; border-radius: 0; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#SznhudhDLZUKWqxkcEeTPsO2LCWd6MAy { color:#ffffff;display:block;width:44.6875rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5rem;left:7.65625rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IVElFt8zdArisxhcztvzlugciTETRbGL { color:#ffffff;display:block;width:40.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:9.5rem;left:9.90625rem;height:24.4824375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#IVElFt8zdArisxhcztvzlugciTETRbGL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IVElFt8zdArisxhcztvzlugciTETRbGL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
#RALSIdvnRneWhqWiSMaReUAyNF4Tx4V9 { color:#ffffff;display:block;width:39.3125rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.9619140625rem;left:10.34375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lB57zOGD1i9ksbsxlWIAh6WulKo50sEo { z-index:15003;top:37.0625rem;left:16.4375rem;background-color:#2de359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.375rem 0rem #0d451a ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:4.9375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#VuCUzQkqIs4AMsJlQkBcvJrnT93H2haN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdae5;background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c.adaptive-delivery-prevent-bg, #Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c.lazyload, #Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c.lazyloading { background-image: none; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row .container { background-color: transparent; background-image: none; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row .container > .video-iframe-container { display: none; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row > .video-iframe-container { display: none; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .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); }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row .container { border-width: 0; border-radius: 0; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row .container { font-size:0.875rem;font-family:arial;height:81.1875rem;width:60rem;position:relative;display:block; }#HEf20Adgmthn67LMuvkSMoT3IvvuK7Jl { color:#7b1f45;display:block;width:31.1875rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.03515625rem;left:14.40625rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XK7UbMNLzPK0mf50UlGtSQrw1A6APBRp { color:#963055;display:block;width:34.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:64.75rem;left:12.9375rem;height:14.40725rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#XK7UbMNLzPK0mf50UlGtSQrw1A6APBRp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XK7UbMNLzPK0mf50UlGtSQrw1A6APBRp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
#tpUqlcqBTXZR8eTB5NMQZ6N3iEp8mSPd { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.57421875rem;left:5.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKmHVaLWyL9ZUvrZbfEp9VptngH0AluF { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.93359375rem;left:5.5rem;height:16.0810375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IEvHTkpSQ2qmZBHb84s5SPLNQvSkxhwz { color:#fc3674;display:block;width:47.25rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:28.68359375rem;left:6.375rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TW42EuiwIwKSucCeiAs1JZl44DWbP3zv { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:46.4375rem;left:5.5rem;height:16.0810375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nfQdxLA1afSqt4NWKgtZ5io0TIF5LXus { color:#7b1f45;display:block;width:44rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.93359375rem;left:8rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffdae5;background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24.adaptive-delivery-prevent-bg, #dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24.lazyload, #dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24.lazyloading { background-image: none; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row .container { background-color: transparent; background-image: none; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row .container > .video-iframe-container { display: none; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row > .video-iframe-container { display: none; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .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); }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row .container { border-width: 0; border-radius: 0; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row .container { font-size:0.875rem;font-family:arial;height:54.625rem;width:60rem;position:relative;display:block; }#q80TTOS7qbMTgwZRx0pIHSfXJOrJi8gV { color:#963055;display:block;width:37.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.37109375rem;left:0rem;height:21.92869375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWQHZgm4Mi04AqOlaKnphHXncAx53Fym { color:#963055;display:block;width:37.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:35.5625rem;left:0rem;height:8rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#O2uq57kOzeEC2KOQEd8MxtB5u7pIb1oB { color:#7b1f45;display:block;width:33.1875rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.5625rem;left:0rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CW2fEzb6cW5kuo87JthxTCEmkf1WJHR2 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:52.4375rem;width:23.5rem;top:1.09375rem;left:36.5rem;overflow:hidden;display:block; }
#uN3wbtDPQKrO29khwg6cSoGT4dTfRDxa { color:#963055;display:block;width:26.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:47.8125rem;left:0rem;height:2.923825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row .container { background-color: transparent; background-image: none; }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row .container > .video-iframe-container { display: none; }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row > .video-iframe-container { display: none; }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .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); }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row .container { border-width: 0; border-radius: 0; }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:60rem;position:relative;display:block; }#PSbF4wIRVGODCusqvM9xnXPaL1ihF4A9 { color:#ffffff;display:block;width:51.5625rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:4.21875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ASQNztpOh70oOyM3SeQ8rHZTkFGbnFqV { color:#fc3674;display:block;width:47.375rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.75rem;left:6.3125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wCq1d0xHErS6yGlOxAkM0CyR7EHi6foT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:13.9375rem;left:28.4375rem; }
#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce5f0;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; }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row .container { background-color: transparent; background-image: none; }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row .container > .video-iframe-container { display: none; }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row > .video-iframe-container { display: none; }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .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); }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row .container { border-width: 0; border-radius: 0; }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:60rem;position:relative;display:block; }#Ia4xa5ssP7g3hahmEXXXTQ0nOfBCXf1x { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:19.5625rem;top:4.4375rem;left:20.25rem;overflow:hidden;display:block; }
#PGc2atr117EsPXNrDmV6KZgi28Sf4cah { color:#7b1f45;display:block;width:22rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:2.25rem;left:19rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#erP9LnoXEvGOhvxoPHsc8V1GsboOUBkk { color:#7b1f45;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:22.25rem;left:10.71875rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#SlKNdOHxxcZSoWThChgT40k2foaDPwVU { z-index:15003;top:38.625rem;left:16.4375rem;background-color:#2de359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.375rem 0rem #0a3815 ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#WeVPUr9IRCi0EwvpVUlNKEcNK90v36ye { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JIuFnuVWKUCBGe9iRNOgGggmI226sAiy { color:#7b1f45;display:block;width:30.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:32.625rem;left:14.625rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#wBBzR4LC1HITqPSppDogeNmovBtQmDFW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5523323e-38b1-44c6-8b52-e894da101a55/quanticamentemagra3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW.adaptive-delivery-prevent-bg, #wBBzR4LC1HITqPSppDogeNmovBtQmDFW.lazyload, #wBBzR4LC1HITqPSppDogeNmovBtQmDFW.lazyloading { background-image: none; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row .container { background-color: transparent; background-image: none; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row .container > .video-iframe-container { display: none; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row > .video-iframe-container { display: none; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .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); }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row .container { border-width: 0; border-radius: 0; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:60rem;position:relative;display:block; }#QkdTTTUxV7q3eiT7vzZJ541saUpxTQH3 { color:#ffffff;display:block;width:46.625rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1484375rem;left:5.8125rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IMJbqW2AOpFsMRrWKgZtIgweTEKRqbdH { color:#ffc8e4;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:28.625rem;left:3.5rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#miS1gcPgdXztgdK6OApVwqhdC5gU0znZ { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:19.0625rem;left:5.8125rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#CTTnnQrkyf1T7HH3ySzNlukcoQPeOCm7 { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -moz-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -ms-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -o-linear-gradient(102deg, #c33a6b, #bf4b75);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33a6b', endColorstr='#bf4b75' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33a6b', endColorstr='#bf4b75' );";background-image: linear-gradient(102deg, #c33a6b, #bf4b75);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.375rem 0.4375rem 0rem #7b1f45 ;height:28.0625rem;width:28.0625rem;top:15.6875rem;left:1rem;display:block; }
#RPJ6lTyXTAUq0TqAJnNIXqHgV9HlUizI { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:quicksand;font-size:8.3125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:10.0625rem;left:3.5rem;height:10.80625rem;text-align:center;text-align-last:center;display:block; }
#ZFcnwTcnMBx5hQ3f4xKC9cA3elswqHwh { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -moz-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -ms-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -o-linear-gradient(102deg, #c33a6b, #bf4b75);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33a6b', endColorstr='#bf4b75' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33a6b', endColorstr='#bf4b75' );";background-image: linear-gradient(102deg, #c33a6b, #bf4b75);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.375rem 0.4375rem 0rem #7b1f45 ;height:28.0625rem;width:28.0625rem;top:15.6875rem;left:31.9375rem;display:block; }
#Dev3a3SDysihBO5g02TsMFgqf2iWVb3h { color:#ffc8e4;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:29.25rem;left:34.4375rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#mSilivsnNauLnFKseZO2HMTIhpGEwEHq { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:19.5625rem;left:36.75rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#ptsT6UdzvnpSy7X7kcEoREffArrwchpg { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:quicksand;font-size:8.3125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:10.625rem;left:35.8125rem;height:10.80625rem;text-align:center;text-align-last:center;display:block; }
#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/5523323e-38b1-44c6-8b52-e894da101a55/quanticamentemagra3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN.adaptive-delivery-prevent-bg, #JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN.lazyload, #JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN.lazyloading { background-image: none; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row .container { background-color: transparent; background-image: none; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row .container > .video-iframe-container { display: none; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row > .video-iframe-container { display: none; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .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); }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row .container { border-width: 0; border-radius: 0; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row .container { font-size:0.875rem;font-family:arial;height:39.75rem;width:60rem;position:relative;display:block; }#V3124wLAXscGPKhkq8T4hiD93wXXIm0D { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:quicksand;font-size:8.3125rem;font-weight:normal;z-index:15012;line-height:.8;letter-spacing:0;top:2.25rem;left:6.5rem;height:6.65rem;text-align:center;text-align-last:center;display:block; }
#miIup1gKaNkTSwkTw0eRmur99dnCu0Ti { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -moz-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -ms-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -o-linear-gradient(102deg, #c33a6b, #bf4b75);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33a6b', endColorstr='#bf4b75' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33a6b', endColorstr='#bf4b75' );";background-image: linear-gradient(102deg, #c33a6b, #bf4b75);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.375rem 0.4375rem 0rem #7b1f45 ;height:29.25rem;width:28.0625rem;top:6.5rem;left:0rem;display:block; }
#DI4s5zuPITcPE4nTuKltkvoqvr0TqHxG { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -moz-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -ms-linear-gradient(102deg, #c33a6b, #bf4b75);background-image: -o-linear-gradient(102deg, #c33a6b, #bf4b75);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33a6b', endColorstr='#bf4b75' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c33a6b', endColorstr='#bf4b75' );";background-image: linear-gradient(102deg, #c33a6b, #bf4b75);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0.375rem 0.4375rem 0rem #7b1f45 ;height:29.875rem;width:28.0625rem;top:6.5rem;left:30.9375rem;display:block; }
#KJ7oCQ8VSN4954wtmUluPv9RgJTCk9wx { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:9.875rem;left:4.8125rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#c0aax9Izmq4d6EH2T04RNx8VUSeWNNT1 { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:9.875rem;left:35.75rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#GELLeMUai5pEHbfoaiRsXtzcTX6ucMrL { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:quicksand;font-size:8.3125rem;font-weight:normal;z-index:15016;line-height:.8;letter-spacing:0;top:2.25rem;left:37.5rem;height:6.65rem;text-align:center;text-align-last:center;display:block; }
#l4b5mxwrpHwBOvZAt6gVbO7nbUvPwz2P { color:#ffc8e4;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:19.3125rem;left:2.5rem;height:11.69823125rem;text-align:center;text-align-last:center;display:block; }
#RRhT79WESaOlGUuIgJApzAdds9IPHIAE { color:#ffc8e4;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:19.3125rem;left:33.4375rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#NymQEDEFkrS6l232eZohXEfAr87PTmaM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/8df735b3-eddf-457c-bbe8-d9e8ed7dcbdd/quanticamentemagra12.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM.adaptive-delivery-prevent-bg, #NymQEDEFkrS6l232eZohXEfAr87PTmaM.lazyload, #NymQEDEFkrS6l232eZohXEfAr87PTmaM.lazyloading { background-image: none; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row .container { background-color: transparent; background-image: none; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(191,75,117,0.94); }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row .container > .video-iframe-container { display: none; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(191,75,117,0.94); }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row > .video-iframe-container { display: none; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .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); }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row .container { border-width: 0; border-radius: 0; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row .container { font-size:0.875rem;font-family:arial;height:126.25rem;width:60rem;position:relative;display:block; }#K1QkWRyzNqTKWZei7EiWSemJP6ROsOfy { color:#ffffff;display:block;width:29.5625rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.125rem;left:15.21875rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XuHRb4M0FNR4w2W5DEaFDLcSp3n0VTNw { z-index:15003;top:118.1875rem;left:16.4375rem;background-color:#2de359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.375rem 0rem #0a4317 ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#r9vnUbhCqRmg4upAqPmokQ75TeSXnXeZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rk55S821vTKJIgxIVSDeTR0LCk19iuy6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:21.5rem;width:29.6875rem;top:13.5rem;left:0rem;overflow:hidden;display:block; }
#Hn6bK4UqWweC6D2PkhvzxzzR19wMybpZ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.5625rem;width:18.625rem;top:36.0625rem;left:0rem;overflow:hidden;display:block; }
#N9hLPs6E4w8ok4n0AMLdth09RZeruCPP { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:16.8125rem;width:21.3125rem;top:36.4375rem;left:20.65625rem;overflow:hidden;display:block; }
#ROiufZ5Ri8IHnKzdUdoJxf0gpqOncKS5 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:18.5625rem;width:28.5625rem;top:14.96875rem;left:30.875rem;overflow:hidden;display:block; }
#fGv9VRZJbwvWwv2Zcu1eSIAmvIZgMxTB { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:35.1875rem;width:15.5625rem;top:36.0625rem;left:42.71875rem;overflow:hidden;display:block; }
#NkTrRpdTI0hLt44FRE0qWxvi0z8bxScp { color:#ffffff;display:block;width:48.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.625rem;left:5.75rem;height:1.4625rem;text-align:center;text-align-last:center;display:block; }
#cHZ8Fk3G41JzMF4x6hLImWzLVmGzXEhx { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25rem;width:21.5625rem;top:96.9375rem;left:19.25rem;overflow:hidden;display:block; }
#N3pMkpuR6mGkUG46c6MK03PaTNnKh063 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.125rem;width:18.625rem;top:56.1875rem;left:0rem;overflow:hidden;display:block; }
#hP6PdXVXzr27oZh0oPlO61voRbNLah4E { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:17.875rem;width:20.25rem;top:55.125rem;left:20.6875rem;overflow:hidden;display:block; }
#u5Ae8HOsy0QPUXPxtAvv0ru1SMWTCFAw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.625rem;width:20.25rem;top:75rem;left:0rem;overflow:hidden;display:block; }
#FKmWtidAQUaJ1SomXBS52b2EvCwwLBha { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:15.625rem;width:19.125rem;top:75rem;left:20.65625rem;overflow:hidden;display:block; }
#yV5GL8aRhb2pEl8NETR2VnZUrmwIQPuJ { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:19.0625rem;width:13.625rem;top:75rem;left:42.71875rem;overflow:hidden;display:block; }
#DSdfW5Xc7B3FmouRifzsNFAFxISc3Tqc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce5f0;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; }#DSdfW5Xc7B3FmouRifzsNFAFxISc3Tqc > .row .container { border-width: 0; border-radius: 0; }#DSdfW5Xc7B3FmouRifzsNFAFxISc3Tqc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DSdfW5Xc7B3FmouRifzsNFAFxISc3Tqc > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:60rem;position:relative;display:none; }#NEduiT3ITUTfPUTpxrZDAw0vbssAsLNb { color:#7b1f45;display:block;width:39.3125rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.1875rem;left:10.34375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zdCpQTWnulDDl2WkZpXaBDvfhxeSEvCB { color:#963055;display:block;width:49rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:5.5rem;height:8.7734375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LMg6bEViwaGW6nvLOonZtvm8S5TlWK9k { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.5625rem;width:29.1875rem;top:15.734375rem;left:0rem;overflow:hidden;display:block; }
#JWKGue2fKZK0hCsg7rXTcKbxkafNVT2O { color:#963055;display:block;width:29.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.75rem;left:29.25rem;height:20.47135rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DqGVkqDtuUfJLgZLOBbVCePxDaZgvhNv { color:#fc3674;display:block;width:26.125rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.875rem;left:29.1875rem;height:2.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce5f0;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; }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row .container { background-color: transparent; background-image: none; }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row .container > .video-iframe-container { display: none; }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row > .video-iframe-container { display: none; }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .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); }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row .container { border-width: 0; border-radius: 0; }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row .container { font-size:0.875rem;font-family:arial;height:22.8125rem;width:60rem;position:relative;display:block; }#ytw9PwSxrcVZOwySZWDhPth2WpQmTPrG { color:#7b1f45;display:block;width:29.5625rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.625rem;left:0rem;height:2.51875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iO5cHaKSfJe1KutmTsyV15NQJXDrmHdf { 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:17.25rem;width:19.75rem;top:3.625rem;left:35.125rem;overflow:hidden;display:block; }
#qS4KK7NiDoelW5NnMFIFWguSE0DpbyBl { color:#bf4b75;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.6;letter-spacing:0;top:6.92578125rem;left:0rem;height:10.79883125rem;display:block; }
#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce5f0;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; }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row .container { background-color: transparent; background-image: none; }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row .container > .video-iframe-container { display: none; }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row > .video-iframe-container { display: none; }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .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); }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row .container { border-width: 0; border-radius: 0; }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row .container { font-size:0.875rem;font-family:arial;height:38.75rem;width:60rem;position:relative;display:block; }#aSUIVmvBD0T0vzhlSApCPCdz5QfSSW3R { color:#7b1f45;display:block;width:29.5625rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:30.4375rem;height:5.0371125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kPsuNU36EQdmcCAPvIXmTeOnaNRrhTp4 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.5rem;width:27.5rem;top:7.625rem;left:0rem;overflow:hidden;display:block; }
#LQRHv8cgec6ES1b6fDcHmi9pSDrn5GXy { color:#bf4b75;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:7.625rem;left:29.9375rem;height:;display:block; }#LQRHv8cgec6ES1b6fDcHmi9pSDrn5GXy li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LQRHv8cgec6ES1b6fDcHmi9pSDrn5GXy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(187deg, #b54373, #7b1f45);background-image: -moz-linear-gradient(187deg, #b54373, #7b1f45);background-image: -ms-linear-gradient(187deg, #b54373, #7b1f45);background-image: -o-linear-gradient(187deg, #b54373, #7b1f45);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54373', endColorstr='#7b1f45' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b54373', endColorstr='#7b1f45' );";background-image: linear-gradient(187deg, #b54373, #7b1f45);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row .container { background-color: transparent; background-image: none; }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row .container > .video-iframe-container { display: none; }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row > .video-iframe-container { display: none; }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .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); }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row .container { border-width: 0; border-radius: 0; }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row .container { font-size:0.875rem;font-family:arial;height:22.375rem;width:60rem;position:relative;display:block; }#iEERel0FQNEPp16nPXOBv2x9vtFDJnCn { z-index:15004;top:12.712890625rem;left:12.8125rem;background-color:#2de359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.375rem 0rem #115422 ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zdxi2nLWvmxQ4l1vFkMP4qK2qrUpSCXp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SPfX0vwwhJiHa5PfM5ZBsKtRZyz4sRuu { color:#ffffff;display:block;width:51.625rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.09375rem;left:4.875rem;height:6.3369375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp.adaptive-delivery-prevent-bg, #TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp.lazyload, #TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp.lazyloading { background-image: none; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row .container { background-color: transparent; background-image: none; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,213,229,0.33); }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row .container > .video-iframe-container { display: none; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,213,229,0.33); }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row > .video-iframe-container { display: none; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .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); }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row .container { border-width: 0; border-radius: 0; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:60rem;position:relative;display:block; }#utH3DDJZfgpTvRnTVDkVy7UfA0eZlIty { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:9.3125rem;top:10.9375rem;left:0rem;overflow:hidden;display:block; }
#pV4rGQlDgkGtAC8oEEqfvyyWeAOkN0tA { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:5.8125rem;top:27.125rem;left:1.875rem;overflow:hidden;display:block; }
#B7cbT3aaBnzXuwSFGXRR1Vl2XKBhaswE { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:5.8125rem;top:41.0625rem;left:1.875rem;overflow:hidden;display:block; }
#vQIU2unTAr2UuWXdUNDxCV0UeHgfTTzM { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:5.5625rem;top:54.0625rem;left:2.0625rem;overflow:hidden;display:block; }
#fdWkSJut6D28dcE7EeHDT20e1w216Ovq { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:5.75rem;top:25.125rem;left:31.75rem;overflow:hidden;display:block; }
#obzsyhyPF9yXBW2y6MUzXknhHd50STBB { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.9375rem;width:5.75rem;top:39.125rem;left:31.75rem;overflow:hidden;display:block; }
#fkfVkSD5OKHSIJTq8JET1cDcKGHkGRQR { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:5.75rem;top:54.1875rem;left:31.8125rem;overflow:hidden;display:block; }
#NlrqBpcnmiot3zw02GdPysRzxFTbIo6T { position:absolute;display:block;z-index:15027;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:13.375rem;width:5.9375rem;top:68.75rem;left:1.875rem;overflow:hidden;display:block; }
#MoJotaAcZTMu3pcaWIoRq1ThEu5Q5ON2 { color:#bf4b75;display:block;width:31.0625rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.6875rem;left:14.125rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#uMPzvbOAHx3h27TyskbdIDgyMEOD68Lh { position:absolute;display:block;z-index:15011;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #4f4f4f;border-left:0.125rem dotted #4f4f4f;border-right:0.125rem dotted #4f4f4f;border-bottom:0.125rem dotted #4f4f4f;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10.375rem;width:20.5rem;top:11.5625rem;left:7.5625rem;display:block; }
#VgND5LTpKwR1ttwJdeetUi85dOGMRzIq { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:14.123279571533rem;left:10.40625rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#KoMrC5hU7Ell1g1XCalZwnTi7tIJVeD7 { color:#4f4f4f;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:15.9375rem;left:10.75rem;height:5.19921875rem;display:block; }
#Ex4PpGRTZFxifQU8uKGOXmp4Ts1PCXZz { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #4f4f4f;border-left:0.125rem dotted #4f4f4f;border-right:0.125rem dotted #4f4f4f;border-bottom:0.125rem dotted #4f4f4f;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10.375rem;width:21.8125rem;top:26rem;left:6.3125rem;display:block; }
#lgGiVVMEX1oXXnwKbTDKTkgmoeZKqLIP { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:27.75rem;left:9.0625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GPSxfu76B0Q9ox8tkT2df1QVuyTDNslk { color:#4f4f4f;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:30.3125rem;left:8.9375rem;height:4.875rem;display:block; }
#OvEpBSBKTFNvfE69dQFkvn2SfJR5zTZF { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #4f4f4f;border-left:0.125rem dotted #4f4f4f;border-right:0.125rem dotted #4f4f4f;border-bottom:0.125rem dotted #4f4f4f;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10.375rem;width:21.5rem;top:40.1875rem;left:6.6875rem;display:block; }
#BQJCATicyqhCKpHwMn2OSFyuLIAXxxcv { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42.625rem;left:9.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ABwVCq3VET06crec8p1oSIEX45ITNK5n { color:#4f4f4f;display:block;width:18.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.8125rem;left:9.375rem;height:3.8994125rem;display:block; }
#e5SJP5Iby2ylJQTShZnwbPfk042an6ik { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #4f4f4f;border-left:0.125rem dotted #4f4f4f;border-right:0.125rem dotted #4f4f4f;border-bottom:0.125rem dotted #4f4f4f;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.125rem;width:21.875rem;top:54.5625rem;left:6.375rem;display:block; }
#azpcQVCvrflTIdfssMVsIgK9AL4co4yp { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:56.9375rem;left:9.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#nzmGVPlNPzxsyb2ysJZPZzTpFfO4yRQy { color:#4f4f4f;display:block;width:16.625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:58.4375rem;left:9.4375rem;height:4.875rem;display:block; }
#NyBg0Jr1oFzW6H6rZs82XvNaAxpQMx7T { color:#000000;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:13.474842071533rem;left:40.625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#Dot8M9FQGlvKJs19edFAyUO6xIEAKRSd { color:#4f4f4f;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:16.0625rem;left:40.625rem;height:5.19921875rem;display:block; }
#k2CFsRT47xQdh9aQSy41SxpNB5U1Gv32 { color:#4f4f4f;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:12.236993789673rem;left:40.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#mpO98Vb80zmD11FUGu1gRL6MTwB9Cs2d { position:absolute;display:block;z-index:15013;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #4f4f4f;border-left:0.125rem dotted #4f4f4f;border-right:0.125rem dotted #4f4f4f;border-bottom:0.125rem dotted #4f4f4f;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10.375rem;width:21.375rem;top:25.8125rem;left:36.3125rem;display:block; }
#Kin0WfQZZ0IA4TOcrvnm5kdLHBrCBUcJ { color:#4f4f4f;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:26.75rem;left:39.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#D4PwzvTKGFW87T8rzd0a2LT9groK5s2r { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:28.375rem;left:39.3125rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#TMAyerMOrGKDPaxJJEZ1nx78FuZkEKfT { color:#4f4f4f;display:block;width:15.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:31.1875rem;left:39.25rem;height:2.5996125rem;display:block; }
#dydTHucWsxvEFf4QoeHd7HedIFDzK2ek { position:absolute;display:block;z-index:15014;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #4f4f4f;border-left:0.125rem dotted #4f4f4f;border-right:0.125rem dotted #4f4f4f;border-bottom:0.125rem dotted #4f4f4f;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10.375rem;width:21.5rem;top:39.8125rem;left:36.1875rem;display:block; }
#mNzsBncrcvmTfSA0do1tJl1zSTmTt3pC { color:#4f4f4f;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:40.3125rem;left:39.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#GTc579GdocWFJ9r4T7tAyc9aG1H4ET11 { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:42rem;left:39.25rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#Ap9wgp0BRWW2X4lfp5WrHoiRTFzadtsT { color:#4f4f4f;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:44.8125rem;left:39.25rem;height:3.8994125rem;display:block; }
#Ade8xcUDki0bX2IOzlSzZiDdmogQXzT9 { position:absolute;display:block;z-index:15015;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #4f4f4f;border-left:0.125rem dotted #4f4f4f;border-right:0.125rem dotted #4f4f4f;border-bottom:0.125rem dotted #4f4f4f;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:12.625rem;width:21.625rem;top:53.875rem;left:36.4375rem;display:block; }
#XwgwNL7omxTxvGmdOEGcEJm5gCEVfvbX { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:56.1875rem;left:39.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LnaMEl1cxLKAUDwdoFBfDifaBIBIsrMK { color:#4f4f4f;display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:59.25rem;left:39.3125rem;height:4.875rem;display:block; }
#ibDphK7kLS0xV46lQpDwlTBu2VqXwJOy { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:72.6875rem;left:9.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#noksnvo5yaMZf2yomF9lD0OU9pmHv4vd { color:#4f4f4f;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:74.25rem;left:9.375rem;height:2.5996125rem;display:block; }
#BGKwJwigm514CMFWXp7hO9lT4EMFo3dB { position:absolute;display:block;z-index:15012;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem dotted #4f4f4f;border-left:0.125rem dotted #4f4f4f;border-right:0.125rem dotted #4f4f4f;border-bottom:0.125rem dotted #4f4f4f;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:10.375rem;width:20.5rem;top:11.5625rem;left:37.1875rem;display:block; }
#ROvK91nI5ivrua2aPqWJLXDHxvPFJHa9 { color:#4f4f4f;display:block;width:8.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:12.887168884278rem;left:10.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#mukWQAmvEC0SudwI0rN6mBFZp2KU9XxS { color:#4f4f4f;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:26.5rem;left:9.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wvavTZBI6PuRTdB4q55TwgBUp4aqskKl { color:#4f4f4f;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:41.125rem;left:9.25rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#sNXyDZJzBsyC5XyrrAHRuotA8QLrGl7Z { color:#4f4f4f;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:55.25rem;left:9.4375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#HSwKPvIVV2pKOc4XTpTPWulpglg64vCh { color:#4f4f4f;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:54.5625rem;left:39.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#k8oaPHuKHnBM31FCgl4NEfkKVEQT2T15 { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:71.0625rem;left:9.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#lHFdfc03Le2kQ7bxJniKcHANmvcOnTIn { color:#4f4f4f;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:40.325000762939rem;left:39.249217987061rem;height:3.9rem;display:none; }
#KQOTNAnKPKdXkzPIyX3fDWUgXErJdwCi { color:#000000;display:block;width:47.5rem;position:absolute;font-family:quicksand;font-size:1.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2rem;left:6.3125rem;height:2.4rem;text-align:center;text-align-last:center;display:none; }
#g6PwiUegIkMokmhWGwJDIQN3x2iBh7ke { color:#000000;display:block;width:16.5625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:76.0625rem;left:40.375rem;height:6.8203125rem;display:block; }
#G4N4oZ1BEwrZ9AWIuwkWGmsIIGfDy8GJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:9.375rem;top:71.0625rem;left:30.0625rem;overflow:hidden;display:block; }
#blsJHZDnsCIGyQrNqMJumRk12NbQw5Oa { color:#f9f9f9;display:block;width:15.25rem;position:absolute;font-family:quicksand;font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:71.9375rem;left:40.125rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#FNtCPCO8tIBqeRWMEUJyoZt8BCETlTbT { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:70.1875rem;left:40.1875rem;height:1.38125rem;text-align:left;text-align-last:left;display:block; }
#J4RV9oDyk60fTOXECqWe7hRgaTU9Gv6k { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf4b75, #dc4e93);background-image: -moz-linear-gradient(180deg, #bf4b75, #dc4e93);background-image: -ms-linear-gradient(180deg, #bf4b75, #dc4e93);background-image: -o-linear-gradient(180deg, #bf4b75, #dc4e93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4b75', endColorstr='#dc4e93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4b75', endColorstr='#dc4e93' );";background-image: linear-gradient(180deg, #bf4b75, #dc4e93);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:11.125rem;width:21.875rem;top:69.375rem;left:6.375rem;display:block; }
#wci5O1UeXLVkZQFJyWbDscwV7tWbAIHy { position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf4b75, #dc4e93);background-image: -moz-linear-gradient(180deg, #bf4b75, #dc4e93);background-image: -ms-linear-gradient(180deg, #bf4b75, #dc4e93);background-image: -o-linear-gradient(180deg, #bf4b75, #dc4e93);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4b75', endColorstr='#dc4e93' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4b75', endColorstr='#dc4e93' );";background-image: linear-gradient(180deg, #bf4b75, #dc4e93);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:16.6875rem;width:23.5rem;top:68.75rem;left:35rem;display:block; }
#vdMOTM68RlKXW7gmwCDXZqgciEgJTKVO { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:65.5rem;left:9.3125rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#IwRWl9yCwE307XhSVi4xEaXrzocNFrgW { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:9.3125rem;top:10.9375rem;left:30.6875rem;overflow:hidden;display:block; }
#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfed8cc0-1542-41a8-b543-ac56dd408737/quanticamentemagra5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt.adaptive-delivery-prevent-bg, #AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt.lazyload, #AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt.lazyloading { background-image: none; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container { background-color: transparent; background-image: none; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f2f5; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container > .video-iframe-container { display: none; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f2f5; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row > .video-iframe-container { display: none; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .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); }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container { border-width: 0; border-radius: 0; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:60rem;position:relative;display:block; }#XuJJQfXDdMHiRZVAeH6U3S6XNh8nSBp3 { color:#7b1f45;display:block;width:26.25rem;position:absolute;font-family:quicksand;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.935546875rem;left:16.75rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#w11TEUSwfbt4ZMUxOg2CHxs5ZExvZT3C { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:24.4375rem;width:33.0625rem;top:14.625rem;left:0rem;overflow:hidden;display:block; }
#goH67SdywQNfIia3tycQS5EaW5Sw6TU0 { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:37.875rem;width:31.625rem;top:9rem;left:27.9375rem;display:block; }
#ekyo3NePfpwZAt1vsP0ryoy5KEo0vzPi { color:#4f4f4f;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:2.4;letter-spacing:0;top:17.9375rem;left:33.40625rem;height:26.793rem;display:block; }#ekyo3NePfpwZAt1vsP0ryoy5KEo0vzPi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ekyo3NePfpwZAt1vsP0ryoy5KEo0vzPi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
#DEsAbxXVsCORkbG0P0AMfuSzuxRQMVR8 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:6.9375rem;left:30.625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RaIJZUDT9lmFytJoiuglUwdQJMtWvg99 { color:#fc3674;display:block;width:26.25rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:11.25rem;left:30.75rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#JV9tXwOkaaeaXb9iCVqNR2cL4TP5LuKu { color:#963055;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:14rem;left:31.625rem;height:2.92448125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k4JiHTWBz5LbEv4Arbblnb6FC9RMoDAi { position:absolute;display:block;z-index:14998;background-color:#fc3674;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:34.4375rem;width:11.5rem;top:6.5rem;left:28.9375rem;display:block; }
#cpkwn47mLNQ6gCeyWCFw6UePNat6KeKa { color:#7b1f45;display:block;width:32.0625rem;position:absolute;font-family:quicksand;font-size:1.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:48.4970703125rem;left:27.9375rem;height:4.7109375rem;text-align:left;text-align-last:left;display:block; }
#NQ7BF1AeLbuUo0TvLocNTQCXDtTQif2b { color:#16b61f;display:block;width:18.1875rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:53.2080078125rem;left:27.9375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cfed8cc0-1542-41a8-b543-ac56dd408737/quanticamentemagra5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT.adaptive-delivery-prevent-bg, #K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT.lazyload, #K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT.lazyloading { background-image: none; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container { background-color: transparent; background-image: none; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,242,245,0.49); }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container > .video-iframe-container { display: none; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,242,245,0.49); }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row > .video-iframe-container { display: none; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .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); }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container { border-width: 0; border-radius: 0; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container { font-size:0.875rem;font-family:arial;height:67.6875rem;width:60rem;position:relative;display:block; }#cz5IgJN5mBLTl0bsI7sGQ8MNTAVcb0KP { color:#7b1f45;display:block;width:45.1875rem;position:absolute;font-family:quicksand;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.6380214691162rem;left:7.4375rem;height:4.7109375rem;text-align:center;text-align-last:center;display:block; }
#lKsrOfL3FwHMf2K7Rq9QLUqSNBqr5CqW { position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:36.9375rem;width:31.625rem;top:13.0625rem;left:28.375rem;display:block; }
#dNcZqKNyb48PGiTiVxH9Dml0JaK8tCpq { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:11rem;left:31.0625rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hdic7iEMfCXINJNv3XFxKLC9De8kcAFe { color:#fc3674;display:block;width:26.25rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:15.3125rem;left:31.1875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#w73UIXlbVeZmlRpBm3OWeuAMyMoG2ouN { color:#963055;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:32.0625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XLzZnil4GUAKMTiNfWdfqgVql0E6iWq2 { position:absolute;display:block;z-index:14998;background-color:#fc3674;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:1.875rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:34.4375rem;width:11.5rem;top:10.5625rem;left:29.375rem;display:block; }
#TdeE4MUA5HHG6W5mabI5drTL407NVEJz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.5625rem;width:31.625rem;top:20rem;left:0.9375rem;overflow:hidden;display:block; }
#NM04ctNT7G0gJxT1umV13cTELC9awadH { color:#4f4f4f;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:2.4;letter-spacing:0;top:21.6875rem;left:34.3125rem;height:26.793rem;display:block; }#NM04ctNT7G0gJxT1umV13cTELC9awadH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NM04ctNT7G0gJxT1umV13cTELC9awadH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
#nVJZXKEWIsZck7FkS16cZDrNNU5RGvZ5 { color:#7b1f45;display:block;width:31.625rem;position:absolute;font-family:quicksand;font-size:1.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:51rem;left:28.375rem;height:4.7109375rem;text-align:left;text-align-last:left;display:block; }
#ykVa6AGL6ky15alU1Mo2GHwhJ5LdOzB5 { color:#16b61f;display:block;width:18.1875rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:55.8984375rem;left:28.375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#M0qPMxV5TQoItPt0Eht7XkU5qI1CPwIR { z-index:15004;top:59.5rem;left:16.46875rem;background-color:#2de359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.375rem 0rem #0d541f ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.125rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZCyFbD4Dg5gRCiBXlM3sU4SfXyUa9FyJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#frXF7CV876QJAhGR01ZZrQliiK6StcKT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row .container { background-color: transparent; background-image: none; }#frXF7CV876QJAhGR01ZZrQliiK6StcKT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row .container > .video-iframe-container { display: none; }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row > .video-iframe-container { display: none; }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .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); }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row .container { border-width: 0; border-radius: 0; }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:60rem;position:relative;display:block; }#wf4SArZ2OBOz54q735WPsWTaeE7CdkfM { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:2.25rem;left:12.4375rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#SAfsw4vXhUTUK8V3xDOmVDwOLkrkpJO9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:9.5rem;top:19.0625rem;left:46.0625rem;overflow:hidden;display:block; }
#ItmN7cBt9ubpqAcbbFx8TqmQxwVO8aln { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.1875rem;width:8.625rem;top:20.6875rem;left:6rem;overflow:hidden;display:block; }
#iylSJOPNFBBURyA1oVhPPkCZ4WG2aLaH { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:8.3125rem;top:23.875rem;left:6.1875rem;overflow:hidden;display:block; }
#Gxw8BE0GB5ohcrqsKBXhzP6J14miWvhE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.9375rem;width:16.5625rem;top:7.75rem;left:21.71875rem;overflow:hidden;display:block; }
#LgBXg72k1bfATvnOTTxn0vfsnOOPI7fp { color:#ffffff;display:block;width:50.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:36.09375rem;left:4.53125rem;height:20.46678125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MV7ih6onaZBOo43uEPKSDv67xN3rdXC8 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:12.1875rem;top:11.09375rem;left:14.5625rem;overflow:hidden;display:block; }
#CFhufE8Dq0JU9a6LobOfcCEfA4KyMKNJ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.75rem;width:12.1875rem;top:11.09375rem;left:33.875rem;overflow:hidden;display:block; }
#vzhZvXBy1wJk2fJlNtZ87JSkotyPqrFA { color:#ffffff;display:block;width:7.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:18.4375rem;left:6.5rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#kWMtBMSat52yhKORqD1fPBuJfBldbQSB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c156a3fb-bdfb-4923-af2b-5029647e1158/quanticamentemagra9.png");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB.adaptive-delivery-prevent-bg, #kWMtBMSat52yhKORqD1fPBuJfBldbQSB.lazyload, #kWMtBMSat52yhKORqD1fPBuJfBldbQSB.lazyloading { background-image: none; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row .container { background-color: transparent; background-image: none; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(160,0,58,0.68); }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row .container > .video-iframe-container { display: none; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(160,0,58,0.68); }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row > .video-iframe-container { display: none; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .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); }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row .container { border-width: 0; border-radius: 0; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row .container { font-size:0.875rem;font-family:arial;height:90rem;width:60rem;position:relative;display:block; }#M0tWfxZqeVvMu2bXbb1EgThGlzDoq5Od { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:57.9375rem;width:31.625rem;top:29.0625rem;left:14.375rem;display:block; }
#ZJi69KDQyS2MplzlvyZcAWsezJwV5ziH { color:#bf4b75;display:block;width:23.375rem;position:absolute;font-family:"montserrat up";font-size:1rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:49.8125rem;left:18.8125rem;height:;display:block; }#ZJi69KDQyS2MplzlvyZcAWsezJwV5ziH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZJi69KDQyS2MplzlvyZcAWsezJwV5ziH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
#eu98LAfdPWPkEmBI4dmJhDpPZh1UXWym { color:#886873;display:block;width:24.3125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:70.84375rem;left:17.84375rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#yHOhW46ra7g7ESmUCSQWiNvWPK3ximxV { color:#fc3674;display:block;width:26.25rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:45.25rem;left:17rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#D0zzBCFGw0guS6USttqKaL9Tep7rmQ4F { color:#ffffff;display:block;width:35.125rem;position:absolute;font-family:quicksand;font-size:2.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.8125rem;left:12.4375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#EtDAabqNqvZXQNUd1BO0QlQz9wCdU7P8 { color:#fce5f0;display:block;width:26.25rem;position:absolute;font-family:quicksand;font-size:1.375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:16.875rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#y5IkShFSBy33xg48S5BwHyHOqqB9G2Z4 { color:#fc3674;display:block;width:26.25rem;position:absolute;font-family:quicksand;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:46.9375rem;left:16.875rem;height:1.70625rem;text-align:center;text-align-last:center;display:block; }
#Mcxim1VrQLzCK7HSwfpsDGzhkImAZwXb { color:#2ee681;display:block;width:9.75rem;position:absolute;font-family:montserrat;font-size:6.9375rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:63.0625rem;left:24.9375rem;height:9.0185625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uwfIAeWTpEXhKztdQ9KTRDqyyQTt9ea1 { color:#2ee681;display:block;width:3.1875rem;position:absolute;font-family:montserrat;font-size:1.9375rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:66.3125rem;left:34.25rem;height:2.51875rem;font-style:normal;display:block; }
#ZUDznbTN57aJkl1tXgnCWLwGzGgho8mm { color:#ae9ca3;display:block;width:2.0625rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.3;letter-spacing:0;top:65.6875rem;left:22.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#rIibezBS7hMPozNot6G4piUq96vTTR8e { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.625rem;width:26.5rem;top:83.1875rem;left:16.75rem;overflow:hidden;display:block; }
#JDFLGe0RfKMRKCqxirJqKXOpCV9M6zwH { position:absolute;display:block;z-index:15055;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:9.0625rem;width:20.625rem;top:36.25rem;left:19.875rem;overflow:hidden;display:block; }
#wfu16hDFTm2T8pJnxn2lCcDmSCcm7vs2 { color:#ae9ca3;display:block;width:2.5rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15050;line-height:1.3;letter-spacing:0;top:67rem;left:22.9375rem;height:1.94921875rem;font-style:normal;display:block; }
#q90tFWJeCZ8HTdNMxO4CoiPbqf5QkAcO { position:absolute;display:block;z-index:15056;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:21.4375rem;width:29.0625rem;top:15.6875rem;left:5.9375rem;overflow:hidden;display:block; }
#UKfyzaQnApXKNzSBNZJFm7bmG9JaT4Vt { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.75rem;width:23.8125rem;top:18.1875rem;left:30.3125rem;overflow:hidden;display:block; }
#LqtKrcrtmEDDyoVy3mmevMKEXl48aRU4 { position:absolute;display:block;z-index:14993;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/64892d45-6b64-4ea6-b09f-73f7cca618df/elainne.png");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34rem;width:23.9375rem;top:6.0625rem;left:23.6875rem;display:block; }#LqtKrcrtmEDDyoVy3mmevMKEXl48aRU4.adaptive-delivery-prevent-bg, #LqtKrcrtmEDDyoVy3mmevMKEXl48aRU4.lazyload, #LqtKrcrtmEDDyoVy3mmevMKEXl48aRU4.lazyloading { background-image: none; }
#wfpZ4EdU87H8RKVhfNJNqNfTfpTBAlRR { color:#fc3674;display:block;width:26.25rem;position:absolute;font-family:"montserrat up";font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:61.8125rem;left:16.875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#CFKsvnpTuci2Bh4prTauEBKqqtxCw7hV { color:#ffffff;display:block;width:28.625rem;position:absolute;font-family:"montserrat up";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:73.5625rem;left:16.1875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#kw0c4HzPkex8RrZrWglRwfLepw1OHkvT { position:absolute;display:block;z-index:14995;background-color:#7b1f45;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:28.8125rem;top:73.1875rem;left:15.5625rem;display:block; }
#bIXn6vk3HOnLmhqBH7ZiXVpeu3tTvHcb { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.25rem 1rem rgba(0,0,0,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:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37rem;height:4.75rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:76.875rem;left:11.5rem;display:block; }
#Way8D5ApTZKTICS7ibcN0WUKwUwh8ulL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #bf4b75, #ad3963);background-image: -moz-linear-gradient(180deg, #bf4b75, #ad3963);background-image: -ms-linear-gradient(180deg, #bf4b75, #ad3963);background-image: -o-linear-gradient(180deg, #bf4b75, #ad3963);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4b75', endColorstr='#ad3963' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4b75', endColorstr='#ad3963' );";background-image: linear-gradient(180deg, #bf4b75, #ad3963);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row .container { background-color: transparent; background-image: none; }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row .container > .video-iframe-container { display: none; }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row > .video-iframe-container { display: none; }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .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); }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row .container { border-width: 0; border-radius: 0; }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#hz6OPJ4mvviSgCXlbTdgvUU1iHnqAWnh { position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -moz-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -ms-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -o-linear-gradient(233deg, #f6ddea, #f8f2f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ddea', endColorstr='#f8f2f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ddea', endColorstr='#f8f2f5' );";background-image: linear-gradient(233deg, #f6ddea, #f8f2f5);background-size:auto !important;border-top:0.125rem solid #fc3674;border-left:0.125rem solid #fc3674;border-right:0.125rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.5rem;width:18.8125rem;top:2.4375rem;left:0.6875rem;display:block; }
#VUrWu5i4qbcmDrXN9Q1Blm23l2HQwZQT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:0.625rem;left:8rem; }
#IBFJKCpuX7taUTRuDdo6UO5uKNgmi2Fv { color:#7b1f45;display:block;width:17.125rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.125rem;left:1.625rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kT3seizkh6szZQlpXFHX19DmJgh3nU4P { position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -moz-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -ms-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -o-linear-gradient(233deg, #f6ddea, #f8f2f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ddea', endColorstr='#f8f2f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ddea', endColorstr='#f8f2f5' );";background-image: linear-gradient(233deg, #f6ddea, #f8f2f5);background-size:auto !important;border-top:0.125rem solid #fc3674;border-left:0.125rem solid #fc3674;border-right:0.125rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.5rem;width:18.8125rem;top:2.5rem;left:20.5625rem;display:block; }
#oW6vF3HJfdNTqkrdfld0SJQDAhByvbTX { color:#7b1f45;display:block;width:17.125rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:6.1875rem;left:21.5rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uRTwLwi57bUVgVPQJ4lHQJHHvPg7VVx2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:0.6875rem;left:27.875rem; }
#WvTzxaEm48ClmHKx646qCHhislVx40tB { position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -moz-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -ms-linear-gradient(233deg, #f6ddea, #f8f2f5);background-image: -o-linear-gradient(233deg, #f6ddea, #f8f2f5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ddea', endColorstr='#f8f2f5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6ddea', endColorstr='#f8f2f5' );";background-image: linear-gradient(233deg, #f6ddea, #f8f2f5);background-size:auto !important;border-top:0.125rem solid #fc3674;border-left:0.125rem solid #fc3674;border-right:0.125rem solid #fc3674;border-bottom:0.125rem solid #fc3674;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:9.5rem;width:18.8125rem;top:2.5rem;left:40.5625rem;display:block; }
#JFL54Z1simT5kCOu0qNFK19ldRHMwGk1 { color:#7b1f45;display:block;width:14.9375rem;position:absolute;font-family:quicksand;font-size:1.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:6.125rem;left:42.625rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tAyAPvoqKtPJnBu9SsI2ltvSTvHU1CzT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:0.625rem;left:48.5rem; }
#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9d2e56;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; }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row .container { background-color: transparent; background-image: none; }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row .container > .video-iframe-container { display: none; }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row > .video-iframe-container { display: none; }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .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); }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row .container { border-width: 0; border-radius: 0; }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:60rem;position:relative;display:block; }#X2FFJU8z4WBLEEHoziPJ4F1UgBeNImnQ { color:#ffffff;display:block;width:36.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:15.875rem;left:19.75rem;height:4.875rem;text-align:left;text-align-last:left;display:block; }
#NPX2ulcpnVNxDOJ5FEsAqcNoy2wFmqNR { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.5625rem;width:12.5625rem;top:9.4375rem;left:6.4375rem;overflow:hidden;display:block; }
#TtKmrcWUn5IADC4K7FlJ2hOI0c1z9Lph { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:11.125rem;left:19.75rem;height:3.8984375rem;font-style:normal;display:block; }
#NU9Fd7eyAmSOxXb7MXluxzC0Z9UIVGrx { color:#ffffff;display:block;width:27.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.6;letter-spacing:0;top:1.0625rem;left:16.4375rem;height:1.8rem;text-align:center;text-align-last:center;display:block; }
#yXSilwApNFmkN3MNLDXT3oHQQ0K3REsy { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.9375rem;left:10.125rem;height:7.5556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#feTc84MCTZdQtblratDMAFnVkd7H8wX3 { color:#ffffff;display:block;width:39.8125rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:23.3125rem;left:10.09375rem;height:2.51875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yMIOsTXTn5t6Gp9pPOW09uZQHzJRwUKW { z-index:15005;top:26.5rem;left:12.125rem;background-color:#2de359;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.375rem 0.375rem 0rem #0b3816 ;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:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.75rem;height:4.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N2PsoaWGD5OpNE7dx2P7sbekxnCIQxFU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(146,21,63,0.74);background-image:url("https://images.assets-landingi.com/uc/7d538b7c-dcde-41e1-9b10-dce64068abe4/quanticamentemagra2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF.adaptive-delivery-prevent-bg, #zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF.lazyload, #zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF.lazyloading { background-image: none; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container { background-color: transparent; background-image: none; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container > .video-iframe-container { display: none; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row > .video-iframe-container { display: none; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .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); }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container { border-width: 0; border-radius: 0; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:60rem;position:relative;display:block; }#lyJ2DdGxV4hTxyAIUqGQWzc8tT3Klx4t { color:#bf4b75;display:block;width:39.8125rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.6875rem;left:10.09375rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hd5fHqeisk2Iln5JB80EwGNk5RabEdbd { color:#fc3674;display:block;width:38.5625rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:32.125rem;left:10.71875rem;height:8.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#hd5fHqeisk2Iln5JB80EwGNk5RabEdbd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#hd5fHqeisk2Iln5JB80EwGNk5RabEdbd li:before{  }
#OziFZ8w3NvQk5gWU2XIws3t2vukQHJmy { color:#7b1f45;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:9.9375rem;left:10.71875rem;height:17.5429625rem;text-align:center;text-align-last:center;display:block; }
#IJ8nNNAmXlZ6s8eQ9I6Fvb8khP4Vb6VH { color:#7b1f45;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:42.4375rem;left:10.75rem;height:2.92448125rem;text-align:center;text-align-last:center;display:block; }
#bJx4fq89pDS4OkxAp0bJU4XZ8CpdR6bZ { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #00ff86, #0f7953);background-image: -moz-linear-gradient(160deg, #00ff86, #0f7953);background-image: -ms-linear-gradient(160deg, #00ff86, #0f7953);background-image: -o-linear-gradient(160deg, #00ff86, #0f7953);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff86', endColorstr='#0f7953' );";background-image: linear-gradient(160deg, #00ff86, #0f7953);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: 0.0625rem 0.25rem 1rem rgba(98,39,62,0.42) ;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:37rem;height:4.75rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:47.625rem;left:11.5rem;display:block; }
#iZXQNA4CSK6mQAWHAeuoQ9gXiQAD9VCU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container { background-color: transparent; background-image: none; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container > .video-iframe-container { display: none; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row > .video-iframe-container { display: none; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .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); }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container { border-width: 0; border-radius: 0; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#Ud3zkF7vVRZx7uxDSIEyK2o5qI3miNlG { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.90625rem;left:6.0625rem;height:1.4625rem;font-style:normal;display:block; }
#VZHWyPiNxaWx93Xf8DDkUSLb8nU9I7wc { box-sizing:content-box;color:#2acec1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:9.0625rem;left:3rem;display:block; }
#yV1nhIVHz0ZNMpnLak4bXSsowUk7EWP4 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:9.3125rem;left:1.75rem;display:block; }
#Qmg2wQESe92AHCGqGE71HwioG8q7oL9J { color:#ffffff;display:block;width:31.125rem;position:absolute;font-family:quicksand;font-size:1.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.625rem;left:14.4375rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container { background-color: transparent; background-image: none; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container > .video-iframe-container { display: none; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row > .video-iframe-container { display: none; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .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); }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container { border-width: 0; border-radius: 0; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container { font-size:0.875rem;font-family:arial;height:10.5625rem;width:60rem;position:relative;display:block; }#oVxf8ZkrMqBpafQzAbAUr3okU66PPs6a { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:3.125rem;height:7.99805rem;display:block; }
#MD4TFcE5LQUCJMfLhVanJZ1PAZkS8vcB { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:10.4375rem;width:56.4375rem;top:0rem;left:1.75rem;display:block; }
#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container { background-color: transparent; background-image: none; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container > .video-iframe-container { display: none; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row > .video-iframe-container { display: none; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .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); }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container { border-width: 0; border-radius: 0; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#m2JHLvAL3EvycrvOEsRPAugy9ZB3T9ft { color:#ffffff;display:block;width:47.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.21875rem;left:6.0625rem;height:1.4625rem;font-style:normal;display:block; }
#MNJHgqznHy1G2iuR20azwexczpMqsWme { box-sizing:content-box;color:#2acec1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.375rem;left:3rem;display:block; }
#q2u3TzR9MgorhZINC4u84dwCDmvDPnTg { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.625rem;left:1.75rem;display:block; }
#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container { background-color: transparent; background-image: none; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container > .video-iframe-container { display: none; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row > .video-iframe-container { display: none; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .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); }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container { border-width: 0; border-radius: 0; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container { font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;position:relative;display:block; }#GiXbATiv4ifKMkC2hyQRA5kJxPaoXBuG { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:3.125rem;height:3.19921875rem;display:block; }
#oU4dOJTCHTgRLVfoOsJOFMew1XpMxkzq { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.375rem;width:56.4375rem;top:0rem;left:1.75rem;display:block; }
#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container { background-color: transparent; background-image: none; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container > .video-iframe-container { display: none; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row > .video-iframe-container { display: none; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .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); }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container { border-width: 0; border-radius: 0; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:60rem;position:relative;display:block; }#D2ie2P7VW8eVVsUro45a7hTOzxryxHsx { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.21875rem;left:6.0625rem;height:1.4625rem;font-style:normal;display:block; }
#r1NTOEgCrdp3tKeesOLTmD8P8KLPaFIa { box-sizing:content-box;color:#2acec1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.375rem;left:3rem;display:block; }
#JHLP1rWpWW1VWGECHyME5mRk77VFfdXz { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.625rem;left:1.75rem;display:block; }
#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container { background-color: transparent; background-image: none; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container > .video-iframe-container { display: none; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row > .video-iframe-container { display: none; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .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); }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container { border-width: 0; border-radius: 0; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container { font-size:0.875rem;font-family:arial;height:5.25rem;width:60rem;position:relative;display:block; }#gJvxDf7vPKl1LAl1ieuuELsdAFmOymTT { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:3.125rem;height:3.19921875rem;display:block; }
#VHvbu5kqXnieTxVwKrDTcTUXqQWTDE2x { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.125rem;width:56.4375rem;top:0rem;left:1.75rem;display:block; }
#kwAgiXbb1pKTncfEba7dATRGbESaN8TV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container { background-color: transparent; background-image: none; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container > .video-iframe-container { display: none; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row > .video-iframe-container { display: none; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .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); }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container { border-width: 0; border-radius: 0; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#PQHii7stgvczhALHqybKKUXme1ahXQTA { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.15625rem;left:6.0625rem;height:1.4625rem;font-style:normal;display:block; }
#PoemfZmw3d6iKrTIVQzneP3ayy732gX1 { box-sizing:content-box;color:#2acec1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.3125rem;left:3rem;display:block; }
#A7garto7kTeZnoSyydpkl5rPVxSZZ9MC { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.5625rem;left:1.75rem;display:block; }
#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container { background-color: transparent; background-image: none; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container > .video-iframe-container { display: none; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row > .video-iframe-container { display: none; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .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); }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container { border-width: 0; border-radius: 0; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container { font-size:0.875rem;font-family:arial;height:5.4375rem;width:60rem;position:relative;display:block; }#A9TaTR10nhh6Ff5bpE3PTtKHzqlB8A1n { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:3.125rem;height:1.5996125rem;display:block; }
#om7V7uM1KidukfLyeVX1fgSx3EQaRbD5 { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.3125rem;width:56.4375rem;top:0rem;left:1.75rem;display:block; }
#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container { background-color: transparent; background-image: none; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container > .video-iframe-container { display: none; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row > .video-iframe-container { display: none; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .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); }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container { border-width: 0; border-radius: 0; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#sa3cf1gmObZMVGbergRW2hXDq6htyidA { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.15625rem;left:6.0625rem;height:1.4625rem;font-style:normal;display:block; }
#wZ7T5foO2reDZsWhUdGti7sG4O2DzDCk { box-sizing:content-box;color:#2acec1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.3125rem;left:3rem;display:block; }
#QJ9RakNJd1C2nmUmab9dF9BGXnCQaF0K { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.5625rem;left:1.75rem;display:block; }
#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container { background-color: transparent; background-image: none; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container > .video-iframe-container { display: none; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row > .video-iframe-container { display: none; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .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); }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container { border-width: 0; border-radius: 0; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container { font-size:0.875rem;font-family:arial;height:5.1875rem;width:60rem;position:relative;display:block; }#HgnaAZCtTeaPpIdsVVBO9cmJ8qo3N7u8 { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:3.125rem;height:3.19921875rem;display:block; }
#lCX5J8y7WPrcL5ZDsp76ynKrPsgTWnul { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:5.0625rem;width:56.4375rem;top:0rem;left:1.75rem;display:block; }
#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container { background-color: transparent; background-image: none; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container > .video-iframe-container { display: none; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row > .video-iframe-container { display: none; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .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); }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container { border-width: 0; border-radius: 0; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:60rem;position:relative;display:block; }#LbSNLXukJWGXx3r7EI0vwV8hvT88t4UV { color:#ffffff;display:block;width:25.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.09375rem;left:6.0625rem;height:1.4625rem;font-style:normal;display:block; }
#v8fEK2QAFc3omaSib4RI3Xu8zGcx7vdX { box-sizing:content-box;color:#2acec1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.25rem;left:3rem;display:block; }
#hiWZuOMzsl5D3hTxbfvQaVG7EK3hX8Ls { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.5rem;left:1.75rem;display:block; }
#t7L3tslebey33wNdPMklraJ79JTLplDl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container { background-color: transparent; background-image: none; }#t7L3tslebey33wNdPMklraJ79JTLplDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container > .video-iframe-container { display: none; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row > .video-iframe-container { display: none; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .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); }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container { border-width: 0; border-radius: 0; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container { font-size:0.875rem;font-family:arial;height:8.125rem;width:60rem;position:relative;display:block; }#eU5pirbmC0pEuA7KK484AI0LVoJ8NDKW { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:3.125rem;height:4.798825rem;display:block; }
#pyxC82fP57c3fgu3VsTvElCUyWo8TTSu { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:8rem;width:56.4375rem;top:0rem;left:1.75rem;display:block; }
#litpopTeFVtKwxh0cOyQqT1Np4efuhlq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container { background-color: transparent; background-image: none; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container > .video-iframe-container { display: none; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row > .video-iframe-container { display: none; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .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); }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container { border-width: 0; border-radius: 0; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container { font-size:0.875rem;font-family:arial;height:4.4375rem;width:60rem;position:relative;display:block; }#PwHtoATmTvN5tTp26x1LeXu28EtqkT6E { color:#ffffff;display:block;width:44.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.15625rem;left:6.0625rem;height:1.4625rem;font-style:normal;display:block; }
#IAXNfDzBEOwgsqJiIvHsfVeyfKwR5pG3 { box-sizing:content-box;color:#2acec1;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:1.3125rem;left:3rem;display:block; }
#iSolJVvxWs2IEbzITRnagIdQDDTerpNl { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.17);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #007aa3;border-left:0.0625rem solid #007aa3;border-right:0.0625rem solid #007aa3;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.625rem;width:56.4375rem;top:1.5625rem;left:1.75rem;display:block; }
#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container { background-color: transparent; background-image: none; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container > .video-iframe-container { display: none; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row > .video-iframe-container { display: none; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .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); }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container { border-width: 0; border-radius: 0; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container { font-size:0.875rem;font-family:arial;height:9rem;width:60rem;position:relative;display:block; }#Mn1GrNbzgvMM7tUoIhbODwen4HVHVhfG { color:#ffffff;display:block;width:53.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:0.96875rem;left:3.125rem;height:3.19921875rem;display:block; }
#lxxp45TqKEEN3CpKsz3WwXZI6IAqxOyz { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #007aa3;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.9375rem;width:56.4375rem;top:0rem;left:1.75rem;display:block; }
#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;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; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container { background-color: transparent; background-image: none; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container > .video-iframe-container { display: none; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row > .video-iframe-container { display: none; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .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); }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container { border-width: 0; border-radius: 0; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container { font-size:0.875rem;font-family:arial;height:2.8125rem;width:60rem;position:relative;display:block; }#zc05AGIqBctbdGbuLIqeCkRUMpQ0GiQR { position:absolute;display:block;z-index:15000;height:2.0625rem;width:3.75rem;top:0.375rem;left:56.25rem;display:block; }
#bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { background-color:#1b1d24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container { background-color: transparent; background-image: none; }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container > .video-iframe-container { display: none; }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row > .video-iframe-container { display: none; }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .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); }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container { border-width: 0; border-radius: 0; }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container { width:60rem;height:11.3875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA { display:block; }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crZ2IPKobSPUy6Qxeo9RAMdTcZwWw4Hh { width:47.75rem;height:1.4375rem;top:1.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb { display:block; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5DtuvFigMXRpu8ktT6fTuCFRLMX6teM { width:45.8125rem;height:7.75rem;top:2.5rem;left:0.96875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgUFtT4fGOE9UftkbMl5UzgNlAgN14zQ { top:16.75rem;left:10.3125rem;width:27.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEoks8fzW4fQ2D51AHUgReOAzRKcTdnc { display:block; }
 }@media only screen and (max-width: 763px) { #nok1wGi6cT09f3DNZKSHtF9iDnaSd1VE { width:36.875rem;height:3.0625rem;top:11.375rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp { display:block; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZR7oi6RFUxn5Uaz7gMH2mHILRfsw7eCg { width:44.6875rem;height:2.0625rem;top:2.5625rem;left:1.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cZT8o5ssuHZRVKOVRgz0BfDeMx3z0SXc { width:47.75rem;height:7.25rem;top:25.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqfzxGWoBso4nbSPWltTbQ1tCpw8Xx6i { width:42.6875rem;height:1.75rem;top:6.6875rem;left:2.5625rem;font-size:1.375rem;display:block; }#TqfzxGWoBso4nbSPWltTbQ1tCpw8Xx6i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
 }@media only screen and (max-width: 763px) { #GGT7B9oaD4U5ZKhiuXRFCeoARh7yFJM8 { width:42.375rem;height:;top:11.5625rem;left:2.5625rem;font-size:1.375rem;display:block; }#GGT7B9oaD4U5ZKhiuXRFCeoARh7yFJM8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
 }@media only screen and (max-width: 763px) { #RHiZQptUCJr3puOZKumNPiLn7EwvUroE { width:41.3125rem;height:3.5625rem;top:19.0625rem;left:2.5625rem;font-size:1.375rem;display:block; }#RHiZQptUCJr3puOZKumNPiLn7EwvUroE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
 }@media only screen and (max-width: 763px) { #OIT9cIP6TMTTiswMnZBfpEFyXzsbOHrV { width:47.75rem;height:5.1875rem;top:35.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ4tl6QJ6KSoNN9c1Nn6SkuZsvxRIARA { width:3.125rem;height:3.125rem;top:41.9375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q { display:block; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVAlvvsN1idVJDDlQRVr93mOpUTV8zus { width:44.6875rem;height:1.9375rem;top:1.5625rem;left:1.5625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U00XSKKp7ig8NkSfv40MeqhM3V0z7aBw { width:45.9375rem;height:12.5625rem;top:4.1875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkNT30wTFeskwUTI5NcfaKQ0cPM5V1R { width:44.6875rem;height:2.5625rem;top:5.3125rem;left:1.6875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmFURIDSdFLckI7XKGqAoaEVBdE4IBRL { width:40.875rem;height:5.3125rem;top:9.375rem;left:3.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCo4FkzBp7608mFG5U8FCe5Z7J3Z9ElL { width:47.75rem;height:14.5625rem;top:19.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKM8R584h6yocyBpvrRzOT52n09zGOT4 { top:36.1875rem;left:10.3125rem;width:27.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puKUDQtxRUmqg8k3180SMZtOrboSF1IZ { display:block; }
 }@media only screen and (max-width: 763px) { #Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb { display:block; }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmDJ3B2JIJGJqZUDrDxeIswwdZFV6vAT { width:35.3125rem;height:;top:1.9375rem;left:6.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 { display:block; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ranWaBqFoQG0F6zT8HrtbWAyHOTDcfQc { width:7.5625rem;height:7.5625rem;top:45.9375rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL7Js3yo7Xx1TLxrtQwJISvw11dny9xP { width:30.3125rem;height:13.5625rem;top:0.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyJqgZm2MWMtaONFnXW6oQGmUSdyUUt6 { width:29.75rem;height:25.625rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOIFvyPQ4bTF4gR5aSTJOGTy4TgNsUED { width:35.75rem;height:50.125rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMMTU3kcT0AhPaLRsdnXFTzhqgp4MhUC { width:23.0625rem;height:13.5625rem;top:43.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQWwCubr0wT6fHuBBLdGHnng3BkqStCy { display:block; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3hF2TPMOawMM7KSLZaHxwyXe998nOBh { width:35.375rem;height:5.1875rem;top:1.4375rem;left:6.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFXiMDMEIi15ENwqDF08J0eFi5USwRuE { width:47.75rem;height:11.6875rem;top:10.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSK6riVG1pBW1y6o8C92bG5IwLwfX16o { width:47.75rem;height:1.4375rem;top:6.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEwfbt8CQQgs10nBhTX7c4KxzNgpdnrm { width:43.1875rem;height:9.5rem;top:25.375rem;left:2.28125rem;font-size:1.375rem;display:block; }#vEwfbt8CQQgs10nBhTX7c4KxzNgpdnrm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
 }@media only screen and (max-width: 763px) { #uVRSZZGI7zPMkybSpMCp4P0lMkPWMwir { width:47.75rem;height:2.875rem;top:37.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R75wQbFtzCtv7fgqsLmDL0HwoRgHFOGT { width:47.75rem;height:2.875rem;top:51.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVgx7tQxAptUN0vPM2HlccUKlMMZvzm { width:43.375rem;height:6.5rem;top:42.9375rem;left:2.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QoXaXMLO7TptbwXDlhsn5ty2PGxg0HgX { width:46.875rem;height:3.875rem;top:57.625rem;left:0.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFDN63V6i7ZoGaEQcIHNh2N27NTJpFLV { width:3.125rem;height:3.125rem;top:62.6875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdB49Svmc81wHysdhylqXQb4XnfAxwOO { display:block; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SznhudhDLZUKWqxkcEeTPsO2LCWd6MAy { width:44.6875rem;height:2.5625rem;top:4.5rem;left:1.53125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVElFt8zdArisxhcztvzlugciTETRbGL { width:40.1875rem;height:24.4375rem;top:9.5rem;left:3.78125rem;font-size:1.375rem;display:block; }#IVElFt8zdArisxhcztvzlugciTETRbGL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
 }@media only screen and (max-width: 763px) { #RALSIdvnRneWhqWiSMaReUAyNF4Tx4V9 { width:39.3125rem;height:2.5625rem;top:1.9375rem;left:4.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lB57zOGD1i9ksbsxlWIAh6WulKo50sEo { top:37.0625rem;left:10.3125rem;width:27.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuCUzQkqIs4AMsJlQkBcvJrnT93H2haN { display:block; }
 }@media only screen and (max-width: 763px) { #Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c { display:block; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEf20Adgmthn67LMuvkSMoT3IvvuK7Jl { width:31.1875rem;height:5.1875rem;top:3rem;left:8.28125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK7UbMNLzPK0mf50UlGtSQrw1A6APBRp { width:34.125rem;height:15.8125rem;top:64.75rem;left:6.8125rem;font-size:1.25rem;display:block; }#XK7UbMNLzPK0mf50UlGtSQrw1A6APBRp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
 }@media only screen and (max-width: 763px) { #tpUqlcqBTXZR8eTB5NMQZ6N3iEp8mSPd { width:47.75rem;height:1.4375rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKmHVaLWyL9ZUvrZbfEp9VptngH0AluF { width:47.75rem;height:16.0625rem;top:8.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEvHTkpSQ2qmZBHb84s5SPLNQvSkxhwz { width:47.25rem;height:4.1875rem;top:28.625rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW42EuiwIwKSucCeiAs1JZl44DWbP3zv { width:47.75rem;height:16.0625rem;top:46.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfQdxLA1afSqt4NWKgtZ5io0TIF5LXus { width:44rem;height:9.75rem;top:34.875rem;left:1.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 { display:block; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q80TTOS7qbMTgwZRx0pIHSfXJOrJi8gV { width:37.1875rem;height:23.375rem;top:3.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWQHZgm4Mi04AqOlaKnphHXncAx53Fym { width:37.4375rem;height:10rem;top:35.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2uq57kOzeEC2KOQEd8MxtB5u7pIb1oB { width:33.1875rem;height:5.1875rem;top:28.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW2fEzb6cW5kuo87JthxTCEmkf1WJHR2 { width:23.5rem;height:52.4375rem;top:1.0625rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN3wbtDPQKrO29khwg6cSoGT4dTfRDxa { width:26.75rem;height:2.875rem;top:47.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANZkgBOfFelouqNJVampTm9Qbf3cvVCL { display:block; }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSbF4wIRVGODCusqvM9xnXPaL1ihF4A9 { width:47.75rem;height:6.5rem;top:2.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASQNztpOh70oOyM3SeQ8rHZTkFGbnFqV { width:47.375rem;height:3.5625rem;top:8.75rem;left:0.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wCq1d0xHErS6yGlOxAkM0CyR7EHi6foT { width:3.125rem;height:3.125rem;top:13.9375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv { display:block; }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ia4xa5ssP7g3hahmEXXXTQ0nOfBCXf1x { width:19.5625rem;height:15.6875rem;top:4.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGc2atr117EsPXNrDmV6KZgi28Sf4cah { width:22rem;height:1.4375rem;top:2.25rem;left:12.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erP9LnoXEvGOhvxoPHsc8V1GsboOUBkk { width:38.5625rem;height:8.75rem;top:22.25rem;left:4.59375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlKNdOHxxcZSoWThChgT40k2foaDPwVU { top:38.625rem;left:10.3125rem;width:27.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeVPUr9IRCi0EwvpVUlNKEcNK90v36ye { display:block; }
 }@media only screen and (max-width: 763px) { #JIuFnuVWKUCBGe9iRNOgGggmI226sAiy { width:30.75rem;height:4.375rem;top:32.625rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBBzR4LC1HITqPSppDogeNmovBtQmDFW { display:block; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkdTTTUxV7q3eiT7vzZJ541saUpxTQH3 { width:46.625rem;height:6.5rem;top:2.125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMJbqW2AOpFsMRrWKgZtIgweTEKRqbdH { width:23.0625rem;height:12.9375rem;top:28.625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miS1gcPgdXztgdK6OApVwqhdC5gU0znZ { width:18.4375rem;height:8.125rem;top:19.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTTnnQrkyf1T7HH3ySzNlukcoQPeOCm7 { width:28.0625rem;height:28.0625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJ6lTyXTAUq0TqAJnNIXqHgV9HlUizI { width:18.4375rem;height:10.75rem;top:10.0625rem;left:0.4375rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcnwTcnMBx5hQ3f4xKC9cA3elswqHwh { width:28.0625rem;height:28.0625rem;top:15.6875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dev3a3SDysihBO5g02TsMFgqf2iWVb3h { width:23.0625rem;height:10.375rem;top:29.25rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSilivsnNauLnFKseZO2HMTIhpGEwEHq { width:18.4375rem;height:8.125rem;top:19.5625rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ptsT6UdzvnpSy7X7kcEoREffArrwchpg { width:18.4375rem;height:10.75rem;top:10.625rem;left:26.625rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN { display:block; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3124wLAXscGPKhkq8T4hiD93wXXIm0D { width:18.4375rem;height:6.625rem;top:2.25rem;left:3.4375rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #miIup1gKaNkTSwkTw0eRmur99dnCu0Ti { width:28.0625rem;height:29.25rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI4s5zuPITcPE4nTuKltkvoqvr0TqHxG { width:28.0625rem;height:29.875rem;top:6.5rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ7oCQ8VSN4954wtmUluPv9RgJTCk9wx { width:18.4375rem;height:8.125rem;top:9.875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0aax9Izmq4d6EH2T04RNx8VUSeWNNT1 { width:18.4375rem;height:8.125rem;top:9.875rem;left:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GELLeMUai5pEHbfoaiRsXtzcTX6ucMrL { width:18.4375rem;height:6.625rem;top:2.25rem;left:28.3125rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4b5mxwrpHwBOvZAt6gVbO7nbUvPwz2P { width:23.0625rem;height:12.9375rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRhT79WESaOlGUuIgJApzAdds9IPHIAE { width:23.0625rem;height:15.5625rem;top:19.3125rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NymQEDEFkrS6l232eZohXEfAr87PTmaM { display:block; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1QkWRyzNqTKWZei7EiWSemJP6ROsOfy { width:29.5625rem;height:5rem;top:5.125rem;left:9.09375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuHRb4M0FNR4w2W5DEaFDLcSp3n0VTNw { top:118.1875rem;left:10.3125rem;width:27.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9vnUbhCqRmg4upAqPmokQ75TeSXnXeZ { display:block; }
 }@media only screen and (max-width: 763px) { #rk55S821vTKJIgxIVSDeTR0LCk19iuy6 { width:29.6875rem;height:21.5rem;top:13.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn6bK4UqWweC6D2PkhvzxzzR19wMybpZ { width:18.625rem;height:17.5625rem;top:36.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9hLPs6E4w8ok4n0AMLdth09RZeruCPP { width:21.3125rem;height:16.8125rem;top:36.4375rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROiufZ5Ri8IHnKzdUdoJxf0gpqOncKS5 { width:28.5625rem;height:18.5625rem;top:14.9375rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGv9VRZJbwvWwv2Zcu1eSIAmvIZgMxTB { width:15.5625rem;height:35.1875rem;top:36.0625rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTrRpdTI0hLt44FRE0qWxvi0z8bxScp { width:47.75rem;height:1.4375rem;top:2.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHZ8Fk3G41JzMF4x6hLImWzLVmGzXEhx { width:21.5625rem;height:25rem;top:96.9375rem;left:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3pMkpuR6mGkUG46c6MK03PaTNnKh063 { width:18.625rem;height:15.125rem;top:56.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP6PdXVXzr27oZh0oPlO61voRbNLah4E { width:20.25rem;height:17.875rem;top:55.125rem;left:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Ae8HOsy0QPUXPxtAvv0ru1SMWTCFAw { width:20.25rem;height:15.625rem;top:75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKmWtidAQUaJ1SomXBS52b2EvCwwLBha { width:19.125rem;height:15.625rem;top:75rem;left:14.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV5GL8aRhb2pEl8NETR2VnZUrmwIQPuJ { width:13.625rem;height:19.0625rem;top:75rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdfW5Xc7B3FmouRifzsNFAFxISc3Tqc { display:block; }#DSdfW5Xc7B3FmouRifzsNFAFxISc3Tqc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NEduiT3ITUTfPUTpxrZDAw0vbssAsLNb { width:39.3125rem;height:2.5625rem;top:2.1875rem;left:4.21875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdCpQTWnulDDl2WkZpXaBDvfhxeSEvCB { width:47.75rem;height:8.75rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMg6bEViwaGW6nvLOonZtvm8S5TlWK9k { width:29.1875rem;height:30.5625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWKGue2fKZK0hCsg7rXTcKbxkafNVT2O { width:29.3125rem;height:20.4375rem;top:22.75rem;left:18.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqGVkqDtuUfJLgZLOBbVCePxDaZgvhNv { width:26.125rem;height:2.5625rem;top:18.875rem;left:21.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 { display:block; }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytw9PwSxrcVZOwySZWDhPth2WpQmTPrG { width:29.5625rem;height:2.5rem;top:3.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO5cHaKSfJe1KutmTsyV15NQJXDrmHdf { width:19.75rem;height:17.25rem;top:3.625rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS4KK7NiDoelW5NnMFIFWguSE0DpbyBl { width:27.125rem;height:14.375rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ { display:block; }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSUIVmvBD0T0vzhlSApCPCdz5QfSSW3R { width:29.5625rem;height:5rem;top:1rem;left:18.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPsuNU36EQdmcCAPvIXmTeOnaNRrhTp4 { width:27.5rem;height:23.5rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQRHv8cgec6ES1b6fDcHmi9pSDrn5GXy { width:30.0625rem;height:;top:7.625rem;left:0rem;font-size:1rem;display:block; }#LQRHv8cgec6ES1b6fDcHmi9pSDrn5GXy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
 }@media only screen and (max-width: 763px) { #tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz { display:block; }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEERel0FQNEPp16nPXOBv2x9vtFDJnCn { top:12.6875rem;left:6.6875rem;width:35.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxi2nLWvmxQ4l1vFkMP4qK2qrUpSCXp { display:block; }
 }@media only screen and (max-width: 763px) { #SPfX0vwwhJiHa5PfM5ZBsKtRZyz4sRuu { width:47.75rem;height:6.3125rem;top:4.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp { display:block; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utH3DDJZfgpTvRnTVDkVy7UfA0eZlIty { width:9.3125rem;height:12.875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV4rGQlDgkGtAC8oEEqfvyyWeAOkN0tA { width:5.8125rem;height:12.875rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7cbT3aaBnzXuwSFGXRR1Vl2XKBhaswE { width:5.8125rem;height:12.875rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIU2unTAr2UuWXdUNDxCV0UeHgfTTzM { width:5.5625rem;height:12.9375rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWkSJut6D28dcE7EeHDT20e1w216Ovq { width:5.75rem;height:12.9375rem;top:25.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obzsyhyPF9yXBW2y6MUzXknhHd50STBB { width:5.75rem;height:12.9375rem;top:39.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkfVkSD5OKHSIJTq8JET1cDcKGHkGRQR { width:5.75rem;height:12.875rem;top:54.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlrqBpcnmiot3zw02GdPysRzxFTbIo6T { width:5.9375rem;height:13.375rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoJotaAcZTMu3pcaWIoRq1ThEu5Q5ON2 { width:31.0625rem;height:5.1875rem;top:2.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uMPzvbOAHx3h27TyskbdIDgyMEOD68Lh { width:20.5rem;height:10.375rem;top:11.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgND5LTpKwR1ttwJdeetUi85dOGMRzIq { width:16.5625rem;height:1.25rem;top:14.0625rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KoMrC5hU7Ell1g1XCalZwnTi7tIJVeD7 { width:15.875rem;height:5.1875rem;top:15.9375rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ex4PpGRTZFxifQU8uKGOXmp4Ts1PCXZz { width:21.8125rem;height:10.375rem;top:26rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgGiVVMEX1oXXnwKbTDKTkgmoeZKqLIP { width:16.5625rem;height:1.25rem;top:27.75rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPSxfu76B0Q9ox8tkT2df1QVuyTDNslk { width:17.9375rem;height:4.875rem;top:30.3125rem;left:5.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvEpBSBKTFNvfE69dQFkvn2SfJR5zTZF { width:21.5rem;height:10.375rem;top:40.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQJCATicyqhCKpHwMn2OSFyuLIAXxxcv { width:16.5625rem;height:1.25rem;top:42.625rem;left:6.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABwVCq3VET06crec8p1oSIEX45ITNK5n { width:18.625rem;height:3.875rem;top:44.8125rem;left:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e5SJP5Iby2ylJQTShZnwbPfk042an6ik { width:21.875rem;height:11.125rem;top:54.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpcQVCvrflTIdfssMVsIgK9AL4co4yp { width:16.5625rem;height:1.25rem;top:56.9375rem;left:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmGVPlNPzxsyb2ysJZPZzTpFfO4yRQy { width:16.625rem;height:4.875rem;top:58.4375rem;left:6.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyBg0Jr1oFzW6H6rZs82XvNaAxpQMx7T { width:14rem;height:2.5625rem;top:13.4375rem;left:31.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dot8M9FQGlvKJs19edFAyUO6xIEAKRSd { width:15.875rem;height:5.1875rem;top:16.0625rem;left:31.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2CFsRT47xQdh9aQSy41SxpNB5U1Gv32 { width:8.75rem;height:1.25rem;top:12.1875rem;left:31.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpO98Vb80zmD11FUGu1gRL6MTwB9Cs2d { width:21.375rem;height:10.375rem;top:25.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kin0WfQZZ0IA4TOcrvnm5kdLHBrCBUcJ { width:11.6875rem;height:1.25rem;top:26.75rem;left:30.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4PwzvTKGFW87T8rzd0a2LT9groK5s2r { width:16.5625rem;height:2.5625rem;top:28.375rem;left:30.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMAyerMOrGKDPaxJJEZ1nx78FuZkEKfT { width:15.875rem;height:3.875rem;top:31.1875rem;left:30.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dydTHucWsxvEFf4QoeHd7HedIFDzK2ek { width:21.5rem;height:10.375rem;top:39.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNzsBncrcvmTfSA0do1tJl1zSTmTt3pC { width:7.6875rem;height:1.25rem;top:40.3125rem;left:30.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTc579GdocWFJ9r4T7tAyc9aG1H4ET11 { width:16.5625rem;height:2.5625rem;top:42rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9wgp0BRWW2X4lfp5WrHoiRTFzadtsT { width:17.75rem;height:3.875rem;top:44.8125rem;left:30rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ade8xcUDki0bX2IOzlSzZiDdmogQXzT9 { width:21.625rem;height:12.625rem;top:53.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgwNL7omxTxvGmdOEGcEJm5gCEVfvbX { width:16.5625rem;height:2.5625rem;top:56.1875rem;left:30.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnaMEl1cxLKAUDwdoFBfDifaBIBIsrMK { width:18.0625rem;height:6.0625rem;top:59.25rem;left:29.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibDphK7kLS0xV46lQpDwlTBu2VqXwJOy { width:16.5625rem;height:1.25rem;top:72.6875rem;left:6.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noksnvo5yaMZf2yomF9lD0OU9pmHv4vd { width:17.5625rem;height:3.875rem;top:74.25rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BGKwJwigm514CMFWXp7hO9lT4EMFo3dB { width:20.5rem;height:10.375rem;top:11.5625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROvK91nI5ivrua2aPqWJLXDHxvPFJHa9 { width:8.75rem;height:1.25rem;top:12.875rem;left:7.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mukWQAmvEC0SudwI0rN6mBFZp2KU9XxS { width:11.6875rem;height:1.25rem;top:26.5rem;left:6.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvavTZBI6PuRTdB4q55TwgBUp4aqskKl { width:11.6875rem;height:1.25rem;top:41.125rem;left:6.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNXyDZJzBsyC5XyrrAHRuotA8QLrGl7Z { width:11.6875rem;height:1.25rem;top:55.25rem;left:6.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSwKPvIVV2pKOc4XTpTPWulpglg64vCh { width:7.6875rem;height:1.25rem;top:54.5625rem;left:30.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8oaPHuKHnBM31FCgl4NEfkKVEQT2T15 { width:7.6875rem;height:1.25rem;top:71.0625rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHFdfc03Le2kQ7bxJniKcHANmvcOnTIn { width:11.125rem;height:4rem;top:98.125rem;left:4.6250003576279rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #KQOTNAnKPKdXkzPIyX3fDWUgXErJdwCi { width:20rem;height:2.75rem;top:1.75rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g6PwiUegIkMokmhWGwJDIQN3x2iBh7ke { width:16.5625rem;height:7.9375rem;top:76.0625rem;left:31.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4N4oZ1BEwrZ9AWIuwkWGmsIIGfDy8GJ { width:9.375rem;height:13.0625rem;top:71.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blsJHZDnsCIGyQrNqMJumRk12NbQw5Oa { width:15.25rem;height:2.875rem;top:71.9375rem;left:30.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FNtCPCO8tIBqeRWMEUJyoZt8BCETlTbT { width:12.5rem;height:1.375rem;top:70.1875rem;left:31rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4RV9oDyk60fTOXECqWe7hRgaTU9Gv6k { width:21.875rem;height:11.125rem;top:69.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wci5O1UeXLVkZQFJyWbDscwV7tWbAIHy { width:23.5rem;height:16.6875rem;top:68.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdMOTM68RlKXW7gmwCDXZqgciEgJTKVO { width:7.6875rem;height:1.25rem;top:65.5rem;left:6.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #IwRWl9yCwE307XhSVi4xEaXrzocNFrgW { width:9.3125rem;height:12.875rem;top:10.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt { display:block; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuJJQfXDdMHiRZVAeH6U3S6XNh8nSBp3 { width:26.25rem;height:2.3125rem;top:2.875rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w11TEUSwfbt4ZMUxOg2CHxs5ZExvZT3C { width:33.0625rem;height:24.4375rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goH67SdywQNfIia3tycQS5EaW5Sw6TU0 { width:31.625rem;height:37.875rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekyo3NePfpwZAt1vsP0ryoy5KEo0vzPi { width:23.1875rem;height:26.75rem;top:17.9375rem;left:24.21875rem;font-size:1rem;display:block; }#ekyo3NePfpwZAt1vsP0ryoy5KEo0vzPi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
 }@media only screen and (max-width: 763px) { #DEsAbxXVsCORkbG0P0AMfuSzuxRQMVR8 { width:26.25rem;height:1.75rem;top:6.9375rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaIJZUDT9lmFytJoiuglUwdQJMtWvg99 { width:26.25rem;height:1.9375rem;top:11.25rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JV9tXwOkaaeaXb9iCVqNR2cL4TP5LuKu { width:24.3125rem;height:2.875rem;top:14rem;left:23.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JiHTWBz5LbEv4Arbblnb6FC9RMoDAi { width:11.5rem;height:34.4375rem;top:6.5rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpkwn47mLNQ6gCeyWCFw6UePNat6KeKa { width:32.0625rem;height:4.6875rem;top:48.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NQ7BF1AeLbuUo0TvLocNTQCXDtTQif2b { width:18.1875rem;height:1.625rem;top:53.1875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT { display:block; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz5IgJN5mBLTl0bsI7sGQ8MNTAVcb0KP { width:45.1875rem;height:7.0625rem;top:1.625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKsrOfL3FwHMf2K7Rq9QLUqSNBqr5CqW { width:31.625rem;height:36.9375rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNcZqKNyb48PGiTiVxH9Dml0JaK8tCpq { width:26.25rem;height:1.75rem;top:11rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdic7iEMfCXINJNv3XFxKLC9De8kcAFe { width:26.25rem;height:1.9375rem;top:15.3125rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w73UIXlbVeZmlRpBm3OWeuAMyMoG2ouN { width:24.3125rem;height:2.875rem;top:18.0625rem;left:23.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzZnil4GUAKMTiNfWdfqgVql0E6iWq2 { width:11.5rem;height:34.4375rem;top:10.5625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdeE4MUA5HHG6W5mabI5drTL407NVEJz { width:31.625rem;height:27.5625rem;top:20rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM04ctNT7G0gJxT1umV13cTELC9awadH { width:23.1875rem;height:26.75rem;top:21.6875rem;left:24.5625rem;font-size:1rem;display:block; }#NM04ctNT7G0gJxT1umV13cTELC9awadH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
 }@media only screen and (max-width: 763px) { #nVJZXKEWIsZck7FkS16cZDrNNU5RGvZ5 { width:31.625rem;height:4.6875rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykVa6AGL6ky15alU1Mo2GHwhJ5LdOzB5 { width:18.1875rem;height:1.625rem;top:55.875rem;left:5.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0qPMxV5TQoItPt0Eht7XkU5qI1CPwIR { top:59.5rem;left:0rem;width:27.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCyFbD4Dg5gRCiBXlM3sU4SfXyUa9FyJ { display:block; }
 }@media only screen and (max-width: 763px) { #frXF7CV876QJAhGR01ZZrQliiK6StcKT { display:block; }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wf4SArZ2OBOz54q735WPsWTaeE7CdkfM { width:35.125rem;height:5.5rem;top:2.25rem;left:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAfsw4vXhUTUK8V3xDOmVDwOLkrkpJO9 { width:9.5rem;height:6.4375rem;top:19.0625rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItmN7cBt9ubpqAcbbFx8TqmQxwVO8aln { width:8.625rem;height:3.1875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iylSJOPNFBBURyA1oVhPPkCZ4WG2aLaH { width:8.3125rem;height:3.125rem;top:23.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxw8BE0GB5ohcrqsKBXhzP6J14miWvhE { width:16.5625rem;height:29.9375rem;top:7.75rem;left:15.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgBXg72k1bfATvnOTTxn0vfsnOOPI7fp { width:47.75rem;height:20.4375rem;top:36.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV7ih6onaZBOo43uEPKSDv67xN3rdXC8 { width:12.1875rem;height:21.75rem;top:11.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFhufE8Dq0JU9a6LobOfcCEfA4KyMKNJ { width:12.1875rem;height:21.75rem;top:11.0625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzhZvXBy1wJk2fJlNtZ87JSkotyPqrFA { width:7.6875rem;height:2.25rem;top:18.4375rem;left:0.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWMtBMSat52yhKORqD1fPBuJfBldbQSB { display:block; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0tWfxZqeVvMu2bXbb1EgThGlzDoq5Od { width:31.625rem;height:57.9375rem;top:29.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJi69KDQyS2MplzlvyZcAWsezJwV5ziH { width:23.375rem;height:;top:49.8125rem;left:12.6875rem;font-size:1rem;display:block; }#ZJi69KDQyS2MplzlvyZcAWsezJwV5ziH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
 }@media only screen and (max-width: 763px) { #eu98LAfdPWPkEmBI4dmJhDpPZh1UXWym { width:24.25rem;height:1.25rem;top:70.8125rem;left:11.718605041504rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHOhW46ra7g7ESmUCSQWiNvWPK3ximxV { width:26.25rem;height:1.9375rem;top:45.25rem;left:10.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0zzBCFGw0guS6USttqKaL9Tep7rmQ4F { width:35.125rem;height:3.25rem;top:2.8125rem;left:6.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtDAabqNqvZXQNUd1BO0QlQz9wCdU7P8 { width:26.25rem;height:1.75rem;top:6rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5IkShFSBy33xg48S5BwHyHOqqB9G2Z4 { width:26.25rem;height:1.6875rem;top:46.9375rem;left:10.75rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mcxim1VrQLzCK7HSwfpsDGzhkImAZwXb { width:9.6875rem;height:9rem;top:63rem;left:18.812065124512rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uwfIAeWTpEXhKztdQ9KTRDqyyQTt9ea1 { width:3.1875rem;height:2.5rem;top:66.3125rem;left:28.125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUDznbTN57aJkl1tXgnCWLwGzGgho8mm { width:2.0625rem;height:1.9375rem;top:65.6875rem;left:16.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIibezBS7hMPozNot6G4piUq96vTTR8e { width:26.5rem;height:2.625rem;top:83.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFLGe0RfKMRKCqxirJqKXOpCV9M6zwH { width:20.625rem;height:9.0625rem;top:36.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfu16hDFTm2T8pJnxn2lCcDmSCcm7vs2 { width:2.5rem;height:1.9375rem;top:67rem;left:16.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q90tFWJeCZ8HTdNMxO4CoiPbqf5QkAcO { width:29.0625rem;height:21.4375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKfyzaQnApXKNzSBNZJFm7bmG9JaT4Vt { width:23.8125rem;height:20.75rem;top:18.1875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqtKrcrtmEDDyoVy3mmevMKEXl48aRU4 { width:23.9375rem;height:34rem;top:6.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfpZ4EdU87H8RKVhfNJNqNfTfpTBAlRR { width:26.25rem;height:1.9375rem;top:61.8125rem;left:10.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFKsvnpTuci2Bh4prTauEBKqqtxCw7hV { width:28.625rem;height:1.625rem;top:73.5625rem;left:10.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw0c4HzPkex8RrZrWglRwfLepw1OHkvT { width:28.8125rem;height:2.375rem;top:73.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIXn6vk3HOnLmhqBH7ZiXVpeu3tTvHcb { width:37rem;height:4.75rem;top:76.875rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Way8D5ApTZKTICS7ibcN0WUKwUwh8ulL { display:block; }
 }@media only screen and (max-width: 763px) { #o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 { display:block; }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz6OPJ4mvviSgCXlbTdgvUU1iHnqAWnh { width:18.8125rem;height:9.5rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUrWu5i4qbcmDrXN9Q1Blm23l2HQwZQT { width:4.375rem;height:4.375rem;top:0.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBFJKCpuX7taUTRuDdo6UO5uKNgmi2Fv { width:17.125rem;height:4.1875rem;top:6.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT3seizkh6szZQlpXFHX19DmJgh3nU4P { width:18.8125rem;height:9.5rem;top:2.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW6vF3HJfdNTqkrdfld0SJQDAhByvbTX { width:17.125rem;height:4.1875rem;top:6.1875rem;left:14.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRTwLwi57bUVgVPQJ4lHQJHHvPg7VVx2 { width:4.375rem;height:4.375rem;top:0.6875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvTzxaEm48ClmHKx646qCHhislVx40tB { width:18.8125rem;height:9.5rem;top:2.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFL54Z1simT5kCOu0qNFK19ldRHMwGk1 { width:14.9375rem;height:4.1875rem;top:6.125rem;left:32.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAyAPvoqKtPJnBu9SsI2ltvSTvHU1CzT { width:4.375rem;height:4.375rem;top:0.625rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX { display:block; }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2FFJU8z4WBLEEHoziPJ4F1UgBeNImnQ { width:36.9375rem;height:6.0625rem;top:15.875rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPX2ulcpnVNxDOJ5FEsAqcNoy2wFmqNR { width:12.5625rem;height:11.5625rem;top:9.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtKmrcWUn5IADC4K7FlJ2hOI0c1z9Lph { width:32.3125rem;height:3.875rem;top:11.125rem;left:13.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NU9Fd7eyAmSOxXb7MXluxzC0Z9UIVGrx { width:27.125rem;height:1.75rem;top:1.0625rem;left:10.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXSilwApNFmkN3MNLDXT3oHQQ0K3REsy { width:39.8125rem;height:0;top:2.9375rem;left:4rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #feTc84MCTZdQtblratDMAFnVkd7H8wX3 { width:39.8125rem;height:2.5rem;top:23.3125rem;left:3.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMIOsTXTn5t6Gp9pPOW09uZQHzJRwUKW { top:26.5rem;left:6rem;width:35.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2PsoaWGD5OpNE7dx2P7sbekxnCIQxFU { display:block; }
 }@media only screen and (max-width: 763px) { #zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF { display:block; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyJ2DdGxV4hTxyAIUqGQWzc8tT3Klx4t { width:39.8125rem;height:5rem;top:2.6875rem;left:3.96875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd5fHqeisk2Iln5JB80EwGNk5RabEdbd { width:38.5625rem;height:;top:32.125rem;left:4.59375rem;font-size:1.25rem;display:block; }#hd5fHqeisk2Iln5JB80EwGNk5RabEdbd li:before{  }
 }@media only screen and (max-width: 763px) { #OziFZ8w3NvQk5gWU2XIws3t2vukQHJmy { width:38.5625rem;height:20.4375rem;top:9.9375rem;left:4.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8nNNAmXlZ6s8eQ9I6Fvb8khP4Vb6VH { width:38.5625rem;height:2.875rem;top:42.4375rem;left:4.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJx4fq89pDS4OkxAp0bJU4XZ8CpdR6bZ { width:37rem;height:4.75rem;top:47.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZXQNA4CSK6mQAWHAeuoQ9gXiQAD9VCU { display:block; }
 }@media only screen and (max-width: 763px) { #xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL { display:block; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud3zkF7vVRZx7uxDSIEyK2o5qI3miNlG { width:25.8125rem;height:1.4375rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZHWyPiNxaWx93Xf8DDkUSLb8nU9I7wc { width:3.125rem;height:3.125rem;top:9.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV1nhIVHz0ZNMpnLak4bXSsowUk7EWP4 { width:47.625rem;height:2.625rem;top:9.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmg2wQESe92AHCGqGE71HwioG8q7oL9J { width:31.125rem;height:5rem;top:1.625rem;left:8.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb { display:block; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVxf8ZkrMqBpafQzAbAUr3okU66PPs6a { width:47.75rem;height:7.9375rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MD4TFcE5LQUCJMfLhVanJZ1PAZkS8vcB { width:47.75rem;height:10.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK7zhlCqaobmwa3Sc8KTeyoGox194d3v { display:block; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2JHLvAL3EvycrvOEsRPAugy9ZB3T9ft { width:47.125rem;height:1.4375rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJHgqznHy1G2iuR20azwexczpMqsWme { width:3.125rem;height:3.125rem;top:1.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2u3TzR9MgorhZINC4u84dwCDmvDPnTg { width:47.625rem;height:2.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 { display:block; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiXbATiv4ifKMkC2hyQRA5kJxPaoXBuG { width:47.75rem;height:3.1875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oU4dOJTCHTgRLVfoOsJOFMew1XpMxkzq { width:47.75rem;height:5.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d { display:block; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2ie2P7VW8eVVsUro45a7hTOzxryxHsx { width:25.8125rem;height:1.4375rem;top:2.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1NTOEgCrdp3tKeesOLTmD8P8KLPaFIa { width:3.125rem;height:3.125rem;top:1.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHLP1rWpWW1VWGECHyME5mRk77VFfdXz { width:47.625rem;height:2.625rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 { display:block; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJvxDf7vPKl1LAl1ieuuELsdAFmOymTT { width:47.75rem;height:3.1875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHvbu5kqXnieTxVwKrDTcTUXqQWTDE2x { width:47.75rem;height:5.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwAgiXbb1pKTncfEba7dATRGbESaN8TV { display:block; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQHii7stgvczhALHqybKKUXme1ahXQTA { width:25.8125rem;height:1.4375rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoemfZmw3d6iKrTIVQzneP3ayy732gX1 { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7garto7kTeZnoSyydpkl5rPVxSZZ9MC { width:47.625rem;height:2.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI { display:block; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9TaTR10nhh6Ff5bpE3PTtKHzqlB8A1n { width:47.75rem;height:3.1875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #om7V7uM1KidukfLyeVX1fgSx3EQaRbD5 { width:47.75rem;height:5.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 { display:block; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sa3cf1gmObZMVGbergRW2hXDq6htyidA { width:25.8125rem;height:1.4375rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ7T5foO2reDZsWhUdGti7sG4O2DzDCk { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ9RakNJd1C2nmUmab9dF9BGXnCQaF0K { width:47.625rem;height:2.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R { display:block; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgnaAZCtTeaPpIdsVVBO9cmJ8qo3N7u8 { width:47.75rem;height:3.1875rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lCX5J8y7WPrcL5ZDsp76ynKrPsgTWnul { width:47.75rem;height:5.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE { display:block; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbSNLXukJWGXx3r7EI0vwV8hvT88t4UV { width:25.8125rem;height:1.4375rem;top:2.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8fEK2QAFc3omaSib4RI3Xu8zGcx7vdX { width:3.125rem;height:3.125rem;top:1.25rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWZuOMzsl5D3hTxbfvQaVG7EK3hX8Ls { width:47.625rem;height:2.625rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7L3tslebey33wNdPMklraJ79JTLplDl { display:block; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU5pirbmC0pEuA7KK484AI0LVoJ8NDKW { width:47.75rem;height:6.375rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyxC82fP57c3fgu3VsTvElCUyWo8TTSu { width:47.75rem;height:8rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #litpopTeFVtKwxh0cOyQqT1Np4efuhlq { display:block; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwHtoATmTvN5tTp26x1LeXu28EtqkT6E { width:44.75rem;height:1.4375rem;top:2.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXNfDzBEOwgsqJiIvHsfVeyfKwR5pG3 { width:3.125rem;height:3.125rem;top:1.3125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSolJVvxWs2IEbzITRnagIdQDDTerpNl { width:47.625rem;height:2.625rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK { display:block; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn1GrNbzgvMM7tUoIhbODwen4HVHVhfG { width:47.75rem;height:4.75rem;top:0.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxxp45TqKEEN3CpKsz3WwXZI6IAqxOyz { width:47.75rem;height:6.9375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y { display:block; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc05AGIqBctbdGbuLIqeCkRUMpQ0GiQR { width:3.75rem;height:2.0625rem;top:0.375rem;left:44rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .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) { #y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA { display:block; }#y04WpuLa2KaIbosXRH1tDC4rQvh4gOpA > .row .container { width:20rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #crZ2IPKobSPUy6Qxeo9RAMdTcZwWw4Hh { width:18.375rem;height:2.25rem;top:0.625rem;left:0.8125rem;font-size:1.125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb { display:block; }#fNR1D1TwJu6n3xoZxNNPJogOyoZb0OJb > .row .container { width:20rem;height:27.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M5DtuvFigMXRpu8ktT6fTuCFRLMX6teM { width:20rem;height:11.6953125rem;top:1.875rem;left:0rem;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #kgUFtT4fGOE9UftkbMl5UzgNlAgN14zQ { top:21.375rem;left:0rem;width:20rem;height:4.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEoks8fzW4fQ2D51AHUgReOAzRKcTdnc { display:block; }
 }@media only screen and (max-width: 763px) { #nok1wGi6cT09f3DNZKSHtF9iDnaSd1VE { width:16.75rem;height:5.19921875rem;top:15rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp { display:block; }#laPAI6UTqVaO5V5Q8wcDQtFBOCeqpQPp > .row .container { width:20rem;height:69.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZR7oi6RFUxn5Uaz7gMH2mHILRfsw7eCg { width:20rem;height:3.25rem;top:1.4228515625rem;left:0rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cZT8o5ssuHZRVKOVRgz0BfDeMx3z0SXc { width:20rem;height:14.61915625rem;top:37.5634765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqfzxGWoBso4nbSPWltTbQ1tCpw8Xx6i { width:20rem;height:5.361325rem;top:6.1875rem;left:0rem;font-size:1.375rem;font-family:quicksand;display:block; }#TqfzxGWoBso4nbSPWltTbQ1tCpw8Xx6i li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
 }@media only screen and (max-width: 763px) { #GGT7B9oaD4U5ZKhiuXRFCeoARh7yFJM8 { width:20rem;height:8.9355625rem;top:15.0625rem;left:0rem;font-size:1.375rem;font-family:quicksand;display:block; }#GGT7B9oaD4U5ZKhiuXRFCeoARh7yFJM8 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
 }@media only screen and (max-width: 763px) { #RHiZQptUCJr3puOZKumNPiLn7EwvUroE { width:20rem;height:7.1484375rem;top:28.375rem;left:0rem;font-size:1.375rem;font-family:quicksand;display:block; }#RHiZQptUCJr3puOZKumNPiLn7EwvUroE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fe6796f1-d16f-4901-96e3-7a134e5b3946/check.png); }
 }@media only screen and (max-width: 763px) { #OIT9cIP6TMTTiswMnZBfpEFyXzsbOHrV { width:20rem;height:8.9355625rem;top:54.869140625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQ4tl6QJ6KSoNN9c1Nn6SkuZsvxRIARA { width:3.125rem;height:3.125rem;top:65.50390625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q { display:block; }#s7IEsS4TJ4mTCAaOB6NVtPI6A6flGn2Q > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KVAlvvsN1idVJDDlQRVr93mOpUTV8zus { width:20rem;height:2.5rem;top:0.8603515625rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #U00XSKKp7ig8NkSfv40MeqhM3V0z7aBw { width:19.75rem;height:8.375rem;top:4.1103515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlkNT30wTFeskwUTI5NcfaKQ0cPM5V1R { width:20rem;height:6.82325rem;top:4.9853515625rem;left:0rem;font-size:1.75rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lmFURIDSdFLckI7XKGqAoaEVBdE4IBRL { width:20rem;height:8.125rem;top:14.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCo4FkzBp7608mFG5U8FCe5Z7J3Z9ElL { width:20rem;height:29.23828125rem;top:23.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKM8R584h6yocyBpvrRzOT52n09zGOT4 { top:54.05075rem;left:0.5rem;width:19rem;height:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #puKUDQtxRUmqg8k3180SMZtOrboSF1IZ { display:block; }
 }@media only screen and (max-width: 763px) { #Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb { display:block; }#Qo4sLhlOCFFmKiWVHimeVx7LhS8J0Wkb > .row .container { width:20rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QmDJ3B2JIJGJqZUDrDxeIswwdZFV6vAT { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 { display:block; }#TnNaiMrBmAhcWEoBbmlPEn1JWUNARC24 > .row .container { width:20rem;height:85.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ranWaBqFoQG0F6zT8HrtbWAyHOTDcfQc { width:5.6875rem;height:5.6875rem;top:42.8125rem;left:7.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NL7Js3yo7Xx1TLxrtQwJISvw11dny9xP { width:20rem;height:17.54294375rem;top:6.9375rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QyJqgZm2MWMtaONFnXW6oQGmUSdyUUt6 { width:20rem;height:17.1875rem;top:50.3125rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #nOIFvyPQ4bTF4gR5aSTJOGTy4TgNsUED { width:18.0625rem;height:25.5rem;top:21.375rem;left:0.96875rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #hMMTU3kcT0AhPaLRsdnXFTzhqgp4MhUC { width:20rem;height:14.6191125rem;top:69.4375rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TQWwCubr0wT6fHuBBLdGHnng3BkqStCy { display:block; }#TQWwCubr0wT6fHuBBLdGHnng3BkqStCy > .row .container { width:20rem;height:88.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3hF2TPMOawMM7KSLZaHxwyXe998nOBh { width:18.4375rem;height:4.875rem;top:1.6103515625rem;left:0.78125rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DFXiMDMEIi15ENwqDF08J0eFi5USwRuE { width:20rem;height:20.46679375rem;top:11.6337890625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSK6riVG1pBW1y6o8C92bG5IwLwfX16o { width:20rem;height:2.9239rem;top:7.1728515625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEwfbt8CQQgs10nBhTX7c4KxzNgpdnrm { width:20rem;height:12.3203125rem;top:33.8125rem;left:0rem;font-size:1.125rem;display:block; }#vEwfbt8CQQgs10nBhTX7c4KxzNgpdnrm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
 }@media only screen and (max-width: 763px) { #uVRSZZGI7zPMkybSpMCp4P0lMkPWMwir { width:20rem;height:4.38585rem;top:48.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R75wQbFtzCtv7fgqsLmDL0HwoRgHFOGT { width:20rem;height:8.7716875rem;top:63.1357421875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWVgx7tQxAptUN0vPM2HlccUKlMMZvzm { width:20rem;height:6.0004375rem;top:54.4482421875rem;left:0rem;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QoXaXMLO7TptbwXDlhsn5ty2PGxg0HgX { width:20rem;height:9.746125rem;top:73.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFDN63V6i7ZoGaEQcIHNh2N27NTJpFLV { width:3.125rem;height:3.125rem;top:84.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdB49Svmc81wHysdhylqXQb4XnfAxwOO { display:block; }#xdB49Svmc81wHysdhylqXQb4XnfAxwOO > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SznhudhDLZUKWqxkcEeTPsO2LCWd6MAy { width:20rem;height:1.3125rem;top:6.1875rem;left:0rem;font-size:1.3125rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IVElFt8zdArisxhcztvzlugciTETRbGL { width:20rem;height:29.026375rem;top:8.625rem;left:0rem;font-size:1.125rem;display:block; }#IVElFt8zdArisxhcztvzlugciTETRbGL li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
 }@media only screen and (max-width: 763px) { #RALSIdvnRneWhqWiSMaReUAyNF4Tx4V9 { width:20rem;height:3.25rem;top:2.125rem;left:0rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lB57zOGD1i9ksbsxlWIAh6WulKo50sEo { top:40.4404375rem;left:0.5rem;width:19rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuCUzQkqIs4AMsJlQkBcvJrnT93H2haN { display:block; }
 }@media only screen and (max-width: 763px) { #Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c { display:block; }#Qnu12NreJdJVi9oiAVEIJvSDHnVgsT1c > .row .container { width:20rem;height:119.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HEf20Adgmthn67LMuvkSMoT3IvvuK7Jl { width:20rem;height:3.25rem;top:4.875rem;left:0rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XK7UbMNLzPK0mf50UlGtSQrw1A6APBRp { width:20rem;height:27.25rem;top:89.8798828125rem;left:0rem;font-size:1.25rem;display:block; }#XK7UbMNLzPK0mf50UlGtSQrw1A6APBRp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
 }@media only screen and (max-width: 763px) { #tpUqlcqBTXZR8eTB5NMQZ6N3iEp8mSPd { width:13.5625rem;height:2.9239rem;top:1.3125rem;left:3.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKmHVaLWyL9ZUvrZbfEp9VptngH0AluF { width:20rem;height:29.2382875rem;top:9.375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEvHTkpSQ2qmZBHb84s5SPLNQvSkxhwz { width:20rem;height:6.5rem;top:40.3056640625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TW42EuiwIwKSucCeiAs1JZl44DWbP3zv { width:20rem;height:23.3906125rem;top:64.9150390625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfQdxLA1afSqt4NWKgtZ5io0TIF5LXus { width:20rem;height:15.597625rem;top:47.6591796875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 { display:block; }#dlrqc5iVJ400TqiVh56ePd1Dz5BTGa24 > .row .container { width:20rem;height:101.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q80TTOS7qbMTgwZRx0pIHSfXJOrJi8gV { width:20rem;height:38.00976875rem;top:1.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWQHZgm4Mi04AqOlaKnphHXncAx53Fym { width:20rem;height:16.19825rem;top:45.1591796875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O2uq57kOzeEC2KOQEd8MxtB5u7pIb1oB { width:20rem;height:3.25rem;top:40.4716796875rem;left:0rem;font-size:1.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CW2fEzb6cW5kuo87JthxTCEmkf1WJHR2 { width:14.875rem;height:33.125rem;top:62.7216796875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uN3wbtDPQKrO29khwg6cSoGT4dTfRDxa { width:20rem;height:3.0859375rem;top:96.7841796875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ANZkgBOfFelouqNJVampTm9Qbf3cvVCL { display:block; }#ANZkgBOfFelouqNJVampTm9Qbf3cvVCL > .row .container { width:20rem;height:23rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PSbF4wIRVGODCusqvM9xnXPaL1ihF4A9 { width:20rem;height:9.597625rem;top:1.25rem;left:0rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #ASQNztpOh70oOyM3SeQ8rHZTkFGbnFqV { width:20rem;height:6.87575rem;top:11.75rem;left:0rem;font-size:1.375rem;line-height:1;color:#fc3674;display:block; }
 }@media only screen and (max-width: 763px) { #wCq1d0xHErS6yGlOxAkM0CyR7EHi6foT { width:3.125rem;height:3.125rem;top:19.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv { display:block; }#fg76NtlMypSKlbTIAeRrkQEGeyZpXxSv > .row .container { width:20rem;height:46.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ia4xa5ssP7g3hahmEXXXTQ0nOfBCXf1x { width:14.625rem;height:11.6875rem;top:3.1484375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGc2atr117EsPXNrDmV6KZgi28Sf4cah { width:20rem;height:1.4625rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #erP9LnoXEvGOhvxoPHsc8V1GsboOUBkk { width:20rem;height:16.08106875rem;top:15.48046875rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #SlKNdOHxxcZSoWThChgT40k2foaDPwVU { top:39.609375rem;left:0rem;width:20rem;height:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WeVPUr9IRCi0EwvpVUlNKEcNK90v36ye { display:block; }
 }@media only screen and (max-width: 763px) { #JIuFnuVWKUCBGe9iRNOgGggmI226sAiy { width:20rem;height:5.49805rem;top:32.7978515625rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #wBBzR4LC1HITqPSppDogeNmovBtQmDFW { display:block; }#wBBzR4LC1HITqPSppDogeNmovBtQmDFW > .row .container { width:20rem;height:70.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QkdTTTUxV7q3eiT7vzZJ541saUpxTQH3 { width:20rem;height:4.875rem;top:2.125rem;left:0rem;font-size:1.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IMJbqW2AOpFsMRrWKgZtIgweTEKRqbdH { width:18.6875rem;height:14.29780625rem;top:22.5rem;left:0.6875rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #miS1gcPgdXztgdK6OApVwqhdC5gU0znZ { width:20rem;height:6.499025rem;top:15.25rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CTTnnQrkyf1T7HH3ySzNlukcoQPeOCm7 { width:20rem;height:25.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPJ6lTyXTAUq0TqAJnNIXqHgV9HlUizI { width:7.1875rem;height:6.25rem;top:9rem;left:7.1875rem;font-size:6.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ZFcnwTcnMBx5hQ3f4xKC9cA3elswqHwh { width:20rem;height:25.125rem;top:44.181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dev3a3SDysihBO5g02TsMFgqf2iWVb3h { width:18.75rem;height:12.9980625rem;top:53.62890625rem;left:0.625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mSilivsnNauLnFKseZO2HMTIhpGEwEHq { width:18.4375rem;height:5.199225rem;top:47.4306640625rem;left:0.78125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ptsT6UdzvnpSy7X7kcEoREffArrwchpg { width:18.4375rem;height:6.25rem;top:41.1806640625rem;left:0.78125rem;font-size:6.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN { display:block; }#JAbJrTPFpctPqTqFC9pobKDBLpnOdlqN > .row .container { width:20rem;height:68.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V3124wLAXscGPKhkq8T4hiD93wXXIm0D { width:7.75rem;height:6.25rem;top:1.3125rem;left:6.125rem;font-size:6.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #miIup1gKaNkTSwkTw0eRmur99dnCu0Ti { width:20rem;height:26.0625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI4s5zuPITcPE4nTuKltkvoqvr0TqHxG { width:20rem;height:29.875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ7oCQ8VSN4954wtmUluPv9RgJTCk9wx { width:18.4375rem;height:5.199225rem;top:7.5625rem;left:0.78125rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c0aax9Izmq4d6EH2T04RNx8VUSeWNNT1 { width:17.5rem;height:6.499025rem;top:39rem;left:1.25rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GELLeMUai5pEHbfoaiRsXtzcTX6ucMrL { width:18.4375rem;height:6.25rem;top:32.75rem;left:0.8125rem;font-size:6.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #l4b5mxwrpHwBOvZAt6gVbO7nbUvPwz2P { width:18.5rem;height:15.59765625rem;top:13.625rem;left:0.75rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RRhT79WESaOlGUuIgJApzAdds9IPHIAE { width:18.875rem;height:18.19725rem;top:46.25rem;left:0.5625rem;font-size:1rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NymQEDEFkrS6l232eZohXEfAr87PTmaM { display:block; }#NymQEDEFkrS6l232eZohXEfAr87PTmaM > .row .container { width:20rem;height:101.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K1QkWRyzNqTKWZei7EiWSemJP6ROsOfy { width:20rem;height:4.6875rem;top:1.25rem;left:0rem;font-size:1.5625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #XuHRb4M0FNR4w2W5DEaFDLcSp3n0VTNw { top:94.0625rem;left:0rem;width:20rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9vnUbhCqRmg4upAqPmokQ75TeSXnXeZ { display:block; }
 }@media only screen and (max-width: 763px) { #rk55S821vTKJIgxIVSDeTR0LCk19iuy6 { width:20rem;height:14.5rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hn6bK4UqWweC6D2PkhvzxzzR19wMybpZ { width:12.5rem;height:11.8125rem;top:43.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9hLPs6E4w8ok4n0AMLdth09RZeruCPP { width:20rem;height:15.8125rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROiufZ5Ri8IHnKzdUdoJxf0gpqOncKS5 { width:19.1875rem;height:12.5rem;top:50.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGv9VRZJbwvWwv2Zcu1eSIAmvIZgMxTB { width:6.875rem;height:15.75rem;top:43.4375rem;left:13.006578947368rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTrRpdTI0hLt44FRE0qWxvi0z8bxScp { width:20rem;height:2.19921875rem;top:6.6875rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #cHZ8Fk3G41JzMF4x6hLImWzLVmGzXEhx { width:14.5625rem;height:16.875rem;top:79.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3pMkpuR6mGkUG46c6MK03PaTNnKh063 { width:12.5625rem;height:10.1875rem;top:56.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hP6PdXVXzr27oZh0oPlO61voRbNLah4E { width:12.1875rem;height:10.75rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #u5Ae8HOsy0QPUXPxtAvv0ru1SMWTCFAw { width:20rem;height:15.432098765432rem;top:130.0293125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FKmWtidAQUaJ1SomXBS52b2EvCwwLBha { width:19.125rem;height:15.625rem;top:69.8984375rem;left:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yV5GL8aRhb2pEl8NETR2VnZUrmwIQPuJ { width:7.1875rem;height:10.0625rem;top:59.8359375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSdfW5Xc7B3FmouRifzsNFAFxISc3Tqc { display:none; }#DSdfW5Xc7B3FmouRifzsNFAFxISc3Tqc > .row .container { width:20rem;height:76.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #NEduiT3ITUTfPUTpxrZDAw0vbssAsLNb { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #zdCpQTWnulDDl2WkZpXaBDvfhxeSEvCB { width:20rem;height:17.543375rem;top:5.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LMg6bEViwaGW6nvLOonZtvm8S5TlWK9k { width:20rem;height:20.941375rem;top:24.18359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWKGue2fKZK0hCsg7rXTcKbxkafNVT2O { width:20rem;height:27.77705rem;top:47rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DqGVkqDtuUfJLgZLOBbVCePxDaZgvhNv { width:20rem;height:1.625rem;top:44.25rem;left:0rem;font-size:1.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 { display:block; }#wdGC40cAxLZVmQQFOdwNKzmr9ibSP2K2 > .row .container { width:20rem;height:37.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ytw9PwSxrcVZOwySZWDhPth2WpQmTPrG { width:20rem;height:3.25rem;top:1.3125rem;left:0rem;font-size:1.625rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iO5cHaKSfJe1KutmTsyV15NQJXDrmHdf { width:14.375rem;height:12.5625rem;top:6.3125rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qS4KK7NiDoelW5NnMFIFWguSE0DpbyBl { width:20rem;height:16.08106875rem;top:19.875rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ { display:block; }#zl4y8iyeTo6WEMxiDLyWTesmZecqdSqZ > .row .container { width:20rem;height:52.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aSUIVmvBD0T0vzhlSApCPCdz5QfSSW3R { width:20rem;height:4.2246125rem;top:1.837890625rem;left:0rem;font-size:1.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPsuNU36EQdmcCAPvIXmTeOnaNRrhTp4 { width:15.6875rem;height:13.375rem;top:6.75rem;left:2.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQRHv8cgec6ES1b6fDcHmi9pSDrn5GXy { width:20rem;height:30.1581875rem;top:21.275390625rem;left:0rem;font-size:1rem;line-height:1.3;display:block; }#LQRHv8cgec6ES1b6fDcHmi9pSDrn5GXy li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
 }@media only screen and (max-width: 763px) { #tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz { display:block; }#tuZt4mDDwzCFqel5SwCB2F7M2PIzCXLz > .row .container { width:20rem;height:23.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iEERel0FQNEPp16nPXOBv2x9vtFDJnCn { top:16rem;left:0rem;width:20rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdxi2nLWvmxQ4l1vFkMP4qK2qrUpSCXp { display:block; }
 }@media only screen and (max-width: 763px) { #SPfX0vwwhJiHa5PfM5ZBsKtRZyz4sRuu { width:20rem;height:12.50975rem;top:2rem;left:0rem;font-size:1.375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp { display:block; }#TLtU1mMuCGitMK5nqQDO7n0KmTFTMRcp > .row .container { width:20rem;height:146.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #utH3DDJZfgpTvRnTVDkVy7UfA0eZlIty { width:7.9375rem;height:10.9375rem;top:6.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pV4rGQlDgkGtAC8oEEqfvyyWeAOkN0tA { width:5.8125rem;height:12.875rem;top:31.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7cbT3aaBnzXuwSFGXRR1Vl2XKBhaswE { width:5.8125rem;height:12.875rem;top:45.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQIU2unTAr2UuWXdUNDxCV0UeHgfTTzM { width:5.5625rem;height:12.9375rem;top:58.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdWkSJut6D28dcE7EeHDT20e1w216Ovq { width:5.75rem;height:12.9375rem;top:71.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #obzsyhyPF9yXBW2y6MUzXknhHd50STBB { width:5.75rem;height:12.9375rem;top:85.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkfVkSD5OKHSIJTq8JET1cDcKGHkGRQR { width:5.75rem;height:12.875rem;top:99.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NlrqBpcnmiot3zw02GdPysRzxFTbIo6T { width:5.75rem;height:12.6875rem;top:112.9375rem;left:0.9375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #MoJotaAcZTMu3pcaWIoRq1ThEu5Q5ON2 { width:20rem;height:0;top:2rem;left:0rem;font-size:1.25rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #uMPzvbOAHx3h27TyskbdIDgyMEOD68Lh { width:17.6875rem;height:9rem;top:7.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgND5LTpKwR1ttwJdeetUi85dOGMRzIq { width:9.625rem;height:1.75058125rem;top:9.4375rem;left:9rem;font-size:0.875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KoMrC5hU7Ell1g1XCalZwnTi7tIJVeD7 { width:9.1875rem;height:4.12109375rem;top:11.5rem;left:9.0625rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ex4PpGRTZFxifQU8uKGOXmp4Ts1PCXZz { width:15.9375rem;height:9.5625rem;top:33.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgGiVVMEX1oXXnwKbTDKTkgmoeZKqLIP { width:11rem;height:1.13671875rem;top:35.625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPSxfu76B0Q9ox8tkT2df1QVuyTDNslk { width:10.375rem;height:4.9453125rem;top:37.25rem;left:7.625rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OvEpBSBKTFNvfE69dQFkvn2SfJR5zTZF { width:15.3125rem;height:9.1875rem;top:46.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQJCATicyqhCKpHwMn2OSFyuLIAXxxcv { width:9.0625rem;height:1.13671875rem;top:49.6875rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ABwVCq3VET06crec8p1oSIEX45ITNK5n { width:11rem;height:4.12109375rem;top:51.25rem;left:7.6875rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #e5SJP5Iby2ylJQTShZnwbPfk042an6ik { width:15.5625rem;height:9.0625rem;top:60.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #azpcQVCvrflTIdfssMVsIgK9AL4co4yp { width:8.125rem;height:1.13671875rem;top:62.625rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzmGVPlNPzxsyb2ysJZPZzTpFfO4yRQy { width:10.75rem;height:4.12109375rem;top:64.3125rem;left:7.6875rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NyBg0Jr1oFzW6H6rZs82XvNaAxpQMx7T { width:9.125rem;height:1.75058125rem;top:22rem;left:9.5rem;font-size:0.875rem;line-height:1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dot8M9FQGlvKJs19edFAyUO6xIEAKRSd { width:9.5rem;height:4.9453125rem;top:24.25rem;left:9.625rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #k2CFsRT47xQdh9aQSy41SxpNB5U1Gv32 { width:8.75rem;height:0.97511875rem;top:20.6875rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpO98Vb80zmD11FUGu1gRL6MTwB9Cs2d { width:15.4375rem;height:8.9375rem;top:73.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kin0WfQZZ0IA4TOcrvnm5kdLHBrCBUcJ { width:6.3125rem;height:0.97511875rem;top:75rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4PwzvTKGFW87T8rzd0a2LT9groK5s2r { width:10rem;height:1.75058125rem;top:76.5625rem;left:7.6875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #TMAyerMOrGKDPaxJJEZ1nx78FuZkEKfT { width:9.4375rem;height:2.47265625rem;top:79.1875rem;left:7.6875rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dydTHucWsxvEFf4QoeHd7HedIFDzK2ek { width:15.875rem;height:9.375rem;top:87rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNzsBncrcvmTfSA0do1tJl1zSTmTt3pC { width:7.6875rem;height:0.825rem;top:87.5625rem;left:7.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #GTc579GdocWFJ9r4T7tAyc9aG1H4ET11 { width:10.0625rem;height:2.62586875rem;top:88.6875rem;left:7.6875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Ap9wgp0BRWW2X4lfp5WrHoiRTFzadtsT { width:11.125rem;height:0;top:97.5rem;left:7.6875003576281rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ade8xcUDki0bX2IOzlSzZiDdmogQXzT9 { width:16.0625rem;height:10.25rem;top:100.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwgwNL7omxTxvGmdOEGcEJm5gCEVfvbX { width:8.8125rem;height:1.75058125rem;top:102.125rem;left:7.6875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LnaMEl1cxLKAUDwdoFBfDifaBIBIsrMK { width:10.9375rem;height:5.76953125rem;top:104.1875rem;left:7.6875rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ibDphK7kLS0xV46lQpDwlTBu2VqXwJOy { width:9.5625rem;height:1.03125rem;top:117.5625rem;left:7.6875rem;font-size:0.9375rem;line-height:1.1;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #noksnvo5yaMZf2yomF9lD0OU9pmHv4vd { width:10.125rem;height:2.47265625rem;top:119.1875rem;left:7.6875rem;font-size:0.75rem;z-index:15036;line-height:1.1;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BGKwJwigm514CMFWXp7hO9lT4EMFo3dB { width:15.4375rem;height:9.5rem;top:20.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROvK91nI5ivrua2aPqWJLXDHxvPFJHa9 { width:8.75rem;height:0.97511875rem;top:8.0625rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mukWQAmvEC0SudwI0rN6mBFZp2KU9XxS { width:7.625rem;height:0.97511875rem;top:33.9375rem;left:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wvavTZBI6PuRTdB4q55TwgBUp4aqskKl { width:4.4375rem;height:1.0556625rem;top:48.1875rem;left:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNXyDZJzBsyC5XyrrAHRuotA8QLrGl7Z { width:7rem;height:0.97511875rem;top:61.5rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSwKPvIVV2pKOc4XTpTPWulpglg64vCh { width:7.6875rem;height:0.97511875rem;top:100.8125rem;left:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8oaPHuKHnBM31FCgl4NEfkKVEQT2T15 { width:7.6875rem;height:0.97511875rem;top:115.875rem;left:7.6875rem;font-size:0.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #lHFdfc03Le2kQ7bxJniKcHANmvcOnTIn { width:11.125rem;height:4.12109375rem;top:91.8125rem;left:7.6875rem;font-size:0.75rem;line-height:1.1;text-align:left;text-align-last:left;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #KQOTNAnKPKdXkzPIyX3fDWUgXErJdwCi { width:20rem;height:3.57421875rem;top:1.6103515625rem;left:0rem;font-size:1.625rem;line-height:1.1;z-index:15011;color:#7b1f45;display:block; }
 }@media only screen and (max-width: 763px) { #g6PwiUegIkMokmhWGwJDIQN3x2iBh7ke { width:9.0625rem;height:9.066375rem;top:133.56250190735rem;left:8.4375003576281rem;font-size:0.75rem;z-index:15008;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #G4N4oZ1BEwrZ9AWIuwkWGmsIIGfDy8GJ { width:7.8125rem;height:11.125rem;top:129.8125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #blsJHZDnsCIGyQrNqMJumRk12NbQw5Oa { width:9.6875rem;height:3.91699375rem;top:128.91250228882rem;left:8.4375003576281rem;font-size:1.1875rem;z-index:15007;line-height:1.1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #FNtCPCO8tIBqeRWMEUJyoZt8BCETlTbT { width:12.5rem;height:0;top:1.0625rem;left:6.9374998807906rem;font-size:0.75rem;z-index:15009;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #J4RV9oDyk60fTOXECqWe7hRgaTU9Gv6k { width:16.5rem;height:11.125rem;top:113.71875190735rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wci5O1UeXLVkZQFJyWbDscwV7tWbAIHy { width:17.6875rem;height:17.75rem;top:126.50000190735rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vdMOTM68RlKXW7gmwCDXZqgciEgJTKVO { width:7.6875rem;height:0.97511875rem;top:127.65000152588rem;left:8.5000003576281rem;font-size:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #IwRWl9yCwE307XhSVi4xEaXrzocNFrgW { width:7.875rem;height:11rem;top:19.656250953674rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt { background-color:#f8f2f5;background-image:none;display:block; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container { background-color: transparent; background-image: none; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container > .video-iframe-container { display: none; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row > .video-iframe-container { display: none; }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .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); }#AtvnEqfgxUeoiSDylARmbqMlUDJ3cokt > .row .container { width:20rem;height:57.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XuJJQfXDdMHiRZVAeH6U3S6XNh8nSBp3 { width:20rem;height:3.57421875rem;top:1.5625rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w11TEUSwfbt4ZMUxOg2CHxs5ZExvZT3C { width:20rem;height:14.78225rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #goH67SdywQNfIia3tycQS5EaW5Sw6TU0 { width:20rem;height:35.25rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ekyo3NePfpwZAt1vsP0ryoy5KEo0vzPi { width:18.25rem;height:18.496125rem;top:18.1884765625rem;left:0.875rem;font-size:1rem;line-height:1.6;display:block; }#ekyo3NePfpwZAt1vsP0ryoy5KEo0vzPi li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
 }@media only screen and (max-width: 763px) { #DEsAbxXVsCORkbG0P0AMfuSzuxRQMVR8 { width:5.9375rem;height:1.375rem;top:7.875rem;left:0.5625rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #RaIJZUDT9lmFytJoiuglUwdQJMtWvg99 { width:20rem;height:1.375rem;top:10.86328125rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #JV9tXwOkaaeaXb9iCVqNR2cL4TP5LuKu { width:20rem;height:4.38585rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4JiHTWBz5LbEv4Arbblnb6FC9RMoDAi { width:7.375rem;height:5.3125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpkwn47mLNQ6gCeyWCFw6UePNat6KeKa { width:20rem;height:2.19921875rem;top:52.1875rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NQ7BF1AeLbuUo0TvLocNTQCXDtTQif2b { width:18.1875rem;height:1.1rem;top:54.5625rem;left:0.9375rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT { background-color:rgba(248,242,245,0.81);background-image:none;display:block; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container { background-color: transparent; background-image: none; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container > .video-iframe-container { display: none; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row > .video-iframe-container { display: none; }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .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); }#K4hCTTVxZzB9ryhIqS3piaWhi9F3RxzT > .row .container { width:20rem;height:70.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cz5IgJN5mBLTl0bsI7sGQ8MNTAVcb0KP { width:20rem;height:8.9355625rem;top:1.5rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lKsrOfL3FwHMf2K7Rq9QLUqSNBqr5CqW { width:19.875rem;height:39.1875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNcZqKNyb48PGiTiVxH9Dml0JaK8tCpq { width:6rem;height:1.375rem;top:11.625rem;left:0.625rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hdic7iEMfCXINJNv3XFxKLC9De8kcAFe { width:20rem;height:1.375rem;top:14.3291015625rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w73UIXlbVeZmlRpBm3OWeuAMyMoG2ouN { width:20rem;height:4.38585rem;top:16.46875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLzZnil4GUAKMTiNfWdfqgVql0E6iWq2 { width:8.0625rem;height:5.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdeE4MUA5HHG6W5mabI5drTL407NVEJz { width:20rem;height:17.4306875rem;top:41.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM04ctNT7G0gJxT1umV13cTELC9awadH { width:18.75rem;height:20.0956875rem;top:21.5458984375rem;left:0.625rem;font-size:1rem;line-height:1.6;display:block; }#NM04ctNT7G0gJxT1umV13cTELC9awadH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
 }@media only screen and (max-width: 763px) { #nVJZXKEWIsZck7FkS16cZDrNNU5RGvZ5 { width:20rem;height:2.19921875rem;top:59.625rem;left:0rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ykVa6AGL6ky15alU1Mo2GHwhJ5LdOzB5 { width:18.1875rem;height:1.1rem;top:62rem;left:0.9375rem;font-size:1rem;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #M0qPMxV5TQoItPt0Eht7XkU5qI1CPwIR { top:64.3496125rem;left:0.5rem;width:19rem;height:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCyFbD4Dg5gRCiBXlM3sU4SfXyUa9FyJ { display:block; }
 }@media only screen and (max-width: 763px) { #frXF7CV876QJAhGR01ZZrQliiK6StcKT { display:block; }#frXF7CV876QJAhGR01ZZrQliiK6StcKT > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wf4SArZ2OBOz54q735WPsWTaeE7CdkfM { width:20rem;height:3.57421875rem;top:1.625rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #SAfsw4vXhUTUK8V3xDOmVDwOLkrkpJO9 { width:6.75rem;height:4.5625rem;top:6.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItmN7cBt9ubpqAcbbFx8TqmQxwVO8aln { width:8.3125rem;height:3rem;top:31.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iylSJOPNFBBURyA1oVhPPkCZ4WG2aLaH { width:8.3125rem;height:3.125rem;top:31.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gxw8BE0GB5ohcrqsKBXhzP6J14miWvhE { width:11.5625rem;height:21rem;top:9.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgBXg72k1bfATvnOTTxn0vfsnOOPI7fp { width:20rem;height:39.47164375rem;top:36.0654296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MV7ih6onaZBOo43uEPKSDv67xN3rdXC8 { width:8.625rem;height:15.625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFhufE8Dq0JU9a6LobOfcCEfA4KyMKNJ { width:8.9375rem;height:16rem;top:12rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vzhZvXBy1wJk2fJlNtZ87JSkotyPqrFA { width:14.9375rem;height:1.13671875rem;top:30.17578125rem;left:2.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWMtBMSat52yhKORqD1fPBuJfBldbQSB { display:block; }#kWMtBMSat52yhKORqD1fPBuJfBldbQSB > .row .container { width:20rem;height:78.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M0tWfxZqeVvMu2bXbb1EgThGlzDoq5Od { width:18.875rem;height:59.125rem;top:18.5947265625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJi69KDQyS2MplzlvyZcAWsezJwV5ziH { width:17.3125rem;height:10.5215rem;top:43.3681640625rem;left:1.34375rem;font-size:1rem;line-height:1.1;display:block; }#ZJi69KDQyS2MplzlvyZcAWsezJwV5ziH li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
 }@media only screen and (max-width: 763px) { #eu98LAfdPWPkEmBI4dmJhDpPZh1UXWym { width:20rem;height:1.29980625rem;top:64.7001953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHOhW46ra7g7ESmUCSQWiNvWPK3ximxV { width:20rem;height:1.375rem;top:39.232421875rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #D0zzBCFGw0guS6USttqKaL9Tep7rmQ4F { width:20rem;height:3.57421875rem;top:1.9794921875rem;left:0rem;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EtDAabqNqvZXQNUd1BO0QlQz9wCdU7P8 { width:20rem;height:1.2375rem;top:6.0908203125rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #y5IkShFSBy33xg48S5BwHyHOqqB9G2Z4 { width:20rem;height:1.44375rem;top:40.607421875rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Mcxim1VrQLzCK7HSwfpsDGzhkImAZwXb { width:9.75rem;height:9.75rem;top:56.1875rem;left:4.8125rem;font-size:7.5rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #uwfIAeWTpEXhKztdQ9KTRDqyyQTt9ea1 { width:3.1875rem;height:2.35625rem;top:59.875rem;left:14.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUDznbTN57aJkl1tXgnCWLwGzGgho8mm { width:2.0625rem;height:1.625rem;top:59.625rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIibezBS7hMPozNot6G4piUq96vTTR8e { width:16.75rem;height:1.5625rem;top:75.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDFLGe0RfKMRKCqxirJqKXOpCV9M6zwH { width:16.9375rem;height:7.4375rem;top:30.6943359375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wfu16hDFTm2T8pJnxn2lCcDmSCcm7vs2 { width:2.5rem;height:1.625rem;top:60.9375rem;left:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q90tFWJeCZ8HTdNMxO4CoiPbqf5QkAcO { width:20rem;height:14.7519375rem;top:15.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKfyzaQnApXKNzSBNZJFm7bmG9JaT4Vt { width:20rem;height:17.42775rem;top:7.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqtKrcrtmEDDyoVy3mmevMKEXl48aRU4 { width:20rem;height:34rem;top:88.945296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfpZ4EdU87H8RKVhfNJNqNfTfpTBAlRR { width:20rem;height:1.375rem;top:55.4375rem;left:0rem;font-size:1.25rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CFKsvnpTuci2Bh4prTauEBKqqtxCw7hV { width:20rem;height:0.96281875rem;top:67.125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #kw0c4HzPkex8RrZrWglRwfLepw1OHkvT { width:20rem;height:1.75rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIXn6vk3HOnLmhqBH7ZiXVpeu3tTvHcb { width:20rem;height:4.75rem;top:69.156902313231rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Way8D5ApTZKTICS7ibcN0WUKwUwh8ulL { display:block; }
 }@media only screen and (max-width: 763px) { #o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 { display:block; }#o0ao0LNtirLqzKNorfnRkcwxqJTzGWa9 > .row .container { width:20rem;height:40.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz6OPJ4mvviSgCXlbTdgvUU1iHnqAWnh { width:18.8125rem;height:9.5rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUrWu5i4qbcmDrXN9Q1Blm23l2HQwZQT { width:4.375rem;height:4.375rem;top:0rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IBFJKCpuX7taUTRuDdo6UO5uKNgmi2Fv { width:17.125rem;height:3.25rem;top:5.5rem;left:1.4375rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #kT3seizkh6szZQlpXFHX19DmJgh3nU4P { width:18.8125rem;height:9.5rem;top:15rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oW6vF3HJfdNTqkrdfld0SJQDAhByvbTX { width:17.125rem;height:3.25rem;top:18.6875rem;left:1.5625rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #uRTwLwi57bUVgVPQJ4lHQJHHvPg7VVx2 { width:4.375rem;height:4.375rem;top:13.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvTzxaEm48ClmHKx646qCHhislVx40tB { width:18.8125rem;height:9.5rem;top:28.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFL54Z1simT5kCOu0qNFK19ldRHMwGk1 { width:14.0625rem;height:3.25rem;top:31.6875rem;left:3rem;font-size:1.625rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #tAyAPvoqKtPJnBu9SsI2ltvSTvHU1CzT { width:4.375rem;height:4.375rem;top:26.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX { display:block; }#gr6Ue1s05a8G0ULDgZE4WpuN0pKPdGFX > .row .container { width:20rem;height:45.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X2FFJU8z4WBLEEHoziPJ4F1UgBeNImnQ { width:18.625rem;height:11.69825rem;top:23.8125rem;left:0.6875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #NPX2ulcpnVNxDOJ5FEsAqcNoy2wFmqNR { width:11.6875rem;height:10.625rem;top:7.8994140625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtKmrcWUn5IADC4K7FlJ2hOI0c1z9Lph { width:19.625rem;height:3.25rem;top:19.6015625rem;left:0.1875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NU9Fd7eyAmSOxXb7MXluxzC0Z9UIVGrx { width:20rem;height:auto;top:1.0625rem;left:0rem;font-size:1.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #yXSilwApNFmkN3MNLDXT3oHQQ0K3REsy { width:20rem;height:6.3369375rem;top:1.5625rem;left:0rem;font-size:1.625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #feTc84MCTZdQtblratDMAFnVkd7H8wX3 { width:20rem;height:1.25rem;top:37.4375rem;left:0rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #yMIOsTXTn5t6Gp9pPOW09uZQHzJRwUKW { top:39.5625rem;left:0.5rem;width:19rem;height:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2PsoaWGD5OpNE7dx2P7sbekxnCIQxFU { display:block; }
 }@media only screen and (max-width: 763px) { #zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF { background-color:#bf4b75;background-image:none;display:block; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container { background-color: transparent; background-image: none; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container > .video-iframe-container { display: none; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row > .video-iframe-container { display: none; }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .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); }#zI9Ng1KT38xhdxFf5TmkmK2CQw7TI9zF > .row .container { width:20rem;height:64.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lyJ2DdGxV4hTxyAIUqGQWzc8tT3Klx4t { width:20rem;height:4.875rem;top:2rem;left:0rem;font-size:1.625rem;line-height:1;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #hd5fHqeisk2Iln5JB80EwGNk5RabEdbd { width:20rem;height:12.01075rem;top:38.6875rem;left:0rem;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }#hd5fHqeisk2Iln5JB80EwGNk5RabEdbd li:before{  }
 }@media only screen and (max-width: 763px) { #OziFZ8w3NvQk5gWU2XIws3t2vukQHJmy { width:20rem;height:27.29585rem;top:8.75rem;left:0rem;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #IJ8nNNAmXlZ6s8eQ9I6Fvb8khP4Vb6VH { width:20rem;height:3.8994125rem;top:52.5rem;left:0rem;font-size:1rem;line-height:1.3;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #bJx4fq89pDS4OkxAp0bJU4XZ8CpdR6bZ { width:20rem;height:4.75rem;top:57.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZXQNA4CSK6mQAWHAeuoQ9gXiQAD9VCU { display:block; }
 }@media only screen and (max-width: 763px) { #xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL { background-color:#7b1f45;background-image:none;display:block; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container { background-color: transparent; background-image: none; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container > .video-iframe-container { display: none; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row > .video-iframe-container { display: none; }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .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); }#xh74MNKJe6eHONvk8oxlP2JJFHGkfmJL > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ud3zkF7vVRZx7uxDSIEyK2o5qI3miNlG { width:16.125rem;height:2.5996125rem;top:6.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZHWyPiNxaWx93Xf8DDkUSLb8nU9I7wc { width:2.8125rem;height:2.8125rem;top:5.9560546875rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yV1nhIVHz0ZNMpnLak4bXSsowUk7EWP4 { width:20rem;height:3.75rem;top:5.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmg2wQESe92AHCGqGE71HwioG8q7oL9J { width:16.25rem;height:2.5rem;top:1.375rem;left:1.875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb { background-color:#7b1f45;background-image:none;display:block; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container { background-color: transparent; background-image: none; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container > .video-iframe-container { display: none; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row > .video-iframe-container { display: none; }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .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); }#QmLTnbiPNhZQbJngBvLz0iwcUzKCuAQb > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVxf8ZkrMqBpafQzAbAUr3okU66PPs6a { width:19.0625rem;height:14.29780625rem;top:0.875rem;left:0.46875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #MD4TFcE5LQUCJMfLhVanJZ1PAZkS8vcB { width:20rem;height:16.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LK7zhlCqaobmwa3Sc8KTeyoGox194d3v { background-color:#7b1f45;background-image:none;display:block; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container { background-color: transparent; background-image: none; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container > .video-iframe-container { display: none; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row > .video-iframe-container { display: none; }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .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); }#LK7zhlCqaobmwa3Sc8KTeyoGox194d3v > .row .container { width:20rem;height:5.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m2JHLvAL3EvycrvOEsRPAugy9ZB3T9ft { width:16.8125rem;height:2.5996125rem;top:1.9375rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MNJHgqznHy1G2iuR20azwexczpMqsWme { width:2.8125rem;height:2.8125rem;top:1.8310546875rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2u3TzR9MgorhZINC4u84dwCDmvDPnTg { width:20rem;height:3.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 { background-color:#7b1f45;background-image:none;display:block; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container { background-color: transparent; background-image: none; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container > .video-iframe-container { display: none; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row > .video-iframe-container { display: none; }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .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); }#JgmCANr2LkUNfas0OyL7LxxqFsLSeQE0 > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GiXbATiv4ifKMkC2hyQRA5kJxPaoXBuG { width:19.0625rem;height:7.7988125rem;top:0.875rem;left:0.46875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oU4dOJTCHTgRLVfoOsJOFMew1XpMxkzq { width:20rem;height:9.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d { background-color:#7b1f45;background-image:none;display:block; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container { background-color: transparent; background-image: none; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container > .video-iframe-container { display: none; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row > .video-iframe-container { display: none; }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .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); }#m4uRPZNV5ZUTyD1mxEe7kmouI7opBS5d > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D2ie2P7VW8eVVsUro45a7hTOzxryxHsx { width:16.8125rem;height:2.5996125rem;top:2.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1NTOEgCrdp3tKeesOLTmD8P8KLPaFIa { width:2.8125rem;height:2.8125rem;top:2.0185546875rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHLP1rWpWW1VWGECHyME5mRk77VFfdXz { width:20rem;height:3.875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 { background-color:#7b1f45;background-image:none;display:block; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container { background-color: transparent; background-image: none; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container > .video-iframe-container { display: none; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row > .video-iframe-container { display: none; }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .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); }#oTXhhUDP4FyMgWftT4TBJp0gedUodFp5 > .row .container { width:20rem;height:7.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJvxDf7vPKl1LAl1ieuuELsdAFmOymTT { width:19.0625rem;height:5.99681875rem;top:0.875rem;left:0.46875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VHvbu5kqXnieTxVwKrDTcTUXqQWTDE2x { width:20rem;height:7.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kwAgiXbb1pKTncfEba7dATRGbESaN8TV { background-color:#7b1f45;background-image:none;display:block; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container { background-color: transparent; background-image: none; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container > .video-iframe-container { display: none; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row > .video-iframe-container { display: none; }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .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); }#kwAgiXbb1pKTncfEba7dATRGbESaN8TV > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQHii7stgvczhALHqybKKUXme1ahXQTA { width:16.8125rem;height:2.5996125rem;top:2.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PoemfZmw3d6iKrTIVQzneP3ayy732gX1 { width:2.8125rem;height:2.8125rem;top:2.0185546875rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7garto7kTeZnoSyydpkl5rPVxSZZ9MC { width:20rem;height:3.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI { background-color:#7b1f45;background-image:none;display:block; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container { background-color: transparent; background-image: none; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container > .video-iframe-container { display: none; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row > .video-iframe-container { display: none; }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .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); }#qmmaiagWHe2I9Sp07PG5FIWELDp4T1JI > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A9TaTR10nhh6Ff5bpE3PTtKHzqlB8A1n { width:19.0625rem;height:4.79745625rem;top:0.875rem;left:0.46875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #om7V7uM1KidukfLyeVX1fgSx3EQaRbD5 { width:20rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 { background-color:#7b1f45;background-image:none;display:block; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container { background-color: transparent; background-image: none; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container > .video-iframe-container { display: none; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row > .video-iframe-container { display: none; }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .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); }#ID7uhaJ4ZBe4dXxqX0oprMWgL7BmSAu5 > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sa3cf1gmObZMVGbergRW2hXDq6htyidA { width:16.8125rem;height:1.29980625rem;top:2.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ7T5foO2reDZsWhUdGti7sG4O2DzDCk { width:2.8125rem;height:2.8125rem;top:1.34375rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ9RakNJd1C2nmUmab9dF9BGXnCQaF0K { width:20rem;height:2.625rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R { background-color:#7b1f45;background-image:none;display:block; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container { background-color: transparent; background-image: none; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container > .video-iframe-container { display: none; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row > .video-iframe-container { display: none; }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .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); }#wosB6yXoy7TfIcb8PJM01TnMaVFDyu8R > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgnaAZCtTeaPpIdsVVBO9cmJ8qo3N7u8 { width:19.0625rem;height:6.499rem;top:0.875rem;left:0.46875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lCX5J8y7WPrcL5ZDsp76ynKrPsgTWnul { width:20rem;height:8.0625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE { background-color:#7b1f45;background-image:none;display:block; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container { background-color: transparent; background-image: none; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container > .video-iframe-container { display: none; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row > .video-iframe-container { display: none; }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .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); }#If0OeNMGEhGmdhtCfoEf6HOVv2TVKNUE > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LbSNLXukJWGXx3r7EI0vwV8hvT88t4UV { width:16.8125rem;height:1.29980625rem;top:2.0625rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8fEK2QAFc3omaSib4RI3Xu8zGcx7vdX { width:2.8125rem;height:2.8125rem;top:1.28125rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiWZuOMzsl5D3hTxbfvQaVG7EK3hX8Ls { width:20rem;height:2.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t7L3tslebey33wNdPMklraJ79JTLplDl { background-color:#7b1f45;background-image:none;display:block; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container { background-color: transparent; background-image: none; }#t7L3tslebey33wNdPMklraJ79JTLplDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container > .video-iframe-container { display: none; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row > .video-iframe-container { display: none; }#t7L3tslebey33wNdPMklraJ79JTLplDl > .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); }#t7L3tslebey33wNdPMklraJ79JTLplDl > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eU5pirbmC0pEuA7KK484AI0LVoJ8NDKW { width:19.0625rem;height:12.9980625rem;top:0.875rem;left:0.46875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #pyxC82fP57c3fgu3VsTvElCUyWo8TTSu { width:20rem;height:14.75rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #litpopTeFVtKwxh0cOyQqT1Np4efuhlq { background-color:#7b1f45;background-image:none;display:block; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container { background-color: transparent; background-image: none; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container > .video-iframe-container { display: none; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row > .video-iframe-container { display: none; }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .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); }#litpopTeFVtKwxh0cOyQqT1Np4efuhlq > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PwHtoATmTvN5tTp26x1LeXu28EtqkT6E { width:16.8125rem;height:2.5996125rem;top:2.125rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IAXNfDzBEOwgsqJiIvHsfVeyfKwR5pG3 { width:2.8125rem;height:2.8125rem;top:2.0185546875rem;left:17.1875rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSolJVvxWs2IEbzITRnagIdQDDTerpNl { width:20rem;height:3.75rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK { background-color:#7b1f45;background-image:none;display:block; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container { background-color: transparent; background-image: none; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container > .video-iframe-container { display: none; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row > .video-iframe-container { display: none; }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .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); }#nGakFPel0RmDtq2vfrlvQnR3iSSZMwVK > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mn1GrNbzgvMM7tUoIhbODwen4HVHVhfG { width:19.0625rem;height:9.59375rem;top:0.875rem;left:0.46875rem;font-size:1rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #lxxp45TqKEEN3CpKsz3WwXZI6IAqxOyz { width:20rem;height:11.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y { background-color:#7b1f45;background-image:none;display:block; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container { background-color: transparent; background-image: none; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container > .video-iframe-container { display: none; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row > .video-iframe-container { display: none; }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .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); }#KRI9AxLTx6Mf1up5CRCT8y6Cx97QvA6y > .row .container { width:20rem;height:2.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zc05AGIqBctbdGbuLIqeCkRUMpQ0GiQR { width:3.75rem;height:2.0625rem;top:0.125rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection { background-color:#1b1d24;background-image:none;display:block; } #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection *:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="text"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="email"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection input[type="tel"]:focus-visible, #bCH0bB4NJ7VQxcBrpZlxTTBNTiQMWSZi.widget-smartsection textarea:focus-visible { outline: none; } #E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container { background-color: transparent; background-image: none; }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container > .video-iframe-container { display: none; }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row > .video-iframe-container { display: none; }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .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); }#E2s6B99HzZOS70XnI18VUB8KU0OsJ8hs > .row .container { width:20rem;height:25.375rem;position:relative;display:block; } }