.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:#002d87;background-image:none;position:relative;display:block; }
#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .row > .video-iframe-container { display: none; }#P38wvwkBOITPa2RDf9tgTgaUHXHkFe7v > .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); }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5685ec;background-image:none;position:relative;z-index:auto;display:block; }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row .container { background-color: transparent; background-image: none; }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row .container > .video-iframe-container { display: none; }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row > .video-iframe-container { display: none; }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .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); }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row .container { border-width: 0; border-radius: 0; }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row .container { font-size:0.875rem;font-family:arial;height:4.875rem;width:60rem;position:relative;display:block; }#FxMvIXnz6As1ZJ0qs9bV9VxTR4ixx2PS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:gotham;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:1.625rem;left:8.34375rem;height:1.5833333730698rem;display:block; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#000000;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:26.875rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;z-index:1;display:none; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #zNT8gQCRqHEWXAFT9Tr5xyQa6mXDUZMM { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #OPTkqn1xhWsDpT5db2TnPae5H8Nf71bT { display:block; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #SG0RTypG6RvxybpSKbUvhIqzKuxdWPwe { display:block; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #eXUy7wCWRb56eDOTB2NIXHr4vF2qtdyN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #P4z75mDKAKt2au1TACxFEAZcthnfRZvi { display:block; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #e1BS0RZU8tfINDN6sLG5CgP45cZ0xcJE { display:block; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #C8wEd0WgDyD0fXIoQ5kVtrI80H0WisA3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #EpAzN6T3VzvbZ18oGb6P5ZvSBThH7lvb { display:block; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #D91SzLlZmxZfdFmfz5IFwCnfJITTHqmo { display:block; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #hVQL3VZBkgHOpiTWfm9DU8g7QligV8PP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #xqFkS4s4nsohcBBim5OJEBmaVmrQbaq2 { display:block; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #xTAeasAz2nPslE6dQNvanISmnb6fvwF3 { display:block; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e9ecf4;background-image:none;color:#5685ec;padding-top:0.378125rem;padding-right:0.335625rem;padding-bottom:0.378125rem;padding-left:0.335625rem;display:block;align-items:center;width:2.014375rem;min-width:2.014375rem;height:2.031875rem;position:relative;font-family:arial;font-size:1.5125rem;font-weight:700;line-height:32.51px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-text.counter-label { background-color:;background-image:none;color:#e5e9f3;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.23625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.685625rem;height:1.0625rem;position:relative;font-family:arial;font-size:0.566875rem;font-weight:700;line-height:12.85px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#5685ec;background-image:none;display:flex;justify-content:space-between;width:14.75rem;height:4.086875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.50651043653488rem;left:18.625rem;z-index:100003; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #eFkoOLL66gsOF9EmB7q4yoCNhwtlCDr2 { display:flex;position:relative;top:0rem;left:0rem; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #XTzTQpJKsOrt7S9dXysuSmF9zTeWyiMv { width:auto; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #yQ9HB3TS7SQeVBbrdpV8XHg7oK0sKioL {  }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #weuRGehFQC5PlLBAJUVAgEBMEnQP9RwV { display:flex;position:relative;top:0rem;left:0rem; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #Pi5lHcwMGiCzkBSphkW6vz8LkzPbODb7 {  }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #ITXM6JQs5aQq8ar63hNBpmTRC9WdKPTZ {  }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #UOOl8WqaCxCzi8Mpi0HwW1FmyqW47lF7 { display:flex;position:relative;top:0rem;left:0rem; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #yyHOzzvxZtexVXclG0hSMe9uhtFKTJnv {  }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #esRRz6v5yJnw3v6SXtaMMJToplqd3rTw {  }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #er3e3LkI3HGCTZC2rRA1Zeqf7b4GFC1T { display:flex;position:relative;top:0rem;left:0rem; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #cnePlaQs8bIbuvLQ6XMVW8oqXWUft7mZ {  }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #fic5F5xOERcQmWqP8On45p1Davt6E8pA {  }
#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ad275501-6b26-4e20-bcc9-2b8d365ebbde/diayoga2022fondo01.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;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { border-width: 0; border-radius: 0; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:60rem;height:52.875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#JSpG0TdukyZdpNWTxQeTEMmlPUUWAZMT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#JSpG0TdukyZdpNWTxQeTEMmlPUUWAZMT > .row .container { border-width: 0; border-radius: 0; }#JSpG0TdukyZdpNWTxQeTEMmlPUUWAZMT > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:60rem;position:relative;display:none; }#sQakAmFRHnG9rSSP4EQsos4sGwPGghtA { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.625rem;width:8.5rem;top:0.6875rem;left:0.875rem;overflow:hidden;display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.35875rem;margin-bottom:0;margin-left:0.35875rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#272727;padding-top:0.483125rem;padding-right:0.08875rem;padding-bottom:0;padding-left:0.08875rem;display:block;width:3.858125rem;height:2.333125rem;position:relative;font-family:montserrat;font-size:2.174375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-text.counter-label { background-color:;background-image:none;color:#272727;padding-top:0;padding-right:0.08875rem;padding-bottom:0.3225rem;padding-left:0.08875rem;display:block;width:3.858125rem;height:0.60375rem;position:relative;font-family:montserrat;font-size:0.483125rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:19.3125rem;height:4.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0.6875rem;left:21.375rem;z-index:100000;display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #xhUeX0TcUiLWEzb0giqhhMmGrW4CqxwF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #hEIX8xfdwNnsgHHN9KQmWanfCWrOQAfE { display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #k6rCXuCsk7sHO8yNabIeE5wMZwUlsZd0 { display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #kCCd6ooeUJWoUERdNgS6wmpJDIfKlQ84 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #oaRHnFAco7kVTh2kL6DyPnZygzorMGhn { display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #Cgsywt0lKEvgmLgb13g6vuGQw1m2Js97 { display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #dtiCxs5r7kokhGPC4VuDhZRiDcJWQA1D { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #p0VrmExshQqkwt98xio3HyatPVbnVlbW { display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #I9BJJCAokOOQI5MRcTZ6FpSlQRi63lfC { display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #eWGkKU8D0ANMQJOG0P0JXnTXHw5JrVnO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #zFH4pqcGVH0XvVDZyeyV0KFKgdCK5u2q { display:block; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #syWFfX70UFESvcEUznq6MXZCLOr8AbM6 { display:block; }
#oTyKUGJhEfuyGTMl9z5LrJNRetq69BXc { color:#26d8eb;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:2.6875rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.375rem;left:18.6875rem;height:0;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#tkuPfnLmeX8TB5nMFQtLLxxnKNvtthR5 { z-index:100001;top:1.75rem;left:44.75rem;background-color:#ec327b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(107,95,16,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:gotham;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14rem;height:2.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fSNWl5iM6upLZr3eLlHPGvNyhAmfD54Q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#atH1H5pgAvFNP5StO2u2cdnKUrzdkZZZ { color:#26d8eb;display:block;width:10.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:100007;line-height:1.1;letter-spacing:0;top:2.375rem;left:10.8125rem;height:1.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe { position:relative;display:block; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe { background-color: transparent; background-image: none; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container > .video-iframe-container { display: none; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row > .video-iframe-container { display: none; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .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); }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe { border-width: 0; border-radius: 0; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#002d87;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#B1LnpTfRHRov1Kv9sEhvQsPyTFVazuq7 { color:#e8026d;display:block;width:47.3125rem;position:absolute;font-family:gotham;font-size:2.8125rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:5.75rem;left:5.3125rem;height:5.6666665077209rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { position:relative;display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { border-width: 0; border-radius: 0; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f5f7;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:none; }#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.5rem;margin-bottom:0;margin-left:0.5rem;vertical-align:top; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#686f6c;padding-top:0.75rem;padding-right:0.125rem;padding-bottom:0;padding-left:0.125rem;display:block;width:5.375rem;height:3.625rem;position:relative;font-family:"open sans";font-size:3.375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-label { background-color:;background-image:none;color:#242a38;padding-top:0;padding-right:0.125rem;padding-bottom:0.5rem;padding-left:0.125rem;display:block;width:auto;height:0.9375rem;position:relative;font-family:"open sans";font-size:1rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni { top:4rem;left:18rem;z-index:100000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:4.25rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #zEyASKUivZx8TxgRu2yWnHlTNGSF6U3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #pNolw5MLEnqBOe9CbKeow89gdOHKmaTw { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #eqTb6GVHtyRXrwHLoW7RzKyMNxHWldp8 { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #XrlHhg9GDGV1Th1c2q2ZJRs2EeVauVc1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #bZRkSIPyqr7QD12HucqBCt4x4POlxtif { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #CsRFivRZVrV7sCode4Zmp4NmryVMCBWJ { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TJzNvO0iearRpVJ5zgalaKQ4BNUBBo6m { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #x03FaVDuEemKTkTyOm5fCy3Bq2pW5O4h { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #LgTzVxlN7IHFpCGlzqeCpKVAGSlhQsOt { display:block; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TpnSGcQWPJHlztrcTHAZpQRoL0saFAUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #uOQosDfRfniJl0qHwgyFkhNwzdgOepEN { display:block;position:relative;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #Hem2XnI0t9DQB7O72JA9v1AXgxPrPpT0 { display:block;position:relative;top:0rem;left:0rem; }
#emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { color:#373d45;display:block;width:28.4375rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:0.99953842163088rem;left:19.082948684693rem;height:3rem;font-style:normal;display:block; }
#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:block; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container { background-color: transparent; background-image: none; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container > .video-iframe-container { display: none; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row > .video-iframe-container { display: none; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .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); }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container { border-width: 0; border-radius: 0; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:block; }#ubVla2QQUiX5A7oZ9eBaBohtTQ2sGwah { color:#e8026d;display:block;width:53.4375rem;position:absolute;font-family:gotham;font-size:1.6875rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:9.25260925293rem;left:3.28125rem;height:1.6666666269302rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zJFbANqcU0iHa24Ehy9TrsXwN8NNdguP { color:#f39437;display:block;width:50.498699188233rem;position:absolute;font-family:gotham;font-size:2.75rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:2.7317810058594rem;left:4.75rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bMi0MBdez9Nnf4drZN9xTSwEZ0pkkTAt { box-sizing:content-box;color:#f39437;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:2.6484375rem;left:4.75rem;display:block; }
#sGErxVWv3BvA93Tti1yougqfS5RUEq4z { color:#f39437;display:block;width:50.498699188233rem;position:absolute;font-family:gotham;font-size:1.4375rem;font-weight:400;z-index:100008;line-height:1;letter-spacing:0;top:6.5859375rem;left:4.75rem;height:1.4166666269302rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(182deg, rgba(255,255,255,0.6), #f39c12);background-image: -moz-linear-gradient(182deg, rgba(255,255,255,0.6), #f39c12);background-image: -ms-linear-gradient(182deg, rgba(255,255,255,0.6), #f39c12);background-image: -o-linear-gradient(182deg, rgba(255,255,255,0.6), #f39c12);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#f39c12' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffffff', endColorstr='#f39c12' );";background-image: linear-gradient(182deg, rgba(255,255,255,0.6), #f39c12);background-size:auto !important;position:relative;display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { background-color: transparent; background-image: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container > .video-iframe-container { display: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row > .video-iframe-container { display: none; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .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); }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { border-width: 0; border-radius: 0; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { font-size:0.875rem;font-family:arial;height:28.8125rem;width:60rem;position:relative;display:block; }#ySXwv5SaUo7R14hxhQuplGfxF5J0wKWO { color:#ffffff;display:block;width:53.686809539795rem;position:absolute;font-family:"gotham narrow book";font-size:1.1875rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:6.67049407959rem;left:3.1537227630615rem;height:16.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z70qn9Vlb1yJvxRJfw79ZdAq2Bt56Tbk { color:#e8026d;display:block;width:50.499767303467rem;position:absolute;font-family:gotham;font-size:2.1875rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:2.2840042114258rem;left:4.7483921051026rem;height:2.1666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e1e1d6;background-image:url("https://images.assets-landingi.com/difbUYCd/dia_yoga_beneficios_Mesa_de_trabajo_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU.adaptive-delivery-prevent-bg, #bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU.lazyload, #bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU.lazyloading { background-image: none; }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row .container { background-color: transparent; background-image: none; }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row .container > .video-iframe-container { display: none; }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row > .video-iframe-container { display: none; }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .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); }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row .container { border-width: 0; border-radius: 0; }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row .container { font-size:0.875rem;font-family:arial;height:63.0625rem;width:60rem;position:relative;display:block; }#RRraFnW0iVzykm9HEeJlfHCa9l6B66MX { color:#e8026d;display:block;width:50.499767303467rem;position:absolute;font-family:gotham;font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:2.9607086181641rem;left:5.9846057891846rem;height:2.1666667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row .container { border-width: 0; border-radius: 0; }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:none; }#TtLy8W8kUXtZJtchzZSW6it0zmXz2NTC { color:#e8026d;display:block;width:49.749538421631rem;position:absolute;font-family:gotham;font-size:2.1875rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:1.372932434082rem;left:7.4448528289794rem;height:4.4117646217346rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#SizdzHExgMTOsmxgO49H09RwzJAoyJvG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#SizdzHExgMTOsmxgO49H09RwzJAoyJvG > .row .container { border-width: 0; border-radius: 0; }#SizdzHExgMTOsmxgO49H09RwzJAoyJvG > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:60rem;position:relative;display:none; }#CMeDCnIyNbJDDX5TtBA2IGLlDaDzTSZ1 { color:#e8026d;display:block;width:49.749538421631rem;position:absolute;font-family:gotham;font-size:2.1875rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:1.372932434082rem;left:7.4448528289794rem;height:4.3333334922791rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cPv2TmcSzIkhVvOm1oNS3ABk2PN8XpTI { color:#f8faf5;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:21.625rem;left:28.125rem;height:44.000001311302rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BBuMgqPv1Kd0TrBLWVMXQSIOk9cwbm4O { color:#ffffff;display:block;width:29.6875rem;position:absolute;font-family:"gotham narrow book";font-size:1.875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:13.9375rem;left:3.6875rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mc4Dsu7ELwlMyVZJBaWQT4NWrQ0UzghF { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:21.625rem;left:3.6875rem;height:24.000000715256rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yqGAmUTeUtkAvZzceEf8TDbl2Bx6nCTS { color:#ffffff;display:block;width:17.0625rem;position:absolute;font-family:"gotham narrow book";font-size:1.5625rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:18.375rem;left:3.6875rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#noNmpMl7wJxvyC0e3fcJKEu8MEJRO2Q8 { color:#ffffff;display:block;width:17.062269210816rem;position:absolute;font-family:"gotham narrow book";font-size:1.5625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:18.3125rem;left:28.125rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#AI06n1TySEDG3TxVFKuTraPVMTJw6z6g { box-sizing:content-box;color:#f39c12;font-size:3.3125rem;font-weight:400;line-height:1;height:4.7495403289795rem;width:4.7495403289795rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:1.1477508544922rem;left:2.7676944732666rem;display:block; }
#zaAETWe04oXVlOAJOT96H11wahuAOq83 { color:#e8026d;display:block;width:41.499309539795rem;position:absolute;font-family:gotham;font-size:2.1875rem;font-weight:400;z-index:100006;line-height:1;letter-spacing:0;top:9.6130676269531rem;left:3.6856632232666rem;height:2.1666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VZG579D9Ag7htDM9WQ9aXMQifBEvCgMc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#VZG579D9Ag7htDM9WQ9aXMQifBEvCgMc > .row .container { border-width: 0; border-radius: 0; }#VZG579D9Ag7htDM9WQ9aXMQifBEvCgMc > .row .container { font-size:0.875rem;font-family:arial;height:15.125rem;width:60rem;position:relative;display:none; }#mVOJG2cnVTEEcDh5qGFnvoRU3z5mcgcF { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.8125rem;height:8.0000002384187rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qMM4Hi4QnARv8NPTONtdr425eK4fPbBU { color:#ffffff;display:block;width:35.812271118164rem;position:absolute;font-family:"gotham narrow book";font-size:1.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.75rem;left:3.8125rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rJIwyAgt5ThFDpJx8cE9glqisSOlZaJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#rJIwyAgt5ThFDpJx8cE9glqisSOlZaJL > .row .container { border-width: 0; border-radius: 0; }#rJIwyAgt5ThFDpJx8cE9glqisSOlZaJL > .row .container { font-size:0.875rem;font-family:arial;height:11.3125rem;width:60rem;position:relative;display:none; }#JzNhlPhEu9kDhR3npLfX3nU9ivnU2AA1 { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:5.4375rem;left:3.6875rem;height:3.9705880880356rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pl9yPXhkTIXUo16wOSVPrT39JGDLadJE { color:#ffffff;display:block;width:35.812271118164rem;position:absolute;font-family:"gotham narrow book";font-size:1.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.6875rem;height:2.4264705181122rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nu3QA70iiA9yek83hoba49lkmbkuaoiZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#nu3QA70iiA9yek83hoba49lkmbkuaoiZ > .row .container { border-width: 0; border-radius: 0; }#nu3QA70iiA9yek83hoba49lkmbkuaoiZ > .row .container { font-size:0.875rem;font-family:arial;height:11.4375rem;width:60rem;position:relative;display:none; }#TXnZA0ySvnuLRrWPmRQHgV5f8U9KHzn5 { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6rem;left:3.8125rem;height:4.0000001192093rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iXx4p5vPz4E5mil0XC41QKvlqc7vMGsA { color:#ffffff;display:block;width:35.812271118164rem;position:absolute;font-family:"gotham narrow book";font-size:1.875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.8125rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#roVUUPDbxTAJi6Ed5p6Tp9Cm9GSslC5m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#roVUUPDbxTAJi6Ed5p6Tp9Cm9GSslC5m > .row .container { border-width: 0; border-radius: 0; }#roVUUPDbxTAJi6Ed5p6Tp9Cm9GSslC5m > .row .container { font-size:0.875rem;font-family:arial;height:14.9375rem;width:60rem;position:relative;display:none; }#OBm2vOXQg0N6D3Gn0awhtXq5w9eNDs4r { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.8125rem;height:2.6666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GdMfc40LlvcCfOLspoe3bX1FdG3Rzwsf { color:#ffffff;display:block;width:35.812271118164rem;position:absolute;font-family:"gotham narrow book";font-size:1.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.8125rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GMZyoFcE249RoxO892BkF6PpPJKGLRTK { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:10.150482177734rem;left:3.8108921051026rem;height:4.0000001192093rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#puVhhfRQr06fyJnw87XtJW7KuzdmCPTF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#puVhhfRQr06fyJnw87XtJW7KuzdmCPTF > .row .container { border-width: 0; border-radius: 0; }#puVhhfRQr06fyJnw87XtJW7KuzdmCPTF > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:none; }#TJSZXz3q734Tc7pAGWEi0mFtLrVkmuff { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:6.1875rem;left:3.8125rem;height:4.0000001192093rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tGBXy3Fmp9zmLFnXQ7LEEiJuiQME2pnl { color:#ffffff;display:block;width:35.812271118164rem;position:absolute;font-family:"gotham narrow book";font-size:1.9375rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.8125rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yi1kTbtRIXZTW1KNOEzs1caXl9vWv3wl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#yi1kTbtRIXZTW1KNOEzs1caXl9vWv3wl > .row .container { border-width: 0; border-radius: 0; }#yi1kTbtRIXZTW1KNOEzs1caXl9vWv3wl > .row .container { font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;position:relative;display:none; }#MIb8ka5bXb66MGEGG4n9nrXpThsHPV0B { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:5.75rem;left:3.8125rem;height:4.0000001192093rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xSEw85IBCrSz4nqXEcKQZFFaS9SduxRS { color:#ffffff;display:block;width:35.812271118164rem;position:absolute;font-family:"gotham narrow book";font-size:2rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:1.75rem;left:3.8125rem;height:2.5833332538605rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FW6T9mmsDTLUQIKGbrXSAAqLwlw6O0bD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#FW6T9mmsDTLUQIKGbrXSAAqLwlw6O0bD > .row .container { border-width: 0; border-radius: 0; }#FW6T9mmsDTLUQIKGbrXSAAqLwlw6O0bD > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:60rem;position:relative;display:none; }#wD1iyV4rRJUHk4pPrsphGXVr121GKMlk { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:11.141326904297rem;left:3.8108921051026rem;height:12.000000357628rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dRXBxqtHv1wn8NR0HHvsoH05kWFbhHQJ { color:#ffffff;display:block;width:35.812271118164rem;position:absolute;font-family:"gotham narrow book";font-size:1.875rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:2.375rem;left:3.5625rem;height:2.4166667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TZL5t0XlrKTMuDKFk5kmrpV1lLSzfN9E { color:#ffffff;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:6.5rem;left:3.8125rem;height:2.6666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SyBLxaHcI7HcJDT0okTtcuIHIqHFNk3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1df;background-image:none;position:relative;display:none; }#SyBLxaHcI7HcJDT0okTtcuIHIqHFNk3d > .row .container { border-width: 0; border-radius: 0; }#SyBLxaHcI7HcJDT0okTtcuIHIqHFNk3d > .row .container { font-size:0.875rem;font-family:arial;height:52.4375rem;width:60rem;position:relative;display:none; }#WpOnmuGQOIUGBiVHJadhlnxvSUT0Jwpf { color:#f8faf5;display:block;width:28.249080657959rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:8.4898986816406rem;left:4.2796421051026rem;height:44.000001311302rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nrnkPfFDBO7537grO7vPbs7TH6a3xWJ5 { color:#e8026d;display:block;width:41.499309539795rem;position:absolute;font-family:gotham;font-size:2.1875rem;font-weight:400;z-index:100007;line-height:1;letter-spacing:0;top:4.0693969726562rem;left:4.2784938812256rem;height:2.1666667461395rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f5f7;background-image:none;position:relative;display:none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { border-width: 0; border-radius: 0; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:none; }#AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5rem;width:27.5rem;top:5.8125rem;left:1.25rem;overflow:hidden;display:block; }
#kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { color:#373d45;display:block;width:28.4375rem;position:absolute;font-family:"gotham narrow";font-size:1.9375rem;font-weight:700;z-index:100001;line-height:1;letter-spacing:0;top:5.8125rem;left:31.0625rem;height:1.9375rem;font-style:normal;display:block; }
#gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { color:#6e6e6e;display:block;width:28.125rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:100002;line-height:1.5;letter-spacing:0;top:9rem;left:30.9375rem;height:21rem;font-style:normal;display:block; }
#ZqR9WZ1UWG47BimP0PnGf8sr2KoaAkK5 { position:absolute;display:block;z-index:100024;background-color:#50479d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:28.0625rem;top:8.875rem;left:30.9375rem;display:block; }
#Ww5X4t2WkRT9QpdbShtCvFMuvHkx8Clw { background-color:#50479d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.3125rem;border-top-right-radius:2.3125rem;border-bottom-left-radius:2.3125rem;border-bottom-right-radius:2.3125rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"gotham narrow";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:2.75rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:35.25rem;left:38.3125rem;display:block; }
#L6QB8qbt3KnXccr51grz6J7iyHCZbJns { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { color:#373d45;display:block;width:28.4375rem;position:absolute;font-family:"gotham narrow";font-size:3.4375rem;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:2.6875rem;left:31.0625rem;height:3.4375rem;font-style:normal;display:block; }
#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,174,0,0.38);background-image:url("https://images.assets-landingi.com/0JbsD0ME/Fitness_Challenge_Sec3.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO.adaptive-delivery-prevent-bg, #ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO.lazyload, #ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO.lazyloading { background-image: none; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container { background-color: transparent; background-image: none; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container > .video-iframe-container { display: none; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row > .video-iframe-container { display: none; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .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); }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container { border-width: 0; border-radius: 0; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:60rem;position:relative;display:block; }#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-form-header {  }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-regular-label { height:auto;display:block;font-family:gotham;font-size:1rem;font-weight:400;color:#f68a24;width:29.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;line-height:1.7;font-style:normal;vertical-align:top; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-text { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:29.5625rem;box-sizing:border-box;height:2.1875rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-text {padding-top: 0; padding-bottom: 0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-textarea { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#f1f1f1;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;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:29.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:rubik;vertical-align:top; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .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:29.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:montserrat;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-select {padding-top: 0; padding-bottom: 0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .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; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-button { border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;background-color:#f68a24;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:6.625rem;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:400;color:#ffffff;width:16.25rem;height:2.4375rem;font-family:gotham;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:rubik;font-size:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:rubik;font-size:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:rubik;font-size:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:rubik;font-size:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .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:montserrat;line-height:1.3;font-size:0.875rem;font-weight:700;color:#f68a24;vertical-align:top;width:28.3125rem;overflow:hidden;font-style:normal; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .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; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .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; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-container:first-of-type{padding-top:0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-container:last-of-type{padding-bottom:0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5625rem;height:auto;border-top:0.1875rem solid #7a50a1;border-left:0.1875rem solid #7a50a1;border-right:0.1875rem solid #7a50a1;border-bottom:0.1875rem solid #7a50a1;z-index:100010;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;position:absolute;top:15.998718261719rem;left:15.123699188233rem; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.5625rem;display:block;vertical-align:top; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .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; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB {display:block;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.5625rem;height:auto;border-top:0.1875rem solid #7a50a1;border-left:0.1875rem solid #7a50a1;border-right:0.1875rem solid #7a50a1;border-bottom:0.1875rem solid #7a50a1;z-index:100010;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;position:absolute;top:15.998718261719rem;left:15.123699188233rem; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #pJ4eHnAIeaKmfBiQqSv0XKBNc4quVdht { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ocL9GLPlH8SX0METo81f6aTh3045x9Ib { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #v4JNX6o7Cs4ooFFCIVEp4ZnqzFpPmWxt { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #DL0hprMeVNwOQ0zTPq3JfPHwuod6W3UR { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #yRDQmTdyvT0WlzbfWLvL15JmEuwTSTRh { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #n1r9TAp9waBQFEOK48Ttur9PMbG98ORV { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #zLVh2w7y1D8ECb3wH45OG57rdQ8dnWSr { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #hQENFcbqmGl0toPxyZUiDECOclU0Tb9X { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #bTaCfFro0z846WRI1qKeRpUO8f0iQaDL { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #cJoNftJ3CiJ0g1u3Z2DoQpH01CXLWLXg { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #JI6tPpuEw47060bTwyQv84DEvO4M6ZAh { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #wP9CEITzHT1r0OIrTR3oXh5LB9oDPo1B { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #hDvr8FRmr9GkbdcspXZkGhCDwv6cylJP { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #QJK98vaag3lHgVl7CbLIdSnZntdumq3F { position:relative;z-index:2; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #KDiqgWFlT4P0T84U9nr2RgM6F1fuW2QB { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #XbzXllbikhvcOBEtqrgNcd8n1PvCM0GN { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ffJDHquac4M1W4ueZmPaTesGqeDZzxJt { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ET4lPiUPoNbtETBFJwDLVo9BEvzrg6MP { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #Wan3FSDJHUUOHPFxaOXiOq5dzCWzM1KP { position:relative; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #TsD2Xg6NbA94OIzgv9yTPaQKfevMTF0R { position:relative; }
#Fqxnq7MgZZZ1UpOOEgDvHityroxzi81f { color:#373737;display:block;width:44.4375rem;position:absolute;font-family:gotham;font-size:2.6875rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:3.4153747558594rem;left:9.134117126465rem;height:3.4166667461395rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LobVQkW55ke4IGCsZmR5dwBiXEwRi6ZP { color:#26d8eb;display:block;width:33.5rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100003;line-height:1.5;letter-spacing:0;top:8.39453125rem;left:14.602867126465rem;height:4.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t3de8nmAGHq9G1bo62zAWkc8nsIP8Mby { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f68a24, #ffffff);background-image: -moz-linear-gradient(180deg, #f68a24, #ffffff);background-image: -ms-linear-gradient(180deg, #f68a24, #ffffff);background-image: -o-linear-gradient(180deg, #f68a24, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a24', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a24', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f68a24, #ffffff);background-size:auto !important;position:relative;display:none; }#t3de8nmAGHq9G1bo62zAWkc8nsIP8Mby > .row .container { border-width: 0; border-radius: 0; }#t3de8nmAGHq9G1bo62zAWkc8nsIP8Mby > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:60rem;position:relative;display:none; }#wXoJ8M7N87EZc2N7AJKwvOFSKcbiLECC { color:#26d8eb;display:block;width:10.9375rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:13.125rem;left:4.875rem;height:2.6470587253571rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTRNHEhldwcFc0zuTvSncgdNxxtKrMtJ { color:#26d8eb;display:block;width:10.9375rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:13.125rem;left:17.3125rem;height:1.3235293626785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yMahRitVHGCnWFxt7x2hNqGGvUrVVMv2 { color:#26d8eb;display:block;width:10.9375rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:13.125rem;left:31.5rem;height:2.6470587253571rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JaW3DAHudQMPA5Tn27IvUHg6Js22GUA7 { color:#26d8eb;display:block;width:10.9375rem;position:absolute;font-family:"gotham narrow book";font-size:1.0625rem;font-weight:400;z-index:100013;line-height:1.3;letter-spacing:0;top:13.125rem;left:44.1875rem;height:1.3235293626785rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTLv9Chtv78ZqNtDv7i90aXozOl7kaIq { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:8.3125rem;left:8.3125rem;overflow:hidden;display:block; }
#nNIT5D1IG1VZB2Qlt7H8V39ko0lKtHq8 { color:#e8026d;display:block;width:36.6875rem;position:absolute;font-family:gotham;font-size:2.6875rem;font-weight:400;z-index:100005;line-height:1;letter-spacing:0;top:1.375rem;left:11.65625rem;height:5.4411764144897rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tZTwBoRec5CJCun3lVDgLm5elO7zKUBL { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:8.3125rem;left:21.625rem;overflow:hidden;display:block; }
#v1zgsKA9Qhv8yRBgEIaZ5TtQTiWC3ImQ { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:8.375rem;left:34.875rem;overflow:hidden;display:block; }
#iGN74h2Dx5i4ArmZkDfdEEyJfdSVQn0b { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:3.75rem;top:8.3125rem;left:46.9375rem;overflow:hidden;display:block; }
#Imh5rsKQL0olSQvJ22COvXk0BK8xug8T { position:absolute;display:block;z-index:99998;background-color:#7a50a1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.6875rem;width:2.25rem;top:16.5625rem;left:8.3125rem;display:block; }
#QqnMBmF8Xp2GZ6TeCCX7a51sPwKIRILZ { position:absolute;display:block;z-index:100000;background-color:#f68a24;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.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:0.9375rem;width:0.9375rem;top:16.375rem;left:11.375rem;display:block; }
#SotzFICyy8ni63uLzgWAmux4kZQceIb1 { position:absolute;display:block;z-index:100000;background-color:#7a50a1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.6875rem;width:2.25rem;top:16.5625rem;left:21.625rem;display:block; }
#bhsUyQOJk2AvHfEPJoGtUkorXmpBaBV6 { position:absolute;display:block;z-index:100002;background-color:#f68a24;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.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:0.9375rem;width:0.9375rem;top:16.375rem;left:24.6875rem;display:block; }
#BHUyrytx7dfn8yhsyu7riBZimHx4EIgd { position:absolute;display:block;z-index:100002;background-color:#7a50a1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.6875rem;width:2.25rem;top:16.625rem;left:35rem;display:block; }
#p4H6ySruzda5STLx9mQ5cuKTvsPTnGoX { position:absolute;display:block;z-index:100004;background-color:#f68a24;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.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:0.9375rem;width:0.9375rem;top:16.4375rem;left:38.0625rem;display:block; }
#J0iz90KZlpsas3UHqz2mAmtpidLBchlE { position:absolute;display:block;z-index:100004;background-color:#7a50a1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.6875rem;width:2.25rem;top:16.625rem;left:47.6875rem;display:block; }
#nCdR675blmwiqvuLXhaPM7wTIHkSURF3 { position:absolute;display:block;z-index:100006;background-color:#f68a24;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.9375rem;border-top-right-radius:6.9375rem;border-bottom-left-radius:6.9375rem;border-bottom-right-radius:6.9375rem;height:0.9375rem;width:0.9375rem;top:16.4375rem;left:50.75rem;display:block; }
#ugrrS1fUJ1kWPz3qOyVGe4M33dV2Hgzc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#ugrrS1fUJ1kWPz3qOyVGe4M33dV2Hgzc > .row .container { border-width: 0; border-radius: 0; }#ugrrS1fUJ1kWPz3qOyVGe4M33dV2Hgzc > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:none; }#igzET90TIgU6ZquGMTbwU7duOtS3ApiF { display:block;width:24.375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:99999;line-height:1.3;letter-spacing:0;top:1.96875rem;left:26.9375rem;height:1.3970587253571rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iuDAge1ecGAqGtMWo8Lk623dnkaCotyi { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.75rem;width:6.75rem;top:0.8125rem;left:0.8125rem;overflow:hidden;display:block; }
#eqJFt49P3ExeO3VdpTbls7E3mlI1sCMJ { box-sizing:content-box;color:#f68a24;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:100048;top:1.125rem;left:51.3125rem;display:block; }
#vlfrMuhqCsSqBypa4cONqemNr19VroST { box-sizing:content-box;color:#f68a24;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:100050;top:1.125rem;left:53.625rem;display:block; }
#np4Cqx9Phtzcye5H76gJFQnQicz9Pud3 { box-sizing:content-box;color:#f68a24;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:100048;top:1.125rem;left:56.0625rem;display:block; }
#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { border-width: 0; border-radius: 0; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { font-size:0.875rem;font-family:arial;height:15.6875rem;width:60rem;position:relative;display:none; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { position:absolute;display:block;z-index:100000;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.03125rem;left:0.03125rem;display:block; }#BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.adaptive-delivery-prevent-bg, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyload, #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A.lazyloading { background-image: none; }
#TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100001;line-height:1.4;letter-spacing:0;top:2.6875rem;left:2.21875rem;height:8.25rem;font-style:normal;display:block; }
#kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:12.3125rem;left:2.71875rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:12.3125rem;left:23.25rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { color:#000000;display:block;width:13.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:12.3125rem;left:43.625rem;height:1.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { position:absolute;display:block;z-index:100002;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:20.75rem;display:block; }#JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.adaptive-delivery-prevent-bg, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyload, #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1.lazyloading { background-image: none; }
#aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100003;line-height:1.4;letter-spacing:0;top:2.6875rem;left:22.9375rem;height:6.875rem;font-style:normal;display:block; }
#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { position:absolute;display:block;z-index:100004;background-color:rgba(227,227,227,0.37);background-image:url("https://images.assets-landingi.com/ac09Nh0j/cudzys2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #a7a7a7;border-left:0.3125rem solid #a7a7a7;border-right:0.3125rem solid #a7a7a7;border-bottom:0.3125rem solid #a7a7a7;height:15rem;width:18.5rem;top:0.0625rem;left:41rem;display:block; }#vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.adaptive-delivery-prevent-bg, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyload, #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE.lazyloading { background-image: none; }
#n3zfn78fzpUu8SpDNexpdd1uytVED1nc { color:#6e6e6e;display:block;width:13.9375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:700;z-index:100005;line-height:1.4;letter-spacing:0;top:2.6875rem;left:43.1875rem;height:6.875rem;font-style:normal;display:block; }
#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dfdcd6;background-image:none;position:relative;display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { border-width: 0; border-radius: 0; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;position:relative;display:none; }#yuqS2xRUgMWKAz7JfJCBgP6souneEheF { color:#27262e;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.5rem;left:0.0625rem;height:3.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { border-width: 0; border-radius: 0; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:none; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n { display:block; }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxMvIXnz6As1ZJ0qs9bV9VxTR4ixx2PS { width:12.5rem;height:1.625rem;top:1.625rem;left:2.21875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-container {  }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-text.counter-number {  }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-text.counter-label {  }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom { width:26.875rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #zNT8gQCRqHEWXAFT9Tr5xyQa6mXDUZMM { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #OPTkqn1xhWsDpT5db2TnPae5H8Nf71bT {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #SG0RTypG6RvxybpSKbUvhIqzKuxdWPwe {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #eXUy7wCWRb56eDOTB2NIXHr4vF2qtdyN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #P4z75mDKAKt2au1TACxFEAZcthnfRZvi {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #e1BS0RZU8tfINDN6sLG5CgP45cZ0xcJE {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #C8wEd0WgDyD0fXIoQ5kVtrI80H0WisA3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #EpAzN6T3VzvbZ18oGb6P5ZvSBThH7lvb {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #D91SzLlZmxZfdFmfz5IFwCnfJITTHqmo {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #hVQL3VZBkgHOpiTWfm9DU8g7QligV8PP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #xqFkS4s4nsohcBBim5OJEBmaVmrQbaq2 {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #xTAeasAz2nPslE6dQNvanISmnb6fvwF3 {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE { width:18rem;height:5.0625rem;display:flex;top:0rem;left:12.5625rem;z-index:100003; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #eFkoOLL66gsOF9EmB7q4yoCNhwtlCDr2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #XTzTQpJKsOrt7S9dXysuSmF9zTeWyiMv {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #yQ9HB3TS7SQeVBbrdpV8XHg7oK0sKioL {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #weuRGehFQC5PlLBAJUVAgEBMEnQP9RwV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #Pi5lHcwMGiCzkBSphkW6vz8LkzPbODb7 {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #ITXM6JQs5aQq8ar63hNBpmTRC9WdKPTZ {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #UOOl8WqaCxCzi8Mpi0HwW1FmyqW47lF7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #yyHOzzvxZtexVXclG0hSMe9uhtFKTJnv {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #esRRz6v5yJnw3v6SXtaMMJToplqd3rTw {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #er3e3LkI3HGCTZC2rRA1Zeqf7b4GFC1T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #cnePlaQs8bIbuvLQ6XMVW8oqXWUft7mZ {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #fic5F5xOERcQmWqP8On45p1Davt6E8pA {  }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSpG0TdukyZdpNWTxQeTEMmlPUUWAZMT { display:none; }#JSpG0TdukyZdpNWTxQeTEMmlPUUWAZMT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sQakAmFRHnG9rSSP4EQsos4sGwPGghtA { width:8.5rem;height:4.625rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;background-color:;background-image:none;margin-top:0;margin-right:0.35875rem;margin-bottom:0;margin-left:0.35875rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;color:#272727;padding-top:0.483125rem;padding-right:0.08875rem;padding-bottom:0;padding-left:0.08875rem;display:block;width:3.858125rem;height:2.333125rem;position:relative;font-family:montserrat;font-size:2.174375rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-text.counter-label { background-color:;background-image:none;color:#272727;padding-top:0;padding-right:0.08875rem;padding-bottom:0.3225rem;padding-left:0.08875rem;display:block;width:3.858125rem;height:0.60375rem;position:relative;font-family:montserrat;font-size:0.483125rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ { width:19.3125rem;height:4.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.6875rem;left:15.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #xhUeX0TcUiLWEzb0giqhhMmGrW4CqxwF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #hEIX8xfdwNnsgHHN9KQmWanfCWrOQAfE {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #k6rCXuCsk7sHO8yNabIeE5wMZwUlsZd0 {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #kCCd6ooeUJWoUERdNgS6wmpJDIfKlQ84 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #oaRHnFAco7kVTh2kL6DyPnZygzorMGhn {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #Cgsywt0lKEvgmLgb13g6vuGQw1m2Js97 {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #dtiCxs5r7kokhGPC4VuDhZRiDcJWQA1D { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #p0VrmExshQqkwt98xio3HyatPVbnVlbW {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #I9BJJCAokOOQI5MRcTZ6FpSlQRi63lfC {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #eWGkKU8D0ANMQJOG0P0JXnTXHw5JrVnO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #zFH4pqcGVH0XvVDZyeyV0KFKgdCK5u2q {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #syWFfX70UFESvcEUznq6MXZCLOr8AbM6 {  }
 }@media only screen and (max-width: 763px) { #oTyKUGJhEfuyGTMl9z5LrJNRetq69BXc { top:1.375rem;left:12.5625rem;width:18.8125rem;height:2.6875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkuPfnLmeX8TB5nMFQtLLxxnKNvtthR5 { top:1.75rem;left:33.75rem;width:14rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSNWl5iM6upLZr3eLlHPGvNyhAmfD54Q { display:block; }
 }@media only screen and (max-width: 763px) { #atH1H5pgAvFNP5StO2u2cdnKUrzdkZZZ { top:2.375rem;left:4.6875rem;width:10.125rem;height:1.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe { display:none; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #B1LnpTfRHRov1Kv9sEhvQsPyTFVazuq7 { top:5.75rem;left:0rem;width:47.3125rem;height:8.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-container {  }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-number {  }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-label {  }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni { top:4rem;left:11.875rem;width:;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #zEyASKUivZx8TxgRu2yWnHlTNGSF6U3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #pNolw5MLEnqBOe9CbKeow89gdOHKmaTw {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #eqTb6GVHtyRXrwHLoW7RzKyMNxHWldp8 {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #XrlHhg9GDGV1Th1c2q2ZJRs2EeVauVc1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #bZRkSIPyqr7QD12HucqBCt4x4POlxtif {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #CsRFivRZVrV7sCode4Zmp4NmryVMCBWJ {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TJzNvO0iearRpVJ5zgalaKQ4BNUBBo6m { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #x03FaVDuEemKTkTyOm5fCy3Bq2pW5O4h {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #LgTzVxlN7IHFpCGlzqeCpKVAGSlhQsOt {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TpnSGcQWPJHlztrcTHAZpQRoL0saFAUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #uOQosDfRfniJl0qHwgyFkhNwzdgOepEN { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #Hem2XnI0t9DQB7O72JA9v1AXgxPrPpT0 { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { width:28.4375rem;height:3rem;top:0.9375rem;left:12.95703125rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzHdSmwTP2CZJS0HTFXuBatNka6n38sT { display:block; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubVla2QQUiX5A7oZ9eBaBohtTQ2sGwah { top:9.25rem;left:0rem;width:47.75rem;height:1.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJFbANqcU0iHa24Ehy9TrsXwN8NNdguP { top:2.6875rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bMi0MBdez9Nnf4drZN9xTSwEZ0pkkTAt { width:3.125rem;height:3.125rem;top:2.625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGErxVWv3BvA93Tti1yougqfS5RUEq4z { top:6.5625rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySXwv5SaUo7R14hxhQuplGfxF5J0wKWO { width:47.75rem;height:17.625rem;top:6.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z70qn9Vlb1yJvxRJfw79ZdAq2Bt56Tbk { top:2.25rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU { display:block; }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RRraFnW0iVzykm9HEeJlfHCa9l6B66MX { top:2.9375rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU { display:none; }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TtLy8W8kUXtZJtchzZSW6it0zmXz2NTC { top:0.9375rem;left:0rem;width:20rem;height:3.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SizdzHExgMTOsmxgO49H09RwzJAoyJvG { display:none; }#SizdzHExgMTOsmxgO49H09RwzJAoyJvG > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMeDCnIyNbJDDX5TtBA2IGLlDaDzTSZ1 { top:1.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPv2TmcSzIkhVvOm1oNS3ABk2PN8XpTI { top:21.625rem;left:19.5625rem;width:28.1875rem;height:43.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BBuMgqPv1Kd0TrBLWVMXQSIOk9cwbm4O { top:13.9375rem;left:0rem;width:29.6875rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc4Dsu7ELwlMyVZJBaWQT4NWrQ0UzghF { top:21.625rem;left:0rem;width:20.8125rem;height:23.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqGAmUTeUtkAvZzceEf8TDbl2Bx6nCTS { top:18.375rem;left:0rem;width:17rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #noNmpMl7wJxvyC0e3fcJKEu8MEJRO2Q8 { top:18.3125rem;left:22rem;width:17rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AI06n1TySEDG3TxVFKuTraPVMTJw6z6g { width:4.6875rem;height:4.6875rem;top:1.125rem;left:0rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaAETWe04oXVlOAJOT96H11wahuAOq83 { top:9.5625rem;left:0rem;width:41.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZG579D9Ag7htDM9WQ9aXMQifBEvCgMc { display:none; }#VZG579D9Ag7htDM9WQ9aXMQifBEvCgMc > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mVOJG2cnVTEEcDh5qGFnvoRU3z5mcgcF { top:6.1875rem;left:0rem;width:28.1875rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMM4Hi4QnARv8NPTONtdr425eK4fPbBU { top:2.75rem;left:0rem;width:35.75rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJIwyAgt5ThFDpJx8cE9glqisSOlZaJL { display:block; }#rJIwyAgt5ThFDpJx8cE9glqisSOlZaJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JzNhlPhEu9kDhR3npLfX3nU9ivnU2AA1 { top:5.4375rem;left:0rem;width:28.1875rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pl9yPXhkTIXUo16wOSVPrT39JGDLadJE { top:1.9375rem;left:0rem;width:35.75rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nu3QA70iiA9yek83hoba49lkmbkuaoiZ { display:none; }#nu3QA70iiA9yek83hoba49lkmbkuaoiZ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TXnZA0ySvnuLRrWPmRQHgV5f8U9KHzn5 { top:6rem;left:0rem;width:28.1875rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXx4p5vPz4E5mil0XC41QKvlqc7vMGsA { top:2.5rem;left:0rem;width:35.75rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #roVUUPDbxTAJi6Ed5p6Tp9Cm9GSslC5m { display:none; }#roVUUPDbxTAJi6Ed5p6Tp9Cm9GSslC5m > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OBm2vOXQg0N6D3Gn0awhtXq5w9eNDs4r { top:6.125rem;left:0rem;width:28.1875rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdMfc40LlvcCfOLspoe3bX1FdG3Rzwsf { top:2.625rem;left:0rem;width:35.75rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMZyoFcE249RoxO892BkF6PpPJKGLRTK { top:10.125rem;left:0rem;width:28.1875rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #puVhhfRQr06fyJnw87XtJW7KuzdmCPTF { display:none; }#puVhhfRQr06fyJnw87XtJW7KuzdmCPTF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJSZXz3q734Tc7pAGWEi0mFtLrVkmuff { top:6.1875rem;left:0rem;width:28.1875rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGBXy3Fmp9zmLFnXQ7LEEiJuiQME2pnl { top:2.6875rem;left:0rem;width:35.75rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi1kTbtRIXZTW1KNOEzs1caXl9vWv3wl { display:none; }#yi1kTbtRIXZTW1KNOEzs1caXl9vWv3wl > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MIb8ka5bXb66MGEGG4n9nrXpThsHPV0B { top:5.75rem;left:0rem;width:28.1875rem;height:3.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSEw85IBCrSz4nqXEcKQZFFaS9SduxRS { top:1.75rem;left:0rem;width:35.75rem;height:2.5625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW6T9mmsDTLUQIKGbrXSAAqLwlw6O0bD { display:none; }#FW6T9mmsDTLUQIKGbrXSAAqLwlw6O0bD > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wD1iyV4rRJUHk4pPrsphGXVr121GKMlk { top:11.125rem;left:0rem;width:28.1875rem;height:11.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dRXBxqtHv1wn8NR0HHvsoH05kWFbhHQJ { top:2.375rem;left:0rem;width:35.75rem;height:2.375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZL5t0XlrKTMuDKFk5kmrpV1lLSzfN9E { top:6.5rem;left:0rem;width:28.1875rem;height:2.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyBLxaHcI7HcJDT0okTtcuIHIqHFNk3d { display:none; }#SyBLxaHcI7HcJDT0okTtcuIHIqHFNk3d > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WpOnmuGQOIUGBiVHJadhlnxvSUT0Jwpf { top:8.4375rem;left:0rem;width:28.1875rem;height:43.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nrnkPfFDBO7537grO7vPbs7TH6a3xWJ5 { top:4.0625rem;left:0rem;width:41.4375rem;height:2.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:27.5rem;height:27.5rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:28.4375rem;height:1.9375rem;top:5.8125rem;left:19.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:28.125rem;height:21rem;top:9rem;left:19.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqR9WZ1UWG47BimP0PnGf8sr2KoaAkK5 { width:28.0625rem;height:0.125rem;top:8.875rem;left:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww5X4t2WkRT9QpdbShtCvFMuvHkx8Clw { width:13.375rem;height:2.75rem;top:35.25rem;left:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6QB8qbt3KnXccr51grz6J7iyHCZbJns { display:block; }
 }@media only screen and (max-width: 763px) { #mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { width:28.4375rem;height:3.4375rem;top:2.6875rem;left:19.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO { display:block; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-regular-label { width:20.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-text { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-text {padding-top: 0; padding-bottom: 0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-textarea { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-select { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-select {padding-top: 0; padding-bottom: 0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-button { width:11.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:4.375rem; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-checkbox-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB  { width:20.375rem;height:auto;top:4.4375rem;left:24.5rem; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .radio-container { width:20.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB {display:block;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB { width:20.375rem;height:auto;top:4.4375rem;left:24.5rem; }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #pJ4eHnAIeaKmfBiQqSv0XKBNc4quVdht {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ocL9GLPlH8SX0METo81f6aTh3045x9Ib {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #v4JNX6o7Cs4ooFFCIVEp4ZnqzFpPmWxt {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #DL0hprMeVNwOQ0zTPq3JfPHwuod6W3UR {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #yRDQmTdyvT0WlzbfWLvL15JmEuwTSTRh {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #n1r9TAp9waBQFEOK48Ttur9PMbG98ORV {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #zLVh2w7y1D8ECb3wH45OG57rdQ8dnWSr {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #hQENFcbqmGl0toPxyZUiDECOclU0Tb9X {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #bTaCfFro0z846WRI1qKeRpUO8f0iQaDL {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #cJoNftJ3CiJ0g1u3Z2DoQpH01CXLWLXg {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #JI6tPpuEw47060bTwyQv84DEvO4M6ZAh {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #wP9CEITzHT1r0OIrTR3oXh5LB9oDPo1B {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #hDvr8FRmr9GkbdcspXZkGhCDwv6cylJP {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #QJK98vaag3lHgVl7CbLIdSnZntdumq3F {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #KDiqgWFlT4P0T84U9nr2RgM6F1fuW2QB {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #XbzXllbikhvcOBEtqrgNcd8n1PvCM0GN {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ffJDHquac4M1W4ueZmPaTesGqeDZzxJt {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ET4lPiUPoNbtETBFJwDLVo9BEvzrg6MP {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #Wan3FSDJHUUOHPFxaOXiOq5dzCWzM1KP {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #TsD2Xg6NbA94OIzgv9yTPaQKfevMTF0R {  }
 }@media only screen and (max-width: 763px) { #Fqxnq7MgZZZ1UpOOEgDvHityroxzi81f { top:1.125rem;left:0rem;width:20rem;height:1.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LobVQkW55ke4IGCsZmR5dwBiXEwRi6ZP { top:8.375rem;left:8.477867126465rem;width:33.5rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3de8nmAGHq9G1bo62zAWkc8nsIP8Mby { display:block; }#t3de8nmAGHq9G1bo62zAWkc8nsIP8Mby > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wXoJ8M7N87EZc2N7AJKwvOFSKcbiLECC { top:13.125rem;left:0rem;width:10.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTRNHEhldwcFc0zuTvSncgdNxxtKrMtJ { top:13.125rem;left:11.1875rem;width:10.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMahRitVHGCnWFxt7x2hNqGGvUrVVMv2 { top:13.125rem;left:25.375rem;width:10.9375rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaW3DAHudQMPA5Tn27IvUHg6Js22GUA7 { top:13.125rem;left:36.8125rem;width:10.9375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTLv9Chtv78ZqNtDv7i90aXozOl7kaIq { width:3.75rem;height:3.75rem;top:8.3125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNIT5D1IG1VZB2Qlt7H8V39ko0lKtHq8 { top:1.375rem;left:5.53125rem;width:36.6875rem;height:5.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZTwBoRec5CJCun3lVDgLm5elO7zKUBL { width:3.75rem;height:3.75rem;top:8.3125rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1zgsKA9Qhv8yRBgEIaZ5TtQTiWC3ImQ { width:3.75rem;height:3.75rem;top:8.375rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGN74h2Dx5i4ArmZkDfdEEyJfdSVQn0b { width:3.75rem;height:3.75rem;top:8.3125rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imh5rsKQL0olSQvJ22COvXk0BK8xug8T { width:2.25rem;height:0.6875rem;top:16.5625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqnMBmF8Xp2GZ6TeCCX7a51sPwKIRILZ { width:0.9375rem;height:0.9375rem;top:16.375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SotzFICyy8ni63uLzgWAmux4kZQceIb1 { width:2.25rem;height:0.6875rem;top:16.5625rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhsUyQOJk2AvHfEPJoGtUkorXmpBaBV6 { width:0.9375rem;height:0.9375rem;top:16.375rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BHUyrytx7dfn8yhsyu7riBZimHx4EIgd { width:2.25rem;height:0.6875rem;top:16.625rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4H6ySruzda5STLx9mQ5cuKTvsPTnGoX { width:0.9375rem;height:0.9375rem;top:16.4375rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0iz90KZlpsas3UHqz2mAmtpidLBchlE { width:2.25rem;height:0.6875rem;top:16.625rem;left:41.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCdR675blmwiqvuLXhaPM7wTIHkSURF3 { width:0.9375rem;height:0.9375rem;top:16.4375rem;left:44.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugrrS1fUJ1kWPz3qOyVGe4M33dV2Hgzc { display:block; }#ugrrS1fUJ1kWPz3qOyVGe4M33dV2Hgzc > .row .container { width:47.75rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #igzET90TIgU6ZquGMTbwU7duOtS3ApiF { width:31.1875rem;height:1.25rem;top:3rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iuDAge1ecGAqGtMWo8Lk623dnkaCotyi { width:6.75rem;height:3.75rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqJFt49P3ExeO3VdpTbls7E3mlI1sCMJ { width:3.125rem;height:3.125rem;top:2.0625rem;left:34.25rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlfrMuhqCsSqBypa4cONqemNr19VroST { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #np4Cqx9Phtzcye5H76gJFQnQicz9Pud3 { width:3.125rem;height:3.125rem;top:2.0625rem;left:40rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:2.6875rem;left:0.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:12.3125rem;left:0.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:12.3125rem;left:17.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:12.3125rem;left:33.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:0.0625rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:2.6875rem;left:16.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:0.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:2.6875rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:47.75rem;height:3.875rem;top:0.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n { position:relative;z-index:auto;display:block; }#ImmRJDrg52iKDknwUgDOCzN8AUTAqM9n > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FxMvIXnz6As1ZJ0qs9bV9VxTR4ixx2PS { width:7.9375rem;height:1.1666666269302rem;top:1.3125rem;left:6.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.233125rem;margin-bottom:0;margin-left:0.233125rem;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.311875rem;padding-right:0.046875rem;padding-bottom:0;padding-left:0.046875rem;display:block;width:2.703125rem;height:1.78rem;position:relative;font-size:1.914375rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;font-family:montserrat; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0.046875rem;padding-bottom:0.2225rem;padding-left:0.046875rem;display:block;width:2.703125rem;height:0.49rem;position:relative;font-size:0.35625rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0;font-family:montserrat; }
#dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:13.75rem;height:3.375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:3rem;left:3.125rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #zNT8gQCRqHEWXAFT9Tr5xyQa6mXDUZMM { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #OPTkqn1xhWsDpT5db2TnPae5H8Nf71bT {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #SG0RTypG6RvxybpSKbUvhIqzKuxdWPwe {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #eXUy7wCWRb56eDOTB2NIXHr4vF2qtdyN { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #P4z75mDKAKt2au1TACxFEAZcthnfRZvi {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #e1BS0RZU8tfINDN6sLG5CgP45cZ0xcJE {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #C8wEd0WgDyD0fXIoQ5kVtrI80H0WisA3 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #EpAzN6T3VzvbZ18oGb6P5ZvSBThH7lvb {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #D91SzLlZmxZfdFmfz5IFwCnfJITTHqmo {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #hVQL3VZBkgHOpiTWfm9DU8g7QligV8PP { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #xqFkS4s4nsohcBBim5OJEBmaVmrQbaq2 {  }
 }@media only screen and (max-width: 763px) { #dlncDD8J2NoEcSGMCEFtnB1PMoZu9dom #xTAeasAz2nPslE6dQNvanISmnb6fvwF3 {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE { width:18rem;height:5.0625rem;display:flex;top:0rem;left:0.4375rem;z-index:100003; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #eFkoOLL66gsOF9EmB7q4yoCNhwtlCDr2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #XTzTQpJKsOrt7S9dXysuSmF9zTeWyiMv {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #yQ9HB3TS7SQeVBbrdpV8XHg7oK0sKioL {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #weuRGehFQC5PlLBAJUVAgEBMEnQP9RwV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #Pi5lHcwMGiCzkBSphkW6vz8LkzPbODb7 {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #ITXM6JQs5aQq8ar63hNBpmTRC9WdKPTZ {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #UOOl8WqaCxCzi8Mpi0HwW1FmyqW47lF7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #yyHOzzvxZtexVXclG0hSMe9uhtFKTJnv {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #esRRz6v5yJnw3v6SXtaMMJToplqd3rTw {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #er3e3LkI3HGCTZC2rRA1Zeqf7b4GFC1T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #cnePlaQs8bIbuvLQ6XMVW8oqXWUft7mZ {  }
 }@media only screen and (max-width: 763px) { #fQuT9Q5007WysfDWkqiJVwDTNdXLHxdE #fic5F5xOERcQmWqP8On45p1Davt6E8pA {  }
 }@media only screen and (max-width: 763px) { #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I { background-color:rgba(255,255,255,0.95);background-image:url("https://images.assets-landingi.com/uc/117e1ccf-92b1-4985-ad25-fe20f9b130c3/WhatsAppImage20220512at110736AM.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.adaptive-delivery-prevent-bg, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyload, #fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I.lazyloading { background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { background-color: transparent; background-image: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row > .video-iframe-container { display: none; }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .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); }#fsOE1cCxVM1ubU4o1JKhBgWAZ1llHc6I > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JSpG0TdukyZdpNWTxQeTEMmlPUUWAZMT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:none; }#JSpG0TdukyZdpNWTxQeTEMmlPUUWAZMT > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #sQakAmFRHnG9rSSP4EQsos4sGwPGghtA { width:4.75rem;height:2.5625rem;top:0.8125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:18.4375rem;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:4.3125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #xhUeX0TcUiLWEzb0giqhhMmGrW4CqxwF { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #hEIX8xfdwNnsgHHN9KQmWanfCWrOQAfE {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #k6rCXuCsk7sHO8yNabIeE5wMZwUlsZd0 {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #kCCd6ooeUJWoUERdNgS6wmpJDIfKlQ84 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #oaRHnFAco7kVTh2kL6DyPnZygzorMGhn {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #Cgsywt0lKEvgmLgb13g6vuGQw1m2Js97 {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #dtiCxs5r7kokhGPC4VuDhZRiDcJWQA1D { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #p0VrmExshQqkwt98xio3HyatPVbnVlbW {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #I9BJJCAokOOQI5MRcTZ6FpSlQRi63lfC {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #eWGkKU8D0ANMQJOG0P0JXnTXHw5JrVnO { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #zFH4pqcGVH0XvVDZyeyV0KFKgdCK5u2q {  }
 }@media only screen and (max-width: 763px) { #V2mKyZG6GWEsWH7z2WgZ1R5BRg9BWRTQ #syWFfX70UFESvcEUznq6MXZCLOr8AbM6 {  }
 }@media only screen and (max-width: 763px) { #oTyKUGJhEfuyGTMl9z5LrJNRetq69BXc { width:18.8125rem;height:auto;top:1.375rem;left:0.5625rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tkuPfnLmeX8TB5nMFQtLLxxnKNvtthR5 { top:0.9375rem;left:6.25rem;width:13.125rem;height:2.1875rem;font-size:1rem;background-color:#ec327b;background-image:none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #fSNWl5iM6upLZr3eLlHPGvNyhAmfD54Q { display:block; }
 }@media only screen and (max-width: 763px) { #atH1H5pgAvFNP5StO2u2cdnKUrzdkZZZ { width:10.125rem;height:0;top:1.1875rem;left:6.8125rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe { background-color:#002d87;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container { background-color: transparent; background-image: none; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container > .video-iframe-container { display: none; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row > .video-iframe-container { display: none; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .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); }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container { border-width: 0; border-radius: 0; }#HqCWmyfaAMv9B2ckQdssg3iA6y7GSzSe > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B1LnpTfRHRov1Kv9sEhvQsPyTFVazuq7 { width:20rem;height:10rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP { display:none; }#C6U4oxwfprI8g5yW0Tx5dKMmPTJZmdaP > .row .container { width:20rem;height:11.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-container { border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;background-color:;background-image:none;margin-top:0;margin-right:0.3125rem;margin-bottom:0;margin-left:0.3125rem;vertical-align:top; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:;background-image:none;padding-top:0.4375rem;padding-right:0.0625rem;padding-bottom:0;padding-left:0.0625rem;display:block;width:3.625rem;height:2.5rem;position:relative;font-size:2.6875rem;line-height:1;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni .widget-text.counter-label { background-color:;background-image:none;color:#666666;padding-top:0;padding-right:0.0625rem;padding-bottom:0.3125rem;padding-left:0.0625rem;display:block;width:auto;height:0.6875rem;position:relative;font-size:0.5rem;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni { top:3.6247673034668rem;left:1.063419342041rem;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:;background-image:none;display:block;width:;height:4.875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;display:block; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #zEyASKUivZx8TxgRu2yWnHlTNGSF6U3i { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #pNolw5MLEnqBOe9CbKeow89gdOHKmaTw {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #eqTb6GVHtyRXrwHLoW7RzKyMNxHWldp8 {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #XrlHhg9GDGV1Th1c2q2ZJRs2EeVauVc1 { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #bZRkSIPyqr7QD12HucqBCt4x4POlxtif {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #CsRFivRZVrV7sCode4Zmp4NmryVMCBWJ {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TJzNvO0iearRpVJ5zgalaKQ4BNUBBo6m { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #x03FaVDuEemKTkTyOm5fCy3Bq2pW5O4h {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #LgTzVxlN7IHFpCGlzqeCpKVAGSlhQsOt {  }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #TpnSGcQWPJHlztrcTHAZpQRoL0saFAUT { display:inline-block;*zoom:1;*display:inline;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #uOQosDfRfniJl0qHwgyFkhNwzdgOepEN { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dp7o56NQAzBGzvp6eyqOCX9QkKfyU1Ni #Hem2XnI0t9DQB7O72JA9v1AXgxPrPpT0 { display:block;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #emNtr3RBORL2rGaV7nPAvaTVnA2aI1rb { width:20rem;height:2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzHdSmwTP2CZJS0HTFXuBatNka6n38sT { background-color:#f1f1df;background-image:none;display:block; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container { background-color: transparent; background-image: none; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container > .video-iframe-container { display: none; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row > .video-iframe-container { display: none; }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .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); }#VzHdSmwTP2CZJS0HTFXuBatNka6n38sT > .row .container { width:20rem;height:20.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ubVla2QQUiX5A7oZ9eBaBohtTQ2sGwah { width:20rem;height:2.3333332538605rem;top:2.1822967529297rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zJFbANqcU0iHa24Ehy9TrsXwN8NNdguP { width:20rem;height:4rem;top:9.78515625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bMi0MBdez9Nnf4drZN9xTSwEZ0pkkTAt { width:3.125rem;height:3.125rem;top:5.640625rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sGErxVWv3BvA93Tti1yougqfS5RUEq4z { width:20rem;height:2.1666667461395rem;top:15.03515625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 { display:block; }#f5SwglwXJq34zOcyu9dOEe7VukgXFBu9 > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySXwv5SaUo7R14hxhQuplGfxF5J0wKWO { width:19.499080657959rem;height:26.666666150093rem;top:3.515625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #z70qn9Vlb1yJvxRJfw79ZdAq2Bt56Tbk { width:20rem;height:1.9166666269302rem;top:1.6339645385743rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU { background-color:#f1f1df;background-image:none;display:none; }#bhnlvn5uhnIq1P4LVzltEzUfGCtZfLQU > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RRraFnW0iVzykm9HEeJlfHCa9l6B66MX { width:20rem;height:3.8235292434692rem;top:1.25rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU { background-color:#f1f1df;background-image:url("https://images.assets-landingi.com/difbUYCd/dia_yoga_beneficios_Mesa_de_trabajo_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU.adaptive-delivery-prevent-bg, #KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU.lazyload, #KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU.lazyloading { background-image: none; }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row .container { background-color: transparent; background-image: none; }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row .container > .video-iframe-container { display: none; }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row > .video-iframe-container { display: none; }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .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); }#KUMAFcxdsvHcz3zvOSQq1qpeT47zP0eU > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TtLy8W8kUXtZJtchzZSW6it0zmXz2NTC { width:20rem;height:3.3333332538605rem;top:0.36190032958984rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;z-index:100006;display:block; }
 }@media only screen and (max-width: 763px) { #SizdzHExgMTOsmxgO49H09RwzJAoyJvG { background-color:#f1f1df;background-image:none;display:none; }#SizdzHExgMTOsmxgO49H09RwzJAoyJvG > .row .container { width:20rem;height:81.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CMeDCnIyNbJDDX5TtBA2IGLlDaDzTSZ1 { width:20rem;height:6.6666665077213rem;top:4.7435684204101rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cPv2TmcSzIkhVvOm1oNS3ABk2PN8XpTI { width:20rem;height:38.499998688698rem;top:43.40234375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BBuMgqPv1Kd0TrBLWVMXQSIOk9cwbm4O { width:20rem;height:2.1666667461395rem;top:19.117660522461rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mc4Dsu7ELwlMyVZJBaWQT4NWrQ0UzghF { width:20rem;height:20.999999284744rem;top:25.088470458984rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yqGAmUTeUtkAvZzceEf8TDbl2Bx6nCTS { width:16.999080657959rem;height:2rem;top:22.181076049805rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #noNmpMl7wJxvyC0e3fcJKEu8MEJRO2Q8 { width:16.999080657959rem;height:2rem;top:40.255065917969rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AI06n1TySEDG3TxVFKuTraPVMTJw6z6g { width:4.6875rem;height:4.6875rem;top:0.23230743408203rem;left:7.6562498807906rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaAETWe04oXVlOAJOT96H11wahuAOq83 { width:20rem;height:3.3333332538605rem;top:13.608688354493rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VZG579D9Ag7htDM9WQ9aXMQifBEvCgMc { background-color:#f1f1df;background-image:none;display:none; }#VZG579D9Ag7htDM9WQ9aXMQifBEvCgMc > .row .container { width:20rem;height:11.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mVOJG2cnVTEEcDh5qGFnvoRU3z5mcgcF { width:20rem;height:6.9999997615813rem;top:4.9264705181122rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qMM4Hi4QnARv8NPTONtdr425eK4fPbBU { width:20rem;height:2.1666667461395rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rJIwyAgt5ThFDpJx8cE9glqisSOlZaJL { background-color:#f1f1df;background-image:none;display:none; }#rJIwyAgt5ThFDpJx8cE9glqisSOlZaJL > .row .container { width:20rem;height:8.4375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JzNhlPhEu9kDhR3npLfX3nU9ivnU2AA1 { width:20rem;height:3.4999998807907rem;top:4.9264705181122rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pl9yPXhkTIXUo16wOSVPrT39JGDLadJE { width:20rem;height:2.1666667461395rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nu3QA70iiA9yek83hoba49lkmbkuaoiZ { background-color:#f1f1df;background-image:none;display:none; }#nu3QA70iiA9yek83hoba49lkmbkuaoiZ > .row .container { width:20rem;height:8.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TXnZA0ySvnuLRrWPmRQHgV5f8U9KHzn5 { width:20rem;height:3.4999998807907rem;top:4.9264705181122rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iXx4p5vPz4E5mil0XC41QKvlqc7vMGsA { width:20rem;height:2.1666667461395rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #roVUUPDbxTAJi6Ed5p6Tp9Cm9GSslC5m { background-color:#f1f1df;background-image:none;display:none; }#roVUUPDbxTAJi6Ed5p6Tp9Cm9GSslC5m > .row .container { width:20rem;height:12.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #OBm2vOXQg0N6D3Gn0awhtXq5w9eNDs4r { width:20rem;height:2.3333332538605rem;top:4.9264705181122rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GdMfc40LlvcCfOLspoe3bX1FdG3Rzwsf { width:20rem;height:2.1666667461395rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GMZyoFcE249RoxO892BkF6PpPJKGLRTK { width:20rem;height:3.4999998807907rem;top:8.382350206375rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #puVhhfRQr06fyJnw87XtJW7KuzdmCPTF { background-color:#f1f1df;background-image:none;display:none; }#puVhhfRQr06fyJnw87XtJW7KuzdmCPTF > .row .container { width:20rem;height:8.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TJSZXz3q734Tc7pAGWEi0mFtLrVkmuff { width:20rem;height:3.4999998807907rem;top:4.9264705181122rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tGBXy3Fmp9zmLFnXQ7LEEiJuiQME2pnl { width:20rem;height:2.1666667461395rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yi1kTbtRIXZTW1KNOEzs1caXl9vWv3wl { background-color:#f1f1df;background-image:none;display:none; }#yi1kTbtRIXZTW1KNOEzs1caXl9vWv3wl > .row .container { width:20rem;height:8.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #MIb8ka5bXb66MGEGG4n9nrXpThsHPV0B { width:20rem;height:3.4999998807907rem;top:5.0735292434692rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xSEw85IBCrSz4nqXEcKQZFFaS9SduxRS { width:20rem;height:2.1666667461395rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FW6T9mmsDTLUQIKGbrXSAAqLwlw6O0bD { background-color:#f1f1df;background-image:none;display:none; }#FW6T9mmsDTLUQIKGbrXSAAqLwlw6O0bD > .row .container { width:20rem;height:18.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wD1iyV4rRJUHk4pPrsphGXVr121GKMlk { width:20rem;height:10.499999642372rem;top:8.3823528289794rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dRXBxqtHv1wn8NR0HHvsoH05kWFbhHQJ { width:20rem;height:2.1666667461395rem;top:1.25rem;left:0rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TZL5t0XlrKTMuDKFk5kmrpV1lLSzfN9E { width:20rem;height:2.3333332538605rem;top:4.9264705181122rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SyBLxaHcI7HcJDT0okTtcuIHIqHFNk3d { background-color:#f1f1df;background-image:none;display:none; }#SyBLxaHcI7HcJDT0okTtcuIHIqHFNk3d > .row .container { width:20rem;height:45.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WpOnmuGQOIUGBiVHJadhlnxvSUT0Jwpf { width:20rem;height:38.499998688698rem;top:6.6985473632812rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nrnkPfFDBO7537grO7vPbs7TH6a3xWJ5 { width:20rem;height:1.6666666269302rem;top:2.7492980957031rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC { display:none; }#WMKTI2yk5xUNLpsLXW1AOt72T5fdHdkC > .row .container { width:20rem;height:51.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AgDqgFCT4eCTNhK70FZTChvDhnPLK6r3 { width:13.0625rem;height:13.0625rem;top:2.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNgkeTAE9KFsiO4DCVkagLiMi82XNIE8 { width:20rem;height:1.375rem;top:19.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDOc3Ja5rigLCFdnPNIVarlIEwaWT0gp { width:20rem;height:23.375rem;top:22.375rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqR9WZ1UWG47BimP0PnGf8sr2KoaAkK5 { width:20rem;height:0.125rem;top:21.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ww5X4t2WkRT9QpdbShtCvFMuvHkx8Clw { width:13.375rem;height:2.75rem;top:47.375rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6QB8qbt3KnXccr51grz6J7iyHCZbJns { display:block; }
 }@media only screen and (max-width: 763px) { #mnma2Id9zLaVZovH8BkNFFgqa9COmK3W { top:3.875rem;left:4.0121359223301rem;width:12.9375rem;height:12.1875rem;z-index:99999;background-color:#6783c2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #M2ym7bM341TOpobDdfmNTTOs5ZtRg0QG { width:20rem;height:2.0625rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/0JbsD0ME/Fitness_Challenge_Sec3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO.adaptive-delivery-prevent-bg, #ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO.lazyload, #ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO.lazyloading { background-image: none; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container { background-color: transparent; background-image: none; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container > .video-iframe-container { display: none; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row > .video-iframe-container { display: none; }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .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); }#ogPzTDX0AC2u8TFBFvysSkJlSTWZLcQO > .row .container { width:20rem;height:46.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-regular-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#f68a24;font-size:0.9375rem;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-text { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.375rem; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-text {padding-top: 0; padding-bottom: 0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-textarea { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-select { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-select {padding-top: 0; padding-bottom: 0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-input-button { width:8.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.4375rem;font-size:1.125rem;overflow:hidden;height:2.8125rem;background-color:#f68a24;background-image:none; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-checkbox-label { width:14rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#f68a24; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-container { padding-top:0.125rem;padding-right:0;padding-bottom:0.125rem;padding-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-container:first-of-type{padding-top:0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .widget-container:last-of-type{padding-bottom:0;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB  { width:15.1875rem;height:auto;top:11.6875rem;left:0.73958337306975rem;border-top:0.1875rem solid #1141de;border-left:0.1875rem solid #1141de;border-right:0.1875rem solid #1141de;border-bottom:0.1875rem solid #1141de;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB .radio-container { width:15.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB {display:block;}#wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB { width:15.1875rem;height:auto;top:11.6875rem;left:0.73958337306975rem;border-top:0.1875rem solid #1141de;border-left:0.1875rem solid #1141de;border-right:0.1875rem solid #1141de;border-bottom:0.1875rem solid #1141de;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem; }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #pJ4eHnAIeaKmfBiQqSv0XKBNc4quVdht {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ocL9GLPlH8SX0METo81f6aTh3045x9Ib {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #v4JNX6o7Cs4ooFFCIVEp4ZnqzFpPmWxt {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #DL0hprMeVNwOQ0zTPq3JfPHwuod6W3UR {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #yRDQmTdyvT0WlzbfWLvL15JmEuwTSTRh {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #n1r9TAp9waBQFEOK48Ttur9PMbG98ORV {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #zLVh2w7y1D8ECb3wH45OG57rdQ8dnWSr {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #hQENFcbqmGl0toPxyZUiDECOclU0Tb9X {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #bTaCfFro0z846WRI1qKeRpUO8f0iQaDL {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #cJoNftJ3CiJ0g1u3Z2DoQpH01CXLWLXg {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #JI6tPpuEw47060bTwyQv84DEvO4M6ZAh {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #wP9CEITzHT1r0OIrTR3oXh5LB9oDPo1B {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #hDvr8FRmr9GkbdcspXZkGhCDwv6cylJP {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #QJK98vaag3lHgVl7CbLIdSnZntdumq3F {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #KDiqgWFlT4P0T84U9nr2RgM6F1fuW2QB {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #XbzXllbikhvcOBEtqrgNcd8n1PvCM0GN {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ffJDHquac4M1W4ueZmPaTesGqeDZzxJt {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #ET4lPiUPoNbtETBFJwDLVo9BEvzrg6MP {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #Wan3FSDJHUUOHPFxaOXiOq5dzCWzM1KP {  }
 }@media only screen and (max-width: 763px) { #wGbPIPtxXgbVcXPZCNnk6kb1tkFrWSNB #TsD2Xg6NbA94OIzgv9yTPaQKfevMTF0R {  }
 }@media only screen and (max-width: 763px) { #Fqxnq7MgZZZ1UpOOEgDvHityroxzi81f { width:20rem;height:1.9166666269302rem;top:1.1875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LobVQkW55ke4IGCsZmR5dwBiXEwRi6ZP { width:16.811809539795rem;height:5.3333334922791rem;top:3.875rem;left:1.59375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t3de8nmAGHq9G1bo62zAWkc8nsIP8Mby { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f68a24, #ffffff);background-image: -moz-linear-gradient(180deg, #f68a24, #ffffff);background-image: -ms-linear-gradient(180deg, #f68a24, #ffffff);background-image: -o-linear-gradient(180deg, #f68a24, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a24', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f68a24', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, #f68a24, #ffffff);background-size:cover !important;display:none; }#t3de8nmAGHq9G1bo62zAWkc8nsIP8Mby > .row .container { width:20rem;height:26.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wXoJ8M7N87EZc2N7AJKwvOFSKcbiLECC { width:9.0625rem;height:2.2058823108673rem;top:20.5625rem;left:8.53125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #dTRNHEhldwcFc0zuTvSncgdNxxtKrMtJ { width:5.3125rem;height:2.2058823108673rem;top:9.875rem;left:11.1875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yMahRitVHGCnWFxt7x2hNqGGvUrVVMv2 { width:8.3125rem;height:2.2058823108673rem;top:9.875rem;left:2.03125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JaW3DAHudQMPA5Tn27IvUHg6Js22GUA7 { width:5.25rem;height:2.2058823108673rem;top:20.5625rem;left:2.90625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uTLv9Chtv78ZqNtDv7i90aXozOl7kaIq { width:3.0625rem;height:3.0625rem;top:5.3125rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nNIT5D1IG1VZB2Qlt7H8V39ko0lKtHq8 { width:20rem;height:2.9411764144898rem;top:1.3125rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tZTwBoRec5CJCun3lVDgLm5elO7zKUBL { width:3.0625rem;height:3.0625rem;top:5.25rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1zgsKA9Qhv8yRBgEIaZ5TtQTiWC3ImQ { width:3.0625rem;height:3.0625rem;top:16.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGN74h2Dx5i4ArmZkDfdEEyJfdSVQn0b { width:3.0625rem;height:3.0625rem;top:16.5625rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Imh5rsKQL0olSQvJ22COvXk0BK8xug8T { width:2.25rem;height:0.6875rem;top:23.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QqnMBmF8Xp2GZ6TeCCX7a51sPwKIRILZ { width:0.9375rem;height:0.9375rem;top:16.375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #SotzFICyy8ni63uLzgWAmux4kZQceIb1 { width:2.25rem;height:0.6875rem;top:23.5625rem;left:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhsUyQOJk2AvHfEPJoGtUkorXmpBaBV6 { width:0.9375rem;height:0.9375rem;top:16.375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BHUyrytx7dfn8yhsyu7riBZimHx4EIgd { width:2.25rem;height:0.6875rem;top:13rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4H6ySruzda5STLx9mQ5cuKTvsPTnGoX { width:0.9375rem;height:0.9375rem;top:16.4375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0iz90KZlpsas3UHqz2mAmtpidLBchlE { width:2.25rem;height:0.6875rem;top:13rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCdR675blmwiqvuLXhaPM7wTIHkSURF3 { width:0.9375rem;height:0.9375rem;top:16.4375rem;left:9.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ugrrS1fUJ1kWPz3qOyVGe4M33dV2Hgzc { display:none; }#ugrrS1fUJ1kWPz3qOyVGe4M33dV2Hgzc > .row .container { width:20rem;height:7.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #igzET90TIgU6ZquGMTbwU7duOtS3ApiF { width:19.25rem;height:2.6470587253571rem;top:0.4375rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iuDAge1ecGAqGtMWo8Lk623dnkaCotyi { width:6.75rem;height:3.75rem;top:3.4375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eqJFt49P3ExeO3VdpTbls7E3mlI1sCMJ { width:3.125rem;height:3.125rem;top:4rem;left:10.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlfrMuhqCsSqBypa4cONqemNr19VroST { width:3.125rem;height:3.125rem;top:4.0625rem;left:12.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #np4Cqx9Phtzcye5H76gJFQnQicz9Pud3 { width:3.125rem;height:3.125rem;top:4.0625rem;left:15rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uh02ZukP3AiA63Hz4KK41wTOBL84A5iN { display:none; }#uh02ZukP3AiA63Hz4KK41wTOBL84A5iN > .row .container { width:20rem;height:50rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #BW2pd3q487Ua748lz0TOTZ7sHi0XMJ2A { width:18.5rem;height:15rem;top:0.625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TSqeA2DEehwXNnK4BPRLiBTTTynvd8n6 { width:13.9375rem;height:8.25rem;top:3.3125rem;left:2.96875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kcz6zcmAJO01SuGSCaZ2Nn8J6TTW3y7T { width:13.75rem;height:1.25rem;top:13.5rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B6JC29TIoAH2SO4rTvTnIPizCT3MTlhk { width:13.75rem;height:1.25rem;top:29.5625rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WO90E4rUMr6PaJq3QQ27xvnQsy8rW3cw { width:13.75rem;height:1.25rem;top:45.75rem;left:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JdKNZC3uaWiBqTrHpwpOPrZlpeW4Nia1 { width:18.5rem;height:15rem;top:33.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aex9C5AXzTUtoUlHEAGNidEDuzXtTanf { width:13.9375rem;height:6.875rem;top:20.1875rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vRs1yc4ZCTdnQFaA8Gt6PIWsEffaKruE { width:18.5rem;height:15rem;top:16.875rem;left:0.4375rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #n3zfn78fzpUu8SpDNexpdd1uytVED1nc { width:13.9375rem;height:6.875rem;top:36.25rem;left:3.03125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 { display:none; }#DGbB4CczwgWa7xycfD0k1ATDx8HTxb92 > .row .container { width:20rem;height:5.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #yuqS2xRUgMWKAz7JfJCBgP6souneEheF { width:20rem;height:4.625rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;line-height:1.1;display:none; }
 }@media only screen and (max-width: 763px) { #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/TM4PJkwN/fotobg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.adaptive-delivery-prevent-bg, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyload, #RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW.lazyloading { background-image: none; }#RiWWG12w9Sp67P7D1rCkmEIOxGE8ynMW > .row .container { width:20rem;height:5rem;position:relative;display:none; } }