.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-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
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-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#000000;background-image:url("https://landingi-pictures.s3.amazonaws.com/qWN40Oho/club1.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://landingi-pictures.s3.amazonaws.com/qWN40Oho/club1.jpg");background-position:top center;background-repeat:repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container { background-color: transparent; background-image: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container > .video-iframe-container { display: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row > .video-iframe-container { display: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .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); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container { border-width: 0; border-radius: 0; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container { font-size:14px;font-family:arial;height:665px;width:960px;position:relative;display:block; }#Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { display:block;width:454px;position:absolute;font-family:ral;font-size:50px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:219px;left:1px;height:64px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zMe2FoInxJCd4o8bSb6lriMfh7UbJR39 { display:block;width:532px;position:absolute;font-family:ral;font-size:40px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:283px;left:0px;height:52px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ET5aJJyKemGPzSptO9RM2uhm1vU24gOG { display:block;width:385px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:387px;left:36px;height:75.9999px;text-align:center;text-align-last:center;display:block; }
#V4TMPsKJifz6Tpih9prkKZ06JKWltfnV { border-bottom:0;border-left:0;border-right:0;border-top:0;height:118px;width:118px;position:absolute;display:block;z-index:100018;top:0px;left:825px;overflow:hidden;display:block; }
#ez0ZEekGGJu8KOekDurm4CJf8zq9p6Lx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4e9421;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:103px;width:134px;position:absolute;display:block;z-index:99999;top:0px;left:817px;display:block; }
#Sps7QBbZULNAO1lKZqd7Z14uoQi8i3lf { display:block;width:454px;position:absolute;font-family:ral;font-size:50px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:228px;left:0px;height:65px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uLsOcxx0BrT6Wg4gt1N0Z0s3df3AFpt4 { display:block;width:380px;position:absolute;font-family:ral;font-size:40px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:280px;left:37px;height:52px;color:#ffffff;text-align:center;text-align-last:center;display:none; }
#uB0NeCeleWLlK64xh0A1gt17DzaGS46L { display:block;width:385px;position:absolute;font-family:ubuntu;font-size:20px;font-weight:normal;z-index:100017;line-height:1.3;letter-spacing:0;top:359px;left:34.5px;height:78px;text-align:center;text-align-last:center;display:none; }
#xaaga6a24oRhau4TFsCoqqKah3qi1VNo { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fd8f00;background-image:none;height:200px;width:200px;position:absolute;display:block;z-index:100000;display:none; }
#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(135,135,135,0.36);background-image:none;position:relative;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { border-width: 0; border-radius: 0; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { font-size:14px;font-family:arial;height:397px;width:960px;position:relative;display:block; }#UllpvzqHqHtCCeTbeZMt0t3UtVnnvVwE { display:block;width:384px;position:absolute;font-family:ral;font-size:19px;font-weight:400;z-index:100002;line-height:1.1;letter-spacing:0;top:233px;left:48px;height:60px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sy3Tikr4nenSQ5eszdVAbyTHcmei4PeM { display:block;width:384px;position:absolute;font-family:ral;font-size:25px;font-weight:400;z-index:100001;line-height:1.1;letter-spacing:0;top:84px;left:48px;height:106.667px;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-form-header {  }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-regular-label { height:auto;display:none;font-family:ubuntu;font-size:14px;font-weight:bold;color:#19232e;width:276px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0px;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-text { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-bottom:1px dashed #d6d4d4;border-left:1px dashed #d6d4d4;border-right:1px dashed #d6d4d4;border-top:1px dashed #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:276px;box-sizing:border-box;height:50px;color:#000000;font-size:19px;overflow:hidden;font-family:ral;vertical-align:top;text-align:center;text-align-last:center; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-textarea { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-bottom:1px dashed #d6d4d4;border-left:1px dashed #d6d4d4;border-right:1px dashed #d6d4d4;border-top:1px dashed #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:276px;box-sizing:border-box;height:70px;color:#000000;font-size:19px;overflow:hidden;font-family:ral;vertical-align:top;text-align:center;text-align-last:center; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-select { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#ffffff;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:276px;box-sizing:border-box;height:50px;color:#4d4d4d;font-family:ral;font-size:16px;overflow:hidden;vertical-align:top; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-button { border-top-left-radius:6px;border-top-right-radius:6px;border-bottom-left-radius:6px;border-bottom-right-radius:6px;background-color:#4e9421;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:58px;margin-left:58px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:25px;font-weight:bold;color:#f2f9ff;width:160px;height:55px;font-family:ral;overflow:hidden; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ [class*="-text"]:-moz-placeholder { color:#4d4d4d;font-family:ubuntu;font-size:16px;text-align:left;text-align-last:left; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ [class*="-text"]::-moz-placeholder { color:#4d4d4d;font-family:ubuntu;font-size:16px;text-align:left;text-align-last:left; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ [class*="-text"]:-ms-input-placeholder { color:#4d4d4d;font-family:ubuntu;font-size:16px;text-align:left;text-align-last:left; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ [class*="-text"]::-webkit-input-placeholder { color:#4d4d4d;font-family:ubuntu;font-size:16px;text-align:left;text-align-last:left; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:16px;font-weight:400;color:#8d5600;vertical-align:top;width:260px;overflow:hidden;font-style:normal;line-height:1.4;text-align:left;text-align-last:left; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:top; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-radio-label { display:inline;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;box-sizing:border-box;height:18px;vertical-align:top;font-family:ubuntu;font-size:13px;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-container:first-of-type{padding-top:0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-container:last-of-type{padding-bottom:0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ  { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:276px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:15px;left:561.00003051758px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:276px;display:block;vertical-align:top; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-info-text { font-size:16px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ {display:block;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ { background-color:rgba(0,0,0,0);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:276px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100016;position:absolute;top:15px;left:561.00003051758px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #pVdnSmWiZJcvyvf63ug2UxIiIrJGi6uT { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #mLishR3Fu09QFR79l2EbTKIcsoC2VTxO { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #keb0ivsWTiPlcbJsk0eISfxd2D99TBNM { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #GfT9dVJRwDLneswcRXXiJ5wBwtaXUP9t { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #Ps17cbIOJNDEEVJswLm4WoExKZT9l93I { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #AM5QiFbMeeKImqy5gm8QdilDvri5TwdE { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #bsKsiN3HEHIqgTtL3LIJdStGMWfM0oNS { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #PKz3nTaeaQuTXI8i7fRDrz5qqIgg0Ctv { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #w1tdzPq31hBDL0xfzElQOOlT3UEGwAmP { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #xA7wst2bqezeK4PvGW9ECXCNTWk3Ho3U { position:relative; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #stxmTpV3OE6RgUMEe8zx5TahOW5qOKZM { position:relative; }
#NxBwk42xT4maxihoQqSa1827Nv2lyr17 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row .container { background-color: transparent; background-image: none; }#NxBwk42xT4maxihoQqSa1827Nv2lyr17::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row .container > .video-iframe-container { display: none; }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row > .video-iframe-container { display: none; }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .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); }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row .container { border-width: 0; border-radius: 0; }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row .container { font-size:14px;font-family:arial;height:81px;width:960px;position:relative;display:block; }#T16hh98r7uuDRyB7UlBzmN3eeSZv678q { display:block;width:439px;position:absolute;font-family:ral;font-size:34px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:30px;left:20px;height:37.3333px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4e9421;background-image:none;position:relative;display:block; }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row .container { background-color: transparent; background-image: none; }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row .container > .video-iframe-container { display: none; }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row > .video-iframe-container { display: none; }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .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); }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row .container { border-width: 0; border-radius: 0; }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row .container { font-size:14px;font-family:arial;height:468px;width:960px;position:relative;display:block; }#egviqba5cGql0hyk1n7xH1zQAfQARGkM { display:block;width:425px;position:absolute;font-family:ral;font-size:18px;font-weight:400;z-index:100005;line-height:1.5;letter-spacing:0;top:28px;left:28px;height:;color:#360161;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#XN5Xgogo1qJC6SJ2RzkeTGvsUb5pAGQo { display:block;width:439px;position:absolute;font-family:ral;font-size:34px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:38px;left:501px;height:37.3333px;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mP6N2SpF33LCxRACTULSLIu2IP0EuFxD { display:block;width:385px;position:absolute;font-family:ral;font-size:23px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:282px;left:546px;height:29.3333px;color:#ffffff;display:block; }
#Qk2OFWDQazXquVyBzK61OPO1qveG8ke2 { display:block;width:380px;position:absolute;font-family:ral;font-size:23px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:153px;left:549px;height:58.6667px;color:#ffffff;display:block; }
#MPGBF8hPQnSR5DZct41dfHswTVshHqlI { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:105px;left:509px;display:block; }
#qi4PvtDCzfOaixbK3KRmWyQ10kcJvopD { display:block;width:385px;position:absolute;font-family:ral;font-size:23px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:107px;left:546px;height:29.3333px;color:#ffffff;display:block; }
#MdKfcBdtBy7G43qT4Nlkn9yQhPQSv8Rz { display:block;width:385px;position:absolute;font-family:ral;font-size:23px;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:231px;left:546px;height:29.3333px;color:#ffffff;display:block; }
#vxdewwihEoXzVO88Nm1fZBItTaoR19sz { display:block;width:385px;position:absolute;font-family:ral;font-size:23px;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:337px;left:546px;height:29.3333px;color:#ffffff;display:block; }
#TO9KRso50LqT3fdpbT0EbIpVRSGQr0dk { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:165px;left:509px;display:block; }
#R91DFqieGg1yNTTQ2Da4890qxIlkJ645 { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:229px;left:509px;display:block; }
#rMpSsL8M2dLnwmT3gImdhUeTKQUrLwJV { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:280px;left:509px;display:block; }
#ost8ZNrm49lzg7tkOu033Etf8dOsaibB { box-sizing:content-box;color:#ffffff;font-size:23px;font-weight:400;line-height:1;height:34px;width:34px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:335px;left:509px;display:block; }
#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row .container { background-color: transparent; background-image: none; }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row .container > .video-iframe-container { display: none; }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row > .video-iframe-container { display: none; }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .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); }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row .container { border-width: 0; border-radius: 0; }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row .container { font-size:14px;font-family:arial;height:66px;width:960px;position:relative;display:block; }#TVzKJ3p53h1UJGn35XkORxtI0vi11MN9 { display:block;width:439px;position:absolute;font-family:ral;font-size:34px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:14px;left:20px;height:37.3333px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(135,135,135,0.24);background-image:none;position:relative;display:block; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container { background-color: transparent; background-image: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container > .video-iframe-container { display: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row > .video-iframe-container { display: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .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); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container { border-width: 0; border-radius: 0; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container { font-size:14px;font-family:arial;height:329px;width:960px;position:relative;display:block; }#EyayGR9ZqSsh63oILV1INkFDlmlKgh7t { border-bottom:0;border-left:0;border-right:0;border-top:0;height:229px;width:229px;position:absolute;display:block;z-index:100009;top:37px;left:122px;overflow:hidden;display:block; }
#pGqtES1WpnX70FSGMdlA64xuFAhoU1ba { display:block;width:278px;position:absolute;font-family:ubuntu;font-size:30px;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:23px;left:524px;height:38.6667px;font-style:normal;text-align:left;text-align-last:left;color:#ffb628;display:block; }
#kRKQsw9VcPus4n10V60ioabphvTGTlzQ { display:block;width:393px;position:absolute;font-family:ubuntu;font-size:21px;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:61px;left:524px;height:240.0003px;font-style:normal;text-align:left;text-align-last:left;color:#3f3c3c;display:block; }
#BBFkrNhqM3nPmn2i3mUo3znVFEsuOWwG { border-bottom:3px solid #4e9421;border-left:3px solid #4e9421;border-right:3px solid #4e9421;border-top:3px solid #4e9421;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:rgba(255,255,255,0.72);background-image:none;height:304px;width:429px;position:absolute;display:block;z-index:99997;top:9px;left:501px;display:block; }
#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row .container { background-color: transparent; background-image: none; }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row .container > .video-iframe-container { display: none; }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row > .video-iframe-container { display: none; }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .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); }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row .container { border-width: 0; border-radius: 0; }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row .container { font-size:14px;font-family:arial;height:66px;width:960px;position:relative;display:block; }#upbsyRwqMGcWTTQ1vtLTauL7uIZ4nx3t { display:block;width:439px;position:absolute;font-family:ral;font-size:34px;font-weight:700;z-index:100002;line-height:1.1;letter-spacing:0;top:14px;left:20px;height:37.3333px;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(135,135,135,0.52);background-image:url("https://images.assets-landingi.com/5NDdBOau/ni%C3%B1os_felices.jpg");background-position:top center;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container { background-color: transparent; background-image: none; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container > .video-iframe-container { display: none; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row > .video-iframe-container { display: none; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .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); }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container { border-width: 0; border-radius: 0; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container { font-size:14px;font-family:arial;height:421px;width:960px;position:relative;display:block; }#JctSMM9z0Rw3gJFmbSHIrI11vyUQEAWs { display:block;width:444px;position:absolute;font-family:ral;font-size:27px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:36px;left:2px;height:34.6667px;text-align:center;text-align-last:center;color:#004f78;display:block; }
#vVUWbIAdTsnd5T5tXccWrLT04wTPy2K8 { display:block;width:377px;position:absolute;font-family:ral;font-size:23px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:128px;left:55px;height:58.6667px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;position:relative;display:block; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container { background-color: transparent; background-image: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container > .video-iframe-container { display: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row > .video-iframe-container { display: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .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); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container { border-width: 0; border-radius: 0; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container { font-size:14px;font-family:arial;height:259px;width:960px;position:relative;display:block; }#B86hk2agdtCF5OmtBDB5NTRdyUCBbyED { display:block;width:470px;position:absolute;font-family:ral;font-size:22px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:40px;left:245px;height:140px;color:#ffffff;display:block; }
#fRoRoTP7sOfTgDwoK6X1DAzXUBT8bwn2 { display:block;width:201px;position:absolute;font-family:ral;font-size:22px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:180px;left:515px;height:28px;color:#ffffff;font-style:italic;display:block; }
#izmWC0kcsnPb48mIfDbiaQS1uZu78UyO { display:block;width:470px;position:absolute;font-family:ral;font-size:22px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:40.5px;left:245px;height:140px;color:#ffffff;display:none; }
#AGTTN1ZiaQf4UETq0EusPC3qfsHq0a1Q { display:block;width:201px;position:absolute;font-family:ral;font-size:22px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:180.5px;left:515px;height:28px;color:#ffffff;font-style:italic;display:none; }
#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row .container { background-color: transparent; background-image: none; }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row .container > .video-iframe-container { display: none; }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row > .video-iframe-container { display: none; }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .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); }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row .container { border-width: 0; border-radius: 0; }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row .container { font-size:14px;font-family:arial;height:108px;width:960px;position:relative;display:block; }#VBMsTk9HdCRBeLTlXGNQaXwNBDVQuW16 { box-sizing:content-box;color:#4e9421;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100000;top:33px;left:675px;display:block; }
#KDrJTUlre3FMGVoWttbXPh72nWnyF2EJ { box-sizing:content-box;color:#4e9421;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:33px;left:725px;display:block; }
#wqHhGDt5XJNZ2xxS664FfuBuxd3FWsTV { display:block;width:601px;position:absolute;font-family:ral;font-size:18px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:46px;left:36px;height:22.6667px;display:block; }
@media only screen and (max-width: 959px) { body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/7vgBb1rO/HOME_6.jpg");background-position:center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 959px) { #QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ddysXNLF/150501_Yoga_course_Russia_-_teacher_Fil_Dunsky_020.jpg");background-position:center right;background-repeat:repeat;background-attachment:fixed;background-size:cover;display:block; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container { background-color: transparent; background-image: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container > .video-iframe-container { display: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row > .video-iframe-container { display: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .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); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container { width:764px;height:751px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:454px;height:57px;top:118px;left:25px;font-size:44px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #zMe2FoInxJCd4o8bSb6lriMfh7UbJR39 { width:497px;height:29px;top:181px;left:27px;font-size:22px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #ET5aJJyKemGPzSptO9RM2uhm1vU24gOG { width:385px;height:78px;top:489px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #V4TMPsKJifz6Tpih9prkKZ06JKWltfnV { width:118px;height:118px;top:0px;left:646px;display:block; }
 }@media only screen and (max-width: 959px) { #ez0ZEekGGJu8KOekDurm4CJf8zq9p6Lx { width:134px;height:103px;top:0px;left:630px;display:block; }
 }@media only screen and (max-width: 959px) { #Sps7QBbZULNAO1lKZqd7Z14uoQi8i3lf { width:454px;height:57px;top:118px;left:25px;font-size:44px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #uLsOcxx0BrT6Wg4gt1N0Z0s3df3AFpt4 { width:497px;height:29px;top:181px;left:27px;font-size:22px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #uB0NeCeleWLlK64xh0A1gt17DzaGS46L { width:280px;height:130px;top:326px;left:20px;display:block; }
 }@media only screen and (max-width: 959px) { #xaaga6a24oRhau4TFsCoqqKah3qi1VNo { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 959px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:764px;height:413px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UllpvzqHqHtCCeTbeZMt0t3UtVnnvVwE { width:250px;height:43px;top:258px;left:85px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #sy3Tikr4nenSQ5eszdVAbyTHcmei4PeM { width:250px;height:43px;top:344px;left:85px;font-size:13px;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-regular-label { width:270px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-text { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-textarea { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-select { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-button { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-checkbox-label { width:254px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ  { width:270px;height:auto;top:370px;left:436px;z-index:100017; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .radio-container { width:270px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ {display:block;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ { width:270px;height:auto;top:370px;left:436px;z-index:100017; }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #pVdnSmWiZJcvyvf63ug2UxIiIrJGi6uT {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #mLishR3Fu09QFR79l2EbTKIcsoC2VTxO {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #keb0ivsWTiPlcbJsk0eISfxd2D99TBNM {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #GfT9dVJRwDLneswcRXXiJ5wBwtaXUP9t {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #Ps17cbIOJNDEEVJswLm4WoExKZT9l93I {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #AM5QiFbMeeKImqy5gm8QdilDvri5TwdE {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #bsKsiN3HEHIqgTtL3LIJdStGMWfM0oNS {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #PKz3nTaeaQuTXI8i7fRDrz5qqIgg0Ctv {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #w1tdzPq31hBDL0xfzElQOOlT3UEGwAmP {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #xA7wst2bqezeK4PvGW9ECXCNTWk3Ho3U {  }
 }@media only screen and (max-width: 959px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #stxmTpV3OE6RgUMEe8zx5TahOW5qOKZM {  }
 }@media only screen and (max-width: 959px) { #NxBwk42xT4maxihoQqSa1827Nv2lyr17 { display:block; }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row .container { width:764px;height:413px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #T16hh98r7uuDRyB7UlBzmN3eeSZv678q { width:350px;height:75px;top:43px;left:32px;display:block; }
 }@media only screen and (max-width: 959px) { #i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L { display:block; }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row .container { width:764px;height:413px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #egviqba5cGql0hyk1n7xH1zQAfQARGkM { width:340px;height:293px;top:140px;left:21px;font-size:15px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #XN5Xgogo1qJC6SJ2RzkeTGvsUb5pAGQo { width:350px;height:37px;top:43px;left:414px;display:block; }
 }@media only screen and (max-width: 959px) { #mP6N2SpF33LCxRACTULSLIu2IP0EuFxD { width:382px;height:29px;top:282px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #Qk2OFWDQazXquVyBzK61OPO1qveG8ke2 { width:380px;height:58px;top:153px;left:384px;display:block; }
 }@media only screen and (max-width: 959px) { #MPGBF8hPQnSR5DZct41dfHswTVshHqlI { width:34px;height:34px;top:105px;left:382px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #qi4PvtDCzfOaixbK3KRmWyQ10kcJvopD { width:382px;height:29px;top:107px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #MdKfcBdtBy7G43qT4Nlkn9yQhPQSv8Rz { width:382px;height:29px;top:231px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #vxdewwihEoXzVO88Nm1fZBItTaoR19sz { width:382px;height:29px;top:337px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #TO9KRso50LqT3fdpbT0EbIpVRSGQr0dk { width:34px;height:34px;top:165px;left:382px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #R91DFqieGg1yNTTQ2Da4890qxIlkJ645 { width:34px;height:34px;top:229px;left:382px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #rMpSsL8M2dLnwmT3gImdhUeTKQUrLwJV { width:34px;height:34px;top:280px;left:382px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #ost8ZNrm49lzg7tkOu033Etf8dOsaibB { width:34px;height:34px;top:335px;left:382px;font-size:23px;display:block; }
 }@media only screen and (max-width: 959px) { #D1eM842ScRsOHTu1ek9hAehdq1gtuTlz { display:block; }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row .container { width:764px;height:413px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TVzKJ3p53h1UJGn35XkORxtI0vi11MN9 { width:350px;height:37px;top:43px;left:32px;display:block; }
 }@media only screen and (max-width: 959px) { #TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV { background-color:rgba(40,153,255,0.51);background-image:url("https://images.assets-landingi.com/Tv5Wc0F2/HOME_2");background-position:center;background-repeat:repeat;background-attachment:fixed;background-size:cover;display:block; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container { background-color: transparent; background-image: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container > .video-iframe-container { display: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row > .video-iframe-container { display: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .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); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container { width:764px;height:376px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EyayGR9ZqSsh63oILV1INkFDlmlKgh7t { width:229px;height:229px;top:37px;left:73px;display:block; }
 }@media only screen and (max-width: 959px) { #pGqtES1WpnX70FSGMdlA64xuFAhoU1ba { width:225px;height:39px;top:200px;left:467px;display:block; }
 }@media only screen and (max-width: 959px) { #kRKQsw9VcPus4n10V60ioabphvTGTlzQ { width:300px;height:301px;top:256px;left:428px;display:block; }
 }@media only screen and (max-width: 959px) { #BBFkrNhqM3nPmn2i3mUo3znVFEsuOWwG { width:376px;height:304px;top:9px;left:382px;display:block; }
 }@media only screen and (max-width: 959px) { #UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw { display:block; }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row .container { width:764px;height:413px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #upbsyRwqMGcWTTQ1vtLTauL7uIZ4nx3t { width:350px;height:37px;top:43px;left:32px;display:block; }
 }@media only screen and (max-width: 959px) { #vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD { display:block; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JctSMM9z0Rw3gJFmbSHIrI11vyUQEAWs { width:444px;height:34px;top:36px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #vVUWbIAdTsnd5T5tXccWrLT04wTPy2K8 { width:377px;height:58px;top:128px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 { background-color:rgba(183,123,232,0.33);background-image:url("https://images.assets-landingi.com/ddysXNLF/150501_Yoga_course_Russia_-_teacher_Fil_Dunsky_020.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;display:block; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container { background-color: transparent; background-image: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container > .video-iframe-container { display: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row > .video-iframe-container { display: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .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); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container { width:764px;height:658px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #B86hk2agdtCF5OmtBDB5NTRdyUCBbyED { width:470px;height:140px;top:40px;left:147px;display:block; }
 }@media only screen and (max-width: 959px) { #fRoRoTP7sOfTgDwoK6X1DAzXUBT8bwn2 { width:201px;height:28px;top:180px;left:417px;display:block; }
 }@media only screen and (max-width: 959px) { #izmWC0kcsnPb48mIfDbiaQS1uZu78UyO { width:320px;height:200px;top:47px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #AGTTN1ZiaQf4UETq0EusPC3qfsHq0a1Q { width:201px;height:29px;top:265px;left:59px;display:block; }
 }@media only screen and (max-width: 959px) { #gLQmgxbwkqqKsd66en4gd9LIUTUcODvs { display:block; }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #VBMsTk9HdCRBeLTlXGNQaXwNBDVQuW16 { width:50px;height:50px;top:33px;left:551px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #KDrJTUlre3FMGVoWttbXPh72nWnyF2EJ { width:50px;height:50px;top:33px;left:598px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #wqHhGDt5XJNZ2xxS664FfuBuxd3FWsTV { width:499px;height:21px;top:46px;left:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:transparent;background-image:none;top:0px;left:0px;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab { background-color:#ffffff;background-image:url("https://landingi-pictures.s3.amazonaws.com/wl1LU0PQ/BACKGROUND_BARRIO_AOL.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;display:block; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container { background-color: transparent; background-image: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container > .video-iframe-container { display: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row > .video-iframe-container { display: none; }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .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); }#QSsGrK5tSNRTcHZmPRTqBTVrwiuOM8ab > .row .container { width:320px;height:647px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Hw3GIiNuwByHgDSES1u4Fe3XZE5sR6gU { width:320px;height:0;top:119px;left:0px;font-size:35px;color:#ffffff;text-align:center;text-align-last:center;line-height:.8;display:none; }
 }@media only screen and (max-width: 763px) { #zMe2FoInxJCd4o8bSb6lriMfh7UbJR39 { width:320px;height:0;top:168px;left:0px;font-size:27px;color:#ffffff;text-align:center;text-align-last:center;z-index:100018;display:none; }
 }@media only screen and (max-width: 763px) { #ET5aJJyKemGPzSptO9RM2uhm1vU24gOG { width:280px;height:0;top:246.5px;left:20px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #V4TMPsKJifz6Tpih9prkKZ06JKWltfnV { width:118px;height:118px;top:-20px;left:101px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ez0ZEekGGJu8KOekDurm4CJf8zq9p6Lx { width:146px;height:80px;top:0px;left:87px;display:block; }
 }@media only screen and (max-width: 763px) { #Sps7QBbZULNAO1lKZqd7Z14uoQi8i3lf { width:320px;height:28px;top:125px;left:0px;font-size:35px;color:#ffffff;text-align:center;text-align-last:center;line-height:.8;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #uLsOcxx0BrT6Wg4gt1N0Z0s3df3AFpt4 { width:320px;height:35px;top:161px;left:0px;font-size:27px;color:#ffffff;text-align:center;text-align-last:center;z-index:100019;display:block; }
 }@media only screen and (max-width: 763px) { #uB0NeCeleWLlK64xh0A1gt17DzaGS46L { width:280px;height:132px;top:326px;left:20px;text-align:center;text-align-last:center;z-index:100018;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xaaga6a24oRhau4TFsCoqqKah3qi1VNo { top:292px;left:0px;width:320px;height:200px;z-index:99998;background-color:rgba(255,255,255,0.62);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ { background-color:#4785b5;background-image:none;display:block; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { background-color: transparent; background-image: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row > .video-iframe-container { display: none; }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .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); }#wTSUNmHO0IWqBHvD6e5xIOniJyES12hJ > .row .container { width:320px;height:700px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UllpvzqHqHtCCeTbeZMt0t3UtVnnvVwE { width:300px;height:63px;top:210px;left:10px;font-size:19px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sy3Tikr4nenSQ5eszdVAbyTHcmei4PeM { width:300px;height:138px;top:37px;left:10px;font-size:25px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-regular-label { width:247px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-text { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;background-color:rgba(255,255,255,0.7);background-image:none;background-position:top left;background-repeat:repeat;background-size:initial; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-text {padding-top: 0; padding-bottom: 0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-textarea { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;background-color:rgba(255,255,255,0.7);background-image:none;background-position:top left;background-repeat:repeat;background-size:initial; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-select { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-select {padding-top: 0; padding-bottom: 0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-input-button { width:143px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:52px;background-color:#4e9421;background-image:none;background-position:top left;background-repeat:repeat;background-size:initial;height:50px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ [class*="-text"]:-moz-placeholder { color:#646464; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ [class*="-text"]::-moz-placeholder { color:#646464; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ [class*="-text"]:-ms-input-placeholder { color:#646464; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ [class*="-text"]::-webkit-input-placeholder { color:#646464; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-checkbox-label { width:231px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-container { padding-top:0;padding-left:0;padding-right:0;padding-bottom:0; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-container:first-of-type{padding-top:0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .widget-container:last-of-type{padding-bottom:0;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ  { width:247px;height:auto;top:342px;left:16px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ .radio-container { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ {display:block;}#d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ { width:247px;height:auto;top:342px;left:16px; }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #pVdnSmWiZJcvyvf63ug2UxIiIrJGi6uT {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #mLishR3Fu09QFR79l2EbTKIcsoC2VTxO {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #keb0ivsWTiPlcbJsk0eISfxd2D99TBNM {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #GfT9dVJRwDLneswcRXXiJ5wBwtaXUP9t {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #Ps17cbIOJNDEEVJswLm4WoExKZT9l93I {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #AM5QiFbMeeKImqy5gm8QdilDvri5TwdE {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #bsKsiN3HEHIqgTtL3LIJdStGMWfM0oNS {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #PKz3nTaeaQuTXI8i7fRDrz5qqIgg0Ctv {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #w1tdzPq31hBDL0xfzElQOOlT3UEGwAmP {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #xA7wst2bqezeK4PvGW9ECXCNTWk3Ho3U {  }
 }@media only screen and (max-width: 763px) { #d4PFTLnwheBsEZyGk347NMXkdA3V8fIQ #stxmTpV3OE6RgUMEe8zx5TahOW5qOKZM {  }
 }@media only screen and (max-width: 763px) { #NxBwk42xT4maxihoQqSa1827Nv2lyr17 { display:block; }#NxBwk42xT4maxihoQqSa1827Nv2lyr17 > .row .container { width:320px;height:135px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T16hh98r7uuDRyB7UlBzmN3eeSZv678q { width:320px;height:75px;top:22px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L { display:block; }#i7IF4vwK1I4i6TdhFKNEQQFrGbgLLf1L > .row .container { width:320px;height:753px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egviqba5cGql0hyk1n7xH1zQAfQARGkM { width:278px;height:384px;top:17px;left:21px;text-align:center;text-align-last:center;color:#862119;font-size:16px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XN5Xgogo1qJC6SJ2RzkeTGvsUb5pAGQo { width:320px;height:28px;top:431px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #mP6N2SpF33LCxRACTULSLIu2IP0EuFxD { width:220px;height:23px;top:634px;left:50px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Qk2OFWDQazXquVyBzK61OPO1qveG8ke2 { width:300px;height:47px;top:536px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MPGBF8hPQnSR5DZct41dfHswTVshHqlI { width:34px;height:34px;top:159px;left:17px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #qi4PvtDCzfOaixbK3KRmWyQ10kcJvopD { width:320px;height:23px;top:494px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #MdKfcBdtBy7G43qT4Nlkn9yQhPQSv8Rz { width:320px;height:23px;top:598px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vxdewwihEoXzVO88Nm1fZBItTaoR19sz { width:300px;height:23px;top:675px;left:10px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TO9KRso50LqT3fdpbT0EbIpVRSGQr0dk { width:34px;height:34px;top:214px;left:143px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #R91DFqieGg1yNTTQ2Da4890qxIlkJ645 { width:34px;height:34px;top:324px;left:143px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #rMpSsL8M2dLnwmT3gImdhUeTKQUrLwJV { width:34px;height:34px;top:434px;left:143px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #ost8ZNrm49lzg7tkOu033Etf8dOsaibB { width:34px;height:34px;top:335px;left:143px;font-size:23px;display:none; }
 }@media only screen and (max-width: 763px) { #D1eM842ScRsOHTu1ek9hAehdq1gtuTlz { display:block; }#D1eM842ScRsOHTu1ek9hAehdq1gtuTlz > .row .container { width:320px;height:114px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TVzKJ3p53h1UJGn35XkORxtI0vi11MN9 { width:320px;height:75px;top:19px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV { background-color:rgba(255,255,255,0.97);background-image:none;display:block; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container { background-color: transparent; background-image: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container > .video-iframe-container { display: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row > .video-iframe-container { display: none; }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .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); }#TqaOLzZRp8zC5wtH8uhds6ya5HFDCsPV > .row .container { width:320px;height:584px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EyayGR9ZqSsh63oILV1INkFDlmlKgh7t { width:229px;height:229px;top:19px;left:42px;display:block; }
 }@media only screen and (max-width: 763px) { #pGqtES1WpnX70FSGMdlA64xuFAhoU1ba { width:302px;height:39px;top:286px;left:9px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRKQsw9VcPus4n10V60ioabphvTGTlzQ { width:275px;height:243px;top:325px;left:22px;text-align:center;text-align-last:center;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #BBFkrNhqM3nPmn2i3mUo3znVFEsuOWwG { width:300px;height:300px;top:269px;left:7px;display:block; }
 }@media only screen and (max-width: 763px) { #UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw { display:block; }#UAdp4DcxmpgTVkR5tpv78zkpG7BNgUrw > .row .container { width:320px;height:129px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upbsyRwqMGcWTTQ1vtLTauL7uIZ4nx3t { width:320px;height:37px;top:23px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD { display:block; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD { background-color: transparent; background-image: none; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container > .video-iframe-container { display: none; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row > .video-iframe-container { display: none; }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .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); }#vznmqdmzUNw3w1R8pnuOnq3UhPU3rCsD > .row .container { width:320px;height:1187px;background-color:#4785b5;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JctSMM9z0Rw3gJFmbSHIrI11vyUQEAWs { width:233px;height:105px;top:88px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #vVUWbIAdTsnd5T5tXccWrLT04wTPy2K8 { width:232px;height:150px;top:242px;left:43px;display:block; }
 }@media only screen and (max-width: 763px) { #uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 { background-color:#ffffff;background-image:none;display:block; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container { background-color: transparent; background-image: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container > .video-iframe-container { display: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row > .video-iframe-container { display: none; }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .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); }#uDz6PFc8GfqhEiHKIEqvOw57mVvnfBq0 > .row .container { width:320px;height:326px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B86hk2agdtCF5OmtBDB5NTRdyUCBbyED { width:320px;height:196px;top:221px;left:0px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #fRoRoTP7sOfTgDwoK6X1DAzXUBT8bwn2 { width:201px;height:28px;top:437px;left:59px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #izmWC0kcsnPb48mIfDbiaQS1uZu78UyO { width:304px;height:229px;top:23px;left:8px;text-align:center;text-align-last:center;z-index:100007;display:block; }
 }@media only screen and (max-width: 763px) { #AGTTN1ZiaQf4UETq0EusPC3qfsHq0a1Q { width:201px;height:29px;top:265px;left:59px;text-align:center;text-align-last:center;z-index:100008;display:block; }
 }@media only screen and (max-width: 763px) { #gLQmgxbwkqqKsd66en4gd9LIUTUcODvs { display:block; }#gLQmgxbwkqqKsd66en4gd9LIUTUcODvs > .row .container { width:320px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBMsTk9HdCRBeLTlXGNQaXwNBDVQuW16 { width:50px;height:50px;top:64px;left:59px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #KDrJTUlre3FMGVoWttbXPh72nWnyF2EJ { width:50px;height:50px;top:64px;left:209px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #wqHhGDt5XJNZ2xxS664FfuBuxd3FWsTV { width:310px;height:42px;top:16px;left:5px;text-align:center;text-align-last:center;display:block; }
 }