.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;
}
.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/1b8bd191-3f9b-47d3-87fb-279b216c6262/Diseosinttulo66.png");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container { display: none; }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .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); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/db874a91-968d-4fdd-a3bf-5cf3c83dd992/bannergiramati.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu.adaptive-delivery-prevent-bg, #K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu.lazyload, #K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu.lazyloading { background-image: none; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container { background-color: transparent; background-image: none; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container > .video-iframe-container { display: none; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row > .video-iframe-container { display: none; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .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); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container { border-width: 0; border-radius: 0; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;overflow:visible;position:relative;display:block; }#slsHGAlCQDmszFGQxr9HLdc3V8ISR1So { z-index:100001;top:29.5rem;left:3.1875rem;background-color:#3b328b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;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:gotham;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lI4v2nREzos9BnM1PRMHXpXBl3yGhiEr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LZQWJqo6yZ7Flu4ZPx11IXdnSustJfrT { display:block;width:34.9375rem;position:absolute;font-family:"bree bold";font-size:4.5625rem;font-weight:700;z-index:100006;line-height:.9;letter-spacing:0;top:8.5rem;left:3.1875rem;height:4.10595625rem;text-align:left;text-align-last:left;font-style:normal;color:#f8f8f8;display:block; }
#r5pDxlxAqk7vrZ0DR9xOFX8T4RL4I0CK { display:block;width:23rem;position:absolute;font-family:"bree thin";font-size:2.75rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:5.625rem;left:3.1875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;color:#646464;display:block; }
#KpSFMlmaXsLzvFeNqFCt9U4RO3WKgPUG { display:block;width:27.6875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.1875rem;height:3.4746125rem;text-align:left;text-align-last:left;font-style:normal;color:#3b328b;display:block; }
#BLH78xwV1oSGgE4DBGg8QM5Mo02nrAis { border-bottom:0;border-left:0;border-right:0;border-top:0;height:2.75rem;width:5rem;position:absolute;display:block;z-index:100006;top:1.96875rem;left:3.375rem;overflow:hidden;display:block; }
#o3xmWNWI5unwnvGwh5Et0eRPGTCQPhAF { color:#3b328b;display:block;width:14.125rem;position:absolute;font-family:"gotham book";font-size:0.9375rem;font-weight:normal;z-index:100012;line-height:1;letter-spacing:0;top:24.875rem;left:4.875rem;height:1.875rem;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;display:block; }
#QcLVX0pXMvaP2X82Wiy38N5EVRrluEql { position:absolute;display:block;z-index:100012;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 solid #3b328b;border-left:0.125rem solid #3b328b;border-right:0.125rem solid #3b328b;border-bottom:0.125rem solid #3b328b;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:2.0625rem;width:10.125rem;top:21.25rem;left:2.875rem;display:block; }
#dmcoTs9NZBH7U7eqVDaaFRPWA2cNfIqF { color:#3b328b;display:block;width:11rem;position:absolute;font-family:"gotham book2";font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1;letter-spacing:0;top:21.875rem;left:2.5625rem;height:1.125rem;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:center;text-align-last:center;display:block; }
#HUf18yI9ZNMnnHViUwVMEe4poi29pN1W { box-sizing:content-box;color:rgba(59,50,139,0.65);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:23.75rem;left:1.875rem;display:block; }
#zgywJV8DDKa7bKFkJaC7itxt3VEw4eaB { display:block;width:23rem;position:absolute;font-family:"bree thin";font-size:2.75rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:5.625rem;left:3.1875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;color:#646464;display:none; }
#CcB3TyvDpcv446RgqPlOZPqztPnG1r4T { display:block;width:34.9375rem;position:absolute;font-family:"bree bold";font-size:4.5625rem;font-weight:700;z-index:100006;line-height:.9;letter-spacing:0;top:8.5rem;left:3.1875rem;height:4.10546875rem;text-align:left;text-align-last:left;font-style:normal;color:#f8f8f8;display:none; }
#Zz3Zh6cIR9PeIMasrnlBNCO4rPA1JFdJ { display:block;width:23rem;position:absolute;font-family:"bree thin";font-size:2.75rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:5.625rem;left:3.1875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;color:#646464;display:none; }
#JqJ41nlKggsyG59M7OFlGNTLqQbyk0NJ { display:block;width:27.6875rem;position:absolute;font-family:raleway;font-size:1.3125rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:13.3125rem;left:3.1875rem;height:3.4746125rem;text-align:left;text-align-last:left;font-style:normal;color:#3b328b;display:none; }
#z62SMGcTcAOGX0wwTfuF8xxJrT62BTt4 { display:block;width:34.9375rem;position:absolute;font-family:"bree bold";font-size:4.5625rem;font-weight:700;z-index:100006;line-height:.9;letter-spacing:0;top:8.5rem;left:3.1875rem;height:4.10546875rem;text-align:left;text-align-last:left;font-style:normal;color:#f8f8f8;display:none; }
#VyT8RhPiiIQuKAULqMpH35UVxksC9UBk { color:#3b328b;display:block;width:14.25rem;position:absolute;font-family:"sifon outlin";font-size:2.5rem;font-weight:normal;z-index:100014;line-height:1;letter-spacing:0;top:18.1875rem;left:3.09375rem;height:2.5rem;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;display:block; }
#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(59,50,139,0.81);background-image:none;position:relative;display:block; }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row .container { background-color: transparent; background-image: none; }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row .container > .video-iframe-container { display: none; }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row > .video-iframe-container { display: none; }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .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); }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row .container { border-width: 0; border-radius: 0; }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#lhWdbO1pJEHCRDRZGhbdqE7tHA0LHTiC { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"gotham narrow";font-size:5.25rem;font-weight:300;z-index:100009;line-height:1;letter-spacing:0;top:1.6875rem;left:18.28125rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6136bcde-37c4-406a-bd73-97328bb5eed8/GiraMatiMexico221080x1350px1000x300px4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq.adaptive-delivery-prevent-bg, #VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq.lazyload, #VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq.lazyloading { background-image: none; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container { background-color: transparent; background-image: none; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container > .video-iframe-container { display: none; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row > .video-iframe-container { display: none; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .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); }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container { border-width: 0; border-radius: 0; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;overflow:visible;position:relative;display:block; }#JhCp4E10V2qcht3TAf2t63J70nTAGIPa { z-index:100001;top:36.84375rem;left:2.15625rem;background-color:#f39c12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#fff4dc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tH7VPJd77J20EIUM1aa8OCuHFM6JSIMU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#oc1LMJsxvvcZvN92FSvZ0S9LAiPwzE75 { display:block;width:21.125rem;position:absolute;font-family:"bree bold";font-size:6rem;font-weight:700;z-index:100006;line-height:.9;letter-spacing:0;top:8.5rem;left:3.1875rem;height:5.4624rem;text-align:left;text-align-last:left;font-style:normal;color:#f8f8f8;display:block; }
#Xf6yqWCk0Ed5IeTiG9IsBHU8xvXtyTcL { display:block;width:29.4375rem;position:absolute;font-family:"bree thin";font-size:2.75rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:5.625rem;left:3.1875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;color:#2e3532;display:block; }
#GGd8VbKRR7Uxs9P6t8TvAqGFcMQAGzWz { display:block;width:30.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:14.5625rem;left:3.1875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;color:#3b328b;display:block; }
#dfTEX0VTMRRP57JezDTAm47PapB6t6ZX { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4rem;width:9.25rem;position:absolute;display:block;z-index:100006;top:37.8125rem;left:48.9375rem;overflow:hidden;display:block; }
#MtTbPDwsqQsrxpUJDWcd3zqJDtnLlB1U { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.4375rem;width:10.4375rem;top:18.1875rem;left:18.8125rem;overflow:hidden;display:block; }
#DVk0PipWK0BooDJ0Ga4tANxOqg8wWiUZ { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3b328b;border-left:0.125rem solid #3b328b;border-right:0.125rem solid #3b328b;border-bottom:0.125rem solid #3b328b;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:1.75rem;width:9.4375rem;top:26.9375rem;left:19.6875rem;display:block; }
#CF75RoBPPwMAhXMXLI1Ib6VWIkkpbTTb { color:#3b328b;display:block;width:14.6875rem;position:absolute;font-family:"gotham book";font-size:0.6875rem;font-weight:normal;z-index:100012;line-height:1;letter-spacing:0;top:27.1875rem;left:17.1875rem;height:1.375rem;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:center;text-align-last:center;display:block; }
#qOsqvPMT0kDNNseOJfR9dZxqowSVQdrV { position:absolute;display:block;z-index:100012;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 solid #3b328b;border-left:0.125rem solid #3b328b;border-right:0.125rem solid #3b328b;border-bottom:0.125rem solid #3b328b;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:2.0625rem;width:10.125rem;top:23.375rem;left:3.6875rem;display:block; }
#JFIRVOcbWeMxgZ6wJRLtVUenkV6XyED6 { color:#3b328b;display:block;width:11rem;position:absolute;font-family:"gotham book2";font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1;letter-spacing:0;top:24.0625rem;left:3.1875rem;height:1.125rem;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:center;text-align-last:center;display:block; }
#yzQwN6IVRUoiXTIqNtf9D7OskfUVNyFu { box-sizing:content-box;color:rgba(59,50,139,0.65);font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:30.375rem;left:2.15625rem;display:block; }
#Ab9Bkqt739HdDTyLR2mEPqI7zBTqwLzK { color:#3b328b;display:block;width:14.875rem;position:absolute;font-family:"gotham book2";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1;letter-spacing:0;top:31.46875rem;left:5.46875rem;height:2.25rem;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;display:block; }
#FuXgw2JOUvbFeZ0gUA2hL2zvbhT7dSeC { color:#3b328b;display:block;width:11rem;position:absolute;font-family:"sifon outlin";font-size:3.5625rem;font-weight:normal;z-index:100014;line-height:1;letter-spacing:0;top:19.875rem;left:3.375rem;height:3.5625rem;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:center;text-align-last:center;display:block; }
#w3fTVDigHJoTPvmuRFccMnccTUBGDoMZ { color:#3b328b;display:block;width:14.875rem;position:absolute;font-family:gotham;font-size:1.125rem;font-weight:normal;z-index:100015;line-height:1;letter-spacing:0;top:26.3125rem;left:6.0625rem;height:1.25rem;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;display:block; }
#P1TTppTifHaCPU3lZv1msmqNEzgwV3hv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.52);background-image:url("https://images.assets-landingi.com/uc/234e4a60-0e81-4f77-a171-703e807c02ca/bannerneurociencia.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#P1TTppTifHaCPU3lZv1msmqNEzgwV3hv.adaptive-delivery-prevent-bg, #P1TTppTifHaCPU3lZv1msmqNEzgwV3hv.lazyload, #P1TTppTifHaCPU3lZv1msmqNEzgwV3hv.lazyloading { background-image: none; }#P1TTppTifHaCPU3lZv1msmqNEzgwV3hv > .row .container { border-width: 0; border-radius: 0; }#P1TTppTifHaCPU3lZv1msmqNEzgwV3hv > .row .container { font-size:0.875rem;font-family:arial;height:65.25rem;width:60rem;position:relative;display:none; }#LbFr4HaAvF0XW10VdHLhC7LJnMK0UCpJ { color:#3f3f3f;display:block;width:22.875rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.1;letter-spacing:0;top:18.25rem;left:3.6875rem;height:11.80956875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PTpp6TUmVZC1NnJUAQwfoDPUIy5z8cU8 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"bree bold";font-size:1rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:43.4375rem;left:19.375rem;height:1.29980625rem;font-style:normal;display:block; }
#TmwNAqrQQINP0qeuExKXEUt7suyJp5nr { box-sizing:content-box;color:#ffb628;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:29.9921875rem;left:0.625rem;display:block; }
#Fw29NHChMnbheqJV2rICQboksE5w3kDG { color:#000000;display:block;width:16rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:30.701171875rem;left:3.6875rem;height:3.4121125rem;font-style:normal;display:block; }
#s6WOx6fqK54l7qsy0DSDRsTehCP7IuCD { z-index:100001;top:57.125rem;left:3.6875rem;background-color:#f39c12;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:"gotham narrow";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#So93znz1ahdsNkihUptPR0r4Rd2CefTJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ysqNQB3HZ5EFECwtqkOcXaLiM7uVmtak { color:#000000;display:block;width:25.4375rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100004;line-height:1.2;letter-spacing:0;top:45rem;left:19.375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AIAibOcEZdBm8VqvMrVBNdEDO6L76TJu { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"bree bold";font-size:1rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:43.4375rem;left:3.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aK0K0P0NiU0DFMzptLxZhfAB33hw1mez { color:#000000;display:block;width:13.5rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100008;line-height:1.2;letter-spacing:0;top:45.25rem;left:3.9375rem;height:5.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eh29DzNNBK7GrNnGMZ5aCD9W1vaCnywR { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.27);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:60rem;top:36.125rem;left:0rem;display:block; }
#G33SkcU8Sg7PfNTuhJgXxsqqFOu6sWWZ { box-sizing:content-box;color:#ffb628;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:37.25rem;left:18.1875rem;display:block; }
#ZacSUoTlIh3m25lNlXkd70qNr06CcuoI { box-sizing:content-box;color:#ffb628;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:37.25rem;left:3.6875rem;display:block; }
#MFBFJPENVpL7pfAoM0P2NN9KRc46ozuo { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:5.3125rem;left:3.6875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PZIVAisrCzzCfAQNvObfmX2Gz9L0VVQ1 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:22.375rem;top:7.59375rem;left:6.75rem;overflow:hidden;display:block; }
#y8NOTnXvIMSui2wpQPuhADBbMXKMPw49 { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:9.625rem;left:3.5625rem;height:3.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Stt5OgC2D0VrHNhTTlmqntKUuEERmxc4 { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:24.9375rem;top:14.375rem;left:3.65625rem;display:block; }
#F7hixUyBDKJd1BHldgDDZuFa0EZefJOP { color:#000000;display:block;width:24.875rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:15.34375rem;left:3.6875rem;height:1.54345625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#s4tveTU5IEz7xKxdTF4clMSOIoMNUWGN { z-index:100002;top:57.125rem;left:19.375rem;background-color:#f39c12;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:"gotham narrow";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#nVMVTDlpBP2W6EFOyS51uqPv8GmqVQst { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#CZ7dzz5SV2qSyasMWoXMeHGcLBFzccyr { display:block;width:32.875rem;position:absolute;font-family:"bree thin";font-size:2.0625rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:3.09375rem;left:3.84375rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;color:#2e3532;display:block; }
#ICfFWSu5fE6z5vv2iTMLHsHvIvaiKF0i { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.875rem;top:40.9375rem;left:3.9375rem;overflow:hidden;display:block; }
#Hm5CIbiHmfvBz22iwmUCkZXBAtT8CoEJ { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:11.5rem;top:40.625rem;left:19.3125rem;overflow:hidden;display:block; }
#D9iZ5qD1S6mzhUGr2V3zmx3TymOn7Jzg { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.875rem;top:40.9375rem;left:3.9375rem;overflow:hidden;display:none; }
#L5WCZHFDUJcGDKWwbRZ4BCpr8LiQSIBB { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.875rem;top:40.9375rem;left:3.9375rem;overflow:hidden;display:none; }
#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.52);background-image:url("https://images.assets-landingi.com/YcQ3VKWQ/Dinacharya_main.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg.adaptive-delivery-prevent-bg, #UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg.lazyload, #UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg.lazyloading { background-image: none; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container { background-color: transparent; background-image: none; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container > .video-iframe-container { display: none; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row > .video-iframe-container { display: none; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .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); }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container { border-width: 0; border-radius: 0; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container { font-size:0.875rem;font-family:arial;height:64.6875rem;width:60rem;position:relative;display:block; }#G0fsrCVii3e0vxsnV0J5KMaDHTZgHCxU { color:#3f3f3f;display:block;width:22.875rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100001;line-height:1.1;letter-spacing:0;top:21.26416015625rem;left:3.75rem;height:12.915525rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#E07ApKQoTxAD9mspOcniHlx0I1D3nv4M { box-sizing:content-box;color:#ffb628;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:35.6875rem;left:0.5rem;display:block; }
#kpdsPdTb4HovwIVEDKJ1vBHvE1pH3qHx { color:#000000;display:block;width:26.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:35.875rem;left:3.5625rem;height:12.347625rem;font-style:normal;display:block; }
#WxqKTATVu2uRsPEaGJHI2TpLOTWn479x { z-index:100001;top:58.25rem;left:3.75rem;background-color:#f39c12;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:"gotham narrow";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LV0ugan34ZCqtRSsfXOU9Ozho56FDGH6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vERrOscmsegWrHVo9b31tHyXDkU2i1nF { color:#000000;display:block;width:25.125rem;position:absolute;font-family:"sifon outlin";font-size:1.4375rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:18.5625rem;left:3.75rem;height:1.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NpkIGy5xgZ2W3TJLBvNOHdgpVwF9OQJl { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.27);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:26.875rem;width:0.125rem;top:36.125rem;left:0rem;display:block; }
#A9R4vFag2ZrwvtlXOQJkVNQrWTb0T9Lr { box-sizing:content-box;color:#ffb628;font-size:2.3125rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:48.9375rem;left:0.4375rem;display:block; }
#nrQfyccT6g8S95eQbba2muhBWFKPN3Lw { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"bree thin";font-size:4.3125rem;font-weight:400;z-index:100004;line-height:1;letter-spacing:0;top:5.8125rem;left:3.6875rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uP1Hc17ADen0Et0BM9ahkto6EBwUvFZl { color:rgba(84,15,149,0.5);display:block;width:6.375rem;position:absolute;font-family:"bree thin";font-size:3.8125rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:9.875rem;left:4.4375rem;height:3.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rXA3XuO7OHGmo4XP5bCx2Hduwtk7RdnT { position:absolute;display:block;z-index:100010;background-color:rgba(132,128,128,0.99);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:24.9375rem;top:13.5625rem;left:3.75rem;display:block; }
#WyDU6kiFDhI3AOh4NxzuT6UZVzq5RPmF { color:rgba(84,15,149,0.71);display:block;width:20.1875rem;position:absolute;font-family:"gotham narrow";font-size:2.25rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:13.6875rem;left:6.5rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BKgV7MJTt506HuZUIDLlivFNhFkmPTzk { display:block;width:32.875rem;position:absolute;font-family:"bree thin";font-size:2.0625rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:3.15625rem;left:7.90625rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;color:#2e3532;display:block; }
#ymlMk7U9TMi09XSnWT4kCsQzwcpnl4pg { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.875rem;top:49.78125rem;left:3.75rem;overflow:hidden;display:block; }
#O815tABXwyCQVhD2gRU7g54P1BDARn3r { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.875rem;top:40.9375rem;left:3.9375rem;overflow:hidden;display:none; }
#g2APEJdl5nykvBH70q6mIHfm3WPihhln { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.875rem;top:40.9375rem;left:3.9375rem;overflow:hidden;display:none; }
#m0xe9STD5uFgrhVzQTTSHQqPwqGZShKG { color:#540f95;display:block;width:18.25rem;position:absolute;font-family:"bree bold";font-size:3.8125rem;font-weight:700;z-index:100006;line-height:1;letter-spacing:0;top:9.9375rem;left:9.625rem;height:3.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E6IiUyXfCtzriOEiwBAt7A3ZQT1aiNJ1 { color:#000000;display:block;width:23.875rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100009;line-height:1.2;letter-spacing:0;top:52.0625rem;left:3.75rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Zt7PmfMBImIDQinP7wtCbemmOSwp5nwK { color:#ea7120;display:block;width:13.5rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100010;line-height:1.2;letter-spacing:0;top:55.25rem;left:3.75rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#debuQwJesTWxC7hVoE7yDTT3dr7W9IFF { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:100026;line-height:.9;letter-spacing:0;top:56.3125rem;left:14.4375rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AftziM5owaFr4fUaOqI5qMoUW2Uoli0f { color:#000000;display:block;width:16rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:32.75rem;left:3.5625rem;height:3.4121125rem;font-style:normal;display:none; }
#IR3UeKdA4NDHtmrxVXUJsz4XhFpQeVAg { color:#ffffff;display:block;width:13.6875rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:400;z-index:100027;line-height:.9;letter-spacing:0;top:36.5625rem;left:3.75rem;height:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row .container { background-color: transparent; background-image: none; }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row .container > .video-iframe-container { display: none; }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row > .video-iframe-container { display: none; }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .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); }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row .container { border-width: 0; border-radius: 0; }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row .container { font-size:0.875rem;font-family:arial;height:7.375rem;width:60rem;position:relative;display:block; }#oa1EZVJp1CUKPndNTSMop3oSlBHxyc1J { color:#3f3c3c;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:2.875rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2rem;left:0rem;height:3.73730625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(84,15,149,0.52);background-image:none;position:relative;display:block; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container { background-color: transparent; background-image: none; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container > .video-iframe-container { display: none; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row > .video-iframe-container { display: none; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .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); }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container { border-width: 0; border-radius: 0; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container { font-size:0.875rem;font-family:raleway;height:20.1875rem;width:60rem;position:relative;display:block; }#Upx73hEwos5mV7FhHzTbzU6dUDxANc3i { position:absolute;display:block;z-index:100004;background-color:#6ac75d;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:5rem;width:5rem;top:2.6875rem;left:5.25rem;display:block; }
#ymOuI0Es2hip68elNZxt5Bw64HNsPgh9 { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0rem solid #3f3c3c;border-left:0rem solid #3f3c3c;border-right:0rem solid #3f3c3c;border-bottom:0rem solid #3f3c3c;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.0625rem;width:14.5rem;top:5.1875rem;left:0.25rem;display:block; }
#rI8WTAGfU1lLrUfFeWpmRHQyCKM4X5kM { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.81185rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:3.3734817504883rem;left:5.9049491882324rem;display:block; }
#AFsnJkCAsk9AbgXl3xLT9aBpuIuok8Pi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:9.1243495941163rem;left:1.2500009536743rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#abT518RTsrtwTlea9GJWzeKGcUqahxxC { position:absolute;display:block;z-index:100008;background-color:#6ac75d;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:5rem;width:5rem;top:2.6875rem;left:20.25rem;display:block; }
#l9GMo32CQvRfNQiTdd2nUfsEWgTchXkA { position:absolute;display:block;z-index:100007;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:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.0625rem;width:14.5rem;top:5.1875rem;left:15.25rem;display:block; }
#POZiUfSOAm0G6egqiNCpVruz5LJiasao { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:9.1243495941163rem;left:16.250001907349rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C1cOKHwssqFTT67GdxSbcAMt86wrhKzh { position:absolute;display:block;z-index:100012;background-color:#6ac75d;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:5rem;width:5rem;top:2.6875rem;left:35.25rem;display:block; }
#WqwKHVdhacaSstFXW3iTpHdNX4J2tvB5 { position:absolute;display:block;z-index:100011;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.0625rem;width:14.5rem;top:5.1875rem;left:30.25rem;display:block; }
#nuLSvO5Lfk9orUPK96Ca4fhEI4Cuw1E9 { box-sizing:content-box;color:#ffffff;font-size:2.75rem;font-weight:400;line-height:1;height:3.99956875rem;width:3.99956875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:3.2476139068604rem;left:35.811635971069rem;display:block; }
#DDLRHbnG7IEpAV5wXTZeENEsq3N0eNo9 { color:#000000;display:block;width:12.9980625rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:9.1243495941163rem;left:30.967882156372rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I9OJQT8sgPzdnGTp9qD7B6zsTAeV04rd { position:absolute;display:block;z-index:100016;background-color:#6ac75d;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:5rem;width:5rem;top:2.6875rem;left:50.25rem;display:block; }
#a5iZQ10Kae8FydVdwRxRnTeiNeAvGGIC { position:absolute;display:block;z-index:100015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:9.0625rem;width:14.5rem;top:5.1875rem;left:45.25rem;display:block; }
#ayE3Dyhhm4bOTbKCMIny996MZJO3PbPz { color:#000000;display:block;width:13.624125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:9.1243491172788rem;left:45.686853408814rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tez0c99miJuwTqcvKfMJrglWhP0wFqco { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93728125rem;width:2.93728125rem;top:3.7478303909302rem;left:51.343320846558rem;overflow:hidden;display:block; }
#VbeXNpfTr6vr4KGmtRe1Tla2e9I33nwF { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.875rem;top:3.7792978286743rem;left:21.343317031861rem;overflow:hidden;display:block; }
#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/42cd15f3-4b69-4d21-93ae-744a144e3795/GiraMatiMexico221080x1350px1000x300px2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf.adaptive-delivery-prevent-bg, #rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf.lazyload, #rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf.lazyloading { background-image: none; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container { background-color: transparent; background-image: none; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container > .video-iframe-container { display: none; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row > .video-iframe-container { display: none; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .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); }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container { border-width: 0; border-radius: 0; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:60rem;overflow:visible;position:relative;display:block; }#gdbmCGTHCCah4ZtEk2lnfU9LrXfXihVU { z-index:100001;top:35.625rem;left:2.15625rem;background-color:#f39c12;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#fff4dc;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#qs0VZwkTJVxw7APTbrmfBLkKFTTJZVHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZIEkZR7rDErL3T9Kdmk8vTu2lB7JyOnr { display:block;width:21.125rem;position:absolute;font-family:"bree bold";font-size:4.5625rem;font-weight:700;z-index:100006;line-height:.9;letter-spacing:0;top:8.5rem;left:3.1875rem;height:8.2119125rem;text-align:left;text-align-last:left;font-style:normal;color:#f8f8f8;display:block; }
#zvJAMFkOotg8wJsvqvXNN9gkKCTfoLfh { display:block;width:29.4375rem;position:absolute;font-family:"bree thin";font-size:2.75rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:5.625rem;left:3.1875rem;height:2.75rem;text-align:left;text-align-last:left;font-style:normal;color:#2e3532;display:block; }
#RUDX766wD0p2OBeo8k730HEyQop1mlZo { display:block;width:27.6875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.1875rem;height:1.7871125rem;text-align:left;text-align-last:left;font-style:normal;color:#3b328b;display:block; }
#CPhexwFCxv4eyoXmoncR5VZQKPGu4ms0 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:4rem;width:9.25rem;position:absolute;display:block;z-index:100006;top:37.8125rem;left:48.9375rem;overflow:hidden;display:block; }
#S8DzdKeEetsSsNbcoBu7kQPa7ycsEBWI { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:8.1875rem;top:20.96875rem;left:19.59375rem;overflow:hidden;display:block; }
#vv0shtCUNRixkX3X7JHzl8ro1VLGJVaq { position:absolute;display:block;z-index:100011;background-color:rgba(227,227,227,0.7);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #3b328b;border-left:0.125rem solid #3b328b;border-right:0.125rem solid #3b328b;border-bottom:0.125rem solid #3b328b;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:1.75rem;width:9.4375rem;top:19.974609375rem;left:2.15625rem;display:block; }
#RnkBK6o5hDhTkQUfLbXGPEVBUv2kC6HI { color:#3b328b;display:block;width:14.6875rem;position:absolute;font-family:"gotham book";font-size:0.8125rem;font-weight:normal;z-index:100012;line-height:1;letter-spacing:0;top:20.599609375rem;left:0rem;height:1.625rem;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:center;text-align-last:center;display:block; }
#mLGR4HhiSTsuAHarCsKzeCsOLLqqWm0i { position:absolute;display:block;z-index:100012;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 solid #3b328b;border-left:0.125rem solid #3b328b;border-right:0.125rem solid #3b328b;border-bottom:0.125rem solid #3b328b;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;height:2.0625rem;width:10.125rem;top:26.78125rem;left:2.15625rem;display:block; }
#UfOpLoT3vn1cKIThBz1I9qtUK2qcTmPS { color:#3b328b;display:block;width:11rem;position:absolute;font-family:"gotham book2";font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1;letter-spacing:0;top:27.4375rem;left:1.84375rem;height:1.125rem;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:center;text-align-last:center;display:block; }
#JPoAIUNpKFl8iEZQqCQkBkO7dzwp20aV { box-sizing:content-box;color:rgba(59,50,139,0.65);font-size:2.5625rem;font-weight:400;line-height:1;height:3.6875rem;width:3.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:30.8125rem;left:1.84375rem;display:block; }
#UwqyDnntnNMER7IlTp1rUBZufBJpneAV { color:#3b328b;display:block;width:14.875rem;position:absolute;font-family:"gotham book2";font-size:1.125rem;font-weight:normal;z-index:100014;line-height:1;letter-spacing:0;top:32.75rem;left:4.78125rem;height:1.125rem;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;display:block; }
#nIlyR5eiGLt9q2rgGKe1UbJt2eHK8O4t { color:#3b328b;display:block;width:11rem;position:absolute;font-family:"sifon outlin";font-size:2.5rem;font-weight:normal;z-index:100014;line-height:1;letter-spacing:0;top:23.84375rem;left:2.15625rem;height:2.5rem;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:center;text-align-last:center;display:block; }
#ySgqRukMfCxWwX0hp3iTXaPTdNG2a6qW { color:#3b328b;display:block;width:14.6875rem;position:absolute;font-family:"bree bold";font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1;letter-spacing:0;top:29.78125rem;left:19.59375rem;height:2.5rem;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:center;text-align-last:center;display:block; }
#TeAtMLiV6UQTem877fE4zTNREKyTgy95 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.4375rem;width:15.375rem;top:20.84375rem;left:23.0625rem;overflow:hidden;display:block; }
#SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.56);background-image:url("https://images.assets-landingi.com/uc/f8caf222-e0d1-4d30-a19b-e4b727d127ad/Charla_Mati_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:none; }#SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs.adaptive-delivery-prevent-bg, #SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs.lazyload, #SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs.lazyloading { background-image: none; }#SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs > .row .container { border-width: 0; border-radius: 0; }#SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:none; }#igQ642IrIkfStUwTt3gGADhpSPVzMHwO { position:absolute;display:block;z-index:100010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:24.9375rem;top:23.4375rem;left:3.9375rem;display:block; }
#U4M6XQioDdLDexgenrJDfkBfXuz8DsFn { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:23.75rem;left:4.0625rem;height:1.54296875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SWCcJnfCWRzMsmtpZyn7crfnHLpsDO1d { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#Co7rVKcQSRDou66zGLAdlBLSSgc4vMzR { color:#ffffff;display:block;width:21.75rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:15.8125rem;left:5.5625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JlduoDIFEcTbCSQ1wa0BEFoy0SwAgx18 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:18.9375rem;top:17.5625rem;left:8.25rem;overflow:hidden;display:block; }
#aw6MgDq5UcbCCaZZQoRl1rhN119En9aw { color:#ffffff;display:block;width:3.8125rem;position:absolute;font-family:"open sans";font-size:3.5rem;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:19.0625rem;left:5.4375rem;height:3.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ITgwT511z5NQL0FF54m3EwnsSb2nBkAN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c1bcbc;background-image:url("https://images.assets-landingi.com/uc/de97aa18-d656-4c1a-b7d6-e430ef160aa5/bannerkarma.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#ITgwT511z5NQL0FF54m3EwnsSb2nBkAN.adaptive-delivery-prevent-bg, #ITgwT511z5NQL0FF54m3EwnsSb2nBkAN.lazyload, #ITgwT511z5NQL0FF54m3EwnsSb2nBkAN.lazyloading { background-image: none; }#ITgwT511z5NQL0FF54m3EwnsSb2nBkAN > .row .container { border-width: 0; border-radius: 0; }#ITgwT511z5NQL0FF54m3EwnsSb2nBkAN > .row .container { font-size:0.875rem;font-family:arial;height:66.9375rem;width:60rem;position:relative;display:none; }#R5Shn4E5SaqlKtyQSE6OKQZLAd6UtQWs { display:block;width:29.5rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:12.375rem;left:3.9375rem;height:3.25rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Dxg5QXnaH3ZrTZaGRIv3RUSmTmutTvcU { box-sizing:content-box;color:#ffffff;font-size:3.1875rem;font-weight:400;line-height:1;height:4.625rem;width:4.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:15rem;left:3.9375rem;display:block; }
#xzJeO8AkDyhf6cL76K8bMkyHEIfwTtmK { display:block;width:20.125rem;position:absolute;font-family:"gotham narrow";font-size:2.5rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:19.5625rem;left:3.9375rem;height:3.25rem;color:#f47002;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hbTXENZIoLUKHQFS1CquB6mf1esQvev2 { display:block;width:27.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:23.5rem;left:3.9375rem;height:14.6865125rem;color:#646464;text-align:left;text-align-last:left;font-style:normal;display:block; }
#X3z7hcNUowfRrp5g1TqLOsMgCoQCM1ob { display:block;width:12.0625rem;position:absolute;font-family:"bree thin";font-size:2.0625rem;font-weight:400;z-index:100012;line-height:1;letter-spacing:0;top:3.125rem;left:4.125rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;color:#2e3532;display:block; }
#RnRf8WpJpbnWbuGoe3QXMeZu1dFH7W8W { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:5.125rem;left:3.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GWBszZOJmuhfwDAr0xSwMnJlxxQ4IsXS { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:7.75rem;left:4rem;height:3.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hVs28xpMDNMyyVtPnhJl1sq4wQbFPBUT { position:absolute;display:block;z-index:100010;background-color:rgba(227,227,227,0.27);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.25rem;width:60rem;top:39.6875rem;left:0rem;display:block; }
#QK5A5fEeouNTzbryTOcoMOvEQ6fqLmdf { box-sizing:content-box;color:#ffb628;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:41.75rem;left:3.6875rem;display:block; }
#LJw1VZT9Q10qeNQFmow7T5T8c4ZWiimn { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.6875rem;width:6.875rem;top:45.4375rem;left:3.9375rem;overflow:hidden;display:block; }
#uHEcM72vzqzyZagkQMIN3dP0D3uauOI9 { color:#000000;display:block;width:15.5625rem;position:absolute;font-family:"bree bold";font-size:1rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:47.9375rem;left:19.375rem;height:1.29980625rem;font-style:normal;display:block; }
#NPnLKAKMleiJbRoH2o6641h16qcN6nif { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:"bree bold";font-size:1rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:47.9375rem;left:3.9375rem;height:1.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JTSs0ToxTwHrp0L1xSAICcksA3M40GhA { box-sizing:content-box;color:#ffb628;font-size:2.5rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100023;top:41.75rem;left:18.1875rem;display:block; }
#UMo89XGsHgLi6t86GFVxknyJHw82ke44 { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:11.5rem;top:45.125rem;left:19.3125rem;overflow:hidden;display:block; }
#WbnLZaAqTtBFavkAm7DDDVTfetw29UZF { color:#000000;display:block;width:21.625rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100015;line-height:1.2;letter-spacing:0;top:49.75rem;left:19.1875rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImHDkVPrQwSbaq2afbd7RSBUd0TLxTF2 { color:#000000;display:block;width:12.875rem;position:absolute;font-family:"gotham narrow book";font-size:0.9375rem;font-weight:400;z-index:100019;line-height:1.2;letter-spacing:0;top:49.75rem;left:3.9375rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#v8KHEWGA8FMNM4TsGoRyLUTZg3iz2TyQ { z-index:100012;top:58.9375rem;left:3.9375rem;background-color:#f39c12;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:"gotham narrow";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#xA1HlwSCthGVTl1w7CcfCG4d45omUdiy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#w5CM56RuwNgEGwg16Tg0ToszbPkzykZv { z-index:100013;top:58.9375rem;left:19.9375rem;background-color:#f39c12;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-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:"gotham narrow";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#sBtUiXSGvyil9cgdfPBgNml1TkuaNovl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SbD56BQ32sfHdszNpHlQhafinOXzgpgB { color:#ffffff;display:block;width:24.875rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100012;line-height:1;letter-spacing:0;top:5.125rem;left:3.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#LU88q2KL0kI2EJlIk2NdT9SebvaqZJWk { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:7.75rem;left:4rem;height:3.8125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#boAXb2ANBaBkdMRezxkMPbk6z8P73LMM { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:"open sans";font-size:3.8125rem;font-weight:700;z-index:100013;line-height:1;letter-spacing:0;top:7.75rem;left:4rem;height:3.8125rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qB0a3zsINv2fur2pAMvnfCU46geLIOhG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #31b189, #5d446b);background-image: -moz-linear-gradient(180deg, #31b189, #5d446b);background-image: -ms-linear-gradient(180deg, #31b189, #5d446b);background-image: -o-linear-gradient(180deg, #31b189, #5d446b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b189', endColorstr='#5d446b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b189', endColorstr='#5d446b' );";background-image: linear-gradient(180deg, #31b189, #5d446b);background-size:auto !important;position:relative;display:block; }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row .container { background-color: transparent; background-image: none; }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row .container > .video-iframe-container { display: none; }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row > .video-iframe-container { display: none; }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .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); }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row .container { border-width: 0; border-radius: 0; }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:60rem;position:relative;display:block; }#iMFlAJuHTNLVdT459LTPzOA9a6OMrM2S { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"gotham narrow";font-size:2.5rem;font-weight:300;z-index:100008;line-height:1;letter-spacing:0;top:1.6562509536743rem;left:21.15625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { background-color: transparent; background-image: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container > .video-iframe-container { display: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row > .video-iframe-container { display: none; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .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); }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { border-width: 0; border-radius: 0; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:60rem;position:relative;display:block; }#umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.6;letter-spacing:0;top:5.0712890625rem;left:3.375rem;height:17.1845625rem;font-style:normal;display:block; }
#HaVAXyfHxEbKA2iZTesoDap6nH3N5h6E { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:19.125rem;top:2.3955078125rem;left:38.6875rem;overflow:hidden;display:block; }
#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#5d446b;background-image:none;position:relative;display:block; }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row .container { background-color: transparent; background-image: none; }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row .container > .video-iframe-container { display: none; }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row > .video-iframe-container { display: none; }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .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); }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row .container { border-width: 0; border-radius: 0; }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#uxTIsxREelhe944dTA0bcdRueCLgo4pP { box-sizing:content-box;color:#31b189;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:1.0625rem;left:49.8125rem;display:block; }
#gmzS7yAeAomP6inf6pPAuct0a2ITcIAT { box-sizing:content-box;color:#31b189;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:1.125rem;left:52.875rem;display:block; }
#i4hTcXTHwbZuo9mK5kBHm5d735T5tfzr { display:block;width:37.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:99999;line-height:1.3;letter-spacing:0;top:1.9986782073974rem;left:0.87348175048825rem;height:1.5249rem;font-style:normal;display:block; }
#R08aEqdUhWGToqQuRE3HUxNC8059D7ko { box-sizing:content-box;color:#31b189;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:1.125rem;left:55.9375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu { display:block; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container { height:33.625rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slsHGAlCQDmszFGQxr9HLdc3V8ISR1So { top:27.3125rem;left:1.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI4v2nREzos9BnM1PRMHXpXBl3yGhiEr { display:block; }
 }@media only screen and (max-width: 763px) { #LZQWJqo6yZ7Flu4ZPx11IXdnSustJfrT { width:33.2493125rem;height:8.125rem;top:5.6241121292114rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5pDxlxAqk7vrZ0DR9xOFX8T4RL4I0CK { width:29.4993125rem;height:4.625rem;top:2.7885296344757rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpSFMlmaXsLzvFeNqFCt9U4RO3WKgPUG { width:19.375rem;height:5.25rem;top:13.914239883423rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLH78xwV1oSGgE4DBGg8QM5Mo02nrAis { width:6rem;height:3.3125rem;top:1.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3xmWNWI5unwnvGwh5Et0eRPGTCQPhAF { width:14.125rem;height:1.875rem;top:24.875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLVX0pXMvaP2X82Wiy38N5EVRrluEql { width:10.125rem;height:2.0625rem;top:21.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmcoTs9NZBH7U7eqVDaaFRPWA2cNfIqF { width:11rem;height:;top:21.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUf18yI9ZNMnnHViUwVMEe4poi29pN1W { width:3.6875rem;height:3.6875rem;top:23.75rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgywJV8DDKa7bKFkJaC7itxt3VEw4eaB { width:29.4993125rem;height:4.625rem;top:2.7885296344757rem;left:1.7498224377632rem;display:none; }
 }@media only screen and (max-width: 763px) { #CcB3TyvDpcv446RgqPlOZPqztPnG1r4T { width:33.2493125rem;height:8.125rem;top:5.6241121292114rem;left:1.7498224377632rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zz3Zh6cIR9PeIMasrnlBNCO4rPA1JFdJ { width:29.4993125rem;height:4.625rem;top:2.7885296344757rem;left:1.7498224377632rem;display:none; }
 }@media only screen and (max-width: 763px) { #JqJ41nlKggsyG59M7OFlGNTLqQbyk0NJ { width:19.375rem;height:5.25rem;top:13.914239883423rem;left:1.7498224377632rem;display:none; }
 }@media only screen and (max-width: 763px) { #z62SMGcTcAOGX0wwTfuF8xxJrT62BTt4 { width:33.2493125rem;height:8.125rem;top:5.6241121292114rem;left:1.7498224377632rem;display:none; }
 }@media only screen and (max-width: 763px) { #VyT8RhPiiIQuKAULqMpH35UVxksC9UBk { width:14.25rem;height:2.5rem;top:18.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF { display:block; }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhWdbO1pJEHCRDRZGhbdqE7tHA0LHTiC { width:22.1875rem;height:5.25rem;top:1.6875rem;left:12.15625rem;font-size:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq { display:block; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container { height:33.625rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhCp4E10V2qcht3TAf2t63J70nTAGIPa { top:27.3125rem;left:1.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH7VPJd77J20EIUM1aa8OCuHFM6JSIMU { display:block; }
 }@media only screen and (max-width: 763px) { #oc1LMJsxvvcZvN92FSvZ0S9LAiPwzE75 { width:33.2493125rem;height:8.125rem;top:5.6241121292114rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf6yqWCk0Ed5IeTiG9IsBHU8xvXtyTcL { width:29.4993125rem;height:4.625rem;top:2.7885296344757rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGd8VbKRR7Uxs9P6t8TvAqGFcMQAGzWz { width:19.375rem;height:5.25rem;top:13.914239883423rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfTEX0VTMRRP57JezDTAm47PapB6t6ZX { width:7.375rem;height:3.3125rem;top:1.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MtTbPDwsqQsrxpUJDWcd3zqJDtnLlB1U { width:10.4375rem;height:10.4375rem;top:18.1875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVk0PipWK0BooDJ0Ga4tANxOqg8wWiUZ { width:9.4375rem;height:1.75rem;top:26.9375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CF75RoBPPwMAhXMXLI1Ib6VWIkkpbTTb { width:14.6875rem;height:1.375rem;top:27.1875rem;left:11.0625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOsqvPMT0kDNNseOJfR9dZxqowSVQdrV { width:10.125rem;height:2.0625rem;top:23.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFIRVOcbWeMxgZ6wJRLtVUenkV6XyED6 { width:11rem;height:1.125rem;top:24.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzQwN6IVRUoiXTIqNtf9D7OskfUVNyFu { width:4.1875rem;height:4.1875rem;top:30.375rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ab9Bkqt739HdDTyLR2mEPqI7zBTqwLzK { width:14.875rem;height:2.25rem;top:31.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuXgw2JOUvbFeZ0gUA2hL2zvbhT7dSeC { width:11rem;height:3.5625rem;top:19.875rem;left:0rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3fTVDigHJoTPvmuRFccMnccTUBGDoMZ { width:14.875rem;height:1.25rem;top:26.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1TTppTifHaCPU3lZv1msmqNEzgwV3hv { display:none; }#P1TTppTifHaCPU3lZv1msmqNEzgwV3hv > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LbFr4HaAvF0XW10VdHLhC7LJnMK0UCpJ { width:22.875rem;height:11.6875rem;top:18.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpp6TUmVZC1NnJUAQwfoDPUIy5z8cU8 { width:15.5625rem;height:1.25rem;top:43.4375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwNAqrQQINP0qeuExKXEUt7suyJp5nr { width:3.125rem;height:3.125rem;top:29.9375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw29NHChMnbheqJV2rICQboksE5w3kDG { width:16rem;height:3.375rem;top:30.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6WOx6fqK54l7qsy0DSDRsTehCP7IuCD { top:57.125rem;left:0rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #So93znz1ahdsNkihUptPR0r4Rd2CefTJ { display:block; }
 }@media only screen and (max-width: 763px) { #ysqNQB3HZ5EFECwtqkOcXaLiM7uVmtak { width:25.4375rem;height:6.75rem;top:45rem;left:13.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIAibOcEZdBm8VqvMrVBNdEDO6L76TJu { width:15.8125rem;height:1.25rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK0K0P0NiU0DFMzptLxZhfAB33hw1mez { width:13.5rem;height:5.625rem;top:45.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh29DzNNBK7GrNnGMZ5aCD9W1vaCnywR { width:47.75rem;height:26.875rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #G33SkcU8Sg7PfNTuhJgXxsqqFOu6sWWZ { width:3.625rem;height:3.625rem;top:37.25rem;left:12.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZacSUoTlIh3m25lNlXkd70qNr06CcuoI { width:3.625rem;height:3.625rem;top:37.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFBFJPENVpL7pfAoM0P2NN9KRc46ozuo { width:24.875rem;height:3.25rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZIVAisrCzzCfAQNvObfmX2Gz9L0VVQ1 { width:22.375rem;height:8rem;top:7.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8NOTnXvIMSui2wpQPuhADBbMXKMPw49 { width:3.8125rem;height:3.8125rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stt5OgC2D0VrHNhTTlmqntKUuEERmxc4 { width:24.9375rem;height:0.1875rem;top:14.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7hixUyBDKJd1BHldgDDZuFa0EZefJOP { width:24.875rem;height:1.5rem;top:15.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4tveTU5IEz7xKxdTF4clMSOIoMNUWGN { top:57.125rem;left:13.25rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVMVTDlpBP2W6EFOyS51uqPv8GmqVQst { display:block; }
 }@media only screen and (max-width: 763px) { #CZ7dzz5SV2qSyasMWoXMeHGcLBFzccyr { width:29.4993125rem;height:4.625rem;top:2.7885296344757rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICfFWSu5fE6z5vv2iTMLHsHvIvaiKF0i { width:6.875rem;height:1.6875rem;top:40.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5CIbiHmfvBz22iwmUCkZXBAtT8CoEJ { width:11.5rem;height:2.1875rem;top:40.625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9iZ5qD1S6mzhUGr2V3zmx3TymOn7Jzg { width:6.875rem;height:1.6875rem;top:40.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L5WCZHFDUJcGDKWwbRZ4BCpr8LiQSIBB { width:6.875rem;height:1.6875rem;top:40.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg { display:block; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0fsrCVii3e0vxsnV0J5KMaDHTZgHCxU { width:22.875rem;height:12.875rem;top:21.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E07ApKQoTxAD9mspOcniHlx0I1D3nv4M { width:3.125rem;height:3.125rem;top:35.6875rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpdsPdTb4HovwIVEDKJ1vBHvE1pH3qHx { width:26.4375rem;height:12.3125rem;top:35.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WxqKTATVu2uRsPEaGJHI2TpLOTWn479x { top:58.25rem;left:0rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV0ugan34ZCqtRSsfXOU9Ozho56FDGH6 { display:block; }
 }@media only screen and (max-width: 763px) { #vERrOscmsegWrHVo9b31tHyXDkU2i1nF { width:25.125rem;height:1.4375rem;top:18.5625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpkIGy5xgZ2W3TJLBvNOHdgpVwF9OQJl { width:0.125rem;height:26.875rem;top:36.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9R4vFag2ZrwvtlXOQJkVNQrWTb0T9Lr { width:3.375rem;height:3.375rem;top:48.9375rem;left:0rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrQfyccT6g8S95eQbba2muhBWFKPN3Lw { width:24.875rem;height:4.3125rem;top:5.8125rem;left:0rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uP1Hc17ADen0Et0BM9ahkto6EBwUvFZl { width:6.375rem;height:3.8125rem;top:9.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXA3XuO7OHGmo4XP5bCx2Hduwtk7RdnT { width:24.9375rem;height:0.1875rem;top:13.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyDU6kiFDhI3AOh4NxzuT6UZVzq5RPmF { width:20.1875rem;height:2.875rem;top:13.6875rem;left:0.375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKgV7MJTt506HuZUIDLlivFNhFkmPTzk { width:29.4993125rem;height:4.625rem;top:2.7885296344757rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymlMk7U9TMi09XSnWT4kCsQzwcpnl4pg { width:6.875rem;height:1.6875rem;top:49.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O815tABXwyCQVhD2gRU7g54P1BDARn3r { width:6.875rem;height:1.6875rem;top:40.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g2APEJdl5nykvBH70q6mIHfm3WPihhln { width:6.875rem;height:1.6875rem;top:40.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m0xe9STD5uFgrhVzQTTSHQqPwqGZShKG { width:18.25rem;height:3.8125rem;top:9.9375rem;left:3.5rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6IiUyXfCtzriOEiwBAt7A3ZQT1aiNJ1 { width:23.875rem;height:2.25rem;top:52.0625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7PmfMBImIDQinP7wtCbemmOSwp5nwK { width:13.5rem;height:1.125rem;top:55.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #debuQwJesTWxC7hVoE7yDTT3dr7W9IFF { width:13.6875rem;height:2.25rem;top:56.9375rem;left:8.9375rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AftziM5owaFr4fUaOqI5qMoUW2Uoli0f { width:15.5rem;height:7.75rem;top:56.625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #IR3UeKdA4NDHtmrxVXUJsz4XhFpQeVAg { width:13.6875rem;height:2.25rem;top:37.1875rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GEW96zZTVDqkUnpviZaUZDwn37H0l8sC { display:block; }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa1EZVJp1CUKPndNTSMop3oSlBHxyc1J { width:47.75rem;height:3.6875rem;top:2rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J { display:block; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Upx73hEwos5mV7FhHzTbzU6dUDxANc3i { width:5rem;height:5rem;top:2.6875rem;left:3.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymOuI0Es2hip68elNZxt5Bw64HNsPgh9 { width:14.4375rem;height:9.0625rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI8WTAGfU1lLrUfFeWpmRHQyCKM4X5kM { width:3.75rem;height:3.6891535606071rem;top:3.3125rem;left:4.3736991882324rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFsnJkCAsk9AbgXl3xLT9aBpuIuok8Pi { width:12.5rem;height:3.1875rem;top:9.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #abT518RTsrtwTlea9GJWzeKGcUqahxxC { width:5rem;height:5rem;top:2.6875rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9GMo32CQvRfNQiTdd2nUfsEWgTchXkA { width:14.4375rem;height:9.0625rem;top:5.1875rem;left:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZiUfSOAm0G6egqiNCpVruz5LJiasao { width:12.5rem;height:3.1875rem;top:9.0625rem;left:11.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1cOKHwssqFTT67GdxSbcAMt86wrhKzh { width:5rem;height:5rem;top:2.6875rem;left:27.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqwKHVdhacaSstFXW3iTpHdNX4J2tvB5 { width:14.4375rem;height:9.0625rem;top:5.1875rem;left:21.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuLSvO5Lfk9orUPK96Ca4fhEI4Cuw1E9 { width:3.9375rem;height:3.9375rem;top:3.1875rem;left:28.155385971069rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDLRHbnG7IEpAV5wXTZeENEsq3N0eNo9 { width:12.9375rem;height:3.1875rem;top:9.0625rem;left:22.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9OJQT8sgPzdnGTp9qD7B6zsTAeV04rd { width:5rem;height:5rem;top:2.6875rem;left:39.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5iZQ10Kae8FydVdwRxRnTeiNeAvGGIC { width:14.4375rem;height:9.0625rem;top:5.1875rem;left:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayE3Dyhhm4bOTbKCMIny996MZJO3PbPz { width:13.5625rem;height:3.1875rem;top:9.0625rem;left:34.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tez0c99miJuwTqcvKfMJrglWhP0wFqco { width:2.875rem;height:2.875rem;top:3.6875rem;left:40.624570846558rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbeXNpfTr6vr4KGmtRe1Tla2e9I33nwF { width:2.875rem;height:2.875rem;top:3.75rem;left:16.749567031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf { display:block; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container { height:33.625rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdbmCGTHCCah4ZtEk2lnfU9LrXfXihVU { top:27.3125rem;left:1.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs0VZwkTJVxw7APTbrmfBLkKFTTJZVHS { display:block; }
 }@media only screen and (max-width: 763px) { #ZIEkZR7rDErL3T9Kdmk8vTu2lB7JyOnr { width:33.2493125rem;height:8.125rem;top:5.6241121292114rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvJAMFkOotg8wJsvqvXNN9gkKCTfoLfh { width:29.4993125rem;height:4.625rem;top:2.7885296344757rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUDX766wD0p2OBeo8k730HEyQop1mlZo { width:19.375rem;height:5.25rem;top:13.914239883423rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPhexwFCxv4eyoXmoncR5VZQKPGu4ms0 { width:7.375rem;height:3.3125rem;top:1.5625rem;left:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8DzdKeEetsSsNbcoBu7kQPa7ycsEBWI { width:8.1875rem;height:8.1875rem;top:20.9375rem;left:13.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vv0shtCUNRixkX3X7JHzl8ro1VLGJVaq { width:9.4375rem;height:1.75rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnkBK6o5hDhTkQUfLbXGPEVBUv2kC6HI { width:14.6875rem;height:1.625rem;top:20.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLGR4HhiSTsuAHarCsKzeCsOLLqqWm0i { width:10.125rem;height:2.0625rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfOpLoT3vn1cKIThBz1I9qtUK2qcTmPS { width:11rem;height:;top:27.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPoAIUNpKFl8iEZQqCQkBkO7dzwp20aV { width:3.6875rem;height:3.6875rem;top:30.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwqyDnntnNMER7IlTp1rUBZufBJpneAV { width:14.875rem;height:1.125rem;top:32.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIlyR5eiGLt9q2rgGKe1UbJt2eHK8O4t { width:11rem;height:2.5rem;top:23.8125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ySgqRukMfCxWwX0hp3iTXaPTdNG2a6qW { width:14.6875rem;height:2.5rem;top:29.75rem;left:13.46875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeAtMLiV6UQTem877fE4zTNREKyTgy95 { width:15.375rem;height:8.4375rem;top:20.8125rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs { display:none; }#SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #igQ642IrIkfStUwTt3gGADhpSPVzMHwO { width:24.9375rem;height:0.125rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4M6XQioDdLDexgenrJDfkBfXuz8DsFn { width:24.5rem;height:1.5rem;top:23.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWCcJnfCWRzMsmtpZyn7crfnHLpsDO1d { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Co7rVKcQSRDou66zGLAdlBLSSgc4vMzR { width:21.75rem;height:2.625rem;top:15.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JlduoDIFEcTbCSQ1wa0BEFoy0SwAgx18 { width:18.9375rem;height:6.875rem;top:17.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw6MgDq5UcbCCaZZQoRl1rhN119En9aw { width:3.8125rem;height:3.5rem;top:19.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITgwT511z5NQL0FF54m3EwnsSb2nBkAN { display:none; }#ITgwT511z5NQL0FF54m3EwnsSb2nBkAN > .row .container { width:47.75rem;height:26.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R5Shn4E5SaqlKtyQSE6OKQZLAd6UtQWs { width:22.1875rem;height:1.4375rem;top:13rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dxg5QXnaH3ZrTZaGRIv3RUSmTmutTvcU { width:4.625rem;height:4.625rem;top:39.375rem;left:21.3125rem;font-size:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzJeO8AkDyhf6cL76K8bMkyHEIfwTtmK { width:21.8125rem;height:1.9375rem;top:2rem;left:0.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbTXENZIoLUKHQFS1CquB6mf1esQvev2 { width:22.0625rem;height:23rem;top:5.5rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3z7hcNUowfRrp5g1TqLOsMgCoQCM1ob { width:29.4993125rem;height:4.625rem;top:2.7885296344757rem;left:1.7498224377632rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnRf8WpJpbnWbuGoe3QXMeZu1dFH7W8W { width:24.875rem;height:3.25rem;top:5.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWBszZOJmuhfwDAr0xSwMnJlxxQ4IsXS { width:28.4375rem;height:3.8125rem;top:7.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVs28xpMDNMyyVtPnhJl1sq4wQbFPBUT { width:47.75rem;height:24.25rem;top:39.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QK5A5fEeouNTzbryTOcoMOvEQ6fqLmdf { width:3.625rem;height:3.625rem;top:41.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJw1VZT9Q10qeNQFmow7T5T8c4ZWiimn { width:6.875rem;height:1.6875rem;top:45.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHEcM72vzqzyZagkQMIN3dP0D3uauOI9 { width:15.5625rem;height:1.25rem;top:47.9375rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPnLKAKMleiJbRoH2o6641h16qcN6nif { width:15.8125rem;height:1.25rem;top:47.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSs0ToxTwHrp0L1xSAICcksA3M40GhA { width:3.625rem;height:3.625rem;top:41.75rem;left:12.0625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMo89XGsHgLi6t86GFVxknyJHw82ke44 { width:11.5rem;height:2.1875rem;top:45.125rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbnLZaAqTtBFavkAm7DDDVTfetw29UZF { width:21.625rem;height:6.75rem;top:49.75rem;left:13.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImHDkVPrQwSbaq2afbd7RSBUd0TLxTF2 { width:12.875rem;height:6.75rem;top:49.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8KHEWGA8FMNM4TsGoRyLUTZg3iz2TyQ { top:58.9375rem;left:0rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA1HlwSCthGVTl1w7CcfCG4d45omUdiy { display:block; }
 }@media only screen and (max-width: 763px) { #w5CM56RuwNgEGwg16Tg0ToszbPkzykZv { top:58.9375rem;left:13.8125rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBtUiXSGvyil9cgdfPBgNml1TkuaNovl { display:block; }
 }@media only screen and (max-width: 763px) { #SbD56BQ32sfHdszNpHlQhafinOXzgpgB { width:24.875rem;height:3.25rem;top:5.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LU88q2KL0kI2EJlIk2NdT9SebvaqZJWk { width:28.4375rem;height:3.8125rem;top:7.75rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #boAXb2ANBaBkdMRezxkMPbk6z8P73LMM { width:20rem;height:;top:4.3125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #qB0a3zsINv2fur2pAMvnfCU46geLIOhG { display:block; }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMFlAJuHTNLVdT459LTPzOA9a6OMrM2S { width:22.1875rem;height:5rem;top:1.625rem;left:15.03125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { width:47.75rem;height:26.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { width:36.4375rem;height:25.3125rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaVAXyfHxEbKA2iZTesoDap6nH3N5h6E { width:19.125rem;height:19.125rem;top:2.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP { display:block; }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxTIsxREelhe944dTA0bcdRueCLgo4pP { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmzS7yAeAomP6inf6pPAuct0a2ITcIAT { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4hTcXTHwbZuo9mK5kBHm5d735T5tfzr { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08aEqdUhWGToqQuRE3HUxNC8059D7ko { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/2b0TfM3V/Nisha_5_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row > .video-iframe-container { display: none; }#HHIhH3E7cMX12fRfFKBiZT6Vefwcxhv0 > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/abc980ec-4ced-4391-a0c1-5b07c20fb31e/portadaP2Mati.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu.adaptive-delivery-prevent-bg, #K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu.lazyload, #K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu.lazyloading { background-image: none; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container { background-color: transparent; background-image: none; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container > .video-iframe-container { display: none; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row > .video-iframe-container { display: none; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .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); }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container { border-width: 0; border-radius: 0; }#K2RWXWxb2nB9zEe9znniWOngQ6ta8Bmu > .row .container { height:46.5625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #slsHGAlCQDmszFGQxr9HLdc3V8ISR1So { top:38.28125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lI4v2nREzos9BnM1PRMHXpXBl3yGhiEr { display:block; }
 }@media only screen and (max-width: 763px) { #LZQWJqo6yZ7Flu4ZPx11IXdnSustJfrT { width:20rem;height:0;top:26.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;line-height:1.1;color:#3b328b;display:none; }
 }@media only screen and (max-width: 763px) { #r5pDxlxAqk7vrZ0DR9xOFX8T4RL4I0CK { width:20rem;height:1.6875rem;top:25.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #KpSFMlmaXsLzvFeNqFCt9U4RO3WKgPUG { width:20rem;height:2.4375rem;top:30.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#3f3f3f;display:block; }
 }@media only screen and (max-width: 763px) { #BLH78xwV1oSGgE4DBGg8QM5Mo02nrAis { width:5.375rem;height:2.875rem;top:2.3125rem;left:1.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #o3xmWNWI5unwnvGwh5Et0eRPGTCQPhAF { width:14.125rem;height:1.875rem;top:34.59375rem;left:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QcLVX0pXMvaP2X82Wiy38N5EVRrluEql { width:7.125rem;height:1.9375rem;top:15.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmcoTs9NZBH7U7eqVDaaFRPWA2cNfIqF { width:11rem;height:1.125rem;top:16.5rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUf18yI9ZNMnnHViUwVMEe4poi29pN1W { width:3.6875rem;height:3.6875rem;top:33.6875rem;left:1.6875rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgywJV8DDKa7bKFkJaC7itxt3VEw4eaB { width:20rem;height:0;top:5.5625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#f6f6f6;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #CcB3TyvDpcv446RgqPlOZPqztPnG1r4T { width:6.25rem;height:0;top:10.25rem;left:3.125rem;text-align:left;text-align-last:left;font-size:2.6875rem;line-height:1.1;color:#ffffff;z-index:100007;display:none; }
 }@media only screen and (max-width: 763px) { #Zz3Zh6cIR9PeIMasrnlBNCO4rPA1JFdJ { width:20rem;height:0;top:8.4375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#f6f6f6;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #JqJ41nlKggsyG59M7OFlGNTLqQbyk0NJ { width:20rem;height:0;top:15.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#fff6ef;z-index:100010;display:none; }
 }@media only screen and (max-width: 763px) { #z62SMGcTcAOGX0wwTfuF8xxJrT62BTt4 { width:20rem;height:3.01855625rem;top:27.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.6875rem;line-height:1.1;color:#3b328b;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #VyT8RhPiiIQuKAULqMpH35UVxksC9UBk { width:14.25rem;height:2.1875rem;top:12.59375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF { display:block; }#hMpR4UpOiz0zrpf6JeTyAnV2UoCAbaHF > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lhWdbO1pJEHCRDRZGhbdqE7tHA0LHTiC { width:20rem;height:2rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fecf3b0d-c26c-413d-bdab-373fe5c1e768/matiMx1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq.adaptive-delivery-prevent-bg, #VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq.lazyload, #VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq.lazyloading { background-image: none; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container { background-color: transparent; background-image: none; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container > .video-iframe-container { display: none; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row > .video-iframe-container { display: none; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .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); }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container { border-width: 0; border-radius: 0; }#VqDEEBEcfQ8letI1uX1eo6SNwEQrdDTq > .row .container { height:39.75rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JhCp4E10V2qcht3TAf2t63J70nTAGIPa { top:28.4375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tH7VPJd77J20EIUM1aa8OCuHFM6JSIMU { display:block; }
 }@media only screen and (max-width: 763px) { #oc1LMJsxvvcZvN92FSvZ0S9LAiPwzE75 { width:20rem;height:auto;top:8.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.6875rem;line-height:1.1;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #Xf6yqWCk0Ed5IeTiG9IsBHU8xvXtyTcL { width:20rem;height:auto;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#f6f6f6;display:none; }
 }@media only screen and (max-width: 763px) { #GGd8VbKRR7Uxs9P6t8TvAqGFcMQAGzWz { width:20rem;height:auto;top:14.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#fff6ef;display:none; }
 }@media only screen and (max-width: 763px) { #dfTEX0VTMRRP57JezDTAm47PapB6t6ZX { width:9.25rem;height:4rem;top:37.8125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MtTbPDwsqQsrxpUJDWcd3zqJDtnLlB1U { width:10.4375rem;height:10.4375rem;top:18.1875rem;left:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #DVk0PipWK0BooDJ0Ga4tANxOqg8wWiUZ { width:9.4375rem;height:1.75rem;top:26.9375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #CF75RoBPPwMAhXMXLI1Ib6VWIkkpbTTb { width:14.6875rem;height:auto;top:27.1875rem;left:2.625rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qOsqvPMT0kDNNseOJfR9dZxqowSVQdrV { width:10.125rem;height:2.0625rem;top:23.375rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JFIRVOcbWeMxgZ6wJRLtVUenkV6XyED6 { width:11rem;height:auto;top:24.0625rem;left:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yzQwN6IVRUoiXTIqNtf9D7OskfUVNyFu { width:4.1875rem;height:4.1875rem;top:30.375rem;left:7.875rem;font-size:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ab9Bkqt739HdDTyLR2mEPqI7zBTqwLzK { width:14.875rem;height:auto;top:31.4375rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #FuXgw2JOUvbFeZ0gUA2hL2zvbhT7dSeC { width:11rem;height:auto;top:19.875rem;left:4.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #w3fTVDigHJoTPvmuRFccMnccTUBGDoMZ { width:14.875rem;height:auto;top:26.3125rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #P1TTppTifHaCPU3lZv1msmqNEzgwV3hv { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ee8b780-28a2-4f72-9231-812062f808f2/portadaNeurocienciaMati.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#P1TTppTifHaCPU3lZv1msmqNEzgwV3hv.adaptive-delivery-prevent-bg, #P1TTppTifHaCPU3lZv1msmqNEzgwV3hv.lazyload, #P1TTppTifHaCPU3lZv1msmqNEzgwV3hv.lazyloading { background-image: none; }#P1TTppTifHaCPU3lZv1msmqNEzgwV3hv > .row .container { border-width: 0; border-radius: 0; }#P1TTppTifHaCPU3lZv1msmqNEzgwV3hv > .row .container { width:20rem;height:99.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #LbFr4HaAvF0XW10VdHLhC7LJnMK0UCpJ { width:19rem;height:12.09568125rem;top:19.78515625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PTpp6TUmVZC1NnJUAQwfoDPUIy5z8cU8 { width:16.75rem;height:1.29980625rem;top:73.2265625rem;left:3.25rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmwNAqrQQINP0qeuExKXEUt7suyJp5nr { width:2.75rem;height:2.875rem;top:35.3125rem;left:1.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw29NHChMnbheqJV2rICQboksE5w3kDG { width:8.9375rem;height:4.62890625rem;top:35.3125rem;left:5.625rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6WOx6fqK54l7qsy0DSDRsTehCP7IuCD { top:62.345703125rem;left:4.0625rem;width:11.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #So93znz1ahdsNkihUptPR0r4Rd2CefTJ { display:block; }
 }@media only screen and (max-width: 763px) { #ysqNQB3HZ5EFECwtqkOcXaLiM7uVmtak { width:13.0625rem;height:10.125rem;top:75.158203125rem;left:3.25rem;text-align:center;text-align-last:center;z-index:99999;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIAibOcEZdBm8VqvMrVBNdEDO6L76TJu { width:14rem;height:1.29980625rem;top:52.099609375rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aK0K0P0NiU0DFMzptLxZhfAB33hw1mez { width:13.625rem;height:5.625rem;top:55.345703125rem;left:3.1875rem;text-align:center;text-align-last:center;z-index:99999;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eh29DzNNBK7GrNnGMZ5aCD9W1vaCnywR { width:20rem;height:49.5rem;top:44.845703125rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #G33SkcU8Sg7PfNTuhJgXxsqqFOu6sWWZ { width:3.625rem;height:3.625rem;top:67.908203125rem;left:1.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZacSUoTlIh3m25lNlXkd70qNr06CcuoI { width:3.625rem;height:3.625rem;top:46.59575rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MFBFJPENVpL7pfAoM0P2NN9KRc46ozuo { width:20rem;height:2.19921875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;font-family:"gotham narrow";display:block; }
 }@media only screen and (max-width: 763px) { #PZIVAisrCzzCfAQNvObfmX2Gz9L0VVQ1 { width:20rem;height:7.1494375rem;top:7.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8NOTnXvIMSui2wpQPuhADBbMXKMPw49 { width:3.8125rem;height:2.19921875rem;top:4.32421875rem;left:8.09375rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Stt5OgC2D0VrHNhTTlmqntKUuEERmxc4 { width:20rem;height:0.1875rem;top:7.2734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7hixUyBDKJd1BHldgDDZuFa0EZefJOP { width:20rem;height:2.76171875rem;top:13.3984375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4tveTU5IEz7xKxdTF4clMSOIoMNUWGN { top:87.033203125rem;left:4.0625rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVMVTDlpBP2W6EFOyS51uqPv8GmqVQst { display:block; }
 }@media only screen and (max-width: 763px) { #CZ7dzz5SV2qSyasMWoXMeHGcLBFzccyr { width:20rem;height:auto;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#f6f6f6;display:none; }
 }@media only screen and (max-width: 763px) { #ICfFWSu5fE6z5vv2iTMLHsHvIvaiKF0i { width:6.875rem;height:1.6875rem;top:47.564453125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5CIbiHmfvBz22iwmUCkZXBAtT8CoEJ { width:11.5rem;height:2.1875rem;top:68.501953125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9iZ5qD1S6mzhUGr2V3zmx3TymOn7Jzg { width:6.875rem;height:1.6875rem;top:50.28325rem;left:3.9375rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #L5WCZHFDUJcGDKWwbRZ4BCpr8LiQSIBB { width:6.875rem;height:1.6875rem;top:50.28325rem;left:3.9375rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg { background-color:transparent;background-image:url("https://images.assets-landingi.com/yBF33NYt/dinacharya_celu.png");background-position:center right !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;display:block; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg.adaptive-delivery-prevent-bg, #UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg.lazyload, #UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg.lazyloading { background-image: none; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container { background-color: transparent; background-image: none; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container > .video-iframe-container { display: none; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row > .video-iframe-container { display: none; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .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); }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container { border-width: 0; border-radius: 0; }#UzpDrtJWEu2ZykZNI5aeMJpfTiiiMOdg > .row .container { width:20rem;height:76.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G0fsrCVii3e0vxsnV0J5KMaDHTZgHCxU { width:19rem;height:12.0957125rem;top:31.0625rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1rem;color:#414040;display:block; }
 }@media only screen and (max-width: 763px) { #E07ApKQoTxAD9mspOcniHlx0I1D3nv4M { width:2.75rem;height:2.875rem;top:48.25rem;left:0.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpdsPdTb4HovwIVEDKJ1vBHvE1pH3qHx { width:15.5rem;height:3.1494125rem;top:26.25634765625rem;left:4.0625rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#fff4dc;display:none; }
 }@media only screen and (max-width: 763px) { #WxqKTATVu2uRsPEaGJHI2TpLOTWn479x { top:69.8125rem;left:4.0625rem;width:11.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV0ugan34ZCqtRSsfXOU9Ozho56FDGH6 { display:block; }
 }@media only screen and (max-width: 763px) { #vERrOscmsegWrHVo9b31tHyXDkU2i1nF { width:15.9375rem;height:2.875rem;top:44.5625rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpkIGy5xgZ2W3TJLBvNOHdgpVwF9OQJl { width:20rem;height:22.5625rem;top:53.4375rem;left:0rem;z-index:99998;display:none; }
 }@media only screen and (max-width: 763px) { #A9R4vFag2ZrwvtlXOQJkVNQrWTb0T9Lr { width:3.625rem;height:3.625rem;top:57.8125rem;left:0.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrQfyccT6g8S95eQbba2muhBWFKPN3Lw { width:20rem;height:2.61230625rem;top:20.75rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2.375rem;font-family:"gotham narrow";display:block; }
 }@media only screen and (max-width: 763px) { #uP1Hc17ADen0Et0BM9ahkto6EBwUvFZl { width:3.8125rem;height:2.19970625rem;top:23.5625rem;left:1.5rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXA3XuO7OHGmo4XP5bCx2Hduwtk7RdnT { width:20rem;height:0.1875rem;top:26.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyDU6kiFDhI3AOh4NxzuT6UZVzq5RPmF { width:20rem;height:2.3374rem;top:27.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BKgV7MJTt506HuZUIDLlivFNhFkmPTzk { width:20rem;height:0;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#f6f6f6;display:none; }
 }@media only screen and (max-width: 763px) { #ymlMk7U9TMi09XSnWT4kCsQzwcpnl4pg { width:5.6875rem;height:1.3125rem;top:58.90625rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O815tABXwyCQVhD2gRU7g54P1BDARn3r { width:6.875rem;height:1.6875rem;top:50.28325rem;left:3.9375rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #g2APEJdl5nykvBH70q6mIHfm3WPihhln { width:6.875rem;height:1.6875rem;top:50.28325rem;left:3.9375rem;z-index:100015;display:none; }
 }@media only screen and (max-width: 763px) { #m0xe9STD5uFgrhVzQTTSHQqPwqGZShKG { width:18.25rem;height:3.23095625rem;top:23.125rem;left:1.75rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6IiUyXfCtzriOEiwBAt7A3ZQT1aiNJ1 { width:13.5rem;height:3.375rem;top:61.4375rem;left:4.0625rem;text-align:left;text-align-last:left;z-index:99999;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zt7PmfMBImIDQinP7wtCbemmOSwp5nwK { width:13.5rem;height:1.125rem;top:66.5rem;left:4.0625rem;text-align:left;text-align-last:left;z-index:99999;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #debuQwJesTWxC7hVoE7yDTT3dr7W9IFF { width:13.6875rem;height:0;top:56.9375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #AftziM5owaFr4fUaOqI5qMoUW2Uoli0f { width:15.5rem;height:7.7798125rem;top:48.9375rem;left:3.75rem;text-align:left;text-align-last:left;font-size:1.1875rem;color:#3b328b;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #IR3UeKdA4NDHtmrxVXUJsz4XhFpQeVAg { width:13.6875rem;height:0;top:37.1875rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:100026;display:none; }
 }@media only screen and (max-width: 763px) { #GEW96zZTVDqkUnpviZaUZDwn37H0l8sC { display:block; }#GEW96zZTVDqkUnpviZaUZDwn37H0l8sC > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oa1EZVJp1CUKPndNTSMop3oSlBHxyc1J { width:18.75rem;height:2.3374rem;top:2.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J { background-color:rgba(220,220,220,0.52);background-image:none;display:block; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container { background-color: transparent; background-image: none; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container > .video-iframe-container { display: none; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row > .video-iframe-container { display: none; }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .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); }#VGdXBAxhgBnUTG8iKxwRH80g2zfBgS0J > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Upx73hEwos5mV7FhHzTbzU6dUDxANc3i { width:5rem;height:5rem;top:1.25rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymOuI0Es2hip68elNZxt5Bw64HNsPgh9 { width:14.5625rem;height:7.625rem;top:3.8125rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rI8WTAGfU1lLrUfFeWpmRHQyCKM4X5kM { width:3.37456875rem;height:3.49935rem;top:2.0615234375rem;left:8.3115234375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFsnJkCAsk9AbgXl3xLT9aBpuIuok8Pi { width:12.5rem;height:3.25rem;top:6.9375rem;left:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #abT518RTsrtwTlea9GJWzeKGcUqahxxC { width:5rem;height:5rem;top:13.625rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9GMo32CQvRfNQiTdd2nUfsEWgTchXkA { width:14.5rem;height:9.0625rem;top:15.0625rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #POZiUfSOAm0G6egqiNCpVruz5LJiasao { width:12.5rem;height:3.25rem;top:18.9375rem;left:3.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1cOKHwssqFTT67GdxSbcAMt86wrhKzh { width:5rem;height:5rem;top:26.3125rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqwKHVdhacaSstFXW3iTpHdNX4J2tvB5 { width:14.4375rem;height:9.0625rem;top:28.0625rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuLSvO5Lfk9orUPK96Ca4fhEI4Cuw1E9 { width:4.18728125rem;height:4.18728125rem;top:26.778430521488rem;left:8.0922317504881rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDLRHbnG7IEpAV5wXTZeENEsq3N0eNo9 { width:12.5rem;height:3.25rem;top:31.9375rem;left:3.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I9OJQT8sgPzdnGTp9qD7B6zsTAeV04rd { width:5rem;height:5rem;top:39.3125rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5iZQ10Kae8FydVdwRxRnTeiNeAvGGIC { width:14.5rem;height:9.0625rem;top:40.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayE3Dyhhm4bOTbKCMIny996MZJO3PbPz { width:12.5rem;height:4.875rem;top:44.625rem;left:3.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tez0c99miJuwTqcvKfMJrglWhP0wFqco { width:2.87435rem;height:2.87435rem;top:40.4033203125rem;left:8.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbeXNpfTr6vr4KGmtRe1Tla2e9I33nwF { width:2.87435rem;height:2.87435rem;top:14.748046875rem;left:8.529296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/05add5b2-894b-4026-834c-eaaa094c736b/matiMx.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf.adaptive-delivery-prevent-bg, #rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf.lazyload, #rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf.lazyloading { background-image: none; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container { background-color: transparent; background-image: none; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container > .video-iframe-container { display: none; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row > .video-iframe-container { display: none; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .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); }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container { border-width: 0; border-radius: 0; }#rVcK97A4vqzlCupUvuSCdWXM9tHQ6RNf > .row .container { height:42rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gdbmCGTHCCah4ZtEk2lnfU9LrXfXihVU { top:33.8125rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qs0VZwkTJVxw7APTbrmfBLkKFTTJZVHS { display:block; }
 }@media only screen and (max-width: 763px) { #ZIEkZR7rDErL3T9Kdmk8vTu2lB7JyOnr { width:20rem;height:auto;top:8.5rem;left:0rem;text-align:left;text-align-last:left;font-size:2.6875rem;line-height:1.1;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #zvJAMFkOotg8wJsvqvXNN9gkKCTfoLfh { width:20rem;height:auto;top:5.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#f6f6f6;display:none; }
 }@media only screen and (max-width: 763px) { #RUDX766wD0p2OBeo8k730HEyQop1mlZo { width:20rem;height:auto;top:17.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;color:#fff6ef;display:none; }
 }@media only screen and (max-width: 763px) { #CPhexwFCxv4eyoXmoncR5VZQKPGu4ms0 { width:9.25rem;height:4rem;top:37.8125rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S8DzdKeEetsSsNbcoBu7kQPa7ycsEBWI { width:8.1875rem;height:8.1875rem;top:20.9375rem;left:5.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #vv0shtCUNRixkX3X7JHzl8ro1VLGJVaq { width:9.4375rem;height:1.75rem;top:19.9375rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #RnkBK6o5hDhTkQUfLbXGPEVBUv2kC6HI { width:14.6875rem;height:auto;top:20.5625rem;left:2.625rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLGR4HhiSTsuAHarCsKzeCsOLLqqWm0i { width:10.125rem;height:2.0625rem;top:64.625rem;left:4.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfOpLoT3vn1cKIThBz1I9qtUK2qcTmPS { width:11rem;height:auto;top:27.4375rem;left:4.5rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JPoAIUNpKFl8iEZQqCQkBkO7dzwp20aV { width:3.6875rem;height:3.6875rem;top:30.8125rem;left:8.125rem;font-size:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UwqyDnntnNMER7IlTp1rUBZufBJpneAV { width:14.875rem;height:auto;top:32.75rem;left:2.5625rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nIlyR5eiGLt9q2rgGKe1UbJt2eHK8O4t { width:11rem;height:auto;top:23.8125rem;left:4.5rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #ySgqRukMfCxWwX0hp3iTXaPTdNG2a6qW { width:14.6875rem;height:auto;top:29.75rem;left:2.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeAtMLiV6UQTem877fE4zTNREKyTgy95 { width:15.375rem;height:8.4375rem;top:20.8125rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/f2x9yb9w/Disen_o_sin_ti_tulo_7_.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:none; }#SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs.adaptive-delivery-prevent-bg, #SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs.lazyload, #SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs.lazyloading { background-image: none; }#SghHwCd2cQh8GeJGeV6wQiffGe5AZtAs > .row .container { width:20rem;height:46.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #igQ642IrIkfStUwTt3gGADhpSPVzMHwO { width:20rem;height:0.125rem;top:32.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4M6XQioDdLDexgenrJDfkBfXuz8DsFn { width:20rem;height:3.0625rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SWCcJnfCWRzMsmtpZyn7crfnHLpsDO1d { top:1.25rem;left:0rem;width:20rem;height:20.625rem;z-index:100000;background-color:rgba(0,0,0,0.32);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Co7rVKcQSRDou66zGLAdlBLSSgc4vMzR { width:20rem;height:2.75rem;top:23.125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;font-family:"gotham narrow";display:block; }
 }@media only screen and (max-width: 763px) { #JlduoDIFEcTbCSQ1wa0BEFoy0SwAgx18 { width:16.375rem;height:5.875rem;top:33.5rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aw6MgDq5UcbCCaZZQoRl1rhN119En9aw { width:3.8125rem;height:3.75rem;top:27.125rem;left:8.0625rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITgwT511z5NQL0FF54m3EwnsSb2nBkAN { background-color:#c1bcbc;background-image:url("https://images.assets-landingi.com/uc/7277de57-91aa-4bdd-bd9f-a8427c2c4598/portadaKarmaMati.png");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#ITgwT511z5NQL0FF54m3EwnsSb2nBkAN.adaptive-delivery-prevent-bg, #ITgwT511z5NQL0FF54m3EwnsSb2nBkAN.lazyload, #ITgwT511z5NQL0FF54m3EwnsSb2nBkAN.lazyloading { background-image: none; }#ITgwT511z5NQL0FF54m3EwnsSb2nBkAN > .row .container { width:20rem;height:95rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #R5Shn4E5SaqlKtyQSE6OKQZLAd6UtQWs { width:20rem;height:4.63036875rem;top:8.1484375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;display:block; }
 }@media only screen and (max-width: 763px) { #Dxg5QXnaH3ZrTZaGRIv3RUSmTmutTvcU { width:4.625rem;height:4.625rem;top:14.02734375rem;left:7.6875rem;font-size:3.1875rem;color:rgba(0,0,0,0);z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #xzJeO8AkDyhf6cL76K8bMkyHEIfwTtmK { width:20rem;height:2.19970625rem;top:19.90234375rem;left:0rem;line-height:1.1;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbTXENZIoLUKHQFS1CquB6mf1esQvev2 { width:20rem;height:20.59865rem;top:23.4140625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3z7hcNUowfRrp5g1TqLOsMgCoQCM1ob { width:12.0625rem;height:0;top:3rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:700;font-style:normal;color:#f6f6f6;display:none; }
 }@media only screen and (max-width: 763px) { #RnRf8WpJpbnWbuGoe3QXMeZu1dFH7W8W { width:20rem;height:0;top:1.25rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;font-family:"gotham narrow";display:none; }
 }@media only screen and (max-width: 763px) { #GWBszZOJmuhfwDAr0xSwMnJlxxQ4IsXS { width:20rem;height:0;top:4.69921875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hVs28xpMDNMyyVtPnhJl1sq4wQbFPBUT { width:20rem;height:48.6875rem;top:45.44140625rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #QK5A5fEeouNTzbryTOcoMOvEQ6fqLmdf { width:3.625rem;height:3.625rem;top:47.254875rem;left:3.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJw1VZT9Q10qeNQFmow7T5T8c4ZWiimn { width:6.875rem;height:1.6875rem;top:48.22265625rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHEcM72vzqzyZagkQMIN3dP0D3uauOI9 { width:15.5625rem;height:1.29980625rem;top:51.94140625rem;left:4.4375rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPnLKAKMleiJbRoH2o6641h16qcN6nif { width:15.8125rem;height:1.29980625rem;top:74.12890625rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTSs0ToxTwHrp0L1xSAICcksA3M40GhA { width:3.625rem;height:3.625rem;top:69.62890625rem;left:1.8125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMo89XGsHgLi6t86GFVxknyJHw82ke44 { width:11.5rem;height:2.1875rem;top:70.34765625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbnLZaAqTtBFavkAm7DDDVTfetw29UZF { width:14.0625rem;height:9rem;top:76.19140625rem;left:3.6875rem;text-align:center;text-align-last:center;z-index:99999;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImHDkVPrQwSbaq2afbd7RSBUd0TLxTF2 { width:12.875rem;height:6.75rem;top:53.97265625rem;left:3.5625rem;text-align:center;text-align-last:center;z-index:99999;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8KHEWGA8FMNM4TsGoRyLUTZg3iz2TyQ { top:62.25390625rem;left:4.0625rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xA1HlwSCthGVTl1w7CcfCG4d45omUdiy { display:block; }
 }@media only screen and (max-width: 763px) { #w5CM56RuwNgEGwg16Tg0ToszbPkzykZv { top:87.69140625rem;left:4.0625rem;width:11.875rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBtUiXSGvyil9cgdfPBgNml1TkuaNovl { display:block; }
 }@media only screen and (max-width: 763px) { #SbD56BQ32sfHdszNpHlQhafinOXzgpgB { width:20rem;height:2.19970625rem;top:2.1875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;font-family:"gotham narrow";z-index:100013;color:#3b328b;display:block; }
 }@media only screen and (max-width: 763px) { #LU88q2KL0kI2EJlIk2NdT9SebvaqZJWk { width:20rem;height:0;top:5.1875rem;left:2.5rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;z-index:100014;display:none; }
 }@media only screen and (max-width: 763px) { #boAXb2ANBaBkdMRezxkMPbk6z8P73LMM { width:20rem;height:2.19970625rem;top:4.32421875rem;left:0rem;text-align:center;text-align-last:center;line-height:1.1;font-size:2rem;z-index:100014;color:#3b328b;display:block; }
 }@media only screen and (max-width: 763px) { #qB0a3zsINv2fur2pAMvnfCU46geLIOhG { display:block; }#qB0a3zsINv2fur2pAMvnfCU46geLIOhG > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iMFlAJuHTNLVdT459LTPzOA9a6OMrM2S { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL { display:block; }#rReMXfddL8SeT3CBh9J5gpsZqlLRxcVL > .row .container { width:20rem;height:30.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umM6HEl8rBPhrAbuKknG27OzxGDgARm5 { width:18.75rem;height:25.78125625rem;top:1.25rem;left:0.625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaVAXyfHxEbKA2iZTesoDap6nH3N5h6E { width:19.125rem;height:19.125rem;top:2.375rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP { display:block; }#gCRAF8Isms37LIRTBJNU4P7hIOcTo3iP > .row .container { width:20rem;height:11rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uxTIsxREelhe944dTA0bcdRueCLgo4pP { width:3.125rem;height:3.125rem;top:4.849609375rem;left:1.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmzS7yAeAomP6inf6pPAuct0a2ITcIAT { width:3.125rem;height:3.125rem;top:4.849609375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4hTcXTHwbZuo9mK5kBHm5d735T5tfzr { width:19.25rem;height:2.5996125rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08aEqdUhWGToqQuRE3HUxNC8059D7ko { width:3.125rem;height:3.125rem;top:4.849609375rem;left:14.4375rem;font-size:2.1875rem;display:block; }
 }