.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#bf4b75;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid #ee3162;background-color:#7b1f45;background-image:none;position:relative;display:block; }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row .container { background-color: transparent; background-image: none; }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row .container > .video-iframe-container { display: none; }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row > .video-iframe-container { display: none; }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .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); }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row .container { border-width: 0; border-radius: 0; }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row > .video-iframe-container {  }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row .container { font-size:0.875rem;font-family:arial;height:3.125rem;width:75rem;position:relative;display:block; }#goTfHFPxnyQqqeHAuhWAlTpO2Ty5h4RM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.75rem;width:8.5rem;top:0.40625rem;left:0rem;overflow:hidden;display:block; }
#gTwbTOBosRyk0UfGJQK7Ah6XThs5TyNJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.375rem;width:8.4375rem;top:0.375rem;left:66.5625rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(123,31,69,0.85);background-image:url("https://images.assets-landingi.com/uc/5523323e-38b1-44c6-8b52-e894da101a55/quanticamentemagra3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#KN8zgSETwAMaTfuPEGqWi53AfxfKMxUO { position:absolute;display:block;z-index:15000;border-top:0.0625rem solid #fc3674;border-left:0.0625rem solid #fc3674;border-right:0.0625rem solid #fc3674;border-bottom:0.0625rem solid #fc3674;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(252,54,116,0.54) ;height:28.5625rem;width:50.875rem;top:12.5625rem;left:12rem;display:block; }
#NVWigskfodgxuG1UQAciwLE8i0Hy108D { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:quicksand;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0.818359375rem;left:12.875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lrsWycF9bbDZ7ecHAEmkmLpoN5w0SPG9 { display:block;width:40.9375rem;position:absolute;font-family:quicksand;font-size:2.625rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.1875rem;left:20rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#7b1f45;display:block; }
#AHtZ9m60N5nfKIQTlbGcPzT3ly6TXgG5 { display:block;width:6.3125rem;position:absolute;font-family:quicksand;font-size:9.625rem;font-weight:400;z-index:15003;line-height:.6;letter-spacing:0;text-shadow:0.25rem 0.1875rem 0rem #7b1f45;top:4.1875rem;left:14.125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#bf4b75;display:block; }
#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;background-image:none;position:relative;display:block; }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row .container { background-color: transparent; background-image: none; }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row .container > .video-iframe-container { display: none; }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row > .video-iframe-container { display: none; }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .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); }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row .container { border-width: 0; border-radius: 0; }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row > .video-iframe-container {  }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row .container { font-size:0.875rem;font-family:arial;height:12.625rem;width:75rem;position:relative;display:block; }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;background-image:none;position:relative;display:block; }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row .container { background-color: transparent; background-image: none; }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row .container > .video-iframe-container { display: none; }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row > .video-iframe-container { display: none; }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .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); }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row .container { border-width: 0; border-radius: 0; }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row > .video-iframe-container {  }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#FsFJ0tb3WTBeXTJ2XqlbdTPNFXVC7ikh { background-color:#09e3bb;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 1.0625rem rgba(0,0,0,0.73) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);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.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:38.9355625rem;height:4.436525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:18.03125rem;display:block; }
#crql4Jeh1oIo7XwnCig8fLd472p5mSzu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(123,31,69,0.9);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;display:block; }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk.adaptive-delivery-prevent-bg, #TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk.lazyload, #TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk.lazyloading { background-image: none; }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row .container { background-color: transparent; background-image: none; }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row .container > .video-iframe-container { display: none; }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row > .video-iframe-container { display: none; }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .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); }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row .container { border-width: 0; border-radius: 0; }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row > .video-iframe-container {  }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:75rem;position:relative;display:block; }#ANkOyngdRvb5uGLcHmuz3GS7yvxGHC2J { color:#fc3674;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:15.125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fd693npVyaTsXpH2zOqVR3Prpad1puW6 { color:#7b1f45;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:17.375rem;height:24.4824375rem;text-align:left;text-align-last:left;font-style:italic;display:block; }#fd693npVyaTsXpH2zOqVR3Prpad1puW6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#fd693npVyaTsXpH2zOqVR3Prpad1puW6 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/9166c3a7-dc66-43ba-9c79-076377b34cf0/Elemento9Resultado.webp); }
#HlBZnXryfI31cRFMhIi2mFHCOllTDZmu { 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:1.9619140625rem;left:17.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eEeT88GWk8MSNdKydmfLagQLt0BiLa7x { z-index:15003;top:37.0625rem;left:23.9375rem;background-color:#fc3674;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 #bf4b75 ;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; }
#op4CwSPReNqhK8sgmk2VfhpWvTiRoQ0X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;background-image:none;position:relative;display:block; }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row .container { background-color: transparent; background-image: none; }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row .container > .video-iframe-container { display: none; }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row > .video-iframe-container { display: none; }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .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); }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row .container { border-width: 0; border-radius: 0; }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row > .video-iframe-container {  }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row .container { font-size:0.875rem;font-family:arial;height:18.875rem;width:75rem;position:relative;display:block; }#Zc9gCs5FJBcHQhr11tWbwI1w1SlfyvN6 { 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:11.6875rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#of3L7rgaNazbThinNdertzhKV3rzRhhJ { 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:13.8125rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BWxBcC5p4yekAzgJOODwZwJn4p85keKe { 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:35.9375rem; }
#bMR4f1aggJkbD089665sQImSAMDmyTsg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce5f0;background-image:none;position:relative;display:block; }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row .container { background-color: transparent; background-image: none; }#bMR4f1aggJkbD089665sQImSAMDmyTsg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row .container > .video-iframe-container { display: none; }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row > .video-iframe-container { display: none; }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .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); }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row .container { border-width: 0; border-radius: 0; }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row > .video-iframe-container {  }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row .container { font-size:0.875rem;font-family:arial;height:47.5rem;width:75rem;position:relative;display:block; }#SCQi2QpLxRNLe7TsDgOkWFExhzhLiwOx { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.6875rem;width:19.5625rem;top:4.4375rem;left:27.75rem;overflow:hidden;display:block; }
#BhO0JOIFlsHhLd6lfaRBH68w6dc9uGxG { 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:26.5rem;height:1.4619125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SGxvMuukwDyHr1ieyyDnMN411HqdNTM8 { 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:18.1875rem;height:8.77148125rem;text-align:center;text-align-last:center;display:block; }
#tix25U9vZJWJrLL27S9s2dTODgQeIe8J { z-index:15003;top:38.625rem;left:23.9375rem;background-color:#963055;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 #dc4e93 ;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; }
#OaDiI7iirIuifA9T0LQDGIHOHFHwNiU3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#doyZneOB0kge8EnonchqXuarcyepPyyP { 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:22.125rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#fPBppTURXTilegfs2l0l9TaQ17rds3sv { 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;display:block; }#fPBppTURXTilegfs2l0l9TaQ17rds3sv.adaptive-delivery-prevent-bg, #fPBppTURXTilegfs2l0l9TaQ17rds3sv.lazyload, #fPBppTURXTilegfs2l0l9TaQ17rds3sv.lazyloading { background-image: none; }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row .container { background-color: transparent; background-image: none; }#fPBppTURXTilegfs2l0l9TaQ17rds3sv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row .container > .video-iframe-container { display: none; }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .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); }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row > .video-iframe-container { display: none; }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .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); }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row .container { border-width: 0; border-radius: 0; }#fPBppTURXTilegfs2l0l9TaQ17rds3sv::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row > .video-iframe-container {  }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row .container { font-size:0.875rem;font-family:arial;height:46rem;width:75rem;position:relative;display:block; }#qxymTIu2w2xgEyqZWq9mBL8mEANi1l2q { color:#ffffff;display:block;width:25.5rem;position:absolute;font-family:quicksand;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1484375rem;left:24.9375rem;height:5.361325rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#InNyS1iBvDnymC82EsmzTmvmTpwyyKka { color:#ffeaf4;display:block;width:37.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:18.9375rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#oXsODLD3hOGTgG4d461TRV5BX6dB3fG8 { 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:7.25rem;height:10.3984375rem;text-align:center;text-align-last:center;display:block; }
#B0f8iXCVCee6oeXSV2gwn2VP9brTddcX { 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:9.5625rem;height:9.75rem;text-align:center;text-align-last:center;display:block; }
#iSfPnLsalo1iJ7feI79RThMJ5vIzBcVN { 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:4.75rem;display:block; }
#x7cvLcA9rpXBEnHHH12H9GrlSrBNmd4t { 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:7.25rem;height:10.8056875rem;text-align:center;text-align-last:center;display:block; }
#NF9wKMKugw5RKINrXP47AqGqdx2JpHJk { 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:43.1875rem;display:block; }
#zhuGF5VfcuJ79PFp9hL9mf3ZVydDX6zI { 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:45.6875rem;height:9.098625rem;text-align:center;text-align-last:center;display:block; }
#sxsEWZ4zz3c15nu2REN8LCTvJXeTRl1d { 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:48rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#xT44SVm6hU9kkggPZRsK33No6op0zrTQ { 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:47.0625rem;height:10.8056875rem;text-align:center;text-align-last:center;display:block; }
#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ { 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;display:block; }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ.adaptive-delivery-prevent-bg, #t3XTaXnxxihUFxPH2DUasCS0Td239pXJ.lazyload, #t3XTaXnxxihUFxPH2DUasCS0Td239pXJ.lazyloading { background-image: none; }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row .container { background-color: transparent; background-image: none; }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(123,31,69,0.9); }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row .container > .video-iframe-container { display: none; }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .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); }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row > .video-iframe-container { display: none; }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .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); }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row .container { border-width: 0; border-radius: 0; }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row > .video-iframe-container {  }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row .container { font-size:0.875rem;font-family:arial;height:48.8125rem;width:75rem;position:relative;display:block; }#eT1bTW6y9MFgKcBvP4TRpR98MroyD4L0 { 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:10.25rem;height:6.6494375rem;text-align:center;text-align-last:center;display:block; }
#BCHlHFTvCdgnmBdu2Tec122IQTBUCxvM { 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:3.75rem;display:block; }
#qFyIOu8IRVuGeT5RVXXBQwT5yWks7ufw { 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:42.1875rem;display:block; }
#qzDR4XSDtlRKqtl8rDxkCDCWT74aLv0T { 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:8.5625rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#pkWIhPfKk1TNoVHr4zM2ompuqbd1TLTx { 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:47rem;height:8.125rem;text-align:center;text-align-last:center;display:block; }
#pn79aSaeFdPsFuGeSS0oOcrdA4DAukv3 { 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:48.75rem;height:6.6494375rem;text-align:center;text-align-last:center;display:block; }
#n3t9J1ANXynoMSHPt7pTt6bERr42dIyy { 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:6.25rem;height:11.69823125rem;text-align:center;text-align-last:center;display:block; }
#z9XRAL6mStyJXnUi7GUNelTORphyuKlH { 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:44.6875rem;height:12.9980625rem;text-align:center;text-align-last:center;display:block; }
#a2pGJK9vUksHRG8XpmRk5KkOMW3T6tLr { color:#ffffff;display:block;width:43.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:39.125rem;left:15.3125rem;height:5.84765rem;text-align:center;text-align-last:center;display:block; }
#koes3T9XT9cC8tHpB3O6t843C9d6CKvN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(191,75,117,0.94);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;display:block; }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN.adaptive-delivery-prevent-bg, #koes3T9XT9cC8tHpB3O6t843C9d6CKvN.lazyload, #koes3T9XT9cC8tHpB3O6t843C9d6CKvN.lazyloading { background-image: none; }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row .container { background-color: transparent; background-image: none; }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row .container > .video-iframe-container { display: none; }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row > .video-iframe-container { display: none; }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .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); }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row .container { border-width: 0; border-radius: 0; }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row > .video-iframe-container {  }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row .container { font-size:0.875rem;font-family:arial;height:91.25rem;width:75rem;position:relative;display:block; }#kflDZKeZWfKXFNnmr33hfTxqHW6zwXtr { color:#7b1f45;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:22.6875rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F1TUTaHBtny7dHxFdZMMTT8cWalQmS7P { z-index:15003;top:83.6591796875rem;left:23.9375rem;background-color:#f8f2f5;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 #7b1f45 ;box-sizing:border-box;color:#7b1f45;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; }
#Fp4MZChKtE05iTvymEPxZpv0T9DIwJW9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogpqER2WnayUCMKQLOanarHuPxvzDekH { 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;height:22.5rem;width:29.6875rem;top:15.1875rem;left:7.5rem;overflow:hidden;display:block; }
#Dwp78dXtStkKn8Xb8r7EFTxzs6Sgfa8f { 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;height:17.5625rem;width:29.6875rem;top:39.125rem;left:7.5rem;overflow:hidden;display:block; }
#xIdsPmOcZNg2tHrLwkRovLyAbDF59vmp { 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;height:14.625rem;width:29.6875rem;top:13.5rem;left:37.84375rem;overflow:hidden;display:block; }
#sNtG74J5ciKKf0SUkCOlUeOB4vnN1GsB { 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;height:18.5625rem;width:29.625rem;top:28.875rem;left:37.875rem;overflow:hidden;display:block; }
#BZamPOFmsGsT4K3NBoVulEdRQqamwIUT { 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;height:12.5625rem;width:29.6875rem;top:48.0625rem;left:37.8125rem;overflow:hidden;display:block; }
#HpPIukNHXOzd6hNSES4TLa9hg2dxSEXP { color:#7b1f45;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:3.0625rem;left:13.21875rem;height:1.4619125rem;text-align:center;text-align-last:center;display:block; }
#hL8W29uk72fRcJOVh2HB2pFzhn5HTAvS { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:21.5625rem;top:62.4375rem;left:26.6875rem;overflow:hidden;display:block; }
#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fce5f0;background-image:none;position:relative;display:block; }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row .container { background-color: transparent; background-image: none; }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row .container > .video-iframe-container { display: none; }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row > .video-iframe-container { display: none; }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .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); }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row .container { border-width: 0; border-radius: 0; }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row > .video-iframe-container {  }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row .container { font-size:0.875rem;font-family:arial;height:47.75rem;width:75rem;position:relative;display:block; }#XgJSt7BOu58DfqKka76DyiVN0JER6Miy { 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:17.8125rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ED3Gu0PrQ6OZJH9aqdPklDceyzbDCRvD { 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:13rem;height:8.77148125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SnmtRlcTMrhRiTaiOiORfAhaD6t9gx2H { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.5625rem;width:29.1875rem;top:15.734375rem;left:7.5rem;overflow:hidden;display:block; }
#tdTkIEXO3xi4XVAxfksOxT6uvH9LA3bC { 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:36.75rem;height:19.004875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rzdeqKcy4zyngBiEa9kxA3nkfHmD8nAF { 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:36.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WVebsSOxMS8eUQq8gMp416cPbzlisIFs { 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;display:block; }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs.adaptive-delivery-prevent-bg, #WVebsSOxMS8eUQq8gMp416cPbzlisIFs.lazyload, #WVebsSOxMS8eUQq8gMp416cPbzlisIFs.lazyloading { background-image: none; }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row .container { background-color: transparent; background-image: none; }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,213,229,0.33); }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row .container > .video-iframe-container { display: none; }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .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); }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row > .video-iframe-container { display: none; }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .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); }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row .container { border-width: 0; border-radius: 0; }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row > .video-iframe-container {  }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row .container { font-size:0.875rem;font-family:arial;height:88.4375rem;width:75rem;position:relative;display:block; }#HxtAINJ25SduE5P4WZgKa6ZNp14OZgTM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:9.3125rem;top:10.9375rem;left:3.75rem;overflow:hidden;display:block; }
#iokV2khFS6idF8uMatWGdwrNTe4lhqWN { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:5.8125rem;top:27.125rem;left:5.625rem;overflow:hidden;display:block; }
#sfHaITUMlIRuHIOMU5OXH5Hh4azD8vBc { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:5.8125rem;top:41.0625rem;left:5.625rem;overflow:hidden;display:block; }
#QXcrQKOJTozBKDsJo5hHwsTQT8DACdtb { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:5.5625rem;top:54.0625rem;left:5.8125rem;overflow:hidden;display:block; }
#kfJMXrPpkHCCqocTXqZamZnsW4qoN7Ar { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:5.75rem;top:25.125rem;left:43rem;overflow:hidden;display:block; }
#Nb7SkHfgizySwvz3S8URf4UpPgO6iVgq { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.9375rem;width:5.75rem;top:39.125rem;left:43rem;overflow:hidden;display:block; }
#wax77T93u4UHfTJdaUsTlVUufIvEBdWH { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:5.75rem;top:54.1875rem;left:43.0625rem;overflow:hidden;display:block; }
#Mf13Lt3Farzu8TGItOVraHoxRx1Hk6LX { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.375rem;width:5.9375rem;top:68.75rem;left:5.625rem;overflow:hidden;display:block; }
#UeJkntFPt7PKVePhyWRSBZ91Z3ShooyU { 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:3.25rem;left:20.875rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#yqV1iA8WK8p3I3rZ0EmNDkMmTtvBLEXO { 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;height:10.375rem;width:20.5rem;top:11.5625rem;left:11.3125rem;display:block; }
#Nhk6X4RSmisCuCVrVVFJ74rOmQb7TW8V { 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:14.125rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#FxydcKRN5OIwL0LQcGSmXiNr6aDsaxKG { 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:14.5rem;height:5.19921875rem;display:block; }
#T3d8aNz3pnmJ3GElb83vKWJOGmOlp0e5 { 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;height:10.375rem;width:21.8125rem;top:26rem;left:10.0625rem;display:block; }
#VTO0DHRDrsVp4eTWigknzSSVEWJWSgHr { 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:12.8125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#xnOX8yHp1VHnea7xkKECBltgaveSX2s9 { 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:12.6875rem;height:4.875rem;display:block; }
#Hsk5HOmTXr59LPv9oQWMmx0B4HNWEuNd { 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;height:10.375rem;width:21.5rem;top:40.1875rem;left:10.4375rem;display:block; }
#QXMkGbVbfp5hW7nsrldVTvdq3nq71sgW { 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:13.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#CU95m0mGXPMrZI2KUtIDWaRLLgCeM3NE { 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:13.125rem;height:3.8994125rem;display:block; }
#cyn7lo2JcuevyVct9K2iQ5p6ZcduDML4 { 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;height:11.125rem;width:21.875rem;top:54.5625rem;left:10.125rem;display:block; }
#hWOGvT2I15r5gW99PApXbzFSBrxg1XoT { 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:13.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#BqdTKX58vz0mLTgF604yZIA2KBp7TkAP { 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:13.1875rem;height:4.875rem;display:block; }
#GmRxB7qs05sLknK4hPpbzU4LUTFd7O9B { 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:51.875rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#TpxofM2AVPa9vtvJETiRsCzC9MpPtl0T { 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:51.875rem;height:5.19921875rem;display:block; }
#mfEQ80Tgqw6Lh1ASDUoIwwmeRMwxtIAx { 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:51.875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#PGc8veSH2u2Z7QrAoAfZLM8oOxTEfvpa { 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;height:10.375rem;width:21.375rem;top:25.8125rem;left:47.5625rem;display:block; }
#pv1FPoq7uo9aKTOwTu28imF3A5lhPVcs { 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:50.625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#eTfMWIhtPIwh8xRZ21EMcABXoSoVTQ9f { 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:50.5625rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#rd40PhIvgM7AKKhHr6qPE4TDKnL6TaS3 { 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:50.5rem;height:2.5996125rem;display:block; }
#T6rAxxk4skxu31TmUyz65bApTx9hr51U { 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;height:10.375rem;width:21.5rem;top:39.8125rem;left:47.4375rem;display:block; }
#qqEdSKblxMLMUfPQ7To4PxscFKoTtinf { 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:50.5rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#O643mxW6XwdpdXJB0F8DskAm0MVTTU7k { 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:50.5rem;height:2.5996125rem;text-align:left;text-align-last:left;display:block; }
#lSe6iLvO93p6iBKVcTIQFEKAOThIo32l { 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:50.5rem;height:3.8994125rem;display:block; }
#QEx5Lgh0y2TIXv2fRnuv7ttUbfh0NSDm { 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;height:12.625rem;width:21.625rem;top:53.875rem;left:47.6875rem;display:block; }
#M1VGl0gU4i6bCStP4IuXDLDIZ0qQZuw2 { 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:50.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#ULTzeWHswLOPkUC4zpam5iWwdRGt7Qcn { 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:50.5625rem;height:4.875rem;display:block; }
#KhKQ1Xoo6sD0NqUvcKLbXNwUMBx1kWfR { 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:13.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#KSRKU9DQvDlMooltNAfJ2yqm0bXB0kyR { 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:13.125rem;height:2.5996125rem;display:block; }
#xNWmXTGoRHdWLz5NGT6ZwXoPZMQO4ius { 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;height:10.375rem;width:20.5rem;top:11.5625rem;left:48.4375rem;display:block; }
#cNTncAGwQZPByf9TD6pa97QSxpS7iSmf { 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:14.375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wiSId0M5Xw5grOLJEBsAvOdQP6M9hqXP { 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:12.9375rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#sOKUWLZKBCnOSmc2xq8rWPORmoJncg4Z { 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:13rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#wMEhdFcqfIQgiCOdQoPSNopFN6bDNx8W { 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:13.1875rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#abAbT7Apnm1T26OunyFp4tTwvv7WWOcM { 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:50.5625rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Zf0X0lc1ci8Z4gL9LTNdhpAGcCQLEw7k { 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:13.125rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#KhrRh0eMsq7P3C8gDUJA7TrLQqFHdqQn { 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:50.4375rem;height:3.9rem;display:none; }
#h4SaKhxGefC2fbvTFyNtnXWr8KO3MFst { color:#000000;display:block;width:37.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:0rem;height:2.4rem;text-align:center;text-align-last:center;display:none; }
#lHeDh99Q7KeWbU42q6b0rEpte44qa8pH { 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:51.625rem;height:6.8203125rem;display:block; }
#AIQEVwx0x3n1CVsGgF6klQw2g7xplTaE { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.0625rem;width:9.375rem;top:71.0625rem;left:41.3125rem;overflow:hidden;display:block; }
#aO6WQe26L1l8XUX4n1lVcRRyh2JRyhXv { 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:51.375rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#apE4hzeMVCrwkpNEsZWwdm1R58chU2TG { 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:51.4375rem;height:1.381075rem;text-align:left;text-align-last:left;display:block; }
#TEg9lPF1rwGQT3vDMTmVvgf56TzEXMTw { 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;height:11.125rem;width:21.875rem;top:69.375rem;left:10.125rem;display:block; }
#bpXnps1ezuWw8eaSF9bh4AE8ZS7SmhZ0 { 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;height:16.6875rem;width:23.5rem;top:68.75rem;left:46.25rem;display:block; }
#lxiQDxTeE1afPe79quTk2hOx7LJ2zTJC { 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:13.0625rem;height:1.3rem;text-align:left;text-align-last:left;display:none; }
#TsrUmMcdioTBMONhDQBtpEQHwVKAEFED { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.875rem;width:9.3125rem;top:10.9375rem;left:41.9375rem;overflow:hidden;display:block; }
#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 { 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;display:block; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0.adaptive-delivery-prevent-bg, #c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0.lazyload, #c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0.lazyloading { background-image: none; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container { background-color: transparent; background-image: none; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f2f5; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container > .video-iframe-container { display: none; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #f8f2f5; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row > .video-iframe-container { display: none; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .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); }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container { border-width: 0; border-radius: 0; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row > .video-iframe-container {  }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#KClMFolGrX0z4FF3EoBWETmHJ1pH0RVn { 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:1.998046875rem;left:23.875rem;height:2.35546875rem;text-align:center;text-align-last:center;display:block; }
#hd35y7Q5FiLL3Nvrz4dHQoW1G2gW5mQr { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:34.625rem;width:47rem;top:13.8125rem;left:0.080835117773019rem;overflow:hidden;display:block; }
#J9bBLskdkQfsaA2kZb7vgtZH3Uohl4a0 { 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;height:37.875rem;width:34.6875rem;top:9.9375rem;left:40.3125rem;display:block; }
#wVfDmMSrk3CHMweZfPsAPRTzgJt3Mc78 { 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:18.375rem;left:46.0625rem;height:26.793rem;display:block; }#wVfDmMSrk3CHMweZfPsAPRTzgJt3Mc78 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wVfDmMSrk3CHMweZfPsAPRTzgJt3Mc78 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
#hT1qlrKIRC7ldZlr1g1V9wxowgcg0VK3 { 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:7.8125rem;left:40.6875rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zyy2pRid7TLFCA26yDkI8mVRtSkIEa9H { 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.625rem;left:44.6875rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#qmsJ2dUyH7FW5TydH3qwK4KHSOKOtv4h { 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:14.5625rem;left:45.5rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FqslErZMMATMguDeB6UvT5DWJTAgAX9D { 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;height:34.4375rem;width:11.5rem;top:7.4375rem;left:40.3125rem;display:block; }
#bWl26c1Qsfm3iLaLb1LdKgucbAdwoqtn { 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.4375rem;left:40.21875rem;height:4.7109375rem;text-align:left;text-align-last:left;display:block; }
#EgTUT9V7bhMaMAdxVpBK8JZEb16r2xT9 { 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.1484375rem;left:40.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#dLdntD5q5FwIpu651veWVWM44H2u9iDh { 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;display:block; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh.adaptive-delivery-prevent-bg, #dLdntD5q5FwIpu651veWVWM44H2u9iDh.lazyload, #dLdntD5q5FwIpu651veWVWM44H2u9iDh.lazyloading { background-image: none; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container { background-color: transparent; background-image: none; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(248,242,245,0.49); }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container > .video-iframe-container { display: none; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .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); }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row > .video-iframe-container { display: none; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .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); }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container { border-width: 0; border-radius: 0; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row > .video-iframe-container {  }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container { font-size:0.875rem;font-family:arial;height:59.8125rem;width:75rem;position:relative;display:block; }#CXrSBLwn0ZmnwZ3xBgpnTbTrXENV51uD { color:#7b1f45;display:block;width:49.625rem;position:absolute;font-family:quicksand;font-size:1.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.2626953125rem;left:13.1875rem;height:4.7109375rem;text-align:center;text-align-last:center;display:block; }
#Ew6HM9tbiP4ot28941JMpcqy6IPeousu { 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;height:36.9375rem;width:34.5625rem;top:12.6875rem;left:40.4375rem;display:block; }
#MEtz5xUt6Ps9RTwJa2uZzqyFoLC4gC6r { 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:10.75rem;left:41rem;height:1.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Drr9rKmTfeTusuVVPODZHfGPHbQizJCL { 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:14.375rem;left:44.59375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#Nd9yLJ1VHGrAs0W8weNBAxaKfaz7eGgO { 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:17.1396484375rem;left:45.5625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tB57DT5ox1lfUVgG3TlGVt7kbmM1GD74 { 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;height:34.4375rem;width:11.5rem;top:10.4375rem;left:40.4375rem;display:block; }
#irSTWsiwJ3tRC6qGNo9b7N5ZiPKlBxQz { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:38.9375rem;width:44.6875rem;top:11.6875rem;left:0.9375rem;overflow:hidden;display:block; }
#Hyy9cm59HobnHU890k06ZRcqspRTxb30 { 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:20.8310546875rem;left:46.75rem;height:26.793rem;display:block; }#Hyy9cm59HobnHU890k06ZRcqspRTxb30 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Hyy9cm59HobnHU890k06ZRcqspRTxb30 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
#w8bEszeh1h2Bq79m4RTxirTk9CQZTfW5 { 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:50.625rem;left:40.4375rem;height:4.7109375rem;text-align:left;text-align-last:left;display:block; }
#MoIlVbnXXTaUuWNuDI9WZaLQSgKPzpg8 { 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.3359375rem;left:40.4375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7b1f45;background-image:none;position:relative;display:block; }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row .container { background-color: transparent; background-image: none; }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row .container > .video-iframe-container { display: none; }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row > .video-iframe-container { display: none; }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .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); }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row .container { border-width: 0; border-radius: 0; }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row > .video-iframe-container {  }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row .container { font-size:0.875rem;font-family:arial;height:59.75rem;width:75rem;position:relative;display:block; }#oOesGOG2yGG3uTLIf4FK92lKFoJVKgw2 { 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:19.9375rem;height:5.5rem;text-align:center;text-align-last:center;display:block; }
#DzDVa0Og7lrQdHqDzsq52hvS7wxxVWK2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4375rem;width:9.5rem;top:19.0625rem;left:53.5625rem;overflow:hidden;display:block; }
#fS5q2UppDxWNwqhwLnwiuG0phdwk91MS { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:8.625rem;top:20.6875rem;left:13.5rem;overflow:hidden;display:block; }
#hnb1IxDOdt0SsGVrIndqARoD46C8rPkt { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:8.3125rem;top:23.875rem;left:13.6875rem;overflow:hidden;display:block; }
#c5TKy7MNekfEZTLh8Olxfn2H3QEFFH2a { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.9375rem;width:16.5625rem;top:7.75rem;left:29.1875rem;overflow:hidden;display:block; }
#pkkPenbJBuyUvlbAFIzGwmc1lHBft6gZ { 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:12rem;height:20.46678125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cSMpX0sGtnoeVEADUPVaIJMu8ItXAByl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:12.1875rem;top:11.09375rem;left:22.0625rem;overflow:hidden;display:block; }
#a5VJuCu2JwHkc1K29cJ1gmZVJWtqfgo0 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.75rem;width:12.1875rem;top:11.09375rem;left:41.375rem;overflow:hidden;display:block; }
#ZlgwuF1ELp4MQIlLZAboxVEu1bcKgntN { 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:14rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#v31fpJETcFSDB3leAqgTLC8srLaU3bAu { 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;display:block; }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu.adaptive-delivery-prevent-bg, #v31fpJETcFSDB3leAqgTLC8srLaU3bAu.lazyload, #v31fpJETcFSDB3leAqgTLC8srLaU3bAu.lazyloading { background-image: none; }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row .container { background-color: transparent; background-image: none; }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(160,0,58,0.68); }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row .container > .video-iframe-container { display: none; }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .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); }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row > .video-iframe-container { display: none; }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .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); }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row .container { border-width: 0; border-radius: 0; }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row > .video-iframe-container {  }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row .container { font-size:0.875rem;font-family:arial;height:90rem;width:75rem;position:relative;display:block; }#SqiW4hgObX3ZxN9oBlLL4P2DwA33ALwf { 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;height:57.9375rem;width:31.625rem;top:29.0625rem;left:21.875rem;display:block; }
#lFDd53cbe9Q1OUbyGM0A3JxrhdaSK0Ee { 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:26.3125rem;height:11.0234375rem;display:block; }#lFDd53cbe9Q1OUbyGM0A3JxrhdaSK0Ee li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#lFDd53cbe9Q1OUbyGM0A3JxrhdaSK0Ee li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/94d6e062-4aa2-4539-ad87-8d62ba10aac7/Elemento10Resultado.webp); }
#dQFiHwp7aezbbo4mdTmmNkp4MIbaHaVX { 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:25.3125rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#xofrUyN8iVf6cMtUaplfAhhHvcd1T5oz { 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:24.5rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#F9ZWPRMpOqIKO0xLqgTtEBemNIuAGX8c { 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:19.9375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#B6AEAxaqHIITHUBCFXoC78f7ig45aGrS { 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:24.375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#eARTu0o8Z1TTJVhHBCbl7AOzG9ScQ2No { 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:24.375rem;height:1.70605625rem;text-align:center;text-align-last:center;display:block; }
#Z8g296aZSdXO0o9v69zWKZutXVmygvHO { 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.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:15013;text-align:center;text-align-last:center;top:76.75rem;left:19rem;display:block; }
#AVS9UHT8iohQO8ehCUkFTnBx5OFsT6Ha { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Elh9NUOqVev943DxvUO9TiGIUPV8T6zS { 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:32.4375rem;height:9.0185625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QCkFvfa6fntqWD2EDqLXiIDD0xfBm1Z1 { 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:41.75rem;height:2.51855625rem;font-style:normal;display:block; }
#d2IXOBH5b22BHpTm2FNoEgCJIvUIm9b5 { 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:30.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#vu0viOgBRoNti7Adc5rcaE8G8GOV4gd4 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.625rem;width:26.5rem;top:83.1875rem;left:24.25rem;overflow:hidden;display:block; }
#ENfnzQ86xaZPrdAmLKlHtmT83qZW4rAq { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:20.625rem;top:36.25rem;left:27.375rem;overflow:hidden;display:block; }
#aZ1AF6aukAvFT1aakaQphnvBZkSIzBVl { 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:30.4375rem;height:1.94921875rem;font-style:normal;display:block; }
#Hh0y50Tifn5sWq1hTDTwl3f9xiSfEZpv { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.4375rem;width:29.0625rem;top:15.6875rem;left:13.4375rem;overflow:hidden;display:block; }
#cIszTOFxCZHJlppRSOquZ5OHgyVE6eqO { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:20.75rem;width:23.8125rem;top:18.1875rem;left:37.8125rem;overflow:hidden;display:block; }
#EUDqH54e2oVawnEX7Zme4nIg5llXfAxc { 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;height:34rem;width:23.9375rem;top:6.0625rem;left:31.1875rem;display:block; }#EUDqH54e2oVawnEX7Zme4nIg5llXfAxc.adaptive-delivery-prevent-bg, #EUDqH54e2oVawnEX7Zme4nIg5llXfAxc.lazyload, #EUDqH54e2oVawnEX7Zme4nIg5llXfAxc.lazyloading { background-image: none; }
#r34MLrKyQI57TdqT4T7aK2yd2reJNnCt { 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:24.375rem;height:1.94921875rem;text-align:center;text-align-last:center;display:block; }
#O2Pc4NwLNQ3RUyWQfgGb0XVTx5lSMeCK { 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:23.6875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#VRFAVrfeFFAobUUmHiSTha48LF34uwcT { 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;height:2.375rem;width:28.8125rem;top:73.1875rem;left:23.0625rem;display:block; }
#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS { 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;display:block; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS.adaptive-delivery-prevent-bg, #bgVTWkWGvg3tNPvoyqozV907VrIzxRGS.lazyload, #bgVTWkWGvg3tNPvoyqozV907VrIzxRGS.lazyloading { background-image: none; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container { background-color: transparent; background-image: none; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container > .video-iframe-container { display: none; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row > .video-iframe-container { display: none; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .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); }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container { border-width: 0; border-radius: 0; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row > .video-iframe-container {  }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#zVDyeHA7DGW6CT96kySmvGREOrJVU5Av { 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:17.5625rem;height:5.0371125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bo1ntc1vIavikQyNe3CnGNoi7sOlRwmI { color:#bf4b75;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:18.1875rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#bo1ntc1vIavikQyNe3CnGNoi7sOlRwmI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#bo1ntc1vIavikQyNe3CnGNoi7sOlRwmI li:before{  }
#iTzOOSTZ4vwBZ5DlhinFERNrJNJA2MH3 { 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:18.1875rem;height:17.5429625rem;text-align:center;text-align-last:center;display:block; }
#K9y0zKGRV7vOtiG4t8myRUPqIhxakRJs { 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:18.25rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#zsDnRz8vT7yFWgAhIOZMNI7k6DSzKZ04 { 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:19rem;display:block; }
#GzF5QOz6pVCPbqrodcfVMeU9ThFOWz0N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS { 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;display:block; }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row .container { background-color: transparent; background-image: none; }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row .container > .video-iframe-container { display: none; }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row > .video-iframe-container { display: none; }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .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); }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row .container { border-width: 0; border-radius: 0; }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row > .video-iframe-container {  }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:75rem;position:relative;display:block; }#EcAc97VNa6vWLXvcRI9o7h5tQU9G8FnI { 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;height:9.5rem;width:18.8125rem;top:2.4375rem;left:3.1875rem;display:block; }
#GHwdl0SBAdwkp8kUSVe8FiR0OGrKnSHk { 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:10.5rem; }
#QRgsTzTKRqWawQqKnKGq56X6v32SZTzd { 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:4.125rem;height:2.11230625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wDaONz0JsaaNyE3ZCXX5hRtlx8uWRzSJ { 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;height:9.5rem;width:18.8125rem;top:2.5rem;left:28.0625rem;display:block; }
#ciWtc2vXmu30izlPRHXBodTimzvTGOps { 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:29rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PE5g4FnHucMByIb84EyLQ7TFZvLP2adO { 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:35.375rem; }
#dmvsguGR6QISiiv3wIZRGG56qLRKwo7M { 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;height:9.5rem;width:18.8125rem;top:2.5rem;left:53.0625rem;display:block; }
#nNgaN6Z1yKByfr1WkARgwQeZzXoJDDos { 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:55.125rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TcTCCAUaWNbfB1kV5W9ZEFnX6F2lUlZU { 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:61rem; }
#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#9d2e56;background-image:none;position:relative;display:block; }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row .container { background-color: transparent; background-image: none; }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row .container > .video-iframe-container { display: none; }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row > .video-iframe-container { display: none; }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .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); }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row .container { border-width: 0; border-radius: 0; }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row > .video-iframe-container {  }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#BuOWNC8hNsyi5q0s4hVKapnqyL3MsAVg { 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:27.25rem;height:6.09375rem;text-align:left;text-align-last:left;display:block; }
#qF8g7dPHIBRbswDBnyTLg3B3KfhZ4Tgm { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.5625rem;width:12.5625rem;top:9.4375rem;left:13.9375rem;overflow:hidden;display:block; }
#gMV6rtfXawN2g4lN3inJKgtHxl0xvTTT { 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:27.25rem;height:3.8984375rem;font-style:normal;display:block; }
#mXc6WO6Sq8FXrQ5gx8hUFfdN04QI2zTn { 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:23.9375rem;height:1.79980625rem;text-align:center;text-align-last:center;display:block; }
#FU8ppmldilBDG2vdqUu0ndCPwLOmFT7o { 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:17.625rem;height:7.5556875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#p8PGmM54M3upwBxRuUOPShbr8n35dwch { 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:17.5625rem;height:2.51855625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qu0zqfXNkvtSyT4yIm2mIsiU4m8PB7uk { z-index:15005;top:26.5rem;left:19.625rem;background-color:#f8f2f5;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 #7b1f45 ;box-sizing:border-box;color:#7b1f45;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; }
#O4rB8796JqHzIK3EEcSt8lECWif5snKp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row .container { background-color: transparent; background-image: none; }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row .container > .video-iframe-container { display: none; }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row > .video-iframe-container { display: none; }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .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); }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row .container { border-width: 0; border-radius: 0; }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row > .video-iframe-container {  }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:75rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TDQmfT7CchPLhGA1iLtxOq8exgJluIVG { display:block; }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goTfHFPxnyQqqeHAuhWAlTpO2Ty5h4RM { width:8.5rem;height:1.75rem;top:0.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTwbTOBosRyk0UfGJQK7Ah6XThs5TyNJ { width:8.4375rem;height:2.375rem;top:0.375rem;left:39.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KN8zgSETwAMaTfuPEGqWi53AfxfKMxUO { width:47.625rem;height:26.737868550369rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVWigskfodgxuG1UQAciwLE8i0Hy108D { width:47.75rem;height:1.9375rem;top:0.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrsWycF9bbDZ7ecHAEmkmLpoN5w0SPG9 { width:46.25rem;height:0;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AHtZ9m60N5nfKIQTlbGcPzT3ly6TXgG5 { width:46.25rem;height:0;top:0.6875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 { display:block; }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT { display:block; }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsFJ0tb3WTBeXTJ2XqlbdTPNFXVC7ikh { width:38.875rem;height:4.375rem;top:0rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #crql4Jeh1oIo7XwnCig8fLd472p5mSzu { display:block; }
 }@media only screen and (max-width: 763px) { #TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk { display:block; }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANkOyngdRvb5uGLcHmuz3GS7yvxGHC2J { width:44.6875rem;height:2.5625rem;top:4.5rem;left:1.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fd693npVyaTsXpH2zOqVR3Prpad1puW6 { width:40.1875rem;height:24.4375rem;top:9.5rem;left:3.75rem;font-size:1.375rem;display:block; }#fd693npVyaTsXpH2zOqVR3Prpad1puW6 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) { #HlBZnXryfI31cRFMhIi2mFHCOllTDZmu { width:39.3125rem;height:2.5625rem;top:1.9375rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEeT88GWk8MSNdKydmfLagQLt0BiLa7x { top:37.0625rem;left:10.3125rem;width:27.125rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #op4CwSPReNqhK8sgmk2VfhpWvTiRoQ0X { display:block; }
 }@media only screen and (max-width: 763px) { #DNeR4eScV56vNdyP5C3y35MeiuCXkNVC { display:block; }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc9gCs5FJBcHQhr11tWbwI1w1SlfyvN6 { width:47.75rem;height:6.5rem;top:2.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #of3L7rgaNazbThinNdertzhKV3rzRhhJ { 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) { #BWxBcC5p4yekAzgJOODwZwJn4p85keKe { width:3.125rem;height:3.125rem;top:13.9375rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMR4f1aggJkbD089665sQImSAMDmyTsg { display:block; }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCQi2QpLxRNLe7TsDgOkWFExhzhLiwOx { width:19.5625rem;height:15.6875rem;top:4.4375rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhO0JOIFlsHhLd6lfaRBH68w6dc9uGxG { width:22rem;height:1.4375rem;top:2.25rem;left:12.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGxvMuukwDyHr1ieyyDnMN411HqdNTM8 { width:38.5625rem;height:8.75rem;top:22.25rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tix25U9vZJWJrLL27S9s2dTODgQeIe8J { top:38.625rem;left:10.3125rem;width:27.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaDiI7iirIuifA9T0LQDGIHOHFHwNiU3 { display:block; }
 }@media only screen and (max-width: 763px) { #doyZneOB0kge8EnonchqXuarcyepPyyP { width:30.75rem;height:4.375rem;top:32.625rem;left:8.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPBppTURXTilegfs2l0l9TaQ17rds3sv { display:block; }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxymTIu2w2xgEyqZWq9mBL8mEANi1l2q { width:25.5rem;height:5.3125rem;top:4.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #InNyS1iBvDnymC82EsmzTmvmTpwyyKka { width:37.5rem;height:1.4375rem;top:2.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oXsODLD3hOGTgG4d461TRV5BX6dB3fG8 { width:23.0625rem;height:12.9375rem;top:28.625rem;left:0.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0f8iXCVCee6oeXSV2gwn2VP9brTddcX { width:18.4375rem;height:8.125rem;top:19.0625rem;left:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSfPnLsalo1iJ7feI79RThMJ5vIzBcVN { width:28.0625rem;height:28.0625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7cvLcA9rpXBEnHHH12H9GrlSrBNmd4t { 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) { #NF9wKMKugw5RKINrXP47AqGqdx2JpHJk { width:28.0625rem;height:28.0625rem;top:15.6875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuGF5VfcuJ79PFp9hL9mf3ZVydDX6zI { width:23.0625rem;height:11.6875rem;top:29.25rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sxsEWZ4zz3c15nu2REN8LCTvJXeTRl1d { width:18.4375rem;height:8.125rem;top:19.5625rem;left:27.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xT44SVm6hU9kkggPZRsK33No6op0zrTQ { 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) { #t3XTaXnxxihUFxPH2DUasCS0Td239pXJ { display:block; }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eT1bTW6y9MFgKcBvP4TRpR98MroyD4L0 { 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) { #BCHlHFTvCdgnmBdu2Tec122IQTBUCxvM { width:28.0625rem;height:29.25rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFyIOu8IRVuGeT5RVXXBQwT5yWks7ufw { width:28.0625rem;height:29.875rem;top:6.5rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzDR4XSDtlRKqtl8rDxkCDCWT74aLv0T { width:18.4375rem;height:8.125rem;top:9.875rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkWIhPfKk1TNoVHr4zM2ompuqbd1TLTx { width:18.4375rem;height:8.125rem;top:9.875rem;left:26.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pn79aSaeFdPsFuGeSS0oOcrdA4DAukv3 { 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) { #n3t9J1ANXynoMSHPt7pTt6bERr42dIyy { width:23.0625rem;height:12.9375rem;top:19.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9XRAL6mStyJXnUi7GUNelTORphyuKlH { width:23.0625rem;height:15.5625rem;top:19.3125rem;left:24.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2pGJK9vUksHRG8XpmRk5KkOMW3T6tLr { width:43.25rem;height:7.25rem;top:39.125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #koes3T9XT9cC8tHpB3O6t843C9d6CKvN { display:block; }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kflDZKeZWfKXFNnmr33hfTxqHW6zwXtr { width:29.5625rem;height:5rem;top:5.125rem;left:9.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1TUTaHBtny7dHxFdZMMTT8cWalQmS7P { top:83.625rem;left:10.3125rem;width:27.125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp4MZChKtE05iTvymEPxZpv0T9DIwJW9 { display:block; }
 }@media only screen and (max-width: 763px) { #ogpqER2WnayUCMKQLOanarHuPxvzDekH { width:29.6875rem;height:22.5rem;top:15.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwp78dXtStkKn8Xb8r7EFTxzs6Sgfa8f { width:29.6875rem;height:17.5625rem;top:39.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIdsPmOcZNg2tHrLwkRovLyAbDF59vmp { width:29.6875rem;height:14.625rem;top:13.5rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtG74J5ciKKf0SUkCOlUeOB4vnN1GsB { width:29.625rem;height:18.5625rem;top:28.875rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZamPOFmsGsT4K3NBoVulEdRQqamwIUT { width:29.6875rem;height:12.5625rem;top:48.0625rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpPIukNHXOzd6hNSES4TLa9hg2dxSEXP { width:47.75rem;height:1.4375rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hL8W29uk72fRcJOVh2HB2pFzhn5HTAvS { width:21.5625rem;height:25rem;top:62.4375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE { display:block; }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgJSt7BOu58DfqKka76DyiVN0JER6Miy { width:39.3125rem;height:2.5625rem;top:2.1875rem;left:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ED3Gu0PrQ6OZJH9aqdPklDceyzbDCRvD { width:47.75rem;height:8.75rem;top:5.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnmtRlcTMrhRiTaiOiORfAhaD6t9gx2H { width:29.1875rem;height:30.5625rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTkIEXO3xi4XVAxfksOxT6uvH9LA3bC { 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) { #rzdeqKcy4zyngBiEa9kxA3nkfHmD8nAF { width:26.125rem;height:2.5625rem;top:18.875rem;left:21.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVebsSOxMS8eUQq8gMp416cPbzlisIFs { display:block; }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxtAINJ25SduE5P4WZgKa6ZNp14OZgTM { width:9.3125rem;height:12.875rem;top:10.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iokV2khFS6idF8uMatWGdwrNTe4lhqWN { width:5.8125rem;height:12.875rem;top:27.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHaITUMlIRuHIOMU5OXH5Hh4azD8vBc { width:5.8125rem;height:12.875rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcrQKOJTozBKDsJo5hHwsTQT8DACdtb { width:5.5625rem;height:12.9375rem;top:54.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJMXrPpkHCCqocTXqZamZnsW4qoN7Ar { width:5.75rem;height:12.9375rem;top:25.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb7SkHfgizySwvz3S8URf4UpPgO6iVgq { width:5.75rem;height:12.9375rem;top:39.125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wax77T93u4UHfTJdaUsTlVUufIvEBdWH { width:5.75rem;height:12.875rem;top:54.1875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf13Lt3Farzu8TGItOVraHoxRx1Hk6LX { width:5.9375rem;height:13.375rem;top:68.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeJkntFPt7PKVePhyWRSBZ91Z3ShooyU { width:31.0625rem;height:5.1875rem;top:3.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqV1iA8WK8p3I3rZ0EmNDkMmTtvBLEXO { width:20.5rem;height:10.375rem;top:11.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhk6X4RSmisCuCVrVVFJ74rOmQb7TW8V { 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) { #FxydcKRN5OIwL0LQcGSmXiNr6aDsaxKG { 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) { #T3d8aNz3pnmJ3GElb83vKWJOGmOlp0e5 { width:21.8125rem;height:10.375rem;top:26rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTO0DHRDrsVp4eTWigknzSSVEWJWSgHr { width:16.5625rem;height:1.25rem;top:27.75rem;left:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOX8yHp1VHnea7xkKECBltgaveSX2s9 { 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) { #Hsk5HOmTXr59LPv9oQWMmx0B4HNWEuNd { width:21.5rem;height:10.375rem;top:40.1875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXMkGbVbfp5hW7nsrldVTvdq3nq71sgW { 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) { #CU95m0mGXPMrZI2KUtIDWaRLLgCeM3NE { 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) { #cyn7lo2JcuevyVct9K2iQ5p6ZcduDML4 { width:21.875rem;height:11.125rem;top:54.5625rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWOGvT2I15r5gW99PApXbzFSBrxg1XoT { 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) { #BqdTKX58vz0mLTgF604yZIA2KBp7TkAP { 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) { #GmRxB7qs05sLknK4hPpbzU4LUTFd7O9B { width:14rem;height:2.5625rem;top:13.4375rem;left:31.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpxofM2AVPa9vtvJETiRsCzC9MpPtl0T { 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) { #mfEQ80Tgqw6Lh1ASDUoIwwmeRMwxtIAx { 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) { #PGc8veSH2u2Z7QrAoAfZLM8oOxTEfvpa { width:21.375rem;height:10.375rem;top:25.8125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv1FPoq7uo9aKTOwTu28imF3A5lhPVcs { 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) { #eTfMWIhtPIwh8xRZ21EMcABXoSoVTQ9f { 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) { #rd40PhIvgM7AKKhHr6qPE4TDKnL6TaS3 { 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) { #T6rAxxk4skxu31TmUyz65bApTx9hr51U { width:21.5rem;height:10.375rem;top:39.8125rem;left:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqEdSKblxMLMUfPQ7To4PxscFKoTtinf { 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) { #O643mxW6XwdpdXJB0F8DskAm0MVTTU7k { width:16.5625rem;height:2.5625rem;top:42rem;left:30.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSe6iLvO93p6iBKVcTIQFEKAOThIo32l { width:17.75rem;height:3.875rem;top:44.8125rem;left:30rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEx5Lgh0y2TIXv2fRnuv7ttUbfh0NSDm { width:21.625rem;height:12.625rem;top:53.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1VGl0gU4i6bCStP4IuXDLDIZ0qQZuw2 { 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) { #ULTzeWHswLOPkUC4zpam5iWwdRGt7Qcn { 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) { #KhKQ1Xoo6sD0NqUvcKLbXNwUMBx1kWfR { 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) { #KSRKU9DQvDlMooltNAfJ2yqm0bXB0kyR { 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) { #xNWmXTGoRHdWLz5NGT6ZwXoPZMQO4ius { width:20.5rem;height:10.375rem;top:11.5625rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTncAGwQZPByf9TD6pa97QSxpS7iSmf { 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) { #wiSId0M5Xw5grOLJEBsAvOdQP6M9hqXP { 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) { #sOKUWLZKBCnOSmc2xq8rWPORmoJncg4Z { 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) { #wMEhdFcqfIQgiCOdQoPSNopFN6bDNx8W { 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) { #abAbT7Apnm1T26OunyFp4tTwvv7WWOcM { 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) { #Zf0X0lc1ci8Z4gL9LTNdhpAGcCQLEw7k { 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) { #KhrRh0eMsq7P3C8gDUJA7TrLQqFHdqQn { width:11.125rem;height:4rem;top:40.3125rem;left:30rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #h4SaKhxGefC2fbvTFyNtnXWr8KO3MFst { width:20rem;height:2.75rem;top:2rem;left:0rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lHeDh99Q7KeWbU42q6b0rEpte44qa8pH { 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) { #AIQEVwx0x3n1CVsGgF6klQw2g7xplTaE { width:9.375rem;height:13.0625rem;top:71.0625rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aO6WQe26L1l8XUX4n1lVcRRyh2JRyhXv { 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) { #apE4hzeMVCrwkpNEsZWwdm1R58chU2TG { width:12.5rem;height:1.375rem;top:70.1875rem;left:31rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEg9lPF1rwGQT3vDMTmVvgf56TzEXMTw { width:21.875rem;height:11.125rem;top:69.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpXnps1ezuWw8eaSF9bh4AE8ZS7SmhZ0 { width:23.5rem;height:16.6875rem;top:68.75rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxiQDxTeE1afPe79quTk2hOx7LJ2zTJC { 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) { #TsrUmMcdioTBMONhDQBtpEQHwVKAEFED { width:9.3125rem;height:12.875rem;top:10.9375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 { display:block; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KClMFolGrX0z4FF3EoBWETmHJ1pH0RVn { width:26.25rem;height:2.3125rem;top:1.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hd35y7Q5FiLL3Nvrz4dHQoW1G2gW5mQr { width:47rem;height:34.625rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9bBLskdkQfsaA2kZb7vgtZH3Uohl4a0 { width:34.6875rem;height:37.875rem;top:9.9375rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVfDmMSrk3CHMweZfPsAPRTzgJt3Mc78 { width:23.1875rem;height:26.75rem;top:18.375rem;left:24.5625rem;font-size:1rem;display:block; }#wVfDmMSrk3CHMweZfPsAPRTzgJt3Mc78 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) { #hT1qlrKIRC7ldZlr1g1V9wxowgcg0VK3 { width:26.25rem;height:1.75rem;top:7.8125rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyy2pRid7TLFCA26yDkI8mVRtSkIEa9H { width:26.25rem;height:1.9375rem;top:11.625rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qmsJ2dUyH7FW5TydH3qwK4KHSOKOtv4h { width:24.3125rem;height:2.875rem;top:14.5625rem;left:23.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqslErZMMATMguDeB6UvT5DWJTAgAX9D { width:11.5rem;height:34.4375rem;top:7.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWl26c1Qsfm3iLaLb1LdKgucbAdwoqtn { width:32.0625rem;height:4.6875rem;top:48.4375rem;left:15.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgTUT9V7bhMaMAdxVpBK8JZEb16r2xT9 { width:18.1875rem;height:1.625rem;top:53.125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLdntD5q5FwIpu651veWVWM44H2u9iDh { display:block; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXrSBLwn0ZmnwZ3xBgpnTbTrXENV51uD { width:47.75rem;height:4.6875rem;top:2.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ew6HM9tbiP4ot28941JMpcqy6IPeousu { width:34.5625rem;height:36.9375rem;top:12.6875rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtz5xUt6Ps9RTwJa2uZzqyFoLC4gC6r { width:26.25rem;height:1.75rem;top:10.75rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Drr9rKmTfeTusuVVPODZHfGPHbQizJCL { width:26.25rem;height:1.9375rem;top:14.375rem;left:21.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nd9yLJ1VHGrAs0W8weNBAxaKfaz7eGgO { width:24.3125rem;height:2.875rem;top:17.125rem;left:23.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB57DT5ox1lfUVgG3TlGVt7kbmM1GD74 { width:11.5rem;height:34.4375rem;top:10.4375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #irSTWsiwJ3tRC6qGNo9b7N5ZiPKlBxQz { width:44.6875rem;height:38.9375rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyy9cm59HobnHU890k06ZRcqspRTxb30 { width:23.1875rem;height:26.75rem;top:20.8125rem;left:24.5625rem;font-size:1rem;display:block; }#Hyy9cm59HobnHU890k06ZRcqspRTxb30 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) { #w8bEszeh1h2Bq79m4RTxirTk9CQZTfW5 { width:31.625rem;height:4.6875rem;top:50.625rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoIlVbnXXTaUuWNuDI9WZaLQSgKPzpg8 { width:18.1875rem;height:1.625rem;top:55.3125rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp { display:block; }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOesGOG2yGG3uTLIf4FK92lKFoJVKgw2 { 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) { #DzDVa0Og7lrQdHqDzsq52hvS7wxxVWK2 { width:9.5rem;height:6.4375rem;top:19.0625rem;left:38.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5q2UppDxWNwqhwLnwiuG0phdwk91MS { width:8.625rem;height:3.1875rem;top:20.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnb1IxDOdt0SsGVrIndqARoD46C8rPkt { width:8.3125rem;height:3.125rem;top:23.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5TKy7MNekfEZTLh8Olxfn2H3QEFFH2a { width:16.5625rem;height:29.9375rem;top:7.75rem;left:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkkPenbJBuyUvlbAFIzGwmc1lHBft6gZ { width:47.75rem;height:20.4375rem;top:36.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSMpX0sGtnoeVEADUPVaIJMu8ItXAByl { width:12.1875rem;height:21.75rem;top:11.0625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5VJuCu2JwHkc1K29cJ1gmZVJWtqfgo0 { width:12.1875rem;height:21.75rem;top:11.0625rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlgwuF1ELp4MQIlLZAboxVEu1bcKgntN { 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) { #v31fpJETcFSDB3leAqgTLC8srLaU3bAu { display:block; }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqiW4hgObX3ZxN9oBlLL4P2DwA33ALwf { width:31.625rem;height:57.9375rem;top:29.0625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDd53cbe9Q1OUbyGM0A3JxrhdaSK0Ee { width:23.375rem;height:11rem;top:49.8125rem;left:12.6875rem;font-size:1rem;display:block; }#lFDd53cbe9Q1OUbyGM0A3JxrhdaSK0Ee 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) { #dQFiHwp7aezbbo4mdTmmNkp4MIbaHaVX { width:24.3125rem;height:1.25rem;top:70.8125rem;left:11.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xofrUyN8iVf6cMtUaplfAhhHvcd1T5oz { 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) { #F9ZWPRMpOqIKO0xLqgTtEBemNIuAGX8c { 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) { #B6AEAxaqHIITHUBCFXoC78f7ig45aGrS { width:26.25rem;height:1.75rem;top:6rem;left:10.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eARTu0o8Z1TTJVhHBCbl7AOzG9ScQ2No { 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) { #Z8g296aZSdXO0o9v69zWKZutXVmygvHO { width:37rem;height:4.75rem;top:76.75rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVS9UHT8iohQO8ehCUkFTnBx5OFsT6Ha { display:block; }
 }@media only screen and (max-width: 763px) { #Elh9NUOqVev943DxvUO9TiGIUPV8T6zS { width:9.75rem;height:9rem;top:63.0625rem;left:18.8125rem;font-size:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCkFvfa6fntqWD2EDqLXiIDD0xfBm1Z1 { 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) { #d2IXOBH5b22BHpTm2FNoEgCJIvUIm9b5 { 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) { #vu0viOgBRoNti7Adc5rcaE8G8GOV4gd4 { width:26.5rem;height:2.625rem;top:83.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENfnzQ86xaZPrdAmLKlHtmT83qZW4rAq { width:20.625rem;height:9.0625rem;top:36.25rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ1AF6aukAvFT1aakaQphnvBZkSIzBVl { width:2.5rem;height:1.9375rem;top:67rem;left:16.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hh0y50Tifn5sWq1hTDTwl3f9xiSfEZpv { width:29.0625rem;height:21.4375rem;top:15.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIszTOFxCZHJlppRSOquZ5OHgyVE6eqO { width:23.8125rem;height:20.75rem;top:18.1875rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUDqH54e2oVawnEX7Zme4nIg5llXfAxc { width:23.9375rem;height:34rem;top:6.0625rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r34MLrKyQI57TdqT4T7aK2yd2reJNnCt { 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) { #O2Pc4NwLNQ3RUyWQfgGb0XVTx5lSMeCK { 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) { #VRFAVrfeFFAobUUmHiSTha48LF34uwcT { width:28.8125rem;height:2.375rem;top:73.1875rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgVTWkWGvg3tNPvoyqozV907VrIzxRGS { display:block; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVDyeHA7DGW6CT96kySmvGREOrJVU5Av { width:39.8125rem;height:5rem;top:2.6875rem;left:3.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo1ntc1vIavikQyNe3CnGNoi7sOlRwmI { width:38.5625rem;height:;top:32.125rem;left:4.5625rem;font-size:1.125rem;display:block; }#bo1ntc1vIavikQyNe3CnGNoi7sOlRwmI li:before{  }
 }@media only screen and (max-width: 763px) { #iTzOOSTZ4vwBZ5DlhinFERNrJNJA2MH3 { width:38.5625rem;height:20.4375rem;top:9.9375rem;left:4.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K9y0zKGRV7vOtiG4t8myRUPqIhxakRJs { width:38.5625rem;height:2.875rem;top:42.4375rem;left:4.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsDnRz8vT7yFWgAhIOZMNI7k6DSzKZ04 { width:37rem;height:4.75rem;top:47.625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzF5QOz6pVCPbqrodcfVMeU9ThFOWz0N { display:block; }
 }@media only screen and (max-width: 763px) { #S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS { display:block; }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcAc97VNa6vWLXvcRI9o7h5tQU9G8FnI { width:18.8125rem;height:9.5rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHwdl0SBAdwkp8kUSVe8FiR0OGrKnSHk { width:4.375rem;height:4.375rem;top:0.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRgsTzTKRqWawQqKnKGq56X6v32SZTzd { width:17.125rem;height:4.1875rem;top:6.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDaONz0JsaaNyE3ZCXX5hRtlx8uWRzSJ { width:18.8125rem;height:9.5rem;top:2.5rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciWtc2vXmu30izlPRHXBodTimzvTGOps { 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) { #PE5g4FnHucMByIb84EyLQ7TFZvLP2adO { width:4.375rem;height:4.375rem;top:0.6875rem;left:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvsguGR6QISiiv3wIZRGG56qLRKwo7M { width:18.8125rem;height:9.5rem;top:2.5rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNgaN6Z1yKByfr1WkARgwQeZzXoJDDos { 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) { #TcTCCAUaWNbfB1kV5W9ZEFnX6F2lUlZU { width:4.375rem;height:4.375rem;top:0.625rem;left:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKdvCBPG635cc4oGqrexLU9HaIHd1qa { display:block; }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuOWNC8hNsyi5q0s4hVKapnqyL3MsAVg { width:36.9375rem;height:6.0625rem;top:15.875rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qF8g7dPHIBRbswDBnyTLg3B3KfhZ4Tgm { width:12.5625rem;height:11.5625rem;top:9.4375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMV6rtfXawN2g4lN3inJKgtHxl0xvTTT { 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) { #mXc6WO6Sq8FXrQ5gx8hUFfdN04QI2zTn { 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) { #FU8ppmldilBDG2vdqUu0ndCPwLOmFT7o { width:39.8125rem;height:0;top:2.9375rem;left:4rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8PGmM54M3upwBxRuUOPShbr8n35dwch { width:39.8125rem;height:2.5rem;top:23.3125rem;left:3.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu0zqfXNkvtSyT4yIm2mIsiU4m8PB7uk { top:26.5rem;left:6rem;width:35.75rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4rB8796JqHzIK3EEcSt8lECWif5snKp { display:block; }
 }@media only screen and (max-width: 763px) { #B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK { display:block; }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .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) { #TDQmfT7CchPLhGA1iLtxOq8exgJluIVG { display:block; }#TDQmfT7CchPLhGA1iLtxOq8exgJluIVG > .row .container { width:20rem;height:2.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goTfHFPxnyQqqeHAuhWAlTpO2Ty5h4RM { width:8.5rem;height:1.75rem;top:0.3125rem;left:5.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #gTwbTOBosRyk0UfGJQK7Ah6XThs5TyNJ { width:8.4375rem;height:2.375rem;top:0.25rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:24.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KN8zgSETwAMaTfuPEGqWi53AfxfKMxUO { height:11.15725rem;width:19.875rem;top:10.61328125rem;left:0rem;box-shadow: 0.0625rem 0.0625rem 1.6875rem rgba(252,54,116,0.54) ;display:block; }
 }@media only screen and (max-width: 763px) { #NVWigskfodgxuG1UQAciwLE8i0Hy108D { width:20rem;height:2.19921875rem;top:0.75rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #lrsWycF9bbDZ7ecHAEmkmLpoN5w0SPG9 { width:15.1875rem;height:4.94824375rem;top:3.9375rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AHtZ9m60N5nfKIQTlbGcPzT3ly6TXgG5 { width:4.375rem;height:5.5rem;top:3.5rem;left:0rem;text-align:center;text-align-last:center;font-size:6.875rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 { display:block; }#l7XGQXhGFvE0RLOmqbaXPxixdenytPO0 > .row .container { width:20rem;height:2.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT { display:block; }#wg8rppy1nAdbF34HfNZG8Ns1XfK6PDrT > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FsFJ0tb3WTBeXTJ2XqlbdTPNFXVC7ikh { width:20rem;height:4.375rem;top:0.59375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #crql4Jeh1oIo7XwnCig8fLd472p5mSzu { display:block; }
 }@media only screen and (max-width: 763px) { #TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk { display:block; }#TQnSLSJohsPCQWTV5eBFUpAIISpnBRWk > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ANkOyngdRvb5uGLcHmuz3GS7yvxGHC2J { 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) { #fd693npVyaTsXpH2zOqVR3Prpad1puW6 { width:20rem;height:29.026375rem;top:8.625rem;left:0rem;font-size:1.125rem;display:block; }#fd693npVyaTsXpH2zOqVR3Prpad1puW6 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) { #HlBZnXryfI31cRFMhIi2mFHCOllTDZmu { 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) { #eEeT88GWk8MSNdKydmfLagQLt0BiLa7x { top:40.4404375rem;left:0.5rem;width:19rem;height:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #op4CwSPReNqhK8sgmk2VfhpWvTiRoQ0X { display:block; }
 }@media only screen and (max-width: 763px) { #DNeR4eScV56vNdyP5C3y35MeiuCXkNVC { display:block; }#DNeR4eScV56vNdyP5C3y35MeiuCXkNVC > .row .container { width:20rem;height:23.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zc9gCs5FJBcHQhr11tWbwI1w1SlfyvN6 { 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) { #of3L7rgaNazbThinNdertzhKV3rzRhhJ { width:20rem;height:6.875rem;top:11.75rem;left:0rem;font-size:1.375rem;line-height:1;color:#fc3674;display:block; }
 }@media only screen and (max-width: 763px) { #BWxBcC5p4yekAzgJOODwZwJn4p85keKe { width:3.125rem;height:3.125rem;top:19.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMR4f1aggJkbD089665sQImSAMDmyTsg { display:block; }#bMR4f1aggJkbD089665sQImSAMDmyTsg > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SCQi2QpLxRNLe7TsDgOkWFExhzhLiwOx { width:14.625rem;height:11.6875rem;top:3.1484375rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhO0JOIFlsHhLd6lfaRBH68w6dc9uGxG { width:20rem;height:1.4619125rem;top:1.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGxvMuukwDyHr1ieyyDnMN411HqdNTM8 { 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) { #tix25U9vZJWJrLL27S9s2dTODgQeIe8J { 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) { #OaDiI7iirIuifA9T0LQDGIHOHFHwNiU3 { display:block; }
 }@media only screen and (max-width: 763px) { #doyZneOB0kge8EnonchqXuarcyepPyyP { 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) { #fPBppTURXTilegfs2l0l9TaQ17rds3sv { display:block; }#fPBppTURXTilegfs2l0l9TaQ17rds3sv > .row .container { width:20rem;height:70.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qxymTIu2w2xgEyqZWq9mBL8mEANi1l2q { width:20rem;height:3.25rem;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) { #InNyS1iBvDnymC82EsmzTmvmTpwyyKka { width:20rem;height:1.23730625rem;top:6.125rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #oXsODLD3hOGTgG4d461TRV5BX6dB3fG8 { 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) { #B0f8iXCVCee6oeXSV2gwn2VP9brTddcX { 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) { #iSfPnLsalo1iJ7feI79RThMJ5vIzBcVN { width:20rem;height:25.625rem;top:12.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7cvLcA9rpXBEnHHH12H9GrlSrBNmd4t { 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) { #NF9wKMKugw5RKINrXP47AqGqdx2JpHJk { width:20rem;height:25.125rem;top:44.181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhuGF5VfcuJ79PFp9hL9mf3ZVydDX6zI { width:18.75rem;height:14.297875rem;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) { #sxsEWZ4zz3c15nu2REN8LCTvJXeTRl1d { 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) { #xT44SVm6hU9kkggPZRsK33No6op0zrTQ { 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) { #t3XTaXnxxihUFxPH2DUasCS0Td239pXJ { display:block; }#t3XTaXnxxihUFxPH2DUasCS0Td239pXJ > .row .container { width:20rem;height:81.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eT1bTW6y9MFgKcBvP4TRpR98MroyD4L0 { 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) { #BCHlHFTvCdgnmBdu2Tec122IQTBUCxvM { width:20rem;height:26.0625rem;top:4.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFyIOu8IRVuGeT5RVXXBQwT5yWks7ufw { width:20rem;height:29.875rem;top:36.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzDR4XSDtlRKqtl8rDxkCDCWT74aLv0T { 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) { #pkWIhPfKk1TNoVHr4zM2ompuqbd1TLTx { 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) { #pn79aSaeFdPsFuGeSS0oOcrdA4DAukv3 { 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) { #n3t9J1ANXynoMSHPt7pTt6bERr42dIyy { 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) { #z9XRAL6mStyJXnUi7GUNelTORphyuKlH { 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) { #a2pGJK9vUksHRG8XpmRk5KkOMW3T6tLr { width:20rem;height:11.6953125rem;top:68.4931640625rem;left:0rem;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #koes3T9XT9cC8tHpB3O6t843C9d6CKvN { display:block; }#koes3T9XT9cC8tHpB3O6t843C9d6CKvN > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kflDZKeZWfKXFNnmr33hfTxqHW6zwXtr { 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) { #F1TUTaHBtny7dHxFdZMMTT8cWalQmS7P { top:88.6875rem;left:0rem;width:20rem;height:4.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fp4MZChKtE05iTvymEPxZpv0T9DIwJW9 { display:block; }
 }@media only screen and (max-width: 763px) { #ogpqER2WnayUCMKQLOanarHuPxvzDekH { width:20rem;height:15.157894736842rem;top:10.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dwp78dXtStkKn8Xb8r7EFTxzs6Sgfa8f { width:20rem;height:11.831578947368rem;top:37.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIdsPmOcZNg2tHrLwkRovLyAbDF59vmp { width:20rem;height:9.8526315789475rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sNtG74J5ciKKf0SUkCOlUeOB4vnN1GsB { width:20rem;height:12.53164556962rem;top:50.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZamPOFmsGsT4K3NBoVulEdRQqamwIUT { width:20rem;height:8.4631578947369rem;top:64.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HpPIukNHXOzd6hNSES4TLa9hg2dxSEXP { 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) { #hL8W29uk72fRcJOVh2HB2pFzhn5HTAvS { width:14.5625rem;height:16.875rem;top:74.3125rem;left:2.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE { display:block; }#ChHEUEX5TTapnMGsnkUF8U7PhJoITrTE > .row .container { width:20rem;height:76.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XgJSt7BOu58DfqKka76DyiVN0JER6Miy { 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) { #ED3Gu0PrQ6OZJH9aqdPklDceyzbDCRvD { width:20rem;height:17.54294375rem;top:5.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SnmtRlcTMrhRiTaiOiORfAhaD6t9gx2H { width:20rem;height:20.941375rem;top:24.18359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdTkIEXO3xi4XVAxfksOxT6uvH9LA3bC { width:20rem;height:27.77635625rem;top:47rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzdeqKcy4zyngBiEa9kxA3nkfHmD8nAF { 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) { #WVebsSOxMS8eUQq8gMp416cPbzlisIFs { display:block; }#WVebsSOxMS8eUQq8gMp416cPbzlisIFs > .row .container { width:20rem;height:146.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxtAINJ25SduE5P4WZgKa6ZNp14OZgTM { width:7.9375rem;height:10.9375rem;top:6.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iokV2khFS6idF8uMatWGdwrNTe4lhqWN { width:5.8125rem;height:12.875rem;top:31.8125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfHaITUMlIRuHIOMU5OXH5Hh4azD8vBc { width:5.8125rem;height:12.875rem;top:45.3125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXcrQKOJTozBKDsJo5hHwsTQT8DACdtb { width:5.5625rem;height:12.9375rem;top:58.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfJMXrPpkHCCqocTXqZamZnsW4qoN7Ar { width:5.75rem;height:12.9375rem;top:71.8125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nb7SkHfgizySwvz3S8URf4UpPgO6iVgq { width:5.75rem;height:12.9375rem;top:85.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wax77T93u4UHfTJdaUsTlVUufIvEBdWH { width:5.75rem;height:12.875rem;top:99.25rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mf13Lt3Farzu8TGItOVraHoxRx1Hk6LX { width:5.75rem;height:12.6875rem;top:112.9375rem;left:0.9375rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #UeJkntFPt7PKVePhyWRSBZ91Z3ShooyU { 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) { #yqV1iA8WK8p3I3rZ0EmNDkMmTtvBLEXO { width:17.6875rem;height:9rem;top:7.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nhk6X4RSmisCuCVrVVFJ74rOmQb7TW8V { width:9.625rem;height:1.75rem;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) { #FxydcKRN5OIwL0LQcGSmXiNr6aDsaxKG { 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) { #T3d8aNz3pnmJ3GElb83vKWJOGmOlp0e5 { width:15.9375rem;height:9.5625rem;top:33.1875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTO0DHRDrsVp4eTWigknzSSVEWJWSgHr { width:11rem;height:1.13736875rem;top:35.625rem;left:7.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnOX8yHp1VHnea7xkKECBltgaveSX2s9 { 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) { #Hsk5HOmTXr59LPv9oQWMmx0B4HNWEuNd { width:15.3125rem;height:9.1875rem;top:46.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXMkGbVbfp5hW7nsrldVTvdq3nq71sgW { width:9.0625rem;height:1.13736875rem;top:49.6875rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CU95m0mGXPMrZI2KUtIDWaRLLgCeM3NE { 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) { #cyn7lo2JcuevyVct9K2iQ5p6ZcduDML4 { width:15.5625rem;height:9.0625rem;top:60.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWOGvT2I15r5gW99PApXbzFSBrxg1XoT { width:8.125rem;height:1.13736875rem;top:62.625rem;left:7.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqdTKX58vz0mLTgF604yZIA2KBp7TkAP { 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) { #GmRxB7qs05sLknK4hPpbzU4LUTFd7O9B { width:9.125rem;height:1.75rem;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) { #TpxofM2AVPa9vtvJETiRsCzC9MpPtl0T { 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) { #mfEQ80Tgqw6Lh1ASDUoIwwmeRMwxtIAx { width:8.75rem;height:0.974825rem;top:20.6875rem;left:9.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGc8veSH2u2Z7QrAoAfZLM8oOxTEfvpa { width:15.4375rem;height:8.9375rem;top:73.3125rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pv1FPoq7uo9aKTOwTu28imF3A5lhPVcs { width:6.3125rem;height:0.974825rem;top:75rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTfMWIhtPIwh8xRZ21EMcABXoSoVTQ9f { width:10rem;height:1.75rem;top:76.5625rem;left:7.6875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rd40PhIvgM7AKKhHr6qPE4TDKnL6TaS3 { 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) { #T6rAxxk4skxu31TmUyz65bApTx9hr51U { width:15.875rem;height:9.375rem;top:87rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqEdSKblxMLMUfPQ7To4PxscFKoTtinf { width:7.6875rem;height:0.82486875rem;top:87.5625rem;left:7.6875rem;font-size:0.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #O643mxW6XwdpdXJB0F8DskAm0MVTTU7k { width:10.0625rem;height:2.625rem;top:88.6875rem;left:7.6875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lSe6iLvO93p6iBKVcTIQFEKAOThIo32l { 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) { #QEx5Lgh0y2TIXv2fRnuv7ttUbfh0NSDm { width:16.0625rem;height:10.25rem;top:100.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1VGl0gU4i6bCStP4IuXDLDIZ0qQZuw2 { width:8.8125rem;height:1.75rem;top:102.125rem;left:7.6875rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ULTzeWHswLOPkUC4zpam5iWwdRGt7Qcn { 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) { #KhKQ1Xoo6sD0NqUvcKLbXNwUMBx1kWfR { 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) { #KSRKU9DQvDlMooltNAfJ2yqm0bXB0kyR { 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) { #xNWmXTGoRHdWLz5NGT6ZwXoPZMQO4ius { width:15.4375rem;height:9.5rem;top:20.0625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNTncAGwQZPByf9TD6pa97QSxpS7iSmf { width:8.75rem;height:0.974825rem;top:8.0625rem;left:9rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiSId0M5Xw5grOLJEBsAvOdQP6M9hqXP { width:7.625rem;height:0.974825rem;top:33.9375rem;left:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOKUWLZKBCnOSmc2xq8rWPORmoJncg4Z { width:4.4375rem;height:1.0559875rem;top:48.1875rem;left:7.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMEhdFcqfIQgiCOdQoPSNopFN6bDNx8W { width:7rem;height:0.974825rem;top:61.5rem;left:7.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #abAbT7Apnm1T26OunyFp4tTwvv7WWOcM { width:7.6875rem;height:0.974825rem;top:100.8125rem;left:7.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf0X0lc1ci8Z4gL9LTNdhpAGcCQLEw7k { width:7.6875rem;height:0.974825rem;top:115.875rem;left:7.6875rem;font-size:0.75rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #KhrRh0eMsq7P3C8gDUJA7TrLQqFHdqQn { 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) { #h4SaKhxGefC2fbvTFyNtnXWr8KO3MFst { 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) { #lHeDh99Q7KeWbU42q6b0rEpte44qa8pH { 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) { #AIQEVwx0x3n1CVsGgF6klQw2g7xplTaE { width:7.8125rem;height:11.125rem;top:129.8125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aO6WQe26L1l8XUX4n1lVcRRyh2JRyhXv { 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) { #apE4hzeMVCrwkpNEsZWwdm1R58chU2TG { 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) { #TEg9lPF1rwGQT3vDMTmVvgf56TzEXMTw { width:16.5rem;height:11.125rem;top:113.71875190735rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpXnps1ezuWw8eaSF9bh4AE8ZS7SmhZ0 { width:17.6875rem;height:17.75rem;top:126.50000190735rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lxiQDxTeE1afPe79quTk2hOx7LJ2zTJC { width:7.6875rem;height:0.974825rem;top:127.65000152588rem;left:8.5000003576281rem;font-size:0.75rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #TsrUmMcdioTBMONhDQBtpEQHwVKAEFED { width:7.875rem;height:11rem;top:19.656250953674rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 { background-color:#f8f2f5;background-image:none;display:block; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container { background-color: transparent; background-image: none; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container > .video-iframe-container { display: none; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row > .video-iframe-container { display: none; }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .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); }#c3yTz0vTmbKVvXeZhDipAgXbe9SQk9V0 > .row .container { width:20rem;height:57.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KClMFolGrX0z4FF3EoBWETmHJ1pH0RVn { 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) { #hd35y7Q5FiLL3Nvrz4dHQoW1G2gW5mQr { width:20rem;height:14.78225rem;top:37.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9bBLskdkQfsaA2kZb7vgtZH3Uohl4a0 { width:20rem;height:35.25rem;top:9.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVfDmMSrk3CHMweZfPsAPRTzgJt3Mc78 { width:18.25rem;height:18.496125rem;top:18.1884765625rem;left:0.875rem;font-size:1rem;line-height:1.6;display:block; }#wVfDmMSrk3CHMweZfPsAPRTzgJt3Mc78 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) { #hT1qlrKIRC7ldZlr1g1V9wxowgcg0VK3 { 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) { #zyy2pRid7TLFCA26yDkI8mVRtSkIEa9H { 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) { #qmsJ2dUyH7FW5TydH3qwK4KHSOKOtv4h { width:20rem;height:4.38574375rem;top:12.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FqslErZMMATMguDeB6UvT5DWJTAgAX9D { width:7.375rem;height:5.3125rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWl26c1Qsfm3iLaLb1LdKgucbAdwoqtn { 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) { #EgTUT9V7bhMaMAdxVpBK8JZEb16r2xT9 { width:18.1875rem;height:1.0996125rem;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) { #dLdntD5q5FwIpu651veWVWM44H2u9iDh { background-color:rgba(248,242,245,0.81);background-image:none;display:block; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container { background-color: transparent; background-image: none; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container > .video-iframe-container { display: none; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row > .video-iframe-container { display: none; }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .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); }#dLdntD5q5FwIpu651veWVWM44H2u9iDh > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CXrSBLwn0ZmnwZ3xBgpnTbTrXENV51uD { 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) { #Ew6HM9tbiP4ot28941JMpcqy6IPeousu { width:19.875rem;height:39.1875rem;top:13.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEtz5xUt6Ps9RTwJa2uZzqyFoLC4gC6r { 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) { #Drr9rKmTfeTusuVVPODZHfGPHbQizJCL { 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) { #Nd9yLJ1VHGrAs0W8weNBAxaKfaz7eGgO { width:20rem;height:4.38574375rem;top:16.46875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB57DT5ox1lfUVgG3TlGVt7kbmM1GD74 { width:8.0625rem;height:5.9375rem;top:11.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irSTWsiwJ3tRC6qGNo9b7N5ZiPKlBxQz { width:20rem;height:17.4306875rem;top:41.640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hyy9cm59HobnHU890k06ZRcqspRTxb30 { width:18.75rem;height:20.0956875rem;top:21.5458984375rem;left:0.625rem;font-size:1rem;line-height:1.6;display:block; }#Hyy9cm59HobnHU890k06ZRcqspRTxb30 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) { #w8bEszeh1h2Bq79m4RTxirTk9CQZTfW5 { 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) { #MoIlVbnXXTaUuWNuDI9WZaLQSgKPzpg8 { width:18.1875rem;height:1.0996125rem;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) { #Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp { display:block; }#Xm5C35zcV5AWVgaug0PsI3BNUDafSTsp > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oOesGOG2yGG3uTLIf4FK92lKFoJVKgw2 { 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) { #DzDVa0Og7lrQdHqDzsq52hvS7wxxVWK2 { width:6.75rem;height:4.5625rem;top:6.625rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS5q2UppDxWNwqhwLnwiuG0phdwk91MS { width:8.3125rem;height:3rem;top:31.625rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnb1IxDOdt0SsGVrIndqARoD46C8rPkt { width:8.3125rem;height:3.125rem;top:31.5625rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5TKy7MNekfEZTLh8Olxfn2H3QEFFH2a { width:11.5625rem;height:21rem;top:9.9375rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkkPenbJBuyUvlbAFIzGwmc1lHBft6gZ { width:20rem;height:39.47164375rem;top:36.0654296875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSMpX0sGtnoeVEADUPVaIJMu8ItXAByl { width:8.625rem;height:15.625rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5VJuCu2JwHkc1K29cJ1gmZVJWtqfgo0 { width:8.9375rem;height:16rem;top:12rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZlgwuF1ELp4MQIlLZAboxVEu1bcKgntN { 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) { #v31fpJETcFSDB3leAqgTLC8srLaU3bAu { display:block; }#v31fpJETcFSDB3leAqgTLC8srLaU3bAu > .row .container { width:20rem;height:79.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SqiW4hgObX3ZxN9oBlLL4P2DwA33ALwf { width:18.875rem;height:59.125rem;top:18.5947265625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFDd53cbe9Q1OUbyGM0A3JxrhdaSK0Ee { width:17.3125rem;height:10.5215rem;top:43.3681640625rem;left:1.34375rem;font-size:1rem;line-height:1.1;display:block; }#lFDd53cbe9Q1OUbyGM0A3JxrhdaSK0Ee 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) { #dQFiHwp7aezbbo4mdTmmNkp4MIbaHaVX { width:20rem;height:1.29980625rem;top:64.7001953125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xofrUyN8iVf6cMtUaplfAhhHvcd1T5oz { 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) { #F9ZWPRMpOqIKO0xLqgTtEBemNIuAGX8c { 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) { #B6AEAxaqHIITHUBCFXoC78f7ig45aGrS { width:20rem;height:1.23730625rem;top:6.0908203125rem;left:0rem;font-size:1.125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #eARTu0o8Z1TTJVhHBCbl7AOzG9ScQ2No { width:20rem;height:1.4433625rem;top:40.607421875rem;left:0rem;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Z8g296aZSdXO0o9v69zWKZutXVmygvHO { width:20rem;height:4.3125rem;top:69.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVS9UHT8iohQO8ehCUkFTnBx5OFsT6Ha { display:block; }
 }@media only screen and (max-width: 763px) { #Elh9NUOqVev943DxvUO9TiGIUPV8T6zS { 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) { #QCkFvfa6fntqWD2EDqLXiIDD0xfBm1Z1 { width:3.1875rem;height:2.35546875rem;top:59.875rem;left:14.5625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2IXOBH5b22BHpTm2FNoEgCJIvUIm9b5 { 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) { #vu0viOgBRoNti7Adc5rcaE8G8GOV4gd4 { width:16.75rem;height:1.5625rem;top:75.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENfnzQ86xaZPrdAmLKlHtmT83qZW4rAq { width:16.9375rem;height:7.4375rem;top:30.6943359375rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZ1AF6aukAvFT1aakaQphnvBZkSIzBVl { 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) { #Hh0y50Tifn5sWq1hTDTwl3f9xiSfEZpv { width:20rem;height:14.7519375rem;top:15.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIszTOFxCZHJlppRSOquZ5OHgyVE6eqO { width:20rem;height:17.42775rem;top:7.943359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUDqH54e2oVawnEX7Zme4nIg5llXfAxc { width:20rem;height:34rem;top:88.945296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #r34MLrKyQI57TdqT4T7aK2yd2reJNnCt { 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) { #O2Pc4NwLNQ3RUyWQfgGb0XVTx5lSMeCK { width:20rem;height:0.9619125rem;top:67.125rem;left:0rem;font-size:0.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VRFAVrfeFFAobUUmHiSTha48LF34uwcT { width:20rem;height:1.75rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgVTWkWGvg3tNPvoyqozV907VrIzxRGS { background-color:#fce5f0;background-image:none;display:block; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container { background-color: transparent; background-image: none; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container > .video-iframe-container { display: none; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row > .video-iframe-container { display: none; }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .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); }#bgVTWkWGvg3tNPvoyqozV907VrIzxRGS > .row .container { width:20rem;height:75.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zVDyeHA7DGW6CT96kySmvGREOrJVU5Av { width:20rem;height:4.875rem;top:2rem;left:0rem;font-size:1.625rem;line-height:1;color:#7b1f45;display:block; }
 }@media only screen and (max-width: 763px) { #bo1ntc1vIavikQyNe3CnGNoi7sOlRwmI { width:20rem;height:13.46975rem;top:45.3125rem;left:0rem;font-size:1.125rem;line-height:1.3;color:#bf4b75;display:block; }#bo1ntc1vIavikQyNe3CnGNoi7sOlRwmI li:before{  }
 }@media only screen and (max-width: 763px) { #iTzOOSTZ4vwBZ5DlhinFERNrJNJA2MH3 { width:20rem;height:35.0859rem;top:8.75rem;left:0rem;font-size:1.125rem;line-height:1.3;color:#7b1f45;display:block; }
 }@media only screen and (max-width: 763px) { #K9y0zKGRV7vOtiG4t8myRUPqIhxakRJs { width:18.25rem;height:5.84765625rem;top:60.8125rem;left:0.875rem;font-size:1.125rem;line-height:1.3;color:#7b1f45;display:block; }
 }@media only screen and (max-width: 763px) { #zsDnRz8vT7yFWgAhIOZMNI7k6DSzKZ04 { width:20rem;height:4.75rem;top:68.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzF5QOz6pVCPbqrodcfVMeU9ThFOWz0N { display:block; }
 }@media only screen and (max-width: 763px) { #S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS { display:block; }#S7NCypxXFWcBS7rzHeD90ZWoHi95bMoS > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EcAc97VNa6vWLXvcRI9o7h5tQU9G8FnI { width:18.8125rem;height:9.5rem;top:2.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GHwdl0SBAdwkp8kUSVe8FiR0OGrKnSHk { width:4.375rem;height:4.375rem;top:0rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRgsTzTKRqWawQqKnKGq56X6v32SZTzd { 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) { #wDaONz0JsaaNyE3ZCXX5hRtlx8uWRzSJ { width:18.8125rem;height:9.5rem;top:15rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciWtc2vXmu30izlPRHXBodTimzvTGOps { 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) { #PE5g4FnHucMByIb84EyLQ7TFZvLP2adO { width:4.375rem;height:4.375rem;top:13.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmvsguGR6QISiiv3wIZRGG56qLRKwo7M { width:18.8125rem;height:9.5rem;top:28.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNgaN6Z1yKByfr1WkARgwQeZzXoJDDos { 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) { #TcTCCAUaWNbfB1kV5W9ZEFnX6F2lUlZU { width:4.375rem;height:4.375rem;top:26.375rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hEKdvCBPG635cc4oGqrexLU9HaIHd1qa { display:block; }#hEKdvCBPG635cc4oGqrexLU9HaIHd1qa > .row .container { width:20rem;height:45.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BuOWNC8hNsyi5q0s4hVKapnqyL3MsAVg { 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) { #qF8g7dPHIBRbswDBnyTLg3B3KfhZ4Tgm { width:11.6875rem;height:10.625rem;top:7.8994140625rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gMV6rtfXawN2g4lN3inJKgtHxl0xvTTT { 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) { #mXc6WO6Sq8FXrQ5gx8hUFfdN04QI2zTn { 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) { #FU8ppmldilBDG2vdqUu0ndCPwLOmFT7o { 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) { #p8PGmM54M3upwBxRuUOPShbr8n35dwch { 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) { #qu0zqfXNkvtSyT4yIm2mIsiU4m8PB7uk { top:39.5625rem;left:0.5rem;width:19rem;height:4.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4rB8796JqHzIK3EEcSt8lECWif5snKp { display:block; }
 }@media only screen and (max-width: 763px) { #B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK { display:block; }#B11TkI3hcdtQT77dHRNZ9u5kH3HHUnOK > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }