.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#32a685;background-image:url("https://images.assets-landingi.com/uc/4344ee58-4ba1-4ab5-967f-a65e5fba37f0/Bg_DesafioYoga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { border-width: 0; border-radius: 0; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { font-size:0.875rem;font-family:arial;height:45.0625rem;width:60rem;position:relative;display:block; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { position:absolute;display:block;z-index:100001;background-color:transparent;background-image:url("https://images.assets-landingi.com/NaETXsCO/Disen_o_sin_ti_tulo_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.5rem;width:7.5rem;top:2.8124923706055rem;left:26.249112606049rem;display:block; }#xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.adaptive-delivery-prevent-bg, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyload, #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O.lazyloading { background-image: none; }
#BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { color:#13ea6a;display:block;width:26.624625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:12.93678188324rem;left:16.686788082123rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gozFfRoQJwCwafTn7avOJqH8RyzyoWGb { color:#ffffff;display:block;width:26.624625rem;position:absolute;font-family:lato;font-size:8.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:13.734011650086rem;left:16.686788082123rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#MLPR8eC0ckuzblbwNhk396TtMRylURUh { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.0625rem;width:15.625rem;top:34.6875rem;left:42.0625rem;overflow:hidden;display:block; }
#To6iboc37ywCbNg2V4Divl9RlI9NS8eT { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.5625rem;width:15.625rem;top:33.9375rem;left:21.3125rem;overflow:hidden;display:block; }
#N0IqW5qewt1nQbWAbqgKICU6z8HoVAmp { color:#13ea6a;display:block;width:26.622875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:30.782136917114rem;left:16.687676906586rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#C3PJInV4GppvThHyufMTpBN84qIooZIT { color:#fcfcfc;display:block;width:26.62375rem;position:absolute;font-family:lato;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:24.436256408691rem;left:16.687676906586rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#DxkwSq2yu6A5ZDbdmip60WOP7nghC4WJ { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9rem;width:9rem;top:33.5rem;left:7.6875rem;overflow:hidden;display:block; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-form-header {  }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:15rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-text {padding-top: 0; padding-bottom: 0;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:15rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:15rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-select {padding-top: 0; padding-bottom: 0;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .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; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#7700fd;background-image:none;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:0.9375rem;font-weight:bold;color:#f2f9ff;width:9.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:13.8125rem;overflow:hidden;font-style:normal; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .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; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .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.5; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-container:first-of-type{padding-top:0;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-container:last-of-type{padding-bottom:0;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:0rem;z-index:100009;position:absolute; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15rem;display:block;vertical-align:top; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR {display:block;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0rem;top:0rem;z-index:100009;position:absolute;display:none; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #PilGT7y1OiUDgCkqkPnOQ0ev5ef9d6Ok { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #nxa4HcgBwrMi6C1fOHnEx0uUbsh1hKuz { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #TQ022XrdfLp4BfJNHNZwvwg52RkwUtrv { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #MRCNoqFl306MSrcfOB7p8IamtigeL26E { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #xuGHL1vw8w5dmNJQd0544mUx91hJX7eX { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #J4n0C7sCZHyGVCpe6lpEuhn5ETTeTDqV { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #E1IXZswIiJ0IDtmqMG1AlLJg6IrccsLi { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #kz4cI2M1DeREyh2EBp4cfGtf308sTub6 { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #UsNnWT1BlHTJM5pTaBg0MnJyna3UTGTP { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #EXRlgBi4FLTDi7inqkMyRFi9Ryh2AyJa { position:relative; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #bUJckruMdFwnC57c3rapaGywS4WMwTBE { position:relative; }
#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { position:relative;display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { background-color: transparent; background-image: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row > .video-iframe-container { display: none; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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); }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { border-width: 0; border-radius: 0; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .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:27.0625rem;width:60rem;position:relative;display:block; }#OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { color:#989898;display:block;width:31.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:17.75rem;left:27.625rem;height:4.5rem;font-style:normal;display:block; }
#SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { color:#6c33d9;display:block;width:23.5rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:normal;z-index:100012;line-height:1.2;letter-spacing:0;top:4.8125rem;left:27.625rem;height:8.0625rem;display:block; }
#cmho0iBJ6SVeJGyolnQSHFMu7EMzyPxk { color:#13ea6a;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:100013;line-height:1.2;letter-spacing:0;top:13.0625rem;left:27.625rem;height:4.125rem;font-style:normal;display:block; }
#B2OSLdlIWTzCiBUOUkWeTnUZiPk1tzyt { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9368125rem;width:24.6875rem;top:4.1779055595398rem;left:0rem;overflow:hidden;display:block; }
#UdHATQyklWMQT5pC0AKRF1Crsw0W28wO { position:absolute;display:block;z-index:100010;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:6.1875rem;border-top-right-radius:6.1875rem;border-bottom-left-radius:6.1875rem;border-bottom-right-radius:6.1875rem;box-shadow: 0rem 0rem 1.5625rem rgba(0,0,0,0.1) ;height:7.5rem;width:7.5rem;top:5.3125rem;left:52.5rem;display:block; }
#ydtJ2ZNZaqdd8PTBUFyo2V9Do6KO8VHw { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:4.375rem;top:6.375rem;left:54.0625rem;overflow:hidden;display:block; }
#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#32a685;background-image:url("https://images.assets-landingi.com/uc/4344ee58-4ba1-4ab5-967f-a65e5fba37f0/Bg_DesafioYoga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK.adaptive-delivery-prevent-bg, #R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK.lazyload, #R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK.lazyloading { background-image: none; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container { background-color: transparent; background-image: none; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container > .video-iframe-container { display: none; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row > .video-iframe-container { display: none; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .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); }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container { border-width: 0; border-radius: 0; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container { font-size:0.875rem;font-family:arial;height:37.4375rem;width:60rem;position:relative;display:block; }#Rzzg8FJ2znNeZgnE1QldlbIwR6kxKTmu { color:#13ea6a;display:block;width:26.622875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:10.372869491577rem;left:16.687676906586rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sol0MaQ1Q5Eqrpcw3ZlvztfMmRbwMg9v { color:#ffffff;display:block;width:20.373046875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:30.5556640625rem;left:19.8134765625rem;height:1.6875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#aikiCv7yxCfXxk5IqdG9CycAfIy57KGW { color:#ffffff;display:block;width:26.622875rem;position:absolute;font-family:lato;font-size:8.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:10.371982574463rem;left:16.687676906586rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fgS5QGXKkAiNMnRHTvlg6UDXNcazcvsn { color:#ffffff;display:block;width:26.622875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:4.5099382400512rem;left:16.687676906586rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#wd1U9JwZ8IPdO5O4CAVOwrT4C59rTdBi { color:#13ea6a;display:block;width:26.6220703125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:700;z-index:100006;line-height:1.4;letter-spacing:0;top:26.1845703125rem;left:16.6884765625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FJSTgQ0xuyg3MtMDoHaLLigVx6bGSW4z { color:#17201b;display:block;width:46.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:21.40625rem;left:6.53125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6bd8a4;background-image:url("https://images.assets-landingi.com/uc/4344ee58-4ba1-4ab5-967f-a65e5fba37f0/Bg_DesafioYoga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.adaptive-delivery-prevent-bg, #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.lazyload, #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv.lazyloading { background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { background-color: transparent; background-image: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row > .video-iframe-container { display: none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .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); }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { border-width: 0; border-radius: 0; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:block; }#ielGoPik5dPchBkURUGcEXAXZsMRPGvd { color:#fff4dc;display:block;width:19.375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:8rem;left:38.34375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n2XT1W6CTTzpCgxU2VVLuaXQUt5rJOws { color:#13ea6a;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:8rem;left:4.1875rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VtJr7h6MDIPKatLKKQDNsdPutPD2Z0Tt { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.125rem dashed #13ea6a;border-left:0.125rem dashed #13ea6a;border-right:0.125rem dashed #13ea6a;border-bottom:0.125rem dashed #13ea6a;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:3.125rem;width:27.3125rem;top:7.375rem;left:4.125rem;display:block; }
#Npi0DB1OQRFENwLNLkNvokoyPWigi8Rh { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:url("https://images.assets-landingi.com/NaETXsCO/Disen_o_sin_ti_tulo_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.5rem;width:7.5rem;top:11.5rem;left:14.125rem;display:block; }#Npi0DB1OQRFENwLNLkNvokoyPWigi8Rh.adaptive-delivery-prevent-bg, #Npi0DB1OQRFENwLNLkNvokoyPWigi8Rh.lazyload, #Npi0DB1OQRFENwLNLkNvokoyPWigi8Rh.lazyloading { background-image: none; }
#P210SqiTyA17wXiEclRzUBlkMDtEN9ps { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1875rem;width:28.125rem;top:18.1875rem;left:3.8125rem;overflow:hidden;display:block; }
#AGRILVye3Z0GMSeqEpkhuBQa6D85nLxM { color:#13ea6a;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:30.625rem;left:4.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#yHX1IDLno4hLtQ6K5OJssiROeGuoiz1I { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:32.6875rem;left:4.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-form-header {  }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;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; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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"; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-text {padding-top: 0; padding-bottom: 0;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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"; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-select {padding-top: 0; padding-bottom: 0;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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:#5115b0;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.25rem;font-weight:bold;color:#ffffff;width:17.5rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-container:first-of-type{padding-top:0;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-container:last-of-type{padding-bottom:0;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD  { background-color:#ffffff;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-right:0;border-bottom:0;border-left:0;z-index:100017;position:absolute;top:12.25rem;left:38.03125rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .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; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD {display:block;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD { background-color:#ffffff;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-right:0;border-bottom:0;border-left:0;z-index:100017;position:absolute;top:12.25rem;left:38.03125rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #oqwxRINEp0kmmqewadXSaVhpJsEySdwP { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #odrlLcQqcrHPktvssQsTWTR259IAhaHo { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #eCi84koVETAiIRBzUgWH0VtNy5FTSBSd { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #WyDS717cT5LnNanF9xpKq1HVu1zQ94h3 { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #ofiwCGhS1knIi1HREbD81i8QpgJW4cJZ { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #NX8vDKwaBxtmPq0Qzqc0gmNpT3pLAH6o { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #Pi72p5gXbo6b4vTQxGlqIFzwQeTTUlEg { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #Ewy3BFnXNytpFek2MOyLb9cDk0cBZFCS { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #iGVn106Ln7i7eyE4eQTas6bnuSR79mlU { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #mIT82JVwvNcN6KsO444izOD7fZpEg6r1 { position:relative; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #EaE1zTSfO1E39GTrD3QWwkTt5xdQkIgN { position:relative; }
#l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#6bd8a4;background-image:url("https://images.assets-landingi.com/uc/4344ee58-4ba1-4ab5-967f-a65e5fba37f0/Bg_DesafioYoga.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru.adaptive-delivery-prevent-bg, #l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru.lazyload, #l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru.lazyloading { background-image: none; }#l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru > .row .container { border-width: 0; border-radius: 0; }#l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:60rem;position:relative;display:none; }#ffCaezlUqfiqBXlaN093v7C47iRdJelS { color:#13ea6a;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:8rem;left:4.1875rem;height:2.0625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RF341fmPTpMmOMKnvWENCO70wF1HE1ro { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.125rem dashed #13ea6a;border-left:0.125rem dashed #13ea6a;border-right:0.125rem dashed #13ea6a;border-bottom:0.125rem dashed #13ea6a;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:3.125rem;width:27.3125rem;top:7.375rem;left:4.125rem;display:block; }
#z7dfei5ofJQ0TM2BdVcC5k2hGrhh7n9I { position:absolute;display:block;z-index:100007;background-color:transparent;background-image:url("https://images.assets-landingi.com/NaETXsCO/Disen_o_sin_ti_tulo_1_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.5rem;width:7.5rem;top:11.5rem;left:14.125rem;display:block; }#z7dfei5ofJQ0TM2BdVcC5k2hGrhh7n9I.adaptive-delivery-prevent-bg, #z7dfei5ofJQ0TM2BdVcC5k2hGrhh7n9I.lazyload, #z7dfei5ofJQ0TM2BdVcC5k2hGrhh7n9I.lazyloading { background-image: none; }
#tLyIVobv9nbXTfKoX8ln6SMxNHMtT7lP { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:11.1875rem;width:28.125rem;top:18.1875rem;left:3.8125rem;overflow:hidden;display:block; }
#g9lJO477ArmiUa9MG5liWKKFz2RxEvek { color:#13ea6a;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:30.625rem;left:4.5625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FDJptNqcFTILZx0RWpVgN9nU1B18B56L { color:#ffffff;display:block;width:26.625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:100011;line-height:1.3;letter-spacing:0;top:32.6875rem;left:4.625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00ac3f;background-image:none;position:relative;display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { background-color: transparent; background-image: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container > .video-iframe-container { display: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row > .video-iframe-container { display: none; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .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); }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { border-width: 0; border-radius: 0; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { font-size:0.875rem;font-family:arial;height:92rem;width:60rem;position:relative;display:block; }#SLT2Tgu8VsnaaEaeWTH8iT182haiUWFy { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:84.8125rem;width:60rem;top:4.625rem;left:0rem;overflow:hidden;display:block; }
#Rt7SBiQmbahOUHDvNSO0TA5EtkpPfxs6 { color:#13ea6a;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:1.25rem;left:16.3125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { background-color: transparent; background-image: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row > .video-iframe-container { display: none; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .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); }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { border-width: 0; border-radius: 0; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:60rem;position:relative;display:block; }#HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { color:#6c33d9;display:block;width:60rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.2555069923401rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#FfzQSs292fEBPREeJACHnrO6CFnvswHv { position:relative;display:block; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv { background-color: transparent; background-image: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container > .video-iframe-container { display: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row > .video-iframe-container { display: none; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .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); }#FfzQSs292fEBPREeJACHnrO6CFnvswHv { border-width: 0; border-radius: 0; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .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:16.4375rem;width:60rem;position:relative;display:block; }#FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { position:absolute;display:block;z-index:100000;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(108,51,217,0.15) ;height:14.25rem;width:13.625rem;top:1.0625rem;left:0.6875rem;display:block; }
#XgQLf3OTzx6W9ikMxwq9CNUBEZDP5ywT { box-sizing:content-box;color:#6c33d9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:11.0625rem;left:10.0625rem;display:block; }
#nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { color:#989898;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:2.9375rem;left:2.9375rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { position:absolute;display:block;z-index:100003;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(108,51,217,0.15) ;height:14.25rem;width:13.625rem;top:1.0625rem;left:15.6875rem;display:block; }
#wN1s4Q5upfnnx1K0AkLLmGvmTKfu0QLU { box-sizing:content-box;color:#6c33d9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:11.0625rem;left:25.25rem;display:block; }
#ridQQI16UhdI0vpTGJa5nxx3QAwhVPiJ { color:#989898;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:2.93701171875rem;left:17.53125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { position:absolute;display:block;z-index:100006;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(108,51,217,0.15) ;height:14.25rem;width:13.625rem;top:1.0625rem;left:30.6875rem;display:block; }
#FeTmQ5KPDxmyk8D1TVaUQf2EwrT70Tv6 { box-sizing:content-box;color:#6c33d9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:11.0625rem;left:40.0625rem;display:block; }
#kznSkqrxxHZ44s3SwrbVJJ468s6NVN5X { color:#989898;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:2.93701171875rem;left:32.53125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { position:absolute;display:block;z-index:100009;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:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 0rem 4.0625rem rgba(108,51,217,0.15) ;height:14.25rem;width:13.625rem;top:1.0625rem;left:45.6875rem;display:block; }
#eXWAedhf0ca5zwWqIQz0yJNRG8y30Mv1 { box-sizing:content-box;color:#6c33d9;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:11.0625rem;left:55.1875rem;display:block; }
#FN4ZKEy72y8TqrwaB2WaoFxFWgwTGcpy { color:#989898;display:block;width:10.5625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:2.93701171875rem;left:47.53125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kV50eyLwRTP1WidU34VipCINfZmaJsIc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00ac3f;background-image:none;position:relative;display:block; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { background-color: transparent; background-image: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container > .video-iframe-container { display: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row > .video-iframe-container { display: none; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .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); }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { border-width: 0; border-radius: 0; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:block; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { border-width: 0; border-radius: 0; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:none; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00ac3f;background-image:none;position:relative;display:none; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { border-width: 0; border-radius: 0; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { font-size:0.875rem;font-family:arial;height:3.4375rem;width:60rem;position:relative;display:none; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { border-width: 0; border-radius: 0; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { font-size:0.875rem;font-family:arial;height:9.1875rem;width:60rem;position:relative;display:none; }#W5tm0HwpoGwCEeum8PzACGkToOlOwz74 { color:#39a586;display:block;width:59.8125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:5.44970703125rem;left:0.09375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { position:relative;display:none; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { border-width: 0; border-radius: 0; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .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:24.125rem;width:60rem;position:relative;display:none; }#ZfNJGotv9857iynfdvnhiAZKV6MvNQ50 { color:#989898;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:5.125rem;left:14.0625rem;height:13.5rem;font-style:normal;display:block; }
#Dk435bxnHt28U1WGQBZMpEFO0Fx9CKRm { color:#989898;display:block;width:14.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:1.9375rem;left:14.0625rem;height:1.5249rem;font-style:normal;display:block; }
#xGsZxIdtbl4Hg3zsBz9UePMN8SuXAWPr { color:#989898;display:block;width:15rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:3.4375rem;left:14.0625rem;height:1.13720625rem;font-style:normal;display:block; }
#Rx06UN7eqUhKQX02zes0DmVHbKBxpVrE { position:absolute;display:block;z-index:100005;background-color:#f3f3f3;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:12.75rem;width:12.75rem;top:1.875rem;left:0rem;display:block; }
#HyczX71wr9Uo430EfflAJXlnxqlazCMc { box-sizing:content-box;color:#6bd8a4;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:16rem;left:4.1875rem;display:block; }
#AhUdHCWhEbtNA3qPhxC1bEHx7hiob8aF { box-sizing:content-box;color:#6bd8a4;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:16rem;left:6.6875rem;display:block; }
#ngC3ktsgWGErUwQIa4qeOrE8hcOfnAix { color:#989898;display:block;width:13.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:5.125rem;left:46.375rem;height:13.5rem;font-style:normal;display:block; }
#a3I3mdbs5Xb45AQ1HlzINmpn1SqJma1P { position:absolute;display:block;z-index:100011;background-color:#f3f3f3;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:25rem;border-top-right-radius:25rem;border-bottom-left-radius:25rem;border-bottom-right-radius:25rem;height:12.75rem;width:12.75rem;top:1.875rem;left:32.3125rem;display:block; }
#PkJkDW2sGch8FxGeEXxQv06mSII9TZgm { color:#989898;display:block;width:13.5625rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:3.4375rem;left:46.375rem;height:1.13720625rem;font-style:normal;display:block; }
#PDii7n8n7dOKb1i9XUMOwXK5Jviz3TT5 { box-sizing:content-box;color:#6bd8a4;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:16rem;left:39rem;display:block; }
#bDsB9r6QOlFzzHETbF8CidbsW3EbUeol { color:#989898;display:block;width:13.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100014;line-height:1.3;letter-spacing:0;top:1.9375rem;left:46.375rem;height:1.5249rem;font-style:normal;display:block; }
#SbbD5i7tmtDAOW0WPIz3Huzc8equs7bh { box-sizing:content-box;color:#6bd8a4;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:16rem;left:36.5rem;display:block; }
#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { background-color: transparent; background-image: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container > .video-iframe-container { display: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row > .video-iframe-container { display: none; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .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); }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { border-width: 0; border-radius: 0; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { background-color: transparent; background-image: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row > .video-iframe-container { display: none; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .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); }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { border-width: 0; border-radius: 0; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { font-size:0.875rem;font-family:arial;height:29.8125rem;width:60rem;position:relative;display:block; }#Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { color:#898989;display:block;width:24.5625rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100000;line-height:1.4;letter-spacing:0;top:11.374289035797rem;left:29.999997615814rem;height:15.625rem;font-style:normal;display:block; }
#xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { color:#898989;display:block;width:24.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100008;line-height:1.4;letter-spacing:0;top:6.4375rem;left:30rem;height:3.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { color:#6c33d9;display:block;width:29.75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:3.4375rem;left:30rem;height:2.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:21.875rem;top:0.4375rem;left:4.0625rem;overflow:hidden;display:block; }
#wLWJ9agHD42slppAbPL1RG1EevNBpc45 { 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; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { background-color: transparent; background-image: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row > .video-iframe-container { display: none; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .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); }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { border-width: 0; border-radius: 0; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }#lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { color:#898989;display:block;width:26.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:1.744140625rem;left:16.59375rem;height:1.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw { 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; }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row .container { background-color: transparent; background-image: none; }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row .container > .video-iframe-container { display: none; }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row > .video-iframe-container { display: none; }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .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); }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row .container { border-width: 0; border-radius: 0; }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row .container { font-size:0.875rem;font-family:arial;height:4.6875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { width:7.5rem;height:7.5rem;top:2.75rem;left:20.124112606049rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:26.5625rem;height:2.0625rem;top:12.875rem;left:10.561788082123rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gozFfRoQJwCwafTn7avOJqH8RyzyoWGb { width:26.5625rem;height:11.5625rem;top:13.6875rem;left:10.561788082123rem;font-size:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MLPR8eC0ckuzblbwNhk396TtMRylURUh { width:15.625rem;height:7.0625rem;top:34.6875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #To6iboc37ywCbNg2V4Divl9RlI9NS8eT { width:15.625rem;height:8.5625rem;top:33.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0IqW5qewt1nQbWAbqgKICU6z8HoVAmp { width:26.5625rem;height:1.4375rem;top:30.75rem;left:10.562676906586rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3PJInV4GppvThHyufMTpBN84qIooZIT { width:26.5625rem;height:2rem;top:24.375rem;left:10.562676906586rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxkwSq2yu6A5ZDbdmip60WOP7nghC4WJ { width:9rem;height:9rem;top:33.5rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR  { width:15rem;height:auto; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR {display:block;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR { width:15rem;height:auto;display:none; }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #PilGT7y1OiUDgCkqkPnOQ0ev5ef9d6Ok {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #nxa4HcgBwrMi6C1fOHnEx0uUbsh1hKuz {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #TQ022XrdfLp4BfJNHNZwvwg52RkwUtrv {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #MRCNoqFl306MSrcfOB7p8IamtigeL26E {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #xuGHL1vw8w5dmNJQd0544mUx91hJX7eX {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #J4n0C7sCZHyGVCpe6lpEuhn5ETTeTDqV {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #E1IXZswIiJ0IDtmqMG1AlLJg6IrccsLi {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #kz4cI2M1DeREyh2EBp4cfGtf308sTub6 {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #UsNnWT1BlHTJM5pTaBg0MnJyna3UTGTP {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #EXRlgBi4FLTDi7inqkMyRFi9Ryh2AyJa {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #bUJckruMdFwnC57c3rapaGywS4WMwTBE {  }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:31.4375rem;height:4.4375rem;top:17.75rem;left:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { width:23.4375rem;height:8.0625rem;top:4.8125rem;left:21.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmho0iBJ6SVeJGyolnQSHFMu7EMzyPxk { width:30rem;height:4.1875rem;top:13.0625rem;left:17.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2OSLdlIWTzCiBUOUkWeTnUZiPk1tzyt { width:24.6875rem;height:17.9368125rem;top:4.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHATQyklWMQT5pC0AKRF1Crsw0W28wO { width:7.5rem;height:7.5rem;top:5.3125rem;left:40.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydtJ2ZNZaqdd8PTBUFyo2V9Do6KO8VHw { width:4.375rem;height:5.37464375rem;top:6.375rem;left:43.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK { display:block; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzzg8FJ2znNeZgnE1QldlbIwR6kxKTmu { width:26.5625rem;height:2.0625rem;top:10.3125rem;left:10.562676906586rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sol0MaQ1Q5Eqrpcw3ZlvztfMmRbwMg9v { width:20.3125rem;height:1.6875rem;top:30.5rem;left:13.6884765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aikiCv7yxCfXxk5IqdG9CycAfIy57KGW { width:26.5625rem;height:11.5625rem;top:10.3125rem;left:10.562676906586rem;font-size:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgS5QGXKkAiNMnRHTvlg6UDXNcazcvsn { width:26.5625rem;height:2.0625rem;top:4.5rem;left:10.562676906586rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wd1U9JwZ8IPdO5O4CAVOwrT4C59rTdBi { width:26.5625rem;height:3.75rem;top:26.125rem;left:10.5634765625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJSTgQ0xuyg3MtMDoHaLLigVx6bGSW4z { width:46.9375rem;height:;top:21.375rem;left:0.40625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:block; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ielGoPik5dPchBkURUGcEXAXZsMRPGvd { width:19.375rem;height:3.375rem;top:8rem;left:28.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2XT1W6CTTzpCgxU2VVLuaXQUt5rJOws { width:27.375rem;height:2.0625rem;top:8rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtJr7h6MDIPKatLKKQDNsdPutPD2Z0Tt { width:27.3125rem;height:3.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npi0DB1OQRFENwLNLkNvokoyPWigi8Rh { width:7.5rem;height:7.5rem;top:11.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #P210SqiTyA17wXiEclRzUBlkMDtEN9ps { width:28.125rem;height:11.1875rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGRILVye3Z0GMSeqEpkhuBQa6D85nLxM { width:26.625rem;height:;top:30.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHX1IDLno4hLtQ6K5OJssiROeGuoiz1I { width:26.625rem;height:;top:32.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-text {padding-top: 0; padding-bottom: 0;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-select {padding-top: 0; padding-bottom: 0;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD  { width:17.5rem;height:auto;top:12.25rem;left:27.75rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD {display:block;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD { width:17.5rem;height:auto;top:12.25rem;left:27.75rem; }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #oqwxRINEp0kmmqewadXSaVhpJsEySdwP {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #odrlLcQqcrHPktvssQsTWTR259IAhaHo {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #eCi84koVETAiIRBzUgWH0VtNy5FTSBSd {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #WyDS717cT5LnNanF9xpKq1HVu1zQ94h3 {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #ofiwCGhS1knIi1HREbD81i8QpgJW4cJZ {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #NX8vDKwaBxtmPq0Qzqc0gmNpT3pLAH6o {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #Pi72p5gXbo6b4vTQxGlqIFzwQeTTUlEg {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #Ewy3BFnXNytpFek2MOyLb9cDk0cBZFCS {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #iGVn106Ln7i7eyE4eQTas6bnuSR79mlU {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #mIT82JVwvNcN6KsO444izOD7fZpEg6r1 {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #EaE1zTSfO1E39GTrD3QWwkTt5xdQkIgN {  }
 }@media only screen and (max-width: 763px) { #l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru { display:none; }#l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ffCaezlUqfiqBXlaN093v7C47iRdJelS { width:27.375rem;height:2.0625rem;top:8rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RF341fmPTpMmOMKnvWENCO70wF1HE1ro { width:27.3125rem;height:3.125rem;top:7.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7dfei5ofJQ0TM2BdVcC5k2hGrhh7n9I { width:7.5rem;height:7.5rem;top:11.5rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLyIVobv9nbXTfKoX8ln6SMxNHMtT7lP { width:28.125rem;height:11.1875rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lJO477ArmiUa9MG5liWKKFz2RxEvek { width:26.625rem;height:;top:30.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDJptNqcFTILZx0RWpVgN9nU1B18B56L { width:26.625rem;height:;top:32.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLT2Tgu8VsnaaEaeWTH8iT182haiUWFy { width:47.75rem;height:67.496614583331rem;top:4.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt7SBiQmbahOUHDvNSO0TA5EtkpPfxs6 { width:27.375rem;height:;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:47.75rem;height:;top:3.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfzQSs292fEBPREeJACHnrO6CFnvswHv { display:block; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:13.625rem;height:14.25rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgQLf3OTzx6W9ikMxwq9CNUBEZDP5ywT { width:3.125rem;height:3.125rem;top:11.0625rem;left:8.53125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:10.5rem;height:;top:2.875rem;left:1.4055390357971rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { width:13.625rem;height:14.25rem;top:1.0625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN1s4Q5upfnnx1K0AkLLmGvmTKfu0QLU { width:3.125rem;height:3.125rem;top:11.0625rem;left:20.65625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ridQQI16UhdI0vpTGJa5nxx3QAwhVPiJ { width:10.5rem;height:;top:2.875rem;left:12.93732213974rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { width:13.625rem;height:14.25rem;top:1.0625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTmQ5KPDxmyk8D1TVaUQf2EwrT70Tv6 { width:3.125rem;height:3.125rem;top:11.0625rem;left:32.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kznSkqrxxHZ44s3SwrbVJJ468s6NVN5X { width:10.5rem;height:;top:2.875rem;left:24.87482213974rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { width:13.625rem;height:14.25rem;top:1.0625rem;left:34.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXWAedhf0ca5zwWqIQz0yJNRG8y30Mv1 { width:3.125rem;height:3.125rem;top:11.0625rem;left:44.46875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN4ZKEy72y8TqrwaB2WaoFxFWgwTGcpy { width:10.5rem;height:;top:2.875rem;left:36.81232213974rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV50eyLwRTP1WidU34VipCINfZmaJsIc { display:block; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { display:none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OEtMuCRErberEIT435mqSxH7zKTTWB3t { display:none; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm { display:block; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W5tm0HwpoGwCEeum8PzACGkToOlOwz74 { width:47.75rem;height:2.875rem;top:5.4375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { display:block; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZfNJGotv9857iynfdvnhiAZKV6MvNQ50 { width:13.625rem;height:13.5rem;top:5.125rem;left:10.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dk435bxnHt28U1WGQBZMpEFO0Fx9CKRm { width:14.75rem;height:1.5rem;top:1.9375rem;left:9.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGsZxIdtbl4Hg3zsBz9UePMN8SuXAWPr { width:15rem;height:1.125rem;top:3.4375rem;left:8.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rx06UN7eqUhKQX02zes0DmVHbKBxpVrE { width:12.75rem;height:12.75rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyczX71wr9Uo430EfflAJXlnxqlazCMc { width:1.875rem;height:1.875rem;top:16rem;left:1.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhUdHCWhEbtNA3qPhxC1bEHx7hiob8aF { width:1.875rem;height:1.875rem;top:16rem;left:3.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngC3ktsgWGErUwQIa4qeOrE8hcOfnAix { width:13.625rem;height:13.5rem;top:5.125rem;left:34.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3I3mdbs5Xb45AQ1HlzINmpn1SqJma1P { width:12.75rem;height:12.75rem;top:1.875rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkJkDW2sGch8FxGeEXxQv06mSII9TZgm { width:13.5625rem;height:1.125rem;top:3.4375rem;left:34.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PDii7n8n7dOKb1i9XUMOwXK5Jviz3TT5 { width:1.875rem;height:1.875rem;top:16rem;left:29.8125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDsB9r6QOlFzzHETbF8CidbsW3EbUeol { width:13.25rem;height:1.5625rem;top:1.9375rem;left:34.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbbD5i7tmtDAOW0WPIz3Huzc8equs7bh { width:1.875rem;height:1.875rem;top:16rem;left:27.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:24.5625rem;height:15.75rem;top:11.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:24.0625rem;height:3.625rem;top:6.4375rem;left:23.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:29.75rem;height:2.875rem;top:3.4375rem;left:18rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { width:21.875rem;height:21.875rem;top:0.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:26.8125rem;height:1.125rem;top:1.6875rem;left:10.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #moTlIEWnyJJefkeEMO0vfTahQkNM7kpw { display:block; }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A { background-color:#39a586;background-image:url("https://images.assets-landingi.com/uc/4344ee58-4ba1-4ab5-967f-a65e5fba37f0/Bg_DesafioYoga.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.adaptive-delivery-prevent-bg, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyload, #D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A.lazyloading { background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { background-color: transparent; background-image: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row > .video-iframe-container { display: none; }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .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); }#D9r04aBPWF970BfdAOgHMOZ7OAuf5N2A > .row .container { width:20rem;height:87.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xwIDH3xIA9kZkkd0F0qgo9MXT1FLTL3O { width:7.562125rem;height:7.562125rem;top:0rem;left:6.2180395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCg8a4MOi4RKMfpMFZZRBbWDDPgGu94F { width:18.75rem;height:1.6875rem;top:9.5596590042112rem;left:0.62411218881607rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gozFfRoQJwCwafTn7avOJqH8RyzyoWGb { width:20rem;height:7.875rem;top:10.498046875rem;left:0rem;font-size:6.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MLPR8eC0ckuzblbwNhk396TtMRylURUh { width:15.6875rem;height:7.125rem;top:37.603869915009rem;left:2.1244671940804rem;display:block; }
 }@media only screen and (max-width: 763px) { #To6iboc37ywCbNg2V4Divl9RlI9NS8eT { width:15.625rem;height:8.5625rem;top:29.103515625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0IqW5qewt1nQbWAbqgKICU6z8HoVAmp { width:20rem;height:1.4375rem;top:25.955078125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C3PJInV4GppvThHyufMTpBN84qIooZIT { width:20rem;height:4rem;top:20.704011917114rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DxkwSq2yu6A5ZDbdmip60WOP7nghC4WJ { width:9rem;height:9rem;top:45.978515625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-regular-label { background-color:transparent;background-image:none;width:15.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-text { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-text {padding-top: 0; padding-bottom: 0;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-textarea { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-select { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-select {padding-top: 0; padding-bottom: 0;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-input-button { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-checkbox-label { width:14.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR  { width:15.9375rem;height:auto;top:57.6875rem;left:1.25rem; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .radio-container { width:15.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR .widget-info-text { color:#909090;font-family:"open sans";font-size:0.6875rem; }
#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR {display:block;}#iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR { width:15.9375rem;height:auto;top:57.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #PilGT7y1OiUDgCkqkPnOQ0ev5ef9d6Ok {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #nxa4HcgBwrMi6C1fOHnEx0uUbsh1hKuz {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #TQ022XrdfLp4BfJNHNZwvwg52RkwUtrv {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #MRCNoqFl306MSrcfOB7p8IamtigeL26E {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #xuGHL1vw8w5dmNJQd0544mUx91hJX7eX {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #J4n0C7sCZHyGVCpe6lpEuhn5ETTeTDqV {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #E1IXZswIiJ0IDtmqMG1AlLJg6IrccsLi {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #kz4cI2M1DeREyh2EBp4cfGtf308sTub6 {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #UsNnWT1BlHTJM5pTaBg0MnJyna3UTGTP {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #EXRlgBi4FLTDi7inqkMyRFi9Ryh2AyJa {  }
 }@media only screen and (max-width: 763px) { #iQokLuyAUxpS9zEdBWTB7wmMZ9fArzPR #bUJckruMdFwnC57c3rapaGywS4WMwTBE {  }
 }@media only screen and (max-width: 763px) { #lTVaSFei44wTaD3MVoCH40hUKdO7MSyT { display:block; }#lTVaSFei44wTaD3MVoCH40hUKdO7MSyT > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OZguPQE6C6dSDUJKxlOt6aTgfgPOLrGu { width:17.874625rem;height:7.5rem;top:32.935900211334rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOXcVRr8awMitodWOQpJt1dZX7rN5dy7 { width:17.9998125rem;height:9rem;top:2.9359040260315rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cmho0iBJ6SVeJGyolnQSHFMu7EMzyPxk { width:20rem;height:4.125rem;top:28.086824417114rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2OSLdlIWTzCiBUOUkWeTnUZiPk1tzyt { width:17.7494375rem;height:12.874625rem;top:14.016335010529rem;left:1.1239345669746rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHATQyklWMQT5pC0AKRF1Crsw0W28wO { width:7.5rem;height:7.5rem;top:42rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydtJ2ZNZaqdd8PTBUFyo2V9Do6KO8VHw { width:4.375rem;height:5.375rem;top:43.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK { background-color:#39a586;background-image:url("https://images.assets-landingi.com/uc/4344ee58-4ba1-4ab5-967f-a65e5fba37f0/Bg_DesafioYoga.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK.adaptive-delivery-prevent-bg, #R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK.lazyload, #R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK.lazyloading { background-image: none; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container { background-color: transparent; background-image: none; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container > .video-iframe-container { display: none; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row > .video-iframe-container { display: none; }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .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); }#R0z7Dq1ALepFO9RKpeXFnB5sOXPba1hK > .row .container { width:20rem;height:38.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rzzg8FJ2znNeZgnE1QldlbIwR6kxKTmu { width:18.75rem;height:1.6875rem;top:6.9992866516112rem;left:0.62411218881607rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sol0MaQ1Q5Eqrpcw3ZlvztfMmRbwMg9v { width:16.0618125rem;height:1.4375rem;top:34.95916223526rem;left:1.9682171940804rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aikiCv7yxCfXxk5IqdG9CycAfIy57KGW { width:20rem;height:7.6875rem;top:7.99982213974rem;left:0rem;font-size:5.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fgS5QGXKkAiNMnRHTvlg6UDXNcazcvsn { width:20rem;height:1.6875rem;top:3.4215211868286rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wd1U9JwZ8IPdO5O4CAVOwrT4C59rTdBi { width:20rem;height:3.75rem;top:24.572977239266rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJSTgQ0xuyg3MtMDoHaLLigVx6bGSW4z { width:20rem;height:4.875rem;top:16.280187606811rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv { display:none; }#LqfGSoBCCXGM007t70Lq6wQN0RqgIUWv > .row .container { width:20rem;height:58.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ielGoPik5dPchBkURUGcEXAXZsMRPGvd { width:17.3125rem;height:2.875rem;top:22.9375rem;left:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2XT1W6CTTzpCgxU2VVLuaXQUt5rJOws { width:20rem;height:1.4375rem;top:5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtJr7h6MDIPKatLKKQDNsdPutPD2Z0Tt { width:19.75rem;height:2.5rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Npi0DB1OQRFENwLNLkNvokoyPWigi8Rh { width:7.5rem;height:7.5rem;top:50.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #P210SqiTyA17wXiEclRzUBlkMDtEN9ps { width:17.1875rem;height:6.8125rem;top:9.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGRILVye3Z0GMSeqEpkhuBQa6D85nLxM { width:20rem;height:1.4375rem;top:16.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHX1IDLno4hLtQ6K5OJssiROeGuoiz1I { width:20rem;height:1.4375rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-text {padding-top: 0; padding-bottom: 0;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-select {padding-top: 0; padding-bottom: 0;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD  { width:17.5rem;height:auto;top:28.8125rem;left:0rem; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD {display:block;}#n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD { width:17.5rem;height:auto;top:28.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #oqwxRINEp0kmmqewadXSaVhpJsEySdwP {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #odrlLcQqcrHPktvssQsTWTR259IAhaHo {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #eCi84koVETAiIRBzUgWH0VtNy5FTSBSd {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #WyDS717cT5LnNanF9xpKq1HVu1zQ94h3 {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #ofiwCGhS1knIi1HREbD81i8QpgJW4cJZ {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #NX8vDKwaBxtmPq0Qzqc0gmNpT3pLAH6o {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #Pi72p5gXbo6b4vTQxGlqIFzwQeTTUlEg {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #Ewy3BFnXNytpFek2MOyLb9cDk0cBZFCS {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #iGVn106Ln7i7eyE4eQTas6bnuSR79mlU {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #mIT82JVwvNcN6KsO444izOD7fZpEg6r1 {  }
 }@media only screen and (max-width: 763px) { #n1EziKTZV9xsqMmPB1bWF7PNBclTGAFD #EaE1zTSfO1E39GTrD3QWwkTt5xdQkIgN {  }
 }@media only screen and (max-width: 763px) { #l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru { display:block; }#l8NKu9EGVfTUxG1zzs6u7ZH1OGV3cRru > .row .container { width:20rem;height:29rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ffCaezlUqfiqBXlaN093v7C47iRdJelS { width:20rem;height:1.4375rem;top:5rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RF341fmPTpMmOMKnvWENCO70wF1HE1ro { width:19.75rem;height:2.5rem;top:4.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7dfei5ofJQ0TM2BdVcC5k2hGrhh7n9I { width:7.5rem;height:7.5rem;top:21.4375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLyIVobv9nbXTfKoX8ln6SMxNHMtT7lP { width:17.1875rem;height:6.8125rem;top:9.25rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9lJO477ArmiUa9MG5liWKKFz2RxEvek { width:20rem;height:1.4375rem;top:16.75rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDJptNqcFTILZx0RWpVgN9nU1B18B56L { width:20rem;height:1.4375rem;top:18.125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 { display:block; }#bQi2NQ8Qt1ayfFgIkscsXu9utqHby1h4 > .row .container { width:20rem;height:34.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SLT2Tgu8VsnaaEaeWTH8iT182haiUWFy { width:20rem;height:28.2705078125rem;top:2.623046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rt7SBiQmbahOUHDvNSO0TA5EtkpPfxs6 { width:20rem;height:1.4375rem;top:32.1435546875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b { display:block; }#rOpEF01W7JGt2GZ5nsu1tyzBe3vSrA1b > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HZEcx89u5TqgXSocMZp44ZwtgcbtBh6A { width:14.3119375rem;height:3.75rem;top:1.6361865997314rem;left:2.8426845669746rem;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #FfzQSs292fEBPREeJACHnrO6CFnvswHv { display:block; }#FfzQSs292fEBPREeJACHnrO6CFnvswHv > .row .container { width:20rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FwkIQ0fIc7IFGVImI7o7PGT4qn9ryWvq { width:9.375rem;height:11.25rem;top:1.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgQLf3OTzx6W9ikMxwq9CNUBEZDP5ywT { width:2.5rem;height:2.5rem;top:9.1875rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdaqEPDeqwd81MinrmazcpPxSoMT3yH { width:5.75rem;height:5.75rem;top:2.875rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eA5808PBXXXcGs7WLTuPolCnnJyLKNCv { width:9.375rem;height:11.25rem;top:1.3125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wN1s4Q5upfnnx1K0AkLLmGvmTKfu0QLU { width:2.5rem;height:2.5rem;top:9.1875rem;left:16.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ridQQI16UhdI0vpTGJa5nxx3QAwhVPiJ { width:6.375rem;height:7.1875rem;top:2.875rem;left:12.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zxoocsCTlTT4VzS05XQuHhvrhc8l5tFr { width:9.375rem;height:11.25rem;top:13.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeTmQ5KPDxmyk8D1TVaUQf2EwrT70Tv6 { width:2.5rem;height:2.5rem;top:21.75rem;left:5.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kznSkqrxxHZ44s3SwrbVJJ468s6NVN5X { width:5.4375rem;height:7.1875rem;top:15.43701171875rem;left:1.5625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tW5ra4w1a4p02Lnl23KkMt5LdCWnlRPx { width:9.375rem;height:11.25rem;top:13.875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eXWAedhf0ca5zwWqIQz0yJNRG8y30Mv1 { width:2.5rem;height:2.5rem;top:21.75rem;left:16.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FN4ZKEy72y8TqrwaB2WaoFxFWgwTGcpy { width:6.5rem;height:7.1875rem;top:15.43701171875rem;left:12.1875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kV50eyLwRTP1WidU34VipCINfZmaJsIc { display:block; }#kV50eyLwRTP1WidU34VipCINfZmaJsIc > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf { display:none; }#EgmNNaqrRSemD27GLyvvwxrpq6Eo2wBf > .row .container { width:20rem;height:5.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OEtMuCRErberEIT435mqSxH7zKTTWB3t { display:none; }#OEtMuCRErberEIT435mqSxH7zKTTWB3t > .row .container { width:20rem;height:4.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm { display:none; }#MHbu3HyQOhfH5uxwBrxkpGbFeaFv1Acm > .row .container { width:20rem;height:7.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W5tm0HwpoGwCEeum8PzACGkToOlOwz74 { width:20rem;height:1.94970625rem;top:4.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4vFanu2TLaZszSnNg5g2oOVSraNzM0D { display:none; }#O4vFanu2TLaZszSnNg5g2oOVSraNzM0D > .row .container { width:20rem;height:70.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ZfNJGotv9857iynfdvnhiAZKV6MvNQ50 { width:17.5rem;height:10.5rem;top:20.84814453125rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dk435bxnHt28U1WGQBZMpEFO0Fx9CKRm { width:14.75rem;height:1.29980625rem;top:15.25rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xGsZxIdtbl4Hg3zsBz9UePMN8SuXAWPr { width:15rem;height:1.13720625rem;top:16.58642578125rem;left:2.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rx06UN7eqUhKQX02zes0DmVHbKBxpVrE { width:12.75rem;height:12.75rem;top:1.25rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HyczX71wr9Uo430EfflAJXlnxqlazCMc { width:1.875rem;height:1.875rem;top:18.4375rem;left:8.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhUdHCWhEbtNA3qPhxC1bEHx7hiob8aF { width:1.875rem;height:1.875rem;top:18.4375rem;left:9.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngC3ktsgWGErUwQIa4qeOrE8hcOfnAix { width:17.5rem;height:10.5rem;top:55.197265625rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a3I3mdbs5Xb45AQ1HlzINmpn1SqJma1P { width:12.75rem;height:12.75rem;top:35.0361328125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkJkDW2sGch8FxGeEXxQv06mSII9TZgm { width:13.5625rem;height:1.13720625rem;top:50.7734375rem;left:3.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PDii7n8n7dOKb1i9XUMOwXK5Jviz3TT5 { width:1.875rem;height:1.875rem;top:52.625rem;left:10rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDsB9r6QOlFzzHETbF8CidbsW3EbUeol { width:13.25rem;height:1.29980625rem;top:49.4736328125rem;left:3.375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SbbD5i7tmtDAOW0WPIz3Huzc8equs7bh { width:1.875rem;height:1.875rem;top:52.625rem;left:8.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV { display:block; }#kMvLdFQuXgtxKtXeUsCz3hwTGgt1XUWV > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ { display:block; }#DDBu8aM3m8o1NmsIAfy5P3LyhuilGKlQ > .row .container { width:20rem;height:47.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Nlw4ADWTAVtsAIuWTTpNrMaVUfZFEBfB { width:17.5rem;height:17.875rem;top:26.3125rem;left:1.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xdP77oUq7zPKJTuptbhVQQpNoRZXcGWk { width:16.624625rem;height:2.75rem;top:22.073862595484rem;left:1.2500000596046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpAnHQkzvq9Zv41JMDTKUOG3SCWLbr4y { width:16.624625rem;height:1.9375rem;top:19.561434311792rem;left:1.2500000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKLxDdgDPla0gXfcHqI9n3WvfTnBaaN1 { width:17.5rem;height:17.5rem;top:0.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLWJ9agHD42slppAbPL1RG1EevNBpc45 { display:block; }#wLWJ9agHD42slppAbPL1RG1EevNBpc45 > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lx021ao3EunHlHAB1UTNhuTrlmJFDpdZ { width:20rem;height:1.125rem;top:2.025390625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #moTlIEWnyJJefkeEMO0vfTahQkNM7kpw { display:block; }#moTlIEWnyJJefkeEMO0vfTahQkNM7kpw > .row .container { width:20rem;height:5rem;position:relative;display:block; } }