.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/2e394b7c-9c92-4585-9ff6-e50bd4ad50d7/ELPODERDELAMEDITACION2.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container {  }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:37.25rem;width:60rem;position:relative;display:block; }#hCJr5sdtE8x6OTMiLZCIc66dxm8u2KTc { background-color:#45a286;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;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:1.3125rem;border-top-right-radius:1.3125rem;border-bottom-left-radius:1.3125rem;border-bottom-right-radius:1.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:17.7475625rem;height:3.4995125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:23.619140625rem;left:8.439453125rem;display:block; }
#TgpdaT6vNBeXo7eMJZnNR3A1OJyBppEq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rdhLvroqsFbTNvQKkJcHTzVXNSL2oWi2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:34.5625rem;top:9.0625rem;left:25.4375rem;overflow:hidden;display:block; }
#qeiGKi71bOfem5BSzPZPMty7i8VZ6Irp { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:14.6875rem;width:33.0625rem;top:5.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#f1zhRJQZTJQG0QaIop4igAhB6FDeCgr7 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.375rem;width:8.375rem;top:0rem;left:13.12548828125rem;overflow:hidden;display:block; }
#iKTJdgfp1XXiNTNcGPneVnp6DQXgEV9z { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:29.5625rem;top:15.75rem;left:27.9375rem;overflow:hidden;display:block; }
#RHl9Tf1clvVUP7B0VlOADOuV5Cgdel7f { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:29.5625rem;top:15.75rem;left:27.9375rem;overflow:hidden;display:none; }
#kP2ykiq3TgUxqGtC0WHsFiIFewDbTZbh { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:29.5625rem;top:15.75rem;left:27.9375rem;overflow:hidden;display:none; }
#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/dae0344c-8f16-445a-8a5f-ccc2ad7a485c/ELPODERDELAMEDITACION3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE.adaptive-delivery-prevent-bg, #iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE.lazyload, #iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE.lazyloading { background-image: none; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container { background-color: transparent; background-image: none; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container > .video-iframe-container { display: none; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row > .video-iframe-container { display: none; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .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); }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container { border-width: 0; border-radius: 0; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row > .video-iframe-container {  }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:60rem;position:relative;display:block; }#tAyWZgTqVuxUTQFA4m3KTz4Wz2oLLE75 { color:#585858;display:block;width:25rem;position:absolute;font-family:"gotham narrow";font-size:0;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:9.6875rem;left:19.75rem;height:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xDM9RDBVUTVD8ooJdrM2C8h4M6dpUbRN { color:#585858;display:block;width:25.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.4375rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:14.625rem;left:19.71875rem;height:2.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZAJAsCKeVF1Cs2OgnVM1kJe1T2RuWFQS { color:#585858;display:block;width:25.25rem;position:absolute;font-family:"gotham narrow";font-size:1.4375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:18.51513671875rem;left:19.625rem;height:2.15625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z90rBW88DEWzSp6gU1B0O68Amy5p3N9p { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:9.6875rem;left:15.1875rem;display:block; }
#LJNmG6Tm6HhpbDbPNmF2CzxXM1GJDGuP { color:#585858;display:block;width:19.6875rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:12.875rem;left:3.0625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#OMrdmgBWfL25TgcnhFcogVm6AyP92oSC { color:#585858;display:block;width:19.75rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:16.9375rem;left:2.9375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#AcHJ0MliRLJ95Rwvund06mTotuWxEXrC { color:#585858;display:block;width:20.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:21rem;left:3.0625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q0A9OP1puWHWXKeM8OX2TGxzSxn3v1Ia { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:13.796875rem;left:15.1875rem;display:block; }
#k2wsC16vDnVXr7mfBLdFTrQvAtSpuazQ { color:#ffffff;display:block;width:57.9375rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.359375rem;left:2.0625rem;height:3.875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nlAaQoQFllXPryxwPQ7rUMvBHahHUB8i { color:#585858;display:block;width:25.0625rem;position:absolute;font-family:"gotham narrow";font-size:1.4375rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:9.7708339691163rem;left:19.75rem;height:4.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gk3wkvvk7BAncvdJPLdz2lagvNNBRHT9 { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8125rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:14.625rem;left:15.25rem;display:none; }
#ioOo1t2lzVhWo1vTiMhMuetcrUci79x6 { box-sizing:content-box;color:#ffffff;font-size:2.625rem;font-weight:400;line-height:1;height:3.8120125rem;width:3.8745125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15023;top:17.68701171875rem;left:15.1875rem;display:block; }
#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row .container { background-color: transparent; background-image: none; }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row .container > .video-iframe-container { display: none; }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row > .video-iframe-container { display: none; }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .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); }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row .container { border-width: 0; border-radius: 0; }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row > .video-iframe-container {  }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row .container { font-size:0.875rem;font-family:arial;height:33.375rem;width:60rem;position:relative;display:block; }#QPFkTIIaC1MEQBfGADxN4pWpAyXbRtM7 { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.25rem;left:0.9375rem;height:7.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lFGWaGWioQ46WHyTBfzFJZqQSWsND4q9 { color:#000000;display:block;width:37.4365rem;position:absolute;font-family:"gotham narrow";font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:11.463623046875rem;left:0.9375rem;height:12.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OX2QQ88pM8x7Fsq2bV5hTESLTgQnE1dk { background-color:#45a286;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.6865rem;height:3.561525rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:26.123046875rem;left:12.281494140625rem;display:block; }
#USClbgpMEMFfdQteqOyOue2ICUcixom6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dt2CbbpAQSuCpf23vv6Qm9PrqxNTR7JM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.8125rem;width:22.25rem;top:6.666669626465rem;left:37.02083375rem;overflow:hidden;display:block; }
#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container { background-color: transparent; background-image: none; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container > .video-iframe-container { display: none; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row > .video-iframe-container { display: none; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .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); }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container { border-width: 0; border-radius: 0; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row > .video-iframe-container {  }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container { font-size:0.875rem;font-family:arial;height:10.1875rem;width:60rem;position:relative;display:block; }#uvoTUeTwITtwwTESTXsBHAhOfX1C8UTx { color:#45a286;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0rem;height:5.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MkSmMb3GE0EDlrfm3MxKagrqmZTMQFkl { color:#000000;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:5.349609375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#um00n4KnUPynk2fe0WogLk6sm4RRELsk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#45a286;background-image:none;position:relative;display:block; }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row .container { background-color: transparent; background-image: none; }#um00n4KnUPynk2fe0WogLk6sm4RRELsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row .container > .video-iframe-container { display: none; }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row > .video-iframe-container { display: none; }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .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); }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row .container { border-width: 0; border-radius: 0; }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row > .video-iframe-container {  }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row .container { font-size:0.875rem;font-family:arial;height:20.25rem;width:60rem;position:relative;display:block; }#VlvQmXSXyQr1HEyhMBpkDA2T4MKA8kOZ { color:#ffffff;display:block;width:15.1875rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.09375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qP2VHrGJgOLbB8MPi2AaFbAoEAvvAlNQ { color:#585858;display:block;width:19.75rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:12.78515625rem;left:0rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#B4frDtQ4NmFEWyVaqRrp70zAS8z0CrPH { position:absolute;display:block;z-index:15002;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:1.9375rem;left:6.875rem;display:block; }
#dFk30ENhIlg0z1EHc1OirX6yo4F2061p { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:22.59375rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LUogVXzmdZ4dTZOHqDKIpyiThdmd0meT { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:12.868490219116rem;left:21.75rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qEvoigIK8MWFf4UdzbZq4gDDkJ1wkZc6 { position:absolute;display:block;z-index:15007;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:1.9375rem;left:26.875rem;display:block; }
#iuHtTFonn4k6fREsyLEnWBRg5oNNPuwJ { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:42.875rem;height:3.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#esZS7sUerT2hMpiCkZRJJdMydeQX9niD { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:12.8125rem;left:41.75rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mbKb6onz1HCXBy5CQRO2B3D80gpPxuT9 { position:absolute;display:block;z-index:15012;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:1.9375rem;left:46.875rem;display:block; }
#wed5HpyPgT8T0eX6ldV9maS88VFQ4CPN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:3.5rem;left:8.4375rem; }
#ygevQKpzbTTGoFkLAy0MDqRC9rpwTo9u { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;top:3.5rem;left:48.4375rem; }
#B32FnryEhm0EdKnym5wKaUInSSr1lpR3 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:flex;z-index:15017;top:3.25rem;left:28.1875rem; }
#xd6to20QAIS5A0sCfdClRTIifPGLhfEu { position:absolute;display:block;z-index:15002;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:1.9375rem;left:6.875rem;display:none; }
#HqdTm0m9XoIktoWpsqKJAknmacPPFoDd { position:absolute;display:block;z-index:15002;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:6.25rem;width:6.25rem;top:1.9375rem;left:6.875rem;display:none; }
#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e85d7cb3-eac7-4564-bcf4-40e7fe6ace48/ELPODERDELAMEDITACION.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7.adaptive-delivery-prevent-bg, #wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7.lazyload, #wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7.lazyloading { background-image: none; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container { background-color: transparent; background-image: none; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container > .video-iframe-container { display: none; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row > .video-iframe-container { display: none; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .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); }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container { border-width: 0; border-radius: 0; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row > .video-iframe-container {  }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:60rem;position:relative;display:block; }#kJzT9DbngkabnHancehppmL2Fq6hlRlv { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:"gotham narrow";font-size:2.5625rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.36376953125rem;left:1.5625rem;height:3.075rem;font-style:normal;display:block; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-form-header {  }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-text {padding-top: 0; padding-bottom: 0;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-select {padding-top: 0; padding-bottom: 0;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.4375rem;font-weight:bold;color:#45a286;width:17.5rem;height:2.6875rem;font-family:"open sans";overflow:hidden;line-height:1; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-container:first-of-type{padding-top:0;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-container:last-of-type{padding-bottom:0;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT  { background-color:#45a286;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;position:absolute;top:13.435546875rem;left:35.25rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT {display:block;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT { background-color:#45a286;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15017;position:absolute;top:13.435546875rem;left:35.25rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GllgURoIbyPxExGZpHUahzwFs5rWtwl1 { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #bwZ9T7tgSEompNtbixBMLkERqA3Fpoqi { position:relative;display:block; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #Eil4yThU7TEsnXntWA507F7mhPmNCsgN { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #c6Twt8oH6GRL3fTxH9NHoCTyWuFqca3r { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #fO2pL33wovo73U8BFtc8a50Te0RUrX7U { position:relative;display:block; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GowqTLSE2IWvHKSVKDRLUrhr8iV2RiZP { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #e5oLmndCPoAC72piURE80ArbKTyCiCHE { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #xk1W68ORbaquvwscoMIWrmPQrDp40Pib { position:relative;display:block; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GPL1Z3xDJMqwAl4nvRrSBQFqE4Uuz5uz { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #TTNRpDIcAxtWgIIB5czFqU3Cl6ykHUBG { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #hd3PmT9Ep0aX0PDxXcpGnql3Tzl6spLS { position:relative;display:block; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #Tx0tkWOBJTp7ex484ddTI0PdTaJtBUo6 { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #cSeGZJVkTt2gFd5vGbkUTatRiG6XBR41 { position:relative; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #LcG69xUmy3LGtnwTUtRJORfdlGI2lkuN { position:relative; }
#zbGutlU8dfGBhJgC6NcOgyI8tc3oHWwV { color:#000000;display:block;width:28.75rem;position:absolute;font-family:"gotham narrow";font-size:1.375rem;font-weight:300;z-index:15016;line-height:1.1;letter-spacing:0;top:3.36376953125rem;left:31.25rem;height:10.58203125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xzi0kymmp4xDuSEUPxiUzdS2rHe6KQLE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.1875rem;width:26rem;top:17.1875rem;left:1.5625rem;overflow:hidden;display:block; }
#m9ae4faLvmfr4FEWZCyr4tely7g3iWG1 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.125rem;width:27.6875rem;top:6.43798828125rem;left:1.5625rem;overflow:hidden;display:block; }
#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container { background-color: transparent; background-image: none; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container > .video-iframe-container { display: none; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row > .video-iframe-container { display: none; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .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); }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container { border-width: 0; border-radius: 0; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row > .video-iframe-container {  }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:60rem;position:relative;display:block; }#So7hVOPph1r8t0ctrlbCdZBSlegW0EGV { color:#ffffff;display:block;width:39.375rem;position:absolute;font-family:"gotham narrow";font-size:4.125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.30615234375rem;left:10.3125rem;height:9.074225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#odkfzcpKGT9PZPGTRMcEPwPQp251T58m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row .container { background-color: transparent; background-image: none; }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row .container > .video-iframe-container { display: none; }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row > .video-iframe-container { display: none; }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .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); }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row .container { border-width: 0; border-radius: 0; }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row > .video-iframe-container {  }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row .container { font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;position:relative;display:block; }#RqyhzIexrth50SxqHnyu9yoQAZ9uQKgA { color:#005e92;display:block;width:12.9358125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:21.91650390625rem;left:3.49853515625rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8EvwHRo71ILdbb9EOMV3n1tgabSzARZ { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:14rem;left:2.0625rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yoGalH4f6o5U9ZXBGKtfifRInsuEsKHL { position:absolute;display:block;z-index:15018;background-color:#45a286;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:9.4375rem;left:8.4375rem;display:block; }
#SrfG2G3B5bq4cPoVqSKpi6V1Hko1FtuX { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:10.25rem;left:49.25rem;display:block; }
#x2gug7rDL8xXEWClryvZCQcqLyn1DdtT { position:absolute;display:block;z-index:15016;background-color:#45a286;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:9.4375rem;left:48.4375rem;display:block; }
#Nxhptgys0wsCxzmZHDPI9KCv5VI7VQkK { color:#ffffff;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:14rem;left:21.5rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fLqiebRJT3bAFm3OVZ0AE8c1fiOmRUQf { color:#ffffff;display:block;width:16.499rem;position:absolute;font-family:"gotham narrow";font-size:1.0625rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.9990234375rem;left:41.749267578125rem;height:4.78125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3bAtPROW01omuGc2UrM0d0Reuqsx7Pv { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.3745rem;width:11.3745rem;top:1.20361328125rem;left:44.312744140625rem;overflow:hidden;display:block; }
#WS1q0lnMAQTMgpK70SraPtgTGzLxMuXm { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:10.25rem;left:49.25rem;display:block; }
#ec6XLwXKN7lWMmUN1lwwHUdKCllCgqbV { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:11.625rem;top:0.875rem;left:23.75rem;overflow:hidden;display:block; }
#m7RxS9dI5mQ34xoQo8IlHXmJiimCB7J5 { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15017;top:10.4375rem;left:29.25rem;display:block; }
#kUNWOu3BNSEouQmzDghmg7Ht2xwAyAAC { position:absolute;display:block;z-index:15016;background-color:#45a286;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:9.740234375rem;left:28.4375rem;display:block; }
#NfXFan1VmO5MvnLMlln48i8RtUoI9QEg { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15018;top:10.25rem;left:9.25rem;display:block; }
#rvZTVR45yEhPohm4HRxQ6lfGeeTw5LKV { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.625rem;width:11.6875rem;top:0.9375rem;left:4.15625rem;overflow:hidden;display:block; }
#dKFgMxk3vETCkPQr8vAReqnA0oUcGn18 { position:absolute;display:block;z-index:15016;background-color:#6a4f72;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:9.4375rem;left:48.4375rem;display:none; }
#s2aGMvnvS3VSV9LIWE6ezM6iNVNmTew5 { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:10.25rem;left:49.25rem;display:none; }
#eSrXkQGP82Sd5HDrTtlVNkIDXCW4L02c { color:#005e92;display:block;width:13.49975rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:21.915283203125rem;left:23.24951171875rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HKOd5shwOJ4MplVucamaic2Gxk5JzXc1 { color:#005e92;display:block;width:13.49975rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.2;letter-spacing:0;top:21.915283203125rem;left:43.24951171875rem;height:2.699225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TPOoiUJ8DKhoc747R8WIpLe1LNau1qBk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.25rem;width:6.25rem;top:27.5rem;left:8.875rem;overflow:hidden;display:block; }
#KE4WSSW0fU5S0FldAsiPW66ChwOOERwC { position:absolute;display:block;z-index:15016;background-color:#6a4f72;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;height:3.125rem;width:3.125rem;top:9.4375rem;left:48.4375rem;display:none; }
#EZnUWnt9ppmWUJhrbdEFOlLCehUfuUFC { box-sizing:content-box;color:#ffffff;font-size:1rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15016;top:10.25rem;left:49.25rem;display:none; }
#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb { border-top:0.0625rem solid #cecece;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row .container { background-color: transparent; background-image: none; }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row .container > .video-iframe-container { display: none; }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row > .video-iframe-container { display: none; }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .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); }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row .container { border-width: 0; border-radius: 0; }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row > .video-iframe-container {  }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#TA2UJJEsogt3r0JNflcwvTv1GPOMsSIq { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:16.5625rem;height:1.1375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCJr5sdtE8x6OTMiLZCIc66dxm8u2KTc { width:17.6875rem;height:3.4375rem;top:23.5625rem;left:2.314453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgpdaT6vNBeXo7eMJZnNR3A1OJyBppEq { display:block; }
 }@media only screen and (max-width: 763px) { #rdhLvroqsFbTNvQKkJcHTzVXNSL2oWi2 { width:34.5625rem;height:28.1875rem;top:9.0625rem;left:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeiGKi71bOfem5BSzPZPMty7i8VZ6Irp { width:33.0625rem;height:14.6875rem;top:5.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1zhRJQZTJQG0QaIop4igAhB6FDeCgr7 { width:8.375rem;height:8.375rem;top:0rem;left:7.00048828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTJdgfp1XXiNTNcGPneVnp6DQXgEV9z { width:29.5625rem;height:29.5625rem;top:15.75rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHl9Tf1clvVUP7B0VlOADOuV5Cgdel7f { width:29.5625rem;height:29.5625rem;top:15.75rem;left:18.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kP2ykiq3TgUxqGtC0WHsFiIFewDbTZbh { width:29.5625rem;height:29.5625rem;top:15.75rem;left:18.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE { display:block; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAyWZgTqVuxUTQFA4m3KTz4Wz2oLLE75 { width:25rem;height:0.5625rem;top:9.6875rem;left:13.625rem;font-size:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xDM9RDBVUTVD8ooJdrM2C8h4M6dpUbRN { width:25.0625rem;height:2.125rem;top:14.625rem;left:13.59375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAJAsCKeVF1Cs2OgnVM1kJe1T2RuWFQS { width:25.25rem;height:2.125rem;top:18.5rem;left:13.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z90rBW88DEWzSp6gU1B0O68Amy5p3N9p { width:3.875rem;height:3.8125rem;top:9.6875rem;left:9.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJNmG6Tm6HhpbDbPNmF2CzxXM1GJDGuP { width:17.3125rem;height:2.5625rem;top:10.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #OMrdmgBWfL25TgcnhFcogVm6AyP92oSC { width:17.0625rem;height:1.5rem;top:16rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #AcHJ0MliRLJ95Rwvund06mTotuWxEXrC { width:16.3125rem;height:1.4375rem;top:21.875rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #q0A9OP1puWHWXKeM8OX2TGxzSxn3v1Ia { width:3.875rem;height:3.8125rem;top:13.75rem;left:9.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2wsC16vDnVXr7mfBLdFTrQvAtSpuazQ { width:47.75rem;height:1.8120125rem;top:3.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlAaQoQFllXPryxwPQ7rUMvBHahHUB8i { width:25.0625rem;height:4.30956875rem;top:9.75rem;left:13.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk3wkvvk7BAncvdJPLdz2lagvNNBRHT9 { width:3.875rem;height:3.8125rem;top:14.625rem;left:9.125rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ioOo1t2lzVhWo1vTiMhMuetcrUci79x6 { width:3.8125rem;height:3.7510003274606rem;top:17.625rem;left:9.0625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 { display:block; }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPFkTIIaC1MEQBfGADxN4pWpAyXbRtM7 { width:39.375rem;height:7.75rem;top:2.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFGWaGWioQ46WHyTBfzFJZqQSWsND4q9 { width:37.375rem;height:12.4375rem;top:11.4375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX2QQ88pM8x7Fsq2bV5hTESLTgQnE1dk { width:16.625rem;height:3.5rem;top:26.0625rem;left:6.156494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #USClbgpMEMFfdQteqOyOue2ICUcixom6 { display:block; }
 }@media only screen and (max-width: 763px) { #Dt2CbbpAQSuCpf23vv6Qm9PrqxNTR7JM { width:22.25rem;height:21.8125rem;top:6.625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf { display:block; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvoTUeTwITtwwTESTXsBHAhOfX1C8UTx { width:47.75rem;height:5rem;top:0.9375rem;left:0rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkSmMb3GE0EDlrfm3MxKagrqmZTMQFkl { width:47.75rem;height:2.8125rem;top:5.3125rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um00n4KnUPynk2fe0WogLk6sm4RRELsk { display:block; }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlvQmXSXyQr1HEyhMBpkDA2T4MKA8kOZ { width:12.9375rem;height:5.24706875rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP2VHrGJgOLbB8MPi2AaFbAoEAvvAlNQ { width:19.75rem;height:3.375rem;top:12.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4frDtQ4NmFEWyVaqRrp70zAS8z0CrPH { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFk30ENhIlg0z1EHc1OirX6yo4F2061p { width:12.9375rem;height:5.24706875rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUogVXzmdZ4dTZOHqDKIpyiThdmd0meT { width:16.5rem;height:3.375rem;top:12.8125rem;left:15.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEvoigIK8MWFf4UdzbZq4gDDkJ1wkZc6 { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuHtTFonn4k6fREsyLEnWBRg5oNNPuwJ { width:12.9375rem;height:3.56055rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #esZS7sUerT2hMpiCkZRJJdMydeQX9niD { width:16.5rem;height:3.375rem;top:12.8125rem;left:31.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbKb6onz1HCXBy5CQRO2B3D80gpPxuT9 { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #wed5HpyPgT8T0eX6ldV9maS88VFQ4CPN { width:3.125rem;height:3.125rem;top:3.5rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygevQKpzbTTGoFkLAy0MDqRC9rpwTo9u { width:3.125rem;height:3.125rem;top:3.5rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B32FnryEhm0EdKnym5wKaUInSSr1lpR3 { width:3.625rem;height:3.625rem;top:3.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd6to20QAIS5A0sCfdClRTIifPGLhfEu { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqdTm0m9XoIktoWpsqKJAknmacPPFoDd { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 { display:block; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container { width:47.75rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJzT9DbngkabnHancehppmL2Fq6hlRlv { width:33.75rem;height:3.13574375rem;top:4.25rem;left:7rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-text {padding-top: 0; padding-bottom: 0;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-select {padding-top: 0; padding-bottom: 0;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT  { width:17.5rem;height:auto;top:13.375rem;left:27.75rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT {display:block;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT { width:17.5rem;height:auto;top:13.375rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GllgURoIbyPxExGZpHUahzwFs5rWtwl1 {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #bwZ9T7tgSEompNtbixBMLkERqA3Fpoqi { display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #Eil4yThU7TEsnXntWA507F7mhPmNCsgN {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #c6Twt8oH6GRL3fTxH9NHoCTyWuFqca3r {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #fO2pL33wovo73U8BFtc8a50Te0RUrX7U { display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GowqTLSE2IWvHKSVKDRLUrhr8iV2RiZP {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #e5oLmndCPoAC72piURE80ArbKTyCiCHE {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #xk1W68ORbaquvwscoMIWrmPQrDp40Pib { display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GPL1Z3xDJMqwAl4nvRrSBQFqE4Uuz5uz {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #TTNRpDIcAxtWgIIB5czFqU3Cl6ykHUBG {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #hd3PmT9Ep0aX0PDxXcpGnql3Tzl6spLS { display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #Tx0tkWOBJTp7ex484ddTI0PdTaJtBUo6 {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #cSeGZJVkTt2gFd5vGbkUTatRiG6XBR41 {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #LcG69xUmy3LGtnwTUtRJORfdlGI2lkuN {  }
 }@media only screen and (max-width: 763px) { #zbGutlU8dfGBhJgC6NcOgyI8tc3oHWwV { width:28.75rem;height:9.0625rem;top:3.3125rem;left:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzi0kymmp4xDuSEUPxiUzdS2rHe6KQLE { width:26rem;height:21.1875rem;top:17.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ae4faLvmfr4FEWZCyr4tely7g3iWG1 { width:27.6875rem;height:12.125rem;top:6.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyv633KAWrHPBRIkTwoahGa1BXgIPfWR { display:block; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So7hVOPph1r8t0ctrlbCdZBSlegW0EGV { width:39.375rem;height:9.0625rem;top:2.25rem;left:4.1875rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #odkfzcpKGT9PZPGTRMcEPwPQp251T58m { display:block; }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqyhzIexrth50SxqHnyu9yoQAZ9uQKgA { width:12.9375rem;height:2.7607375rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8EvwHRo71ILdbb9EOMV3n1tgabSzARZ { width:15.9375rem;height:8.0239375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoGalH4f6o5U9ZXBGKtfifRInsuEsKHL { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrfG2G3B5bq4cPoVqSKpi6V1Hko1FtuX { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gug7rDL8xXEWClryvZCQcqLyn1DdtT { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxhptgys0wsCxzmZHDPI9KCv5VI7VQkK { width:15.9375rem;height:8.0239375rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLqiebRJT3bAFm3OVZ0AE8c1fiOmRUQf { width:15.9375rem;height:4.83935625rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3bAtPROW01omuGc2UrM0d0Reuqsx7Pv { width:11.3125rem;height:11.3125rem;top:1.1875rem;left:34.000244140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS1q0lnMAQTMgpK70SraPtgTGzLxMuXm { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ec6XLwXKN7lWMmUN1lwwHUdKCllCgqbV { width:11.625rem;height:11.625rem;top:0.875rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7RxS9dI5mQ34xoQo8IlHXmJiimCB7J5 { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUNWOu3BNSEouQmzDghmg7Ht2xwAyAAC { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfXFan1VmO5MvnLMlln48i8RtUoI9QEg { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvZTVR45yEhPohm4HRxQ6lfGeeTw5LKV { width:11.6875rem;height:11.625rem;top:0.9375rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKFgMxk3vETCkPQr8vAReqnA0oUcGn18 { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s2aGMvnvS3VSV9LIWE6ezM6iNVNmTew5 { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #eSrXkQGP82Sd5HDrTtlVNkIDXCW4L02c { width:12.9375rem;height:2.7607375rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOd5shwOJ4MplVucamaic2Gxk5JzXc1 { width:12.9375rem;height:2.7607375rem;top:14.8125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPOoiUJ8DKhoc747R8WIpLe1LNau1qBk { width:6.25rem;height:6.25rem;top:27.5rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KE4WSSW0fU5S0FldAsiPW66ChwOOERwC { width:3.125rem;height:3.125rem;top:0rem;left:6.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZnUWnt9ppmWUJhrbdEFOlLCehUfuUFC { width:1.5rem;height:1.5rem;top:0.875rem;left:7.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb { display:block; }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA2UJJEsogt3r0JNflcwvTv1GPOMsSIq { width:26.8125rem;height:1.125rem;top:1.6875rem;left:10.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/428d8884-b66c-4265-850a-6196df3a761f/ELPODERDELAMEDITACIONInstagramstory.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyload, #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.lazyloading { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:37.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hCJr5sdtE8x6OTMiLZCIc66dxm8u2KTc { width:11.1230625rem;height:2.124025rem;top:33.2509765625rem;left:4.43798828125rem;font-size:0.9375rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #TgpdaT6vNBeXo7eMJZnNR3A1OJyBppEq { display:block; }
 }@media only screen and (max-width: 763px) { #rdhLvroqsFbTNvQKkJcHTzVXNSL2oWi2 { width:20rem;height:16.3105625rem;top:15.7587890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qeiGKi71bOfem5BSzPZPMty7i8VZ6Irp { width:20rem;height:8.8846880907375rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1zhRJQZTJQG0QaIop4igAhB6FDeCgr7 { width:8.375rem;height:8.375rem;top:0rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iKTJdgfp1XXiNTNcGPneVnp6DQXgEV9z { width:17.125rem;height:17.125rem;top:20.5625rem;left:1.4375rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #RHl9Tf1clvVUP7B0VlOADOuV5Cgdel7f { width:17.125rem;height:17.125rem;top:19rem;left:3.125rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #kP2ykiq3TgUxqGtC0WHsFiIFewDbTZbh { width:17.125rem;height:17.125rem;top:19rem;left:5.375rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/eb4b0e80-fed6-4a50-b759-f2ab1369c609/ELPODERDELAMEDITACIONInstagramstory1.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE.adaptive-delivery-prevent-bg, #iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE.lazyload, #iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE.lazyloading { background-image: none; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container { background-color: transparent; background-image: none; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container > .video-iframe-container { display: none; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row > .video-iframe-container { display: none; }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .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); }#iDT46GnlcCRqHEA0LZ8Ap7XDrQ6ws6TE > .row .container { width:20rem;height:39.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tAyWZgTqVuxUTQFA4m3KTz4Wz2oLLE75 { width:15.875rem;height:0;top:41.3125rem;left:0.125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #xDM9RDBVUTVD8ooJdrM2C8h4M6dpUbRN { width:20rem;height:auto;top:14.625rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZAJAsCKeVF1Cs2OgnVM1kJe1T2RuWFQS { width:20rem;height:auto;top:18.5rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z90rBW88DEWzSp6gU1B0O68Amy5p3N9p { width:2.499025rem;height:2.499025rem;top:5.9375rem;left:8.75rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJNmG6Tm6HhpbDbPNmF2CzxXM1GJDGuP { width:16.125rem;height:3.375rem;top:9.12353515625rem;left:1.9375rem;font-size:1.125rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #OMrdmgBWfL25TgcnhFcogVm6AyP92oSC { width:16.3115rem;height:1.6875rem;top:15.62353515625rem;left:1.9375rem;font-size:1.125rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #AcHJ0MliRLJ95Rwvund06mTotuWxEXrC { width:15.625rem;height:3.375rem;top:20.74853515625rem;left:2.1875rem;font-size:1.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #q0A9OP1puWHWXKeM8OX2TGxzSxn3v1Ia { width:2.7495125rem;height:2.625rem;top:18.12353515625rem;left:8.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2wsC16vDnVXr7mfBLdFTrQvAtSpuazQ { width:19.9980625rem;height:3.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nlAaQoQFllXPryxwPQ7rUMvBHahHUB8i { width:20rem;height:auto;top:9.75rem;left:0rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gk3wkvvk7BAncvdJPLdz2lagvNNBRHT9 { width:2.749025rem;height:2.6245125rem;top:12.49853515625rem;left:8.625rem;font-size:1.8125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ioOo1t2lzVhWo1vTiMhMuetcrUci79x6 { width:3.8125rem;height:3.7510003274606rem;top:17.625rem;left:8.0625rem;font-size:2.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 { display:block; }#zucyD16z8Rwm2XS3N8XHhxQUWaS2x6f0 > .row .container { width:20rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QPFkTIIaC1MEQBfGADxN4pWpAyXbRtM7 { width:20rem;height:3.625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFGWaGWioQ46WHyTBfzFJZqQSWsND4q9 { width:18.75rem;height:15rem;top:6.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX2QQ88pM8x7Fsq2bV5hTESLTgQnE1dk { width:15rem;height:3.75rem;top:22.375rem;left:2.5rem;font-size:1rem;background-color:#45a286;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #USClbgpMEMFfdQteqOyOue2ICUcixom6 { display:block; }
 }@media only screen and (max-width: 763px) { #Dt2CbbpAQSuCpf23vv6Qm9PrqxNTR7JM { width:20rem;height:19.625rem;top:27.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf { background-color:#ffffff;background-image:none;display:block; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container { background-color: transparent; background-image: none; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container > .video-iframe-container { display: none; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row > .video-iframe-container { display: none; }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .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); }#EXoTIX2FBv59zZrTZM3dM5A39J2rIlZf > .row .container { width:20rem;height:8.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvoTUeTwITtwwTESTXsBHAhOfX1C8UTx { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkSmMb3GE0EDlrfm3MxKagrqmZTMQFkl { width:20rem;height:1.54345625rem;top:5.103515625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #um00n4KnUPynk2fe0WogLk6sm4RRELsk { display:block; }#um00n4KnUPynk2fe0WogLk6sm4RRELsk > .row .container { width:20rem;height:45.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VlvQmXSXyQr1HEyhMBpkDA2T4MKA8kOZ { width:16.5rem;height:3.5rem;top:7.625rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qP2VHrGJgOLbB8MPi2AaFbAoEAvvAlNQ { width:18.125rem;height:3.375rem;top:11.125rem;left:0.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4frDtQ4NmFEWyVaqRrp70zAS8z0CrPH { width:5rem;height:5rem;top:1.875rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFk30ENhIlg0z1EHc1OirX6yo4F2061p { width:16rem;height:3.5rem;top:21.5rem;left:2rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUogVXzmdZ4dTZOHqDKIpyiThdmd0meT { width:16.4985625rem;height:3.375rem;top:25.4375rem;left:1.75048828125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEvoigIK8MWFf4UdzbZq4gDDkJ1wkZc6 { width:6.25rem;height:6.25rem;top:18.125rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iuHtTFonn4k6fREsyLEnWBRg5oNNPuwJ { width:14.6875rem;height:3.5rem;top:36.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #esZS7sUerT2hMpiCkZRJJdMydeQX9niD { width:16.4985625rem;height:3.375rem;top:39.75rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbKb6onz1HCXBy5CQRO2B3D80gpPxuT9 { width:6.25rem;height:6.25rem;top:35rem;left:6.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wed5HpyPgT8T0eX6ldV9maS88VFQ4CPN { width:3.125rem;height:3.125rem;top:2.8125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygevQKpzbTTGoFkLAy0MDqRC9rpwTo9u { width:3.125rem;height:3.125rem;top:31.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B32FnryEhm0EdKnym5wKaUInSSr1lpR3 { width:3.125rem;height:3.125rem;top:16.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd6to20QAIS5A0sCfdClRTIifPGLhfEu { width:5rem;height:5rem;top:15.4375rem;left:7.5rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #HqdTm0m9XoIktoWpsqKJAknmacPPFoDd { width:5rem;height:5rem;top:30.25rem;left:7.5rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/428d8884-b66c-4265-850a-6196df3a761f/ELPODERDELAMEDITACIONInstagramstory.png");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;display:block; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7.adaptive-delivery-prevent-bg, #wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7.lazyload, #wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7.lazyloading { background-image: none; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container { background-color: transparent; background-image: none; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container > .video-iframe-container { display: none; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row > .video-iframe-container { display: none; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .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); }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container { border-width: 0; border-radius: 0; }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row > .video-iframe-container {  }#wy5O1z49mDZg0O9CJeBDFr43Dw38Nmx7 > .row .container { width:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kJzT9DbngkabnHancehppmL2Fq6hlRlv { width:20rem;height:2.0249rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-text {padding-top: 0; padding-bottom: 0;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-select {padding-top: 0; padding-bottom: 0;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT  { width:17.5rem;height:auto;top:40.84033203125rem;left:0rem; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT {display:block;}#uFUwddtTDPCM29BM1zEaIEyHdTshWNxT { width:17.5rem;height:auto;top:40.84033203125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GllgURoIbyPxExGZpHUahzwFs5rWtwl1 {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #bwZ9T7tgSEompNtbixBMLkERqA3Fpoqi { display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #Eil4yThU7TEsnXntWA507F7mhPmNCsgN {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #c6Twt8oH6GRL3fTxH9NHoCTyWuFqca3r {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #fO2pL33wovo73U8BFtc8a50Te0RUrX7U { display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GowqTLSE2IWvHKSVKDRLUrhr8iV2RiZP {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #e5oLmndCPoAC72piURE80ArbKTyCiCHE {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #xk1W68ORbaquvwscoMIWrmPQrDp40Pib { display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #GPL1Z3xDJMqwAl4nvRrSBQFqE4Uuz5uz {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #TTNRpDIcAxtWgIIB5czFqU3Cl6ykHUBG {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #hd3PmT9Ep0aX0PDxXcpGnql3Tzl6spLS { display:block; }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #Tx0tkWOBJTp7ex484ddTI0PdTaJtBUo6 {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #cSeGZJVkTt2gFd5vGbkUTatRiG6XBR41 {  }
 }@media only screen and (max-width: 763px) { #uFUwddtTDPCM29BM1zEaIEyHdTshWNxT #LcG69xUmy3LGtnwTUtRJORfdlGI2lkuN {  }
 }@media only screen and (max-width: 763px) { #zbGutlU8dfGBhJgC6NcOgyI8tc3oHWwV { width:17.0605625rem;height:7.69728125rem;top:15.3955078125rem;left:1.46923828125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xzi0kymmp4xDuSEUPxiUzdS2rHe6KQLE { width:20rem;height:16.297875rem;top:24.6044921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ae4faLvmfr4FEWZCyr4tely7g3iWG1 { width:20rem;height:8.7583125rem;top:5.21142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eyv633KAWrHPBRIkTwoahGa1BXgIPfWR { background-color:#ffffff;background-image:none;display:block; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container { background-color: transparent; background-image: none; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container > .video-iframe-container { display: none; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row > .video-iframe-container { display: none; }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .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); }#eyv633KAWrHPBRIkTwoahGa1BXgIPfWR > .row .container { width:20rem;height:9.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #So7hVOPph1r8t0ctrlbCdZBSlegW0EGV { width:20rem;height:4.125rem;top:2.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #odkfzcpKGT9PZPGTRMcEPwPQp251T58m { display:block; }#odkfzcpKGT9PZPGTRMcEPwPQp251T58m > .row .container { width:20rem;height:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RqyhzIexrth50SxqHnyu9yoQAZ9uQKgA { width:12.9365rem;height:2.699225rem;top:21.75rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8EvwHRo71ILdbb9EOMV3n1tgabSzARZ { width:16.4985625rem;height:6.375rem;top:14.125rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yoGalH4f6o5U9ZXBGKtfifRInsuEsKHL { width:3.125rem;height:3.125rem;top:9.15625rem;left:8.4375rem;z-index:15017;display:none; }
 }@media only screen and (max-width: 763px) { #SrfG2G3B5bq4cPoVqSKpi6V1Hko1FtuX { width:1.5rem;height:1.5rem;top:72.8974375rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2gug7rDL8xXEWClryvZCQcqLyn1DdtT { width:3.125rem;height:3.125rem;top:59.02197265625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nxhptgys0wsCxzmZHDPI9KCv5VI7VQkK { width:16.4975625rem;height:6.375rem;top:38.57421875rem;left:1.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLqiebRJT3bAFm3OVZ0AE8c1fiOmRUQf { width:16.4975625rem;height:4.78125rem;top:63.58447265625rem;left:1.7509765625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3bAtPROW01omuGc2UrM0d0Reuqsx7Pv { width:11.937rem;height:11.937rem;top:50.1484375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #WS1q0lnMAQTMgpK70SraPtgTGzLxMuXm { width:1.5rem;height:1.5rem;top:74.39697265625rem;left:14.49853515625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ec6XLwXKN7lWMmUN1lwwHUdKCllCgqbV { width:11.625rem;height:11.625rem;top:25.69921875rem;left:4.1875rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #m7RxS9dI5mQ34xoQo8IlHXmJiimCB7J5 { width:1.5rem;height:1.5rem;top:79.234378125rem;left:9.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kUNWOu3BNSEouQmzDghmg7Ht2xwAyAAC { width:3.125rem;height:3.125rem;top:78.5371125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NfXFan1VmO5MvnLMlln48i8RtUoI9QEg { width:1.5rem;height:1.5rem;top:59.83447265625rem;left:9.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvZTVR45yEhPohm4HRxQ6lfGeeTw5LKV { width:11.6875rem;height:11.625rem;top:1.25rem;left:4.125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #dKFgMxk3vETCkPQr8vAReqnA0oUcGn18 { width:3.125rem;height:3.125rem;top:34.94921875rem;left:8.4375rem;z-index:15017;background-color:#45a286;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) { #s2aGMvnvS3VSV9LIWE6ezM6iNVNmTew5 { width:1.5rem;height:1.5rem;top:35.76171875rem;left:9.25rem;font-size:1rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #eSrXkQGP82Sd5HDrTtlVNkIDXCW4L02c { width:15.499rem;height:2.699225rem;top:46.19921875rem;left:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKOd5shwOJ4MplVucamaic2Gxk5JzXc1 { width:13.4375rem;height:2.699225rem;top:70.26025390625rem;left:3.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPOoiUJ8DKhoc747R8WIpLe1LNau1qBk { width:6.25rem;height:6.25rem;top:71.2880859375rem;left:6.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KE4WSSW0fU5S0FldAsiPW66ChwOOERwC { width:3.125rem;height:3.125rem;top:9.8125rem;left:8.4375rem;z-index:15015;background-color:#45a286;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) { #EZnUWnt9ppmWUJhrbdEFOlLCehUfuUFC { width:1.5rem;height:1.5rem;top:10.625rem;left:9.25rem;font-size:1rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb { display:block; }#zrx7zLFzFQs50eLJ7lgZDGmJp5zVXTHb > .row .container { width:20rem;height:5.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TA2UJJEsogt3r0JNflcwvTv1GPOMsSIq { width:20rem;height:1.13720625rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }