.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/f835a90a-d166-4070-8102-91f23f77f016/fondohpgurudev23300x.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2.adaptive-delivery-prevent-bg, #K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2.lazyload, #K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2.lazyloading { background-image: none; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container { background-color: transparent; background-image: none; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container > .video-iframe-container { display: none; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row > .video-iframe-container { display: none; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .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); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container { border-width: 0; border-radius: 0; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container { font-size:0.875rem;font-family:arial;height:36.9375rem;width:60rem;position:relative;display:block; }#MqKyfqGbSTIagfwdfN7vvXvEOZhqELgQ { color:#4f5050;display:block;width:26.6875rem;position:absolute;font-family:"source sans pro";font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:21.375rem;left:2.875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Ih4A532PFmDlFBN9x0eu6wpZkxyPoSk5 { background-color:#3cdc8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;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:"work sans";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.8730625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:29.375rem;left:2.875rem;display:block; }
#DZ8CJ5HSilaQRckpHweN45X2zW9bnuCD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dcJwblvIhCWTLV3p9xQqKVphRFLyr0Ti { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.25rem;width:20.375rem;top:4.2802734375rem;left:38.08251953125rem;overflow:hidden;display:block; }
#DAcmPXrWwCgxH4LfrcpXTDV2QOkMiL7y { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.4375rem;width:32.9375rem;top:11.125rem;left:2.25rem;overflow:hidden;display:block; }
#Qib4QIIwpfGVP5fqLN9zQLhIyZv6tWIW { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:9.875rem;top:6.2802734375rem;left:2.875rem;overflow:hidden;display:block; }
#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row .container { background-color: transparent; background-image: none; }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row .container > .video-iframe-container { display: none; }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row > .video-iframe-container { display: none; }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .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); }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row .container { border-width: 0; border-radius: 0; }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row .container { font-size:0.875rem;font-family:arial;height:9.625rem;width:60rem;position:relative;display:block; }#u5c86bmZDolWQKSCtSI3yfkWTyFzhhds { color:#000000;display:block;width:60rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:4.34375rem;left:0rem;height:5.0371125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gz7UBrIONtXt1NKlpsPps8HOtpHfQSe0 { color:#3cdc8c;display:block;width:60rem;position:absolute;font-family:"gotham narrow book";font-size:2.1875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:0rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row .container { background-color: transparent; background-image: none; }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row .container > .video-iframe-container { display: none; }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row > .video-iframe-container { display: none; }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .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); }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row .container { border-width: 0; border-radius: 0; }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row .container { font-size:0.875rem;font-family:arial;height:20.3125rem;width:60rem;position:relative;display:block; }#ruBaTXlGzs3Q5uZmbgSQi9yFIZN3DevP { color:#000000;display:block;width:13.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.75rem;left:3.09375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EF2ZlynngbaNVTH9ZTGlHRS0zzKhTKJx { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:13.1875rem;left:1.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JnSlXbvTWtcvmT8SZUGWinKH033huxZT { position:absolute;display:block;z-index:15002;background-color:#3cdc8c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:6.875rem;display:block; }
#kM7s1Q5VJlu1oI0pJOUFadwUPuTfn1iQ { position:absolute;display:block;z-index:15006;background-color:#c3c3c3;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.5rem;left:8.75rem;display:block; }
#KiPuHsIWKSF0gBvSoLPzXAVhWzgaPENT { color:#000000;display:block;width:14.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:8.75rem;left:22.59375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7AJ5TTk4KIvPFny0BRQDupB9b0xuDXe { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:13.5625rem;left:21.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GT3kUobbHkDdVz65LfCyd4mynETRSvaR { position:absolute;display:block;z-index:15007;background-color:#3cdc8c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:26.875rem;display:block; }
#CuRn6g1xgIpr6DHg4wu7My8VV01yiwCQ { position:absolute;display:block;z-index:15011;background-color:#c4cbce;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.8125rem;left:28.75rem;display:block; }
#WKes4gvJg7pERV5ChNoeCs8DhmZfZ0bi { color:#000000;display:block;width:14.3125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.4;letter-spacing:0;top:8.75rem;left:42.84375rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oazoaqch8wQEA5oth2iIgc1Z5iJDSrwv { color:#585858;display:block;width:16.5rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:13.5625rem;left:41.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RMGtwKCnFVqDCH9adBLPW7FsXtT3b81e { position:absolute;display:block;z-index:15012;background-color:#3cdc8c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:6.25rem;width:6.25rem;top:1.25rem;left:46.875rem;display:block; }
#gv8HIJJQS4FKnItadDIXvy8LO7H2XKaw { position:absolute;display:block;z-index:15016;background-color:#c4cbce;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.8125rem;left:48.75rem;display:block; }
#kt2IOEkIQsdfuQ5M7uCJnXWFvKX863F9 { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:2.71875rem;left:8.34375rem;overflow:hidden;display:block; }
#JOIz8s7RDWg3Hu3p8sWbg6BuKvaKDqPd { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.625rem;width:3.625rem;top:2.5625rem;left:28.1875rem;overflow:hidden;display:block; }
#wTm4z39E7MPiT6KUhUD5Z2yewbUO8wsw { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:2.65625rem;left:48.28125rem;overflow:hidden;display:block; }
#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu { position:relative;display:block; }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu { background-color: transparent; background-image: none; }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .row .container > .video-iframe-container { display: none; }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .row > .video-iframe-container { display: none; }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .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); }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu { border-width: 0; border-radius: 0; }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:10.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#piZfMW8UhHS5UJLm42yB6rJOwGcOQRXy { display:block;width:51.5rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5rem;left:4.25rem;height:5.6875rem;font-style:normal;color:#384a59;text-align:center;text-align-last:center;display:block; }
#Dih1bbcaEBPGkZgoUv3OQA8o82ZvFTbW { display:block;width:51.5rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:7.59375rem;left:4.25rem;height:2.84375rem;font-style:normal;color:rgba(0,0,0,0);text-align:center;text-align-last:center;display:block; }
#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl { position:relative;display:block; }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl { background-color: transparent; background-image: none; }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .row .container > .video-iframe-container { display: none; }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .row > .video-iframe-container { display: none; }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .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); }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl { border-width: 0; border-radius: 0; }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:23.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DOkgEF4lH9pPsuHBoIw5beIvkLzvtHhE { color:#585858;display:block;width:25.375rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:1.875rem;left:32.3125rem;height:19.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XsO45no7J4PZLPTZ4A5AMUTpRNWmtuLw { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.9375rem;width:25.125rem;top:1.875rem;left:2.4375rem;overflow:hidden;display:block; }
#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 { position:relative;display:block; }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 { background-color: transparent; background-image: none; }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .row .container > .video-iframe-container { display: none; }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .row > .video-iframe-container { display: none; }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .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); }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 { border-width: 0; border-radius: 0; }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#zkKr5U15sbrQccVseo7gMdw4D8DHWLTk { display:block;width:51.5rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:1.328125rem;left:4.25rem;height:2.84375rem;font-style:normal;color:#384a59;text-align:center;text-align-last:center;display:block; }
#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk { position:relative;display:block; }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk { background-color: transparent; background-image: none; }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .row .container > .video-iframe-container { display: none; }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .row > .video-iframe-container { display: none; }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .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); }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk { border-width: 0; border-radius: 0; }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ITViRePMWALWLBtpAtwyK1UKJQbQgJD5 { display:block;width:36.5rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:3.375rem;left:20.875rem;height:;text-align:left;text-align-last:left;font-style:normal;color:#585858;display:block; }#ITViRePMWALWLBtpAtwyK1UKJQbQgJD5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ITViRePMWALWLBtpAtwyK1UKJQbQgJD5 li:before{  }
#ITWDciJxFco0KFA8auW1l2OZ1isdp526 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:13.125rem;width:13.125rem;position:absolute;display:block;z-index:15003;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:1.625rem;left:3.9375rem;overflow:hidden;display:block; }
#alUC8OUAO0mF66naHv5G9WmsO1R6EJoB { background-color:#3cdc8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:15rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:11.0625rem;left:20.875rem;display:block; }
#KTfDPr1TbkzQlyBK6ua7th8KyTbfhH0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3cdc8c;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row .container { background-color: transparent; background-image: none; }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row .container > .video-iframe-container { display: none; }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row > .video-iframe-container { display: none; }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .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); }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row .container { border-width: 0; border-radius: 0; }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row .container { font-size:0.875rem;font-family:arial;height:11.0625rem;width:60rem;position:relative;display:block; }#C9KFeL8K3UliBwIJhnVrBBlNhHSGg52U { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:2.0625rem;left:5.4375rem;height:4.79980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wnZm6VrTQu3GJTgiAHrKrXoJK6rc8ZNX { color:#ffffff;display:block;width:49.125rem;position:absolute;font-family:"gotham narrow";font-size:2rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:6.8623046875rem;left:5.4375rem;height:2.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row .container { background-color: transparent; background-image: none; }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row .container > .video-iframe-container { display: none; }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row > .video-iframe-container { display: none; }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .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); }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row .container { border-width: 0; border-radius: 0; }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row .container { font-size:0.875rem;font-family:arial;height:31.9375rem;width:60rem;position:relative;display:block; }#T4p4CdqAhiOmKSENP4a7DDf49cEI52cu { color:#ffffff;display:block;width:35.1875rem;position:absolute;font-family:"gotham narrow";font-size:3.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.5rem;left:24.8125rem;height:7.75rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kvTW8SSdw10XCZtBJIiSBchql48sFMOi { color:#000000;display:block;width:33.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:17.6875rem;left:26.25rem;height:6rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lfCAcmMCKXQs51m0OUNxuJn2LfocJE6r { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:25.25rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
#xTTd7MH9eABFxAra0NPUbZuQ4U4bQ5vT { background-color:#3cdc8c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;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:15rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.6875rem;left:45rem;display:block; }
#iPBIUd4LmzSCMewN0OSUySNlTemN5mhA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zEMyyolzxoJCE3bAlsB2wvL6MHW6N16R { color:#000000;display:block;width:31rem;position:absolute;font-family:"gotham narrow";font-size:1.3125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.5rem;left:29rem;height:5.51220625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row .container { background-color: transparent; background-image: none; }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row .container > .video-iframe-container { display: none; }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row > .video-iframe-container { display: none; }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .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); }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row .container { border-width: 0; border-radius: 0; }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row .container { font-size:0.875rem;font-family:arial;height:17.8125rem;width:60rem;position:relative;display:block; }#CaLEWg6IKOeJkQDw47BlDAN8haChS8PW { color:#585858;display:block;width:20.5625rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:13.5625rem;left:8rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NTFvGD4ir438xsP4ZotTs1TJrx0Ap7nd { color:#000000;display:block;width:18.75rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:1.5rem;left:8rem;height:1.57470625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VosN2DR7gZlTF41Bezkd1yhTvHmenB5n { color:#585858;display:block;width:18.1875rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:4.21875rem;left:7.9375rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ygw3Lxa1KNxElTB9VTOXTeRwy8bFBwcK { position:absolute;display:block;z-index:15008;background-color:#fd7622;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.5rem;left:8.0625rem;display:block; }
#qGpLyATRze8HAUCNOafCRxQCzp7c7WTS { color:#000000;display:block;width:18.8125rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.4;letter-spacing:0;top:10.6875rem;left:8rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#paDmM8OiM6Xbf9oQQhzfA3JUetamqG1V { position:absolute;display:block;z-index:15013;background-color:#fd7622;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.75rem;left:8rem;display:block; }
#yfbbyuiBtcTFWO2gh6V0JVcNBRyFh78B { position:absolute;display:block;z-index:15005;background-color:#d1d1d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:0.625rem;left:3.625rem;display:block; }
#WQ2wAChTHJAa9p6ecuDxVx1ANDrNbpXG { position:absolute;display:block;z-index:15010;background-color:#d1d1d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:9.75rem;left:3.625rem;display:block; }
#noDPZG7yVAD82rWOEWnHvdti7etMMboO { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15036;top:1.25rem;left:4.25rem;display:block; }
#rygtdvJPNEfND6f1Alr9zyTXnzTCb6Ei { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15037;top:10.375rem;left:4.25rem;display:block; }
#XgaxlKyE0ZAcVkTIOixalqQEtd3lQfhU { position:absolute;display:block;z-index:15020;background-color:#d1d1d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:9.75rem;left:33.1875rem;display:block; }
#CooaytnQ7Ld80SvDESBEDdF2NaeEUdia { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15039;top:10.3125rem;left:33.8125rem;display:block; }
#c26Atozc7Wv1Z37Oypi9bFX4Zq3I4iev { color:#000000;display:block;width:16.9375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:10.6875rem;left:37.625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EyiuaEHnmvsLTny4VNGFshmTJ4rqkSoC { position:absolute;display:block;z-index:15015;background-color:#d1d1d1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:3.4375rem;width:3.4375rem;top:0.5625rem;left:33.1875rem;display:block; }
#Ige5UTAQ6osBiIkwndRdz4Xa9xNiCXqB { color:#000000;display:block;width:20.375rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:1.5rem;left:37.625rem;height:1.575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QrhtvTQakmIiAdhDMyHHQOPhT5me1Gop { color:#585858;display:block;width:18.75rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15016;line-height:1.5;letter-spacing:0;top:4.21875rem;left:37.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D4fe5vHFZOs8UgdmtQgqmGvHitA1ZQAV { position:absolute;display:block;z-index:15018;background-color:#fd7622;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:3.4375rem;left:37.625rem;display:block; }
#ieZoQJ9k9igek77zn6I3eTTxxJt22Ol6 { color:#585858;display:block;width:20.875rem;position:absolute;font-family:"gotham narrow";font-size:1rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:13.5625rem;left:37.625rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rAWlLsm2IKUQ58RiNixU6Q9spiwJ8RRC { position:absolute;display:block;z-index:15023;background-color:#fd7622;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:2.5rem;top:12.75rem;left:37.625rem;display:block; }
#WkTn5bcDuzw2SSmyCC5fR54ZDrEUWDsy { box-sizing:content-box;color:#ffffff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15038;top:1.125rem;left:33.8125rem;display:block; }
#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#3599a2;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { background-color: transparent; background-image: none; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container > .video-iframe-container { display: none; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row > .video-iframe-container { display: none; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .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); }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { border-width: 0; border-radius: 0; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { font-size:0.875rem;font-family:arial;height:40.5625rem;width:60rem;position:relative;display:block; }#ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { display:block;width:27.5rem;position:absolute;font-family:"gotham narrow medium";font-size:1.9375rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.875rem;height:2.51855625rem;color:#ffffff;font-style:normal;display:block; }
#JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { display:block;width:24.6244375rem;position:absolute;font-family:"gotham narrow";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:6rem;left:1.875rem;height:4.875rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#getHm5LryibAKMiIeccc1ZaE0izzT1OQ { display:block;width:27.5625rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:11.75rem;left:1.8125rem;height:18.896475rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-form-header {  }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-regular-label { height:auto;display:block;font-family:"gotham narrow";font-size:1rem;font-weight:bold;color:#ffffff;width:18.75rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:ubuntu;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:18.75rem;box-sizing:border-box;height:2.5rem;color:#707070;font-family:lato;font-size:0.9375rem;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(0,0,0,0.5) ; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#3cdc8c;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#f2f9ff;width:18.75rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:0.8125rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:17.5625rem;overflow:hidden;font-style:normal; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:1rem;height:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .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:ubuntu;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-container:first-of-type{padding-top:0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-container:last-of-type{padding-bottom:0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT  { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;left:33.1796875rem;top:7.98583984375rem;z-index:15003;position:absolute;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.75rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT {display:block;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.75rem;height:auto;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;left:33.1796875rem;top:7.98583984375rem;z-index:15003;position:absolute;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BK0bmd08zDd1kpehyFJHeONFhkkW78rM { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #k6SV9FzOHDBv05fLDXTDVyQy9nEDhXpR { position:relative;display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #wHHsz0dQkQFfqFKTbNqageEAJveO5lbN { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BqZ1SQvAWfdpvZU658NqugbVsWsHRlGG { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #w8ZhEndiIDzziEGTHGg7f9U8u7JSKvKd { position:relative;display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #qMzCdXT71AcW0GwOIX5wzQSDDtlcPzGv { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #T5t3i5v3ywh6NkKReO11utmfTG1zsgD2 { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xyAszxJF86s7n9teOyG1mSiyTLUlOhaB { position:relative;display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xkNbhzy7IuRTQ03tpTzWsS9zS1tWq1PS { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #sagmtqSiPFbDWqM2bTWMDzMOTvLiWWCG { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #v6DaXFNDt1TJ0NqRB2WKr8xIXfD19Kg3 { position:relative;display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #fLxPXkMl7vgcfamRSv5SAAbalsOzmKZR { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #ULiVWT3GPFHoHOOcln2qQxsZDMV6NWIv { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #FaVzKxLrouokZM2cHW2dd8MOraOTQ3Ny { position:relative; }
#qT8TasCwfxZJDgE9hVbAgIq7ORMEFPPn { display:block;width:22.436rem;position:absolute;font-family:"gotham narrow";font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.6425714492798rem;left:32.690433502198rem;height:2.92480625rem;text-align:left;text-align-last:left;color:#ffffff;font-style:normal;display:block; }
#V23PHcNHoP2vnATlisnk6sIwaSZra56S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container { background-color: transparent; background-image: none; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container > .video-iframe-container { display: none; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row > .video-iframe-container { display: none; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .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); }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container { border-width: 0; border-radius: 0; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#OI5fV26SHJz8RqmXyiB2c31MNBCI9BzO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5658b3a6-61dd-49ea-bd6f-5ece0bf6434b/Meditando1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0rem 2.5rem 3.125rem rgba(113,113,113,0.5) ;height:20.3125rem;width:30.3125rem;top:1.25rem;left:0rem;display:block; }#OI5fV26SHJz8RqmXyiB2c31MNBCI9BzO.adaptive-delivery-prevent-bg, #OI5fV26SHJz8RqmXyiB2c31MNBCI9BzO.lazyload, #OI5fV26SHJz8RqmXyiB2c31MNBCI9BzO.lazyloading { background-image: none; }
#fdDPozuFTXnOWtkJksO5k9itxclcKAfg { color:#4d4d4d;display:block;width:26.5625rem;position:absolute;font-family:rubik;font-size:2.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.38720703125rem;left:33.4375rem;height:2.925rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Rz1xX5JvGNA6rUzQWKAupcVe2SVcH4cI { color:#717171;display:block;width:26.8125rem;position:absolute;font-family:rubik;font-size:1rem;font-weight:400;z-index:15000;line-height:1.4;letter-spacing:0;top:11.5rem;left:33.1875rem;height:6.9995125rem;font-style:normal;display:block; }
#Ngrftq9gQPwfQWSRzzaZkHQHO4ORXT8C { color:#3cdc8c;display:block;width:21.375rem;position:absolute;font-family:rubik;font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:7.25rem;left:33.5rem;height:3.32465rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { background-color: transparent; background-image: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container > .video-iframe-container { display: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row > .video-iframe-container { display: none; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .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); }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { border-width: 0; border-radius: 0; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { font-size:0.875rem;font-family:arial;height:6.625rem;width:60rem;position:relative;display:block; }#u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { box-sizing:content-box;color:#3cdc8c;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:15000;top:1.8125rem;left:42.4375rem;display:block; }
#D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { box-sizing:content-box;color:#3cdc8c;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:15001;top:1.8125rem;left:39.3125rem;display:block; }
#qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { box-sizing:content-box;color:#3cdc8c;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:15001;top:1.8125rem;left:45.5625rem;display:block; }
#dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { box-sizing:content-box;color:#3cdc8c;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:15002;top:1.8125rem;left:48.6875rem;display:block; }
#zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { display:block;width:35.0625rem;position:absolute;font-family:"gotham narrow book";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:1rem;height:1.29980625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 { display:block; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqKyfqGbSTIagfwdfN7vvXvEOZhqELgQ { width:26.6875rem;height:5.625rem;top:21.375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4A532PFmDlFBN9x0eu6wpZkxyPoSk5 { width:14.8125rem;height:3.4375rem;top:29.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8CJ5HSilaQRckpHweN45X2zW9bnuCD { display:block; }
 }@media only screen and (max-width: 763px) { #dcJwblvIhCWTLV3p9xQqKVphRFLyr0Ti { width:20.375rem;height:30.25rem;top:4.25rem;left:27.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAcmPXrWwCgxH4LfrcpXTDV2QOkMiL7y { width:32.9375rem;height:8.4375rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qib4QIIwpfGVP5fqLN9zQLhIyZv6tWIW { width:9.875rem;height:3.8125rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz { display:block; }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5c86bmZDolWQKSCtSI3yfkWTyFzhhds { width:47.75rem;height:5rem;top:4.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz7UBrIONtXt1NKlpsPps8HOtpHfQSe0 { width:47.75rem;height:2.8125rem;top:1.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VzegqCgKtCFyw6OqL7e41hReWXPr9EGo { display:block; }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruBaTXlGzs3Q5uZmbgSQi9yFIZN3DevP { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF2ZlynngbaNVTH9ZTGlHRS0zzKhTKJx { width:16.5rem;height:4.5rem;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnSlXbvTWtcvmT8SZUGWinKH033huxZT { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM7s1Q5VJlu1oI0pJOUFadwUPuTfn1iQ { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiPuHsIWKSF0gBvSoLPzXAVhWzgaPENT { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:17.416666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7AJ5TTk4KIvPFny0BRQDupB9b0xuDXe { width:16.5rem;height:4.5rem;top:13.5625rem;left:15.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT3kUobbHkDdVz65LfCyd4mynETRSvaR { width:6.25rem;height:6.25rem;top:1.0625rem;left:21.291666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuRn6g1xgIpr6DHg4wu7My8VV01yiwCQ { width:2.5rem;height:0.125rem;top:10.25rem;left:23.166666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKes4gvJg7pERV5ChNoeCs8DhmZfZ0bi { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:33.333333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oazoaqch8wQEA5oth2iIgc1Z5iJDSrwv { width:16.5rem;height:4.5rem;top:13.5625rem;left:31.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMGtwKCnFVqDCH9adBLPW7FsXtT3b81e { width:6.25rem;height:6.25rem;top:1.0625rem;left:37.208333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv8HIJJQS4FKnItadDIXvy8LO7H2XKaw { width:2.5rem;height:0.125rem;top:10.25rem;left:39.083333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt2IOEkIQsdfuQ5M7uCJnXWFvKX863F9 { width:3.3125rem;height:3.3125rem;top:2.6875rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOIz8s7RDWg3Hu3p8sWbg6BuKvaKDqPd { width:3.625rem;height:3.625rem;top:2.5625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTm4z39E7MPiT6KUhUD5Z2yewbUO8wsw { width:3.4375rem;height:3.4375rem;top:2.625rem;left:37.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu { display:block; }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piZfMW8UhHS5UJLm42yB6rJOwGcOQRXy { width:46.5rem;height:5.625rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dih1bbcaEBPGkZgoUv3OQA8o82ZvFTbW { width:46.5rem;height:5.625rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl { display:block; }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOkgEF4lH9pPsuHBoIw5beIvkLzvtHhE { width:25.375rem;height:19.5rem;top:1.875rem;left:22.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsO45no7J4PZLPTZ4A5AMUTpRNWmtuLw { width:25.125rem;height:14.9375rem;top:1.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 { display:block; }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkKr5U15sbrQccVseo7gMdw4D8DHWLTk { width:46.5rem;height:5.625rem;top:1.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk { display:block; }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITViRePMWALWLBtpAtwyK1UKJQbQgJD5 { width:32.8125rem;height:5.6875rem;top:5.375rem;left:14.9375rem;display:block; }#ITViRePMWALWLBtpAtwyK1UKJQbQgJD5 li:before{  }
 }@media only screen and (max-width: 763px) { #ITWDciJxFco0KFA8auW1l2OZ1isdp526 { width:13.125rem;height:13.125rem;top:1.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #alUC8OUAO0mF66naHv5G9WmsO1R6EJoB { width:15rem;height:3.75rem;top:11.0625rem;left:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfDPr1TbkzQlyBK6ua7th8KyTbfhH0T { display:block; }
 }@media only screen and (max-width: 763px) { #dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O { display:block; }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9KFeL8K3UliBwIJhnVrBBlNhHSGg52U { width:47.75rem;height:4.75rem;top:2.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZm6VrTQu3GJTgiAHrKrXoJK6rc8ZNX { width:47.75rem;height:2.375rem;top:6.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE { display:block; }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4p4CdqAhiOmKSENP4a7DDf49cEI52cu { width:35.1875rem;height:7.75rem;top:2.5rem;left:12.5625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTW8SSdw10XCZtBJIiSBchql48sFMOi { width:33.75rem;height:6rem;top:17.6875rem;left:14rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfCAcmMCKXQs51m0OUNxuJn2LfocJE6r { width:25.25rem;height:21.875rem;top:5.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTd7MH9eABFxAra0NPUbZuQ4U4bQ5vT { width:15rem;height:3.75rem;top:25.6875rem;left:32.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPBIUd4LmzSCMewN0OSUySNlTemN5mhA { display:block; }
 }@media only screen and (max-width: 763px) { #zEMyyolzxoJCE3bAlsB2wvL6MHW6N16R { width:31rem;height:5.5rem;top:11.5rem;left:16.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX { display:block; }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaLEWg6IKOeJkQDw47BlDAN8haChS8PW { width:20.5625rem;height:3rem;top:13.5625rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTFvGD4ir438xsP4ZotTs1TJrx0Ap7nd { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VosN2DR7gZlTF41Bezkd1yhTvHmenB5n { width:18.1875rem;height:3rem;top:4.1875rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygw3Lxa1KNxElTB9VTOXTeRwy8bFBwcK { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpLyATRze8HAUCNOafCRxQCzp7c7WTS { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #paDmM8OiM6Xbf9oQQhzfA3JUetamqG1V { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfbbyuiBtcTFWO2gh6V0JVcNBRyFh78B { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ2wAChTHJAa9p6ecuDxVx1ANDrNbpXG { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDPZG7yVAD82rWOEWnHvdti7etMMboO { width:2.1875rem;height:2.1875rem;top:1.25rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rygtdvJPNEfND6f1Alr9zyTXnzTCb6Ei { width:2.1875rem;height:2.1875rem;top:10.375rem;left:1.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgaxlKyE0ZAcVkTIOixalqQEtd3lQfhU { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CooaytnQ7Ld80SvDESBEDdF2NaeEUdia { width:2.1875rem;height:2.1875rem;top:10.3125rem;left:24.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c26Atozc7Wv1Z37Oypi9bFX4Zq3I4iev { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyiuaEHnmvsLTny4VNGFshmTJ4rqkSoC { width:6.25rem;height:6.25rem;top:1.0625rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ige5UTAQ6osBiIkwndRdz4Xa9xNiCXqB { width:12.9375rem;height:1.5625rem;top:8.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrhtvTQakmIiAdhDMyHHQOPhT5me1Gop { width:18.75rem;height:3rem;top:4.1875rem;left:28.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4fe5vHFZOs8UgdmtQgqmGvHitA1ZQAV { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieZoQJ9k9igek77zn6I3eTTxxJt22Ol6 { width:20.875rem;height:3rem;top:13.5625rem;left:26.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAWlLsm2IKUQ58RiNixU6Q9spiwJ8RRC { width:2.5rem;height:0.125rem;top:10.25rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkTn5bcDuzw2SSmyCC5fR54ZDrEUWDsy { width:2.1875rem;height:2.1875rem;top:1.125rem;left:24.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { display:block; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { width:47.75rem;height:42.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { width:23.25rem;height:3rem;top:2.9375rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { width:21.4375rem;height:4.875rem;top:8.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #getHm5LryibAKMiIeccc1ZaE0izzT1OQ { width:22.0625rem;height:0;top:17.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-regular-label { display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT  { width:12.5rem;height:auto; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT {display:block;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT { width:12.5rem;height:auto; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BK0bmd08zDd1kpehyFJHeONFhkkW78rM {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #k6SV9FzOHDBv05fLDXTDVyQy9nEDhXpR { display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #wHHsz0dQkQFfqFKTbNqageEAJveO5lbN {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BqZ1SQvAWfdpvZU658NqugbVsWsHRlGG {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #w8ZhEndiIDzziEGTHGg7f9U8u7JSKvKd { display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #qMzCdXT71AcW0GwOIX5wzQSDDtlcPzGv {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #T5t3i5v3ywh6NkKReO11utmfTG1zsgD2 {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xyAszxJF86s7n9teOyG1mSiyTLUlOhaB { display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xkNbhzy7IuRTQ03tpTzWsS9zS1tWq1PS {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #sagmtqSiPFbDWqM2bTWMDzMOTvLiWWCG {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #v6DaXFNDt1TJ0NqRB2WKr8xIXfD19Kg3 { display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #fLxPXkMl7vgcfamRSv5SAAbalsOzmKZR {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #ULiVWT3GPFHoHOOcln2qQxsZDMV6NWIv {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #FaVzKxLrouokZM2cHW2dd8MOraOTQ3Ny {  }
 }@media only screen and (max-width: 763px) { #qT8TasCwfxZJDgE9hVbAgIq7ORMEFPPn { width:21.4375rem;height:0;top:2.3125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V23PHcNHoP2vnATlisnk6sIwaSZra56S { display:block; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OI5fV26SHJz8RqmXyiB2c31MNBCI9BzO { width:30.3125rem;height:20.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdDPozuFTXnOWtkJksO5k9itxclcKAfg { width:26.5625rem;height:2.9375rem;top:4.375rem;left:18rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rz1xX5JvGNA6rUzQWKAupcVe2SVcH4cI { width:26.8125rem;height:6.9375rem;top:11.5rem;left:20.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ngrftq9gQPwfQWSRzzaZkHQHO4ORXT8C { width:21.375rem;height:3.3125rem;top:7.25rem;left:26.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { width:3.125rem;height:3.125rem;top:1.75rem;left:38.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { width:3.125rem;height:3.125rem;top:1.75rem;left:35.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { width:3.125rem;height:3.125rem;top:1.75rem;left:44.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { width:3.125rem;height:3.125rem;top:1.75rem;left:41.5625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { width:35.0625rem;height:1.25rem;top:2.6875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f835a90a-d166-4070-8102-91f23f77f016/fondohpgurudev23300x.png");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2.adaptive-delivery-prevent-bg, #K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2.lazyload, #K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2.lazyloading { background-image: none; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container { background-color: transparent; background-image: none; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container > .video-iframe-container { display: none; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row > .video-iframe-container { display: none; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .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); }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container { border-width: 0; border-radius: 0; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K29HXvHNZQQz3TvNdEmgOtKfSHerLGI2 > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MqKyfqGbSTIagfwdfN7vvXvEOZhqELgQ { width:16.1875rem;height:6.599625rem;top:38.5rem;left:1.90625rem;font-size:1.375rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;color:#4f5050;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Ih4A532PFmDlFBN9x0eu6wpZkxyPoSk5 { width:11.3110625rem;height:3.125rem;top:47.5rem;left:4.34423828125rem;font-size:1.125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;background-color:#3cdc8c;background-image:none;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #DZ8CJ5HSilaQRckpHweN45X2zW9bnuCD { display:block; }
 }@media only screen and (max-width: 763px) { #dcJwblvIhCWTLV3p9xQqKVphRFLyr0Ti { width:15rem;height:22.3110625rem;top:13.0810546875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAcmPXrWwCgxH4LfrcpXTDV2QOkMiL7y { width:20rem;height:5.123339658444rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qib4QIIwpfGVP5fqLN9zQLhIyZv6tWIW { width:9.875rem;height:3.8125rem;top:1.25rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz { display:block; }#WOQENFoTcWNULiCgsWcXOyiT6LyoSRzz > .row .container { width:20rem;height:8.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5c86bmZDolWQKSCtSI3yfkWTyFzhhds { width:20rem;height:2.5996125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gz7UBrIONtXt1NKlpsPps8HOtpHfQSe0 { width:13rem;height:3.087025rem;top:4.9375rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.1875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VzegqCgKtCFyw6OqL7e41hReWXPr9EGo { display:block; }#VzegqCgKtCFyw6OqL7e41hReWXPr9EGo > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ruBaTXlGzs3Q5uZmbgSQi9yFIZN3DevP { width:16.5rem;height:3.1494125rem;top:14.5rem;left:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EF2ZlynngbaNVTH9ZTGlHRS0zzKhTKJx { width:16.5rem;height:4.5rem;top:8.75rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnSlXbvTWtcvmT8SZUGWinKH033huxZT { width:6.25rem;height:6.25rem;top:1.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kM7s1Q5VJlu1oI0pJOUFadwUPuTfn1iQ { width:2.5rem;height:0.125rem;top:18.875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KiPuHsIWKSF0gBvSoLPzXAVhWzgaPENT { width:16rem;height:3.1494125rem;top:27.75rem;left:2rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7AJ5TTk4KIvPFny0BRQDupB9b0xuDXe { width:16.5rem;height:4.5rem;top:33.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT3kUobbHkDdVz65LfCyd4mynETRSvaR { width:6.25rem;height:6.25rem;top:20.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuRn6g1xgIpr6DHg4wu7My8VV01yiwCQ { width:2.5rem;height:0.125rem;top:32.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKes4gvJg7pERV5ChNoeCs8DhmZfZ0bi { width:14.6875rem;height:3.1494125rem;top:46.75rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oazoaqch8wQEA5oth2iIgc1Z5iJDSrwv { width:16.5rem;height:4.5rem;top:52.5rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RMGtwKCnFVqDCH9adBLPW7FsXtT3b81e { width:6.25rem;height:6.25rem;top:39.25rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gv8HIJJQS4FKnItadDIXvy8LO7H2XKaw { width:2.5rem;height:0.125rem;top:51.125rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kt2IOEkIQsdfuQ5M7uCJnXWFvKX863F9 { width:3.3125rem;height:3.3125rem;top:2.71875rem;left:8.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOIz8s7RDWg3Hu3p8sWbg6BuKvaKDqPd { width:3.625rem;height:3.625rem;top:21.5625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTm4z39E7MPiT6KUhUD5Z2yewbUO8wsw { width:3.4375rem;height:3.4375rem;top:40.65625rem;left:8.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu { display:block; }#DgPbSzGLRgcxDOWRqZwlJmHGSJ54zzbu > .row .container { width:20rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #piZfMW8UhHS5UJLm42yB6rJOwGcOQRXy { width:20rem;height:14.21875rem;top:0.625rem;left:0rem;text-align:center;text-align-last:center;color:#384a59;display:block; }
 }@media only screen and (max-width: 763px) { #Dih1bbcaEBPGkZgoUv3OQA8o82ZvFTbW { width:20rem;height:5.6875rem;top:14.84375rem;left:0rem;text-align:center;text-align-last:center;color:#384a59;display:block; }
 }@media only screen and (max-width: 763px) { #ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl { display:block; }#ZN3sRTGnUXF8sbnVrJxRdQ8P7bRxVqkl > .row .container { width:20rem;height:40.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DOkgEF4lH9pPsuHBoIw5beIvkLzvtHhE { width:18.0625rem;height:25.5rem;top:14.390125rem;left:0.875rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsO45no7J4PZLPTZ4A5AMUTpRNWmtuLw { width:20rem;height:11.890547263682rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 { display:block; }#H8cZo1w4NMMKCNplIFWZWn6NhmJHlfI1 > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zkKr5U15sbrQccVseo7gMdw4D8DHWLTk { width:17.8125rem;height:11.375rem;top:0.71875rem;left:1.09375rem;text-align:center;text-align-last:center;color:#384a59;display:block; }
 }@media only screen and (max-width: 763px) { #v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk { display:block; }#v0iOHvW82fA2ViB4nEG3Lu03Lp0pBHVk > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITViRePMWALWLBtpAtwyK1UKJQbQgJD5 { width:18.0625rem;height:3.6875rem;top:16.6875rem;left:0.96875rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }#ITViRePMWALWLBtpAtwyK1UKJQbQgJD5 li:before{  }
 }@media only screen and (max-width: 763px) { #ITWDciJxFco0KFA8auW1l2OZ1isdp526 { width:13.125rem;height:13.125rem;top:1.875rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #alUC8OUAO0mF66naHv5G9WmsO1R6EJoB { width:15rem;height:2.75rem;top:22.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTfDPr1TbkzQlyBK6ua7th8KyTbfhH0T { display:block; }
 }@media only screen and (max-width: 763px) { #dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O { display:block; }#dCV5t3WITEhd7yrUGqAKz44gEOGfmO9O > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9KFeL8K3UliBwIJhnVrBBlNhHSGg52U { width:20rem;height:4.5rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnZm6VrTQu3GJTgiAHrKrXoJK6rc8ZNX { width:20rem;height:1.5rem;top:7rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE { display:block; }#IR0uPwl91ZEmaBdfgprwfCxu46P1bvLE > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4p4CdqAhiOmKSENP4a7DDf49cEI52cu { width:20rem;height:4rem;top:15rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kvTW8SSdw10XCZtBJIiSBchql48sFMOi { width:17.625rem;height:12rem;top:29.875rem;left:1.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lfCAcmMCKXQs51m0OUNxuJn2LfocJE6r { width:14.375rem;height:12.5rem;top:1.25rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTTd7MH9eABFxAra0NPUbZuQ4U4bQ5vT { width:15rem;height:3.75rem;top:43.125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPBIUd4LmzSCMewN0OSUySNlTemN5mhA { display:block; }
 }@media only screen and (max-width: 763px) { #zEMyyolzxoJCE3bAlsB2wvL6MHW6N16R { width:15.25rem;height:8.3105625rem;top:20.5rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX { display:block; }#zqPNxvu2WI9CAtzpC2q98OC80L1lKNdX > .row .container { width:20rem;height:55.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CaLEWg6IKOeJkQDw47BlDAN8haChS8PW { width:14.6875rem;height:4.5rem;top:22.9375rem;left:2.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NTFvGD4ir438xsP4ZotTs1TJrx0Ap7nd { width:13.8125rem;height:3.1494125rem;top:5rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VosN2DR7gZlTF41Bezkd1yhTvHmenB5n { width:15rem;height:3rem;top:10.75rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygw3Lxa1KNxElTB9VTOXTeRwy8bFBwcK { width:2.5rem;height:0.125rem;top:9.375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGpLyATRze8HAUCNOafCRxQCzp7c7WTS { width:13.8125rem;height:1.57498125rem;top:18.75rem;left:3.0625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #paDmM8OiM6Xbf9oQQhzfA3JUetamqG1V { width:2.5rem;height:0.125rem;top:21.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfbbyuiBtcTFWO2gh6V0JVcNBRyFh78B { width:2.5rem;height:2.5rem;top:1.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WQ2wAChTHJAa9p6ecuDxVx1ANDrNbpXG { width:2.5rem;height:2.5rem;top:15rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noDPZG7yVAD82rWOEWnHvdti7etMMboO { width:1.875rem;height:1.875rem;top:1.5625rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rygtdvJPNEfND6f1Alr9zyTXnzTCb6Ei { width:1.875rem;height:1.875rem;top:15.3125rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgaxlKyE0ZAcVkTIOixalqQEtd3lQfhU { width:2.5rem;height:2.5rem;top:40.9375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CooaytnQ7Ld80SvDESBEDdF2NaeEUdia { width:1.875rem;height:1.875rem;top:41.25rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c26Atozc7Wv1Z37Oypi9bFX4Zq3I4iev { width:15.375rem;height:1.57498125rem;top:44.6875rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyiuaEHnmvsLTny4VNGFshmTJ4rqkSoC { width:2.5rem;height:2.5rem;top:28.6875rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ige5UTAQ6osBiIkwndRdz4Xa9xNiCXqB { width:13.5625rem;height:1.57498125rem;top:32.4375rem;left:3.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QrhtvTQakmIiAdhDMyHHQOPhT5me1Gop { width:14.1875rem;height:3rem;top:36.625rem;left:2.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D4fe5vHFZOs8UgdmtQgqmGvHitA1ZQAV { width:2.5rem;height:0.125rem;top:35.25rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieZoQJ9k9igek77zn6I3eTTxxJt22Ol6 { width:14.5625rem;height:4.5rem;top:48.875rem;left:2.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rAWlLsm2IKUQ58RiNixU6Q9spiwJ8RRC { width:2.5rem;height:0.125rem;top:47.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkTn5bcDuzw2SSmyCC5fR54ZDrEUWDsy { width:1.875rem;height:1.875rem;top:29rem;left:9.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { display:block; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { width:20rem;height:1.9375rem;top:2rem;left:0rem;text-align:center;text-align-last:center;line-height:1;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { width:18.75rem;height:4.142575rem;top:4.6869549751282rem;left:0.62500011920931rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #getHm5LryibAKMiIeccc1ZaE0izzT1OQ { width:20rem;height:17.847675rem;top:9.953125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.0625rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-regular-label { background-color:transparent;background-image:none;width:17.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-textarea { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-button { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-checkbox-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT  { width:17.25rem;height:auto;box-shadow: none;top:38.3125rem;left:0rem; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .radio-container { width:17.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT {display:block;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT { width:17.25rem;height:auto;box-shadow: none;top:38.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BK0bmd08zDd1kpehyFJHeONFhkkW78rM {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #k6SV9FzOHDBv05fLDXTDVyQy9nEDhXpR { display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #wHHsz0dQkQFfqFKTbNqageEAJveO5lbN {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BqZ1SQvAWfdpvZU658NqugbVsWsHRlGG {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #w8ZhEndiIDzziEGTHGg7f9U8u7JSKvKd { display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #qMzCdXT71AcW0GwOIX5wzQSDDtlcPzGv {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #T5t3i5v3ywh6NkKReO11utmfTG1zsgD2 {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xyAszxJF86s7n9teOyG1mSiyTLUlOhaB { display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xkNbhzy7IuRTQ03tpTzWsS9zS1tWq1PS {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #sagmtqSiPFbDWqM2bTWMDzMOTvLiWWCG {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #v6DaXFNDt1TJ0NqRB2WKr8xIXfD19Kg3 { display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #fLxPXkMl7vgcfamRSv5SAAbalsOzmKZR {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #ULiVWT3GPFHoHOOcln2qQxsZDMV6NWIv {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #FaVzKxLrouokZM2cHW2dd8MOraOTQ3Ny {  }
 }@media only screen and (max-width: 763px) { #qT8TasCwfxZJDgE9hVbAgIq7ORMEFPPn { width:17.4360625rem;height:2.92480625rem;top:33rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V23PHcNHoP2vnATlisnk6sIwaSZra56S { background-color:#ffffff;background-image:none;display:block; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container { background-color: transparent; background-image: none; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container > .video-iframe-container { display: none; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row > .video-iframe-container { display: none; }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .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); }#V23PHcNHoP2vnATlisnk6sIwaSZra56S > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OI5fV26SHJz8RqmXyiB2c31MNBCI9BzO { width:20rem;height:13rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fdDPozuFTXnOWtkJksO5k9itxclcKAfg { width:16.625rem;height:2.2749rem;top:17.6875rem;left:0rem;font-size:1.75rem;color:#717171;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #Rz1xX5JvGNA6rUzQWKAupcVe2SVcH4cI { width:20rem;height:9.79931875rem;top:23.4375rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;font-family:rubik;display:block; }
 }@media only screen and (max-width: 763px) { #Ngrftq9gQPwfQWSRzzaZkHQHO4ORXT8C { width:16.625rem;height:2.79980625rem;top:19.875rem;left:0rem;font-size:1rem;color:#f59007;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { width:3.125rem;height:3.125rem;top:5.0625rem;left:6.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { width:3.125rem;height:3.125rem;top:5.0625rem;left:3.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { width:3.125rem;height:3.125rem;top:5.0625rem;left:12.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { width:3.125rem;height:3.125rem;top:5.0625rem;left:9.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { width:18.6875rem;height:2.5996125rem;top:1.875rem;left:0.625rem;text-align:center;text-align-last:center;font-family:lato;font-weight:300;font-style:normal;display:block; }
 }