.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); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/RwlEwsgr/AM22_fondo.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.adaptive-delivery-prevent-bg, #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.lazyload, #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.lazyloading { background-image: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { background-color: transparent; background-image: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container > .video-iframe-container { display: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container { display: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .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); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { border-width: 0; border-radius: 0; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container {  }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:60rem;position:relative;display:block; }#TSNqpFqB5HxiNxRpQ5luqBF033MA7dyx { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.125rem;width:10.8125rem;top:33.4375rem;left:42.9375rem;overflow:hidden;display:none; }
#a1kg9VBCxIxaMnu3CbWzfkZWsHXN1T6F { color:#ffffff;display:block;width:6.75rem;position:absolute;font-family:gotham;font-size:7rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:8.5625rem;left:40.125rem;height:0;font-style:normal;display:none; }
#b7rPg3uaXHTigOMbX9GvTXoeZ9y6TaWo { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23rem;width:22.8125rem;top:3.25rem;left:37.1875rem;overflow:hidden;display:none; }
#mTZ2TClEi5VXXQc3KHbxsEyakyWbRHuR { color:#ffffff;display:block;width:10.25rem;position:absolute;font-family:gotham;font-size:4.4375rem;font-weight:300;z-index:100007;line-height:.8;letter-spacing:0;top:11.5625rem;left:47.5rem;height:0;font-style:normal;display:none; }
#vbvqT7cyqBfyaEwEGKvxEiobpPMfIFII { color:#302a01;display:block;width:7.875rem;position:absolute;font-family:gotham;font-size:1.8125rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:7.125rem;left:44.625rem;height:0;font-style:normal;display:none; }
#MOs11tTK13I6usdmZqGLqB4rtM7nXziL { color:#302a01;display:block;width:16.125rem;position:absolute;font-family:gotham;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1;letter-spacing:0;top:19.125rem;left:40.25rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LrPompnaUaHpTZBwiXiomsleWaGTALOZ { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:99999;line-height:1.3;letter-spacing:0;top:13.5rem;left:42.3125rem;height:0;display:none; }
#PVZQykXWGFRtB5XOyGV8GoKkf80azIgc { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30rem;width:37.6871875rem;top:3.3740236759186rem;left:20.812177658081rem;overflow:hidden;display:block; }
#JLIZT1n7e8U0ECUSKy5bUNH6H0pPCUkO { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"roboto condensed";font-size:5.3125rem;font-weight:700;z-index:100012;line-height:1.3;letter-spacing:0;top:7.875rem;left:2.5625rem;height:6.90625rem;font-style:normal;display:block; }
#m4Jv1RdksccMtWZpyE1XZsHqk7w8PgF1 { color:#ffffff;display:block;width:15.6863125rem;position:absolute;font-family:bargain;font-size:6.5625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:12.625rem;left:2.5625rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#C1n62eKk1bWpduOiMJo7vezfM13oGogU { color:#ffff00;display:block;width:17.75rem;position:absolute;font-family:"roboto condense";font-size:1.3125rem;font-weight:300;z-index:100014;line-height:1.1;letter-spacing:0;top:20.6875rem;left:3.125rem;height:2.88671875rem;font-style:normal;display:block; }
#FoeTU5bFTnvEhnvnD3MbaduUTodykHzJ { background-color:#00d0e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;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:"roboto condensed";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:01;overflow:hidden;position:absolute;width:15.625rem;height:3.125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:27.3740234375rem;left:3.125rem;display:block; }
#FBIwKSZkx0g1GRMU9BNT16d2ChN6KIxi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TmaMa1uTvdwHbpSb8K3Svg7qkBey61g7 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.93728125rem;width:7.4370625rem;top:3rem;left:3.125rem;overflow:hidden;display:block; }
#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row .container { background-color: transparent; background-image: none; }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row .container > .video-iframe-container { display: none; }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row > .video-iframe-container { display: none; }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .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); }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row .container { border-width: 0; border-radius: 0; }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row > .video-iframe-container {  }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:60rem;position:relative;display:block; }#Lv0BGCr56W9hkc5HgQo2nCboK2Nyk2qt { color:#26d8eb;display:block;width:58rem;position:absolute;font-family:gotham;font-size:1.3125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.28125rem;left:1rem;height:1.6911764144898rem;font-style:normal;display:none; }
#laJmGJk2TkBT3xLpfmhk4oNhbqRzpxwG { color:#6a6a6a;display:block;width:40.374875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:4.78125rem;left:3.1220703125rem;height:4.72411875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QksZxOu3nmlZ34qQU7dJ3fbLiRqBFaxT { color:#6a6a6a;display:block;width:25.3125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:2.7490234375rem;left:3.0595703125rem;height:1.4624rem;font-style:normal;display:block; }
#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fb5b64;background-image:none;position:relative;display:block; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container { background-color: transparent; background-image: none; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container > .video-iframe-container { display: none; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row > .video-iframe-container { display: none; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .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); }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container { border-width: 0; border-radius: 0; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row > .video-iframe-container {  }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-form-header {  }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:1rem;font-weight:400;color:#6a6a6a;width:18.25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;line-height:1.7;font-style:normal;vertical-align:top; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-text { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;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:18.25rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-textarea { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e1e1e1;border-left:0.0625rem solid #e1e1e1;border-right:0.0625rem solid #e1e1e1;border-bottom:0.0625rem solid #e1e1e1;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:18.25rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .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:18.25rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-button { border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;background-color:#00d0e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom: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.25rem;font-weight:700;color:#f2f9ff;width:18.25rem;height:3.125rem;font-family:"roboto condensed";overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 [class*="-text"]:-moz-placeholder { color:#b0b0b0;font-family:rubik;font-size:1rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 [class*="-text"]::-moz-placeholder { color:#b0b0b0;font-family:rubik;font-size:1rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 [class*="-text"]:-ms-input-placeholder { color:#b0b0b0;font-family:rubik;font-size:1rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 [class*="-text"]::-webkit-input-placeholder { color:#b0b0b0;font-family:rubik;font-size:1rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .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:roboto;line-height:1.3;font-size:0.875rem;font-weight:400;color:#6a6a6a;vertical-align:top;width:17rem;overflow:hidden;font-style:normal; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .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; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .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; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-container:first-of-type{padding-top:0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-container:last-of-type{padding-bottom:0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100010;position:absolute;top:8.125rem;left:35.5625rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.25rem;display:block;vertical-align:top; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .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; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 {display:block;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:100010;position:absolute;top:8.125rem;left:35.5625rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #go9dmXmttpT0aM4WIdRxzRJSyTvDlyL6 { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #clUOr9rbF0w5dNVklsL12t6R9QD6LxKq { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #V9FgTazyc4BHCL1geA2EhlqQeJIX41sF { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #HE8GmvKXKDmxdtaPWPeNOrE0QRAZXGQi { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #O3BGBi3iinszHJ8z9c15v3S8qMm6u2xC { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #TwZ8o4uiJqFOTGfM7IMpgU8H6NGqRO3W { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Qoe1spwCiyg6vCHS08k6yfUU9cNe6aBE { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #yOVM9JxEsCl4CaFhw4K9HuvoJdkERuqm { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #WN7fhdRe5u5TcunDyQQRPlSsbMJrS5UE { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #xCGrJUHdJVTFSTlVtMtv9K5xHPIr3vwI { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #IqXbxePbFvDvhbXfEkdHvrIxrqvVf6Xm { position:relative;z-index:2; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #xdOwSXkN8DiLDTHiQdWbUgveaJ7ec5dU { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Bw1R0ck8ZxadB1rSiemu1R7G4A8lWzQE { position:relative; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Jv9kCZFkN72nsqcqAf5LVgNHKqTvc9hq { position:relative; }
#paMKIc0K6E5eO2ZObscWX1DcAxkQRdfH { color:#6a6a6a;display:block;width:18.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100016;line-height:1.3;letter-spacing:0;top:6.0625rem;left:36.625rem;height:2.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zNApPQITyGzEVA9UnxghTUCJb4uhnSq1 { color:rgba(255,255,255,0.75);display:block;width:26.3105625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:17.3193359375rem;left:3.09375rem;height:5.5234375rem;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; }
#VT16czwdNqyfX0PaZtXn68e4F06lTokL { color:#ffffff;display:block;width:4.3125rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:5.4375rem;left:2.375rem;height:4.46875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#vBBxlef2VBrLd5tAcVb669VfxJKkUpD5 { color:#ffffff;display:block;width:18.625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:6.625rem;left:6.875rem;height:2.92480625rem;font-style:normal;display:block; }
#J9GRnHHzVXwxKU0z7oMrSZp2ZOx3vOc1 { position:absolute;display:block;z-index:100002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:23.5625rem;width:22.5625rem;top:4.0625rem;left:34.6875rem;display:block; }
#HzquismcQknwy3Iy6h5Wdqesy3E32rrJ { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.9375rem;width:18.9375rem;top:9.25rem;left:2.8125rem;overflow:hidden;display:block; }
#RAixcuBX7Xws9ALNmbQ7M1hT6HrbycGk { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:700;z-index:100016;line-height:1.3;letter-spacing:0;top:11.8544921875rem;left:4.40625rem;height:1.3808625rem;font-style:normal;display:block; }
#KCa0hbpUrfKDR8TUsIo7SrZpzNGuDI5L { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.4375rem;width:1.4375rem;top:11.6083984375rem;left:2.625rem;overflow:hidden;display:block; }
#ORpHJGDAW2m5GhgCWEikUt8ELkU4iPgm { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:"roboto condensed";font-size:1.0625rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:13.1728515625rem;left:4.40625rem;height:1.3808625rem;font-style:normal;display:block; }
#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffff00;background-image:none;position:relative;display:block; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container { background-color: transparent; background-image: none; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container > .video-iframe-container { display: none; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row > .video-iframe-container { display: none; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .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); }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container { border-width: 0; border-radius: 0; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row > .video-iframe-container {  }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container { font-size:0.875rem;font-family:arial;height:5.8125rem;width:60rem;position:relative;display:block; }#HJHgcodU6c79t8Un1bUvTf4lDautFTFC { color:#26d8eb;display:block;width:58rem;position:absolute;font-family:gotham;font-size:1.3125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.28125rem;left:1rem;height:1.6911764144898rem;font-style:normal;display:none; }
#BTh7lBv7AKrcm6LNUwJHoqBBTyJOTpAE { color:#fb5b64;display:block;width:56.1875rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:1.443359375rem;left:1.90625rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row .container { background-color: transparent; background-image: none; }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row .container > .video-iframe-container { display: none; }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row > .video-iframe-container { display: none; }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .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); }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row .container { border-width: 0; border-radius: 0; }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row > .video-iframe-container {  }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row .container { font-size:0.875rem;font-family:arial;height:36.0625rem;width:60rem;position:relative;display:block; }#gfireVPSHuNIB1nyFRAoQ2ZKouhOSZ0X { color:#26d8eb;display:block;width:58rem;position:absolute;font-family:gotham;font-size:1.3125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.28125rem;left:1rem;height:1.6911764144898rem;font-style:normal;display:none; }
#mNCSKGwpu5yZsI39SevWTa311zpqTiL2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.6875rem;width:39.25rem;top:10.0625rem;left:10.375rem;display:block; }
#z2CuzFDdFo3HlJ9KPnO23wNwyhhib2T0 { color:#6a6a6a;display:block;width:33.9375rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:6.5rem;left:13rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lGmJ6mB23N1So3pd1oWTFeRCHxKcp2Rh { color:#6a6a6a;display:block;width:25.8745625rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:400;z-index:100018;line-height:1.3;letter-spacing:0;top:2.9990243911743rem;left:17.061634063721rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH { position:relative;display:block; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH { background-color: transparent; background-image: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container > .video-iframe-container { display: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row > .video-iframe-container { display: none; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .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); }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH { border-width: 0; border-radius: 0; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container > .video-iframe-container {  }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.5rem;width:60rem;position:relative;display:block; }#TzIQE3k5MOGQJSKy9QIHv5iTfmE1DtJW { color:#6a6a6a;display:block;width:38.6870625rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:6.1870694160461rem;left:10.655382156372rem;height:9.5625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wSaNwFzpBRmTfPBiAVbZZZDTGxhKenDG { color:#6a6a6a;display:block;width:37.874875rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100003;line-height:1;letter-spacing:0;top:2.4994606971741rem;left:11.062284469604rem;height:2.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f1f1;background-image:url("https://images.assets-landingi.com/lyT7zGYZ/foto_meditacion_masiva.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ.adaptive-delivery-prevent-bg, #hAeugiy6h3wbyw8GBIugarGELkKPLlIJ.lazyload, #hAeugiy6h3wbyw8GBIugarGELkKPLlIJ.lazyloading { background-image: none; }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ > .row .container { border-width: 0; border-radius: 0; }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ > .row > .video-iframe-container {  }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:60rem;position:relative;display:none; }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU { position:relative;display:block; }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU { background-color: transparent; background-image: none; }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .row .container > .video-iframe-container { display: none; }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .row > .video-iframe-container { display: none; }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .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); }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU { border-width: 0; border-radius: 0; }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .row .container > .video-iframe-container {  }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.1875rem;width:60rem;position:relative;display:block; }#TkiU8FN5N82TdTqS3JFW7T9oVTc0TzS9 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:8.5625rem;top:1.1875rem;left:25.71875rem;overflow:hidden;display:block; }
#QCdyNZa2UFTaUQ0M1HTSGkh8KU1TSy7T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:none; }#QCdyNZa2UFTaUQ0M1HTSGkh8KU1TSy7T > .row .container { border-width: 0; border-radius: 0; }#QCdyNZa2UFTaUQ0M1HTSGkh8KU1TSy7T > .row > .video-iframe-container {  }#QCdyNZa2UFTaUQ0M1HTSGkh8KU1TSy7T > .row .container { font-size:0.875rem;font-family:arial;height:21.9375rem;width:60rem;position:relative;display:none; }#JmNO5gSDJgxbPhQ8r7MsG0oyOGhAaZJh { color:#26d8eb;display:block;width:58rem;position:absolute;font-family:gotham;font-size:1.3125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:1.28125rem;left:1rem;height:1.6911764144898rem;font-style:normal;display:none; }
#ho0l04TV8xKxUbJ0W1Vg2zAvhANdklKM { color:#9b4db8;display:block;width:47.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:300;z-index:100016;line-height:1.4;letter-spacing:0;top:4.4375rem;left:6.375rem;height:5.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k4uIZD5RUr3avZLIKPdUWLw4IFwD1MkE { color:#9b4db8;display:block;width:48.875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:10.84375rem;left:5.5625rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A5oHLnJPzflH0TDkMR03N4GK1AsVHQXc { background-color:#9b4db8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;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:"roboto condensed";font-size:1.25rem;font-weight:400;font-style:normal;line-height:01;overflow:hidden;position:absolute;width:15.625rem;height:2.8125rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:16.875rem;left:22.1875rem;display:block; }
#y1XO78hWpehaT3682Xt1BoUXTst6e8DW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW { display:block; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSNqpFqB5HxiNxRpQ5luqBF033MA7dyx { width:10.8125rem;height:4.125rem;top:33.4375rem;left:36.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1kg9VBCxIxaMnu3CbWzfkZWsHXN1T6F { width:6.75rem;height:9.0625rem;top:8.5625rem;left:34rem;font-size:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7rPg3uaXHTigOMbX9GvTXoeZ9y6TaWo { width:22.8125rem;height:23rem;top:3.25rem;left:24.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTZ2TClEi5VXXQc3KHbxsEyakyWbRHuR { width:10.25rem;height:3.5rem;top:11.5625rem;left:37.5rem;font-size:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbvqT7cyqBfyaEwEGKvxEiobpPMfIFII { width:7.875rem;height:1.8125rem;top:7.125rem;left:38.5rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOs11tTK13I6usdmZqGLqB4rtM7nXziL { width:16.125rem;height:1.0625rem;top:19.125rem;left:31.625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrPompnaUaHpTZBwiXiomsleWaGTALOZ { width:12.5rem;height:2.5rem;top:13.5rem;left:35.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVZQykXWGFRtB5XOyGV8GoKkf80azIgc { width:37.625rem;height:29.950497101966rem;top:3.3125rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLIZT1n7e8U0ECUSKy5bUNH6H0pPCUkO { width:12.5rem;height:6.875rem;top:7.875rem;left:0rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4Jv1RdksccMtWZpyE1XZsHqk7w8PgF1 { width:15.625rem;height:8.5rem;top:12.625rem;left:0rem;font-size:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1n62eKk1bWpduOiMJo7vezfM13oGogU { width:17.75rem;height:2.875rem;top:20.6875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FoeTU5bFTnvEhnvnD3MbaduUTodykHzJ { width:15.625rem;height:3.125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBIwKSZkx0g1GRMU9BNT16d2ChN6KIxi { display:block; }
 }@media only screen and (max-width: 763px) { #TmaMa1uTvdwHbpSb8K3Svg7qkBey61g7 { width:7.375rem;height:2.9125275228587rem;top:3rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L { display:block; }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lv0BGCr56W9hkc5HgQo2nCboK2Nyk2qt { top:1.25rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #laJmGJk2TkBT3xLpfmhk4oNhbqRzpxwG { width:43.625rem;height:2.875rem;top:1rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QksZxOu3nmlZ34qQU7dJ3fbLiRqBFaxT { width:25.3125rem;height:1.4375rem;top:2.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 { display:none; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container { width:47.75rem;height:46.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-regular-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-text { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-textarea { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-select { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-button { width:11.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-checkbox-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3  { width:20.375rem;height:auto;top:9.0625rem;left:12.25rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .radio-container { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 {display:block;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 { width:20.375rem;height:auto;top:9.0625rem;left:12.25rem; }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #go9dmXmttpT0aM4WIdRxzRJSyTvDlyL6 {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #clUOr9rbF0w5dNVklsL12t6R9QD6LxKq {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #V9FgTazyc4BHCL1geA2EhlqQeJIX41sF {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #HE8GmvKXKDmxdtaPWPeNOrE0QRAZXGQi {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #O3BGBi3iinszHJ8z9c15v3S8qMm6u2xC {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #TwZ8o4uiJqFOTGfM7IMpgU8H6NGqRO3W {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Qoe1spwCiyg6vCHS08k6yfUU9cNe6aBE {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #yOVM9JxEsCl4CaFhw4K9HuvoJdkERuqm {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #WN7fhdRe5u5TcunDyQQRPlSsbMJrS5UE {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #xCGrJUHdJVTFSTlVtMtv9K5xHPIr3vwI {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #IqXbxePbFvDvhbXfEkdHvrIxrqvVf6Xm {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #xdOwSXkN8DiLDTHiQdWbUgveaJ7ec5dU {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Bw1R0ck8ZxadB1rSiemu1R7G4A8lWzQE {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Jv9kCZFkN72nsqcqAf5LVgNHKqTvc9hq {  }
 }@media only screen and (max-width: 763px) { #paMKIc0K6E5eO2ZObscWX1DcAxkQRdfH { top:4.625rem;left:9.25rem;width:29.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNApPQITyGzEVA9UnxghTUCJb4uhnSq1 { top:17.3125rem;left:0rem;width:26.25rem;height:6.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT16czwdNqyfX0PaZtXn68e4F06lTokL { width:4.3125rem;height:4.4375rem;top:5.4375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBBxlef2VBrLd5tAcVb669VfxJKkUpD5 { width:18.625rem;height:2.875rem;top:6.625rem;left:0.75rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9GRnHHzVXwxKU0z7oMrSZp2ZOx3vOc1 { width:22.5625rem;height:23.5625rem;top:4.0625rem;left:25.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzquismcQknwy3Iy6h5Wdqesy3E32rrJ { width:18.9375rem;height:18.9375rem;top:9.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAixcuBX7Xws9ALNmbQ7M1hT6HrbycGk { width:17.875rem;height:1.375rem;top:11.8125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCa0hbpUrfKDR8TUsIo7SrZpzNGuDI5L { width:1.4375rem;height:1.4375rem;top:11.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORpHJGDAW2m5GhgCWEikUt8ELkU4iPgm { width:17.875rem;height:1.375rem;top:13.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P { display:block; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJHgcodU6c79t8Un1bUvTf4lDautFTFC { top:1.25rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #BTh7lBv7AKrcm6LNUwJHoqBBTyJOTpAE { width:47.75rem;height:2.875rem;top:1.4375rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB { display:block; }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfireVPSHuNIB1nyFRAoQ2ZKouhOSZ0X { top:1.25rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mNCSKGwpu5yZsI39SevWTa311zpqTiL2 { width:39.25rem;height:21.6875rem;top:10.0625rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2CuzFDdFo3HlJ9KPnO23wNwyhhib2T0 { top:6.5rem;left:6.875rem;width:33.9375rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGmJ6mB23N1So3pd1oWTFeRCHxKcp2Rh { width:44.1875rem;height:2.375rem;top:4.75rem;left:1.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH { display:block; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIQE3k5MOGQJSKy9QIHv5iTfmE1DtJW { top:6.125rem;left:4.5303821563721rem;width:38.625rem;height:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSaNwFzpBRmTfPBiAVbZZZDTGxhKenDG { width:37.8125rem;height:2.1875rem;top:2.4375rem;left:4.9372844696045rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAeugiy6h3wbyw8GBIugarGELkKPLlIJ { display:block; }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU { display:block; }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkiU8FN5N82TdTqS3JFW7T9oVTc0TzS9 { width:8.5625rem;height:3.8125rem;top:1.1875rem;left:19.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCdyNZa2UFTaUQ0M1HTSGkh8KU1TSy7T { display:none; }#QCdyNZa2UFTaUQ0M1HTSGkh8KU1TSy7T > .row .container { width:47.75rem;height:11.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JmNO5gSDJgxbPhQ8r7MsG0oyOGhAaZJh { top:1.25rem;left:0rem;width:20rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ho0l04TV8xKxUbJ0W1Vg2zAvhANdklKM { width:43.625rem;height:2.875rem;top:1rem;left:2.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4uIZD5RUr3avZLIKPdUWLw4IFwD1MkE { width:44.1875rem;height:2.375rem;top:4.75rem;left:1.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5oHLnJPzflH0TDkMR03N4GK1AsVHQXc { width:15.625rem;height:2.8125rem;top:16.875rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1XO78hWpehaT3682Xt1BoUXTst6e8DW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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); } }@media only screen and (max-width: 763px) { #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/RwlEwsgr/AM22_fondo.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.adaptive-delivery-prevent-bg, #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.lazyload, #AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW.lazyloading { background-image: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { background-color: transparent; background-image: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container > .video-iframe-container { display: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container { display: none; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .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); }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { border-width: 0; border-radius: 0; }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row > .video-iframe-container {  }#AdaoPNxWRmb8IgWKLzCB5cTaZUx5ccKW > .row .container { width:20rem;height:41.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TSNqpFqB5HxiNxRpQ5luqBF033MA7dyx { width:6.125rem;height:2.3367052023121rem;top:33.4375rem;left:6.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1kg9VBCxIxaMnu3CbWzfkZWsHXN1T6F { width:6.75rem;height:0;top:8.5625rem;left:6.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #b7rPg3uaXHTigOMbX9GvTXoeZ9y6TaWo { width:20rem;height:20.164383561644rem;top:3.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mTZ2TClEi5VXXQc3KHbxsEyakyWbRHuR { width:10.25rem;height:0;top:11.5625rem;left:4.875rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #vbvqT7cyqBfyaEwEGKvxEiobpPMfIFII { width:7.875rem;height:0;top:7.125rem;left:6.0625rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOs11tTK13I6usdmZqGLqB4rtM7nXziL { width:16.125rem;height:0;top:19.125rem;left:1.9375rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LrPompnaUaHpTZBwiXiomsleWaGTALOZ { width:12.5rem;height:0;top:13.5rem;left:3.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #PVZQykXWGFRtB5XOyGV8GoKkf80azIgc { width:20rem;height:15.9375rem;top:21.741537094116rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLIZT1n7e8U0ECUSKy5bUNH6H0pPCUkO { width:12.5rem;height:5.93153125rem;top:5.5615234375rem;left:2.4375002384186rem;font-size:4.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m4Jv1RdksccMtWZpyE1XZsHqk7w8PgF1 { width:15.625rem;height:7.3935625rem;top:9.9739589691163rem;left:2.1875002384186rem;font-size:5.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C1n62eKk1bWpduOiMJo7vezfM13oGogU { width:20rem;height:3.0244125rem;top:17.899848937988rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FoeTU5bFTnvEhnvnD3MbaduUTodykHzJ { width:15rem;height:2.4370125rem;top:37.6787109375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FBIwKSZkx0g1GRMU9BNT16d2ChN6KIxi { display:block; }
 }@media only screen and (max-width: 763px) { #TmaMa1uTvdwHbpSb8K3Svg7qkBey61g7 { width:7.375rem;height:2.9124568219256rem;top:1.5695530176162rem;left:6.312391757965rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L { display:block; }#i1Sg6cSdH7GtlrgbPdrBtHSFsTT9oM0L > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lv0BGCr56W9hkc5HgQo2nCboK2Nyk2qt { width:20rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #laJmGJk2TkBT3xLpfmhk4oNhbqRzpxwG { width:19.1873125rem;height:7.436525rem;top:4.1856555938721rem;left:0.40581607818604rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #QksZxOu3nmlZ34qQU7dJ3fbLiRqBFaxT { width:20rem;height:1.3808625rem;top:1.6875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 { background-color:#fb5b64;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container { background-color: transparent; background-image: none; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container > .video-iframe-container { display: none; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row > .video-iframe-container { display: none; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .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); }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container { border-width: 0; border-radius: 0; }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row > .video-iframe-container {  }#Mv2FCb7iW0KfsMIgeP3PCCtcdTMoEqX2 > .row .container { width:20rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#9b4db8;font-size:0.9375rem;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.375rem; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-text {padding-top: 0; padding-bottom: 0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-select {padding-top: 0; padding-bottom: 0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:3.125rem;margin-bottom:0.25rem;margin-left:0;font-size:1.125rem;overflow:hidden;height:2.8125rem;background-color:#00d0e3;background-image:none; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#001b56; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-container:first-of-type{padding-top:0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .widget-container:last-of-type{padding-bottom:0;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3  { width:17.5rem;height:auto;top:31.5rem;left:0rem;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; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 {display:block;}#J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 { width:17.5rem;height:auto;top:31.5rem;left:0rem;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; }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #go9dmXmttpT0aM4WIdRxzRJSyTvDlyL6 {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #clUOr9rbF0w5dNVklsL12t6R9QD6LxKq {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #V9FgTazyc4BHCL1geA2EhlqQeJIX41sF {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #HE8GmvKXKDmxdtaPWPeNOrE0QRAZXGQi {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #O3BGBi3iinszHJ8z9c15v3S8qMm6u2xC {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #TwZ8o4uiJqFOTGfM7IMpgU8H6NGqRO3W {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Qoe1spwCiyg6vCHS08k6yfUU9cNe6aBE {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #yOVM9JxEsCl4CaFhw4K9HuvoJdkERuqm {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #WN7fhdRe5u5TcunDyQQRPlSsbMJrS5UE {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #xCGrJUHdJVTFSTlVtMtv9K5xHPIr3vwI {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #IqXbxePbFvDvhbXfEkdHvrIxrqvVf6Xm {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #xdOwSXkN8DiLDTHiQdWbUgveaJ7ec5dU {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Bw1R0ck8ZxadB1rSiemu1R7G4A8lWzQE {  }
 }@media only screen and (max-width: 763px) { #J8cTRPXxPtd43vUQ2fsuPFUmHmTPocC3 #Jv9kCZFkN72nsqcqAf5LVgNHKqTvc9hq {  }
 }@media only screen and (max-width: 763px) { #paMKIc0K6E5eO2ZObscWX1DcAxkQRdfH { width:17rem;height:2.4375rem;top:30.3125rem;left:1.5rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zNApPQITyGzEVA9UnxghTUCJb4uhnSq1 { width:16.9375rem;height:7.9238125rem;top:7.3720703125rem;left:1.716796875rem;font-size:1rem;text-align:left;text-align-last:left;color:#fffbfb;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #VT16czwdNqyfX0PaZtXn68e4F06lTokL { width:4.31206875rem;height:3.65625rem;top:1.3948593139649rem;left:1.3745660781861rem;font-size:2.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vBBxlef2VBrLd5tAcVb669VfxJKkUpD5 { width:14.0625rem;height:2.68115rem;top:2.0703125rem;left:4.904296875rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9GRnHHzVXwxKU0z7oMrSZp2ZOx3vOc1 { width:20rem;height:8.3125rem;top:29.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzquismcQknwy3Iy6h5Wdqesy3E32rrJ { width:17.3125rem;height:17.3125rem;top:4.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAixcuBX7Xws9ALNmbQ7M1hT6HrbycGk { width:6.5625rem;height:2.11230625rem;top:18.82470703125rem;left:5.6865234375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCa0hbpUrfKDR8TUsIo7SrZpzNGuDI5L { width:4.0625rem;height:4.0625rem;top:18.82470703125rem;left:0.904296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORpHJGDAW2m5GhgCWEikUt8ELkU4iPgm { width:14.25rem;height:2.51855625rem;top:20.875rem;left:5.75rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P { background-color:#ffff00;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container { background-color: transparent; background-image: none; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container > .video-iframe-container { display: none; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row > .video-iframe-container { display: none; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .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); }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container { border-width: 0; border-radius: 0; }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row > .video-iframe-container {  }#zulMl1wBXv8Dxn0gySlFW5WpKNOnFD9P > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJHgcodU6c79t8Un1bUvTf4lDautFTFC { width:20rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #BTh7lBv7AKrcm6LNUwJHoqBBTyJOTpAE { width:20rem;height:1.70605625rem;top:1.23046875rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB { display:block; }#fukBbeCw7Zsd7mFGAMsiZDi4mTOtCPpB > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfireVPSHuNIB1nyFRAoQ2ZKouhOSZ0X { width:20rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #mNCSKGwpu5yZsI39SevWTa311zpqTiL2 { height:11.15725rem;width:20rem;top:10.062393188476rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2CuzFDdFo3HlJ9KPnO23wNwyhhib2T0 { width:18.75rem;height:3.8994125rem;top:4.5621747970581rem;left:0.62500011920931rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGmJ6mB23N1So3pd1oWTFeRCHxKcp2Rh { width:18.3121875rem;height:2.4375rem;top:1.4355473518372rem;left:0.8436415195465rem;font-size:1.875rem;text-align:center;text-align-last:center;font-family:roboto;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH { display:block; }#J2IuJCpebGTT6AaAs6uyrqRvyPkzD0zH > .row .container { width:20rem;height:22.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TzIQE3k5MOGQJSKy9QIHv5iTfmE1DtJW { width:18.499875rem;height:13.99901875rem;top:7.1234817504881rem;left:0.999783039093rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #wSaNwFzpBRmTfPBiAVbZZZDTGxhKenDG { width:18.375rem;height:3.75rem;top:2.1234817504883rem;left:0.875rem;font-size:1.875rem;font-family:roboto;font-weight:400;font-style:normal;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAeugiy6h3wbyw8GBIugarGELkKPLlIJ { background-color:#f3f1f1;background-image:url("https://images.assets-landingi.com/Vk5HoYmv/foto_meditacion_masiva.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ.adaptive-delivery-prevent-bg, #hAeugiy6h3wbyw8GBIugarGELkKPLlIJ.lazyload, #hAeugiy6h3wbyw8GBIugarGELkKPLlIJ.lazyloading { background-image: none; }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ > .row .container { border-width: 0; border-radius: 0; }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ > .row > .video-iframe-container {  }#hAeugiy6h3wbyw8GBIugarGELkKPLlIJ > .row .container { width:20rem;height:7.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU { display:block; }#rGTJTOEt2e1VmZfWfLwtosmzTPWnwMHU > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TkiU8FN5N82TdTqS3JFW7T9oVTc0TzS9 { width:6.875rem;height:3.0625rem;top:1.125rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QCdyNZa2UFTaUQ0M1HTSGkh8KU1TSy7T { display:none; }#QCdyNZa2UFTaUQ0M1HTSGkh8KU1TSy7T > .row .container { width:20rem;height:51.77150625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JmNO5gSDJgxbPhQ8r7MsG0oyOGhAaZJh { width:20rem;height:2.875rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:100002;display:none; }
 }@media only screen and (max-width: 763px) { #ho0l04TV8xKxUbJ0W1Vg2zAvhANdklKM { width:19.375rem;height:6.5625rem;top:1.25rem;left:0.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4uIZD5RUr3avZLIKPdUWLw4IFwD1MkE { width:18.625rem;height:4.142575rem;top:9.6875rem;left:0.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5oHLnJPzflH0TDkMR03N4GK1AsVHQXc { width:15rem;height:2.4375rem;top:49.33400625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1XO78hWpehaT3682Xt1BoUXTst6e8DW { display:block; }
 }