.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 0 0 30px;
  counter-reset: ordered;
}
ol li {
  position: relative;
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0 0 0 30px;
}
ul li {
  position: relative;
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  position: absolute;
  left: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
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-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:#ffffff;background-image:url("https://images.assets-landingi.com/WVi9BVvF/150118_Yoga_course_teacher_Fil_Dunsky_016.jpg");background-position:top left;background-repeat:repeat;background-attachment:fixed;background-size:cover;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WVi9BVvF/150118_Yoga_course_teacher_Fil_Dunsky_016.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:fixed;background-size:cover;z-index:;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:570px;width:960px;overflow:visible;position:relative;display:block; }#hz4Kp5IcFae05ctT6lgkU8EHeQNCSwKp { border-bottom:0;border-left:0;border-right:0;border-top:0;height:117px;width:117px;position:absolute;display:block;z-index:100001;top:0;left:43px;overflow:hidden;display:block; }
#sBt7IFkhRNUfuzNNLSOvuVt7e3tBa8EV { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#192a3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:103px;width:139px;position:absolute;display:block;z-index:99999;top:0;left:33px;display:block; }
#fnnFd1QcoUkVbuUagqa5ZgQZF5qAGxWr { display:block;width:831px;position:absolute;font-family:ral;font-size:113px;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:440px;left:75px;height:146px;color:#ffffff;font-style:normal;display:block; }
#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#192a3c;background-image:none;position:relative;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 .container { font-size:14px;font-family:arial;height:400px;width:960px;position:relative;display:block; }#ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { display:block;width:381px;position:absolute;font-family:ral;font-size:37px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:83px;left:81px;height:48px;color:#ffffff;font-style:normal;display:block; }
#xWNUkGD5rzSEQ53LSl0BeqyF2HVMOlbk { display:block;width:363px;position:absolute;font-family:ral;font-size:29px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:122px;left:81px;height:37px;color:#ffffff;display:block; }
#JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { display:block;width:343px;position:absolute;font-family:ral;font-size:19px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:177px;left:81px;height:48px;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-form-header {  }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:400;color:#f2f9ff;width:295px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;background-color:transparent;background-image:none;font-style:normal; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;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:0px;margin-bottom:4px;margin-left:0px;display:block;width:295px;box-sizing:border-box;height:41px;color:#000000;font-size:13px;overflow:hidden;font-family:"open sans"; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-textarea { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;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:0px;margin-bottom:4px;margin-left:0px;display:block;width:295px;box-sizing:border-box;height:70px;color:#000000;font-size:13px;overflow:hidden;font-family:"open sans"; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ffffff;background-image:none;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:0px;margin-bottom:4px;margin-left:0px;display:block;width:295px;box-sizing:border-box;height:40px;color:#000000;font-family:"open sans";font-size:13px;overflow:hidden; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-button { border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;background-color:#ff9e00;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:66px;margin-left:63px;margin-bottom:4px;display:block;box-sizing:border-box;font-size:22px;font-weight:bold;color:#ffffff;width:168px;height:51px;font-family:"open sans";overflow:hidden; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT [class*="-text"]:-moz-placeholder { color:#d1d2d3;font-family:"open sans";font-size:13px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT [class*="-text"]::-moz-placeholder { color:#d1d2d3;font-family:"open sans";font-size:13px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT [class*="-text"]:-ms-input-placeholder { color:#d1d2d3;font-family:"open sans";font-size:13px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT [class*="-text"]::-webkit-input-placeholder { color:#d1d2d3;font-family:"open sans";font-size:13px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .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:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;vertical-align:top;width:276px;overflow:hidden;font-style:normal; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .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:middle; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .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:middle;font-family:"open sans";font-size:12px;font-weight:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;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;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:297px;height:auto;border-bottom:0;border-left:0;border-right:0;border-top:0;left:520.00003051758px;top:2.9861450195312px;z-index:100003;position:absolute; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:295px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#f2f9ff;vertical-align:top;overflow:hidden;font-style:normal; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT {display:block;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT { background-color:transparent;background-image:none;border-top-left-radius:2px;border-top-right-radius:2px;border-bottom-left-radius:2px;border-bottom-right-radius:2px;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:297px;height:auto;border-bottom:0;border-left:0;border-right:0;border-top:0;left:520.00003051758px;top:2.9861450195312px;z-index:100003;position:absolute; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BK0bmd08zDd1kpehyFJHeONFhkkW78rM { position:relative;top:0px;left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #k6SV9FzOHDBv05fLDXTDVyQy9nEDhXpR { position:relative;top:0px;left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #wHHsz0dQkQFfqFKTbNqageEAJveO5lbN { position:relative;top:0px;left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #AzA0rfOxJBtLTxnTU8UW1Rg838MEdlRT { position:relative;top:0px;left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #D5plZoHttPmAyyx9bLVAQVzlJRB2A8ic { position:relative;top:0px;left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #ZIMmAGgPOsciziTqRrgAK3ALfvTrKeZx { position:relative;top:0px;left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #T5t3i5v3ywh6NkKReO11utmfTG1zsgD2 { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xyAszxJF86s7n9teOyG1mSiyTLUlOhaB { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xkNbhzy7IuRTQ03tpTzWsS9zS1tWq1PS { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #PbMMTftxH6WEOyiQy7Sw7pWMJwbLxV4C { position:relative;top:0px;left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #amGvpm37bl0aUx8D5OzmQqVQwGsGr9Nb { position:relative;top:0px;left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #svIMWNU8pHs75WWQBulMXSGwXIxl6WFy { position:relative;top:0px;left:0px; }
#tphhsA1R0IzsSrd49RFWv9O1HEd25TEn { position:relative;top:0px;left:0px;display:block; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #ULiVWT3GPFHoHOOcln2qQxsZDMV6NWIv { position:relative; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #FaVzKxLrouokZM2cHW2dd8MOraOTQ3Ny { position:relative; }
#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(225,225,224,0.87);background-image:none;position:relative;display:block; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { background-color: transparent; background-image: none; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container > .video-iframe-container { display: none; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row > .video-iframe-container { display: none; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .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); }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { border-width: 0; border-radius: 0; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { font-size:14px;font-family:arial;height:582px;width:960px;position:relative;display:block; }#MbZacBEhO9ENuASvoi6W9XkW0TTLh9Ny { display:block;width:364px;position:absolute;font-family:ral;font-size:35px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:52px;left:58px;height:45px;font-style:normal;color:#01365a;display:block; }
#H04weh0UEAxMU57aIHBpVVzCMP5biHnV { display:block;width:353px;position:absolute;font-family:ral;font-size:19px;font-weight:700;z-index:100002;line-height:1;letter-spacing:0;top:112px;left:63px;height:95px;text-align:justify;text-align-last:initial;font-style:normal;color:#01365a;display:block; }
#rQ1fTaOKWseHuLmVvuaNqtuewuMU3tmn { display:block;width:353px;position:absolute;font-family:ral;font-size:18px;font-weight:400;z-index:100003;line-height:1.1;letter-spacing:0;top:309px;left:42px;height:57px;text-align:justify;text-align-last:initial;font-style:normal;color:#ffffff;display:block; }
#GTk4BWAkbPTC9QL0FkXU4P3IIbyi4mQv { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#192a3c;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:173px;width:445px;position:absolute;display:block;z-index:99998;top:261px;left:14px;display:block; }
#p9pKHevU9wGO3Q3Blphzv9Zxi1aqC7pJ { display:block;width:364px;position:absolute;font-family:ral;font-size:35px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:274px;left:527px;height:45px;font-style:normal;color:#01365a;display:block; }
#i51lUhpzXHLNTNdp887d29II5xEEOM2V { border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-top:2px solid #ffffff;background-color:rgba(255,255,255,0.1);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:256px;width:421px;position:absolute;display:block;z-index:99999;top:261px;left:500px;display:block; }
#e5aTURwuPVvDV5H3g9fuz48HTAb4eNzZ { display:block;width:405px;position:absolute;font-family:ral;font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:330px;left:509px;height:156px;text-align:justify;text-align-last:initial;color:#01365a;display:block; }
#xxXJcStDsUrNotE2R47PTq0mwGhvz21w { display:block;width:364px;position:absolute;font-family:ral;font-size:35px;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:24px;left:514px;height:45px;font-style:normal;color:#01365a;display:block; }
#getHm5LryibAKMiIeccc1ZaE0izzT1OQ { display:block;width:247px;position:absolute;font-family:ral;font-size:19px;font-weight:700;z-index:100004;line-height:1;letter-spacing:0;top:84px;left:510px;height:114px;text-align:justify;text-align-last:initial;font-style:normal;color:#01365a;display:block; }
#mypcqpKmGvfB5KRl7dAEGdThLvi8pNXS { box-sizing:content-box;color:#01365a;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:84px;left:769px;display:block; }
#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,79,120,0.75);background-image:none;position:relative;display:block; }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row .container { background-color: transparent; background-image: none; }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row .container > .video-iframe-container { display: none; }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row > .video-iframe-container { display: none; }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .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); }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row .container { border-width: 0; border-radius: 0; }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row .container { font-size:14px;font-family:arial;height:353px;width:960px;position:relative;display:block; }#JDpTT7TzpTwcZ0zOCc3LCEfxXCtswVQB { display:block;width:265px;position:absolute;font-family:ral;font-size:22px;font-weight:400;z-index:100004;line-height:1.1;letter-spacing:0;top:115px;left:35px;height:144px;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#QNbsEOnLScEQEpyK0ts9ANc71snaIiZ7 { display:block;width:200px;position:absolute;font-family:ral;font-size:27px;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:64px;left:37px;height:35px;color:#ffffff;font-style:normal;display:block; }
#K1PaIdrUP4xFO1LlLPRceGIeq6r5QqhZ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:66px;width:98px;position:absolute;display:block;z-index:100010;top:49px;left:207px;overflow:hidden;display:block; }
#dUbwWTNg1n9qMQ44aSzRU9BiWlA1csgw { display:block;width:266px;position:absolute;font-family:ral;font-size:22px;font-weight:400;z-index:100006;line-height:1.1;letter-spacing:0;top:115px;left:347px;height:144px;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#csciplfXRWNabP19JEfWw1r1PuCExaEU { display:block;width:200px;position:absolute;font-family:ral;font-size:27px;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:67px;left:347px;height:35px;color:#ffffff;font-style:normal;display:block; }
#uFucCNTIv3PxP0GCRbyKfNmvIEyTrIaH { border-bottom:0;border-left:0;border-right:0;border-top:0;height:66px;width:98px;position:absolute;display:block;z-index:100011;top:49px;left:515px;overflow:hidden;display:block; }
#BmE2y3SmT3SKNfKrTIOb524Z8gFG4d2M { display:block;width:266px;position:absolute;font-family:ral;font-size:22px;font-weight:400;z-index:100008;line-height:1.1;letter-spacing:0;top:119px;left:657px;height:168px;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#I6CWSzkTUpOgRhViN10w3OZt5vEs58nR { display:block;width:200px;position:absolute;font-family:ral;font-size:27px;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:71px;left:657px;height:35px;color:#ffffff;font-style:normal;display:block; }
#cVQISZmgm2CsXCenKqOCFR2T9TsyI5KR { border-bottom:0;border-left:0;border-right:0;border-top:0;height:66px;width:98px;position:absolute;display:block;z-index:100012;top:53px;left:836px;overflow:hidden;display:block; }
#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(253,143,0,0.81);background-image:none;position:relative;display:block; }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row .container { background-color: transparent; background-image: none; }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row .container > .video-iframe-container { display: none; }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row > .video-iframe-container { display: none; }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .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); }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row .container { border-width: 0; border-radius: 0; }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row .container { font-size:14px;font-family:arial;height:441px;width:960px;position:relative;display:block; }#q1QBCO3oUqJZ94xvrmbMv7aX6etsbiBC { display:block;width:389px;position:absolute;font-family:ral;font-size:37px;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:30px;left:59px;height:74px;color:#ffffff;font-style:normal;display:block; }
#QzEKwIuAKJomNvpU43nPE9rw5xZB9rDA { border-bottom:2px solid #ffffff;border-left:2px solid #ffffff;border-right:2px solid #ffffff;border-top:2px solid #ffffff;background-color:rgba(253,143,0,0.39);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:200px;width:332px;position:absolute;display:block;z-index:99999;top:137px;left:59px;display:block; }
#WTNQ2XZ3OqdIyU7M5V9HiDKVHA92dHG1 { display:block;width:284px;position:absolute;font-family:ral;font-size:21px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:178px;left:85px;height:162px;color:#ffffff;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;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 .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { box-sizing:content-box;color:#fd8f00;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:29px;left:679px;display:block; }
#D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { box-sizing:content-box;color:#fd8f00;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:29px;left:629px;display:block; }
#qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { box-sizing:content-box;color:#fd8f00;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:29px;left:729px;display:block; }
#dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { box-sizing:content-box;color:#fd8f00;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:100002;top:29px;left:779px;display:block; }
#zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { display:block;width:561px;position:absolute;font-family:ral;font-size:16px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:59px;left:68px;height:20px;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:500px;width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #hz4Kp5IcFae05ctT6lgkU8EHeQNCSwKp { width:117px;height:117px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #sBt7IFkhRNUfuzNNLSOvuVt7e3tBa8EV { width:139px;height:103px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #fnnFd1QcoUkVbuUagqa5ZgQZF5qAGxWr { width:764px;height:132px;top:394px;left:-3px;font-size:102px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { display:block; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { width:764px;height:408px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { width:336px;height:96px;top:2px;left:19px;display:block; }
 }@media only screen and (max-width: 959px) { #xWNUkGD5rzSEQ53LSl0BeqyF2HVMOlbk { width:363px;height:37px;top:98px;left:19px;display:block; }
 }@media only screen and (max-width: 959px) { #JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { width:343px;height:72px;top:168px;left:19px;display:block; }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-regular-label { width:297px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;background-color:transparent;background-image:none; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text { width:297px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-textarea { width:297px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select { width:297px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-button { width:169px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:64px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-checkbox-label { width:278px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT  { width:297px;height:auto;top:-43px;left:404px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .radio-container { width:297px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT {display:block;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT { width:297px;height:auto;top:-43px;left:404px; }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BK0bmd08zDd1kpehyFJHeONFhkkW78rM {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #k6SV9FzOHDBv05fLDXTDVyQy9nEDhXpR {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #wHHsz0dQkQFfqFKTbNqageEAJveO5lbN {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #AzA0rfOxJBtLTxnTU8UW1Rg838MEdlRT {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #D5plZoHttPmAyyx9bLVAQVzlJRB2A8ic {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #ZIMmAGgPOsciziTqRrgAK3ALfvTrKeZx {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #T5t3i5v3ywh6NkKReO11utmfTG1zsgD2 {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xyAszxJF86s7n9teOyG1mSiyTLUlOhaB {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xkNbhzy7IuRTQ03tpTzWsS9zS1tWq1PS {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #PbMMTftxH6WEOyiQy7Sw7pWMJwbLxV4C {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #amGvpm37bl0aUx8D5OzmQqVQwGsGr9Nb {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #svIMWNU8pHs75WWQBulMXSGwXIxl6WFy {  }
 }@media only screen and (max-width: 959px) { #tphhsA1R0IzsSrd49RFWv9O1HEd25TEn { display:block; }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #ULiVWT3GPFHoHOOcln2qQxsZDMV6NWIv {  }
 }@media only screen and (max-width: 959px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #FaVzKxLrouokZM2cHW2dd8MOraOTQ3Ny {  }
 }@media only screen and (max-width: 959px) { #OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx { display:block; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { width:764px;height:591px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MbZacBEhO9ENuASvoi6W9XkW0TTLh9Ny { width:364px;height:45px;top:36px;left:16px;display:block; }
 }@media only screen and (max-width: 959px) { #H04weh0UEAxMU57aIHBpVVzCMP5biHnV { width:353px;height:95px;top:84px;left:14px;display:block; }
 }@media only screen and (max-width: 959px) { #rQ1fTaOKWseHuLmVvuaNqtuewuMU3tmn { width:329px;height:72px;top:323px;left:16px;line-height:1;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #GTk4BWAkbPTC9QL0FkXU4P3IIbyi4mQv { width:382px;height:214px;top:261px;left:0;display:block; }
 }@media only screen and (max-width: 959px) { #p9pKHevU9wGO3Q3Blphzv9Zxi1aqC7pJ { width:338px;height:27px;top:273px;left:411px;line-height:.9;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #i51lUhpzXHLNTNdp887d29II5xEEOM2V { width:362px;height:208px;top:260px;left:395px;display:block; }
 }@media only screen and (max-width: 959px) { #e5aTURwuPVvDV5H3g9fuz48HTAb4eNzZ { width:338px;height:140px;top:321px;left:411px;line-height:1.2;font-size:17px;display:block; }
 }@media only screen and (max-width: 959px) { #xxXJcStDsUrNotE2R47PTq0mwGhvz21w { width:364px;height:46px;top:24px;left:382px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #getHm5LryibAKMiIeccc1ZaE0izzT1OQ { width:297px;height:114px;top:94px;left:395px;display:block; }
 }@media only screen and (max-width: 959px) { #mypcqpKmGvfB5KRl7dAEGdThLvi8pNXS { width:50px;height:50px;top:84px;left:622px;font-size:35px;display:none; }
 }@media only screen and (max-width: 959px) { #AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP { display:block; }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #JDpTT7TzpTwcZ0zOCc3LCEfxXCtswVQB { width:230px;height:126px;top:69px;left:17px;line-height:.9;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #QNbsEOnLScEQEpyK0ts9ANc71snaIiZ7 { width:200px;height:35px;top:-3px;left:29px;display:block; }
 }@media only screen and (max-width: 959px) { #K1PaIdrUP4xFO1LlLPRceGIeq6r5QqhZ { width:98px;height:66px;top:9px;left:154px;display:block; }
 }@media only screen and (max-width: 959px) { #dUbwWTNg1n9qMQ44aSzRU9BiWlA1csgw { width:212px;height:144px;top:71px;left:269.66666666667px;line-height:.9;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #csciplfXRWNabP19JEfWw1r1PuCExaEU { width:200px;height:35px;top:-3px;left:281.66666666667px;display:block; }
 }@media only screen and (max-width: 959px) { #uFucCNTIv3PxP0GCRbyKfNmvIEyTrIaH { width:98px;height:66px;top:12px;left:409.66666666667px;display:block; }
 }@media only screen and (max-width: 959px) { #BmE2y3SmT3SKNfKrTIOb524Z8gFG4d2M { width:209px;height:144px;top:76px;left:540.33333333333px;line-height:.9;font-size:20px;display:block; }
 }@media only screen and (max-width: 959px) { #I6CWSzkTUpOgRhViN10w3OZt5vEs58nR { width:200px;height:35px;top:0;left:528.33333333333px;display:block; }
 }@media only screen and (max-width: 959px) { #cVQISZmgm2CsXCenKqOCFR2T9TsyI5KR { width:98px;height:66px;top:20px;left:666.33333333333px;display:block; }
 }@media only screen and (max-width: 959px) { #muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s { display:block; }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #q1QBCO3oUqJZ94xvrmbMv7aX6etsbiBC { width:382px;height:23px;top:0;left:-2px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #QzEKwIuAKJomNvpU43nPE9rw5xZB9rDA { width:332px;height:200px;top:93px;left:23px;display:block; }
 }@media only screen and (max-width: 959px) { #WTNQ2XZ3OqdIyU7M5V9HiDKVHA92dHG1 { width:304px;height:144px;top:117px;left:39px;font-size:19px;display:block; }
 }@media only screen and (max-width: 959px) { #mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { width:50px;height:50px;top:29px;left:613px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { width:50px;height:50px;top:29px;left:563px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { width:50px;height:50px;top:29px;left:631px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { width:50px;height:50px;top:29px;left:663px;font-size:35px;display:block; }
 }@media only screen and (max-width: 959px) { #zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { width:561px;height:20px;top:59px;left:0;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WVi9BVvF/150118_Yoga_course_teacher_Fil_Dunsky_016.jpg");background-position:bottom center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { height:605px;width:320px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hz4Kp5IcFae05ctT6lgkU8EHeQNCSwKp { width:117px;height:117px;top:0;left:102px;display:block; }
 }@media only screen and (max-width: 763px) { #sBt7IFkhRNUfuzNNLSOvuVt7e3tBa8EV { width:139px;height:103px;top:0;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #fnnFd1QcoUkVbuUagqa5ZgQZF5qAGxWr { width:320px;height:102px;top:459px;left:0;font-size:74px;line-height:.7;display:block; }
 }@media only screen and (max-width: 763px) { #OK1t4udbmtezwPUq0tMeh36VJaT2pn7T { display:block; }#OK1t4udbmtezwPUq0tMeh36VJaT2pn7T > .row .container { width:320px;height:663px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNiSQFXzGEfVpaZLHTF6q5tlyt4RhF3S { width:320px;height:74px;top:23px;left:0;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #xWNUkGD5rzSEQ53LSl0BeqyF2HVMOlbk { width:302px;height:33px;top:97px;left:7px;text-align:center;text-align-last:center;line-height:1.2;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #JrBn4Nu9BqPrhJmcEp78kCNZWnnLvsp8 { width:320px;height:48px;top:177px;left:0;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-regular-label { width:280px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-textarea { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-input-button { width:159px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:60px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .widget-checkbox-label { width:261px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT  { width:280px;height:auto;top:254px;left:0; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT .radio-container { width:280px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT {display:block;}#yC3OxkKburqXt4N3rXuHBcIDty5p0IdT { width:280px;height:auto;top:254px;left:0; }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #BK0bmd08zDd1kpehyFJHeONFhkkW78rM {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #k6SV9FzOHDBv05fLDXTDVyQy9nEDhXpR {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #wHHsz0dQkQFfqFKTbNqageEAJveO5lbN {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #AzA0rfOxJBtLTxnTU8UW1Rg838MEdlRT {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #D5plZoHttPmAyyx9bLVAQVzlJRB2A8ic {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #ZIMmAGgPOsciziTqRrgAK3ALfvTrKeZx {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #T5t3i5v3ywh6NkKReO11utmfTG1zsgD2 {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xyAszxJF86s7n9teOyG1mSiyTLUlOhaB {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #xkNbhzy7IuRTQ03tpTzWsS9zS1tWq1PS {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #PbMMTftxH6WEOyiQy7Sw7pWMJwbLxV4C {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #amGvpm37bl0aUx8D5OzmQqVQwGsGr9Nb {  }
 }@media only screen and (max-width: 763px) { #yC3OxkKburqXt4N3rXuHBcIDty5p0IdT #svIMWNU8pHs75WWQBulMXSGwXIxl6WFy {  }
 }@media only screen and (max-width: 763px) { #tphhsA1R0IzsSrd49RFWv9O1HEd25TEn { display:block; }
 }@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) { #OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx { display:block; }#OuKEM0mTK62hrLQcOCnOB7xV65vlBhfx > .row .container { width:320px;height:1167px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbZacBEhO9ENuASvoi6W9XkW0TTLh9Ny { width:320px;height:46px;top:52px;left:0;text-align:center;text-align-last:center;color:#ffffff;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #H04weh0UEAxMU57aIHBpVVzCMP5biHnV { width:280px;height:80px;top:98px;left:15px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rQ1fTaOKWseHuLmVvuaNqtuewuMU3tmn { width:279px;height:68px;top:308px;left:15px;font-size:17px;display:block; }
 }@media only screen and (max-width: 763px) { #GTk4BWAkbPTC9QL0FkXU4P3IIbyi4mQv { width:320px;height:173px;top:261px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #p9pKHevU9wGO3Q3Blphzv9Zxi1aqC7pJ { width:200px;height:60px;top:905px;left:61px;font-size:34px;text-align:center;text-align-last:center;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #i51lUhpzXHLNTNdp887d29II5xEEOM2V { width:316px;height:239px;top:893px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #e5aTURwuPVvDV5H3g9fuz48HTAb4eNzZ { width:304px;height:133px;top:985px;left:11px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xxXJcStDsUrNotE2R47PTq0mwGhvz21w { width:320px;height:46px;top:656px;left:0;text-align:center;text-align-last:center;color:#01365a;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #getHm5LryibAKMiIeccc1ZaE0izzT1OQ { width:240px;height:133px;top:729px;left:61px;display:block; }
 }@media only screen and (max-width: 763px) { #mypcqpKmGvfB5KRl7dAEGdThLvi8pNXS { top:729px;left:11px;width:40px;height:40px;z-index:100006;color:#01365a;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP { display:block; }#AM4k15u2FBoEPSxqzyDmTAsnhrX1QOsP > .row .container { width:320px;height:923px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JDpTT7TzpTwcZ0zOCc3LCEfxXCtswVQB { width:279px;height:108px;top:152px;left:30px;display:block; }
 }@media only screen and (max-width: 763px) { #QNbsEOnLScEQEpyK0ts9ANc71snaIiZ7 { width:200px;height:35px;top:64px;left:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #K1PaIdrUP4xFO1LlLPRceGIeq6r5QqhZ { width:98px;height:66px;top:49px;left:111px;display:block; }
 }@media only screen and (max-width: 763px) { #dUbwWTNg1n9qMQ44aSzRU9BiWlA1csgw { width:279px;height:108px;top:455px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #csciplfXRWNabP19JEfWw1r1PuCExaEU { width:200px;height:35px;top:380px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uFucCNTIv3PxP0GCRbyKfNmvIEyTrIaH { width:98px;height:66px;top:362px;left:192px;display:block; }
 }@media only screen and (max-width: 763px) { #BmE2y3SmT3SKNfKrTIOb524Z8gFG4d2M { width:279px;height:126px;top:755px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #I6CWSzkTUpOgRhViN10w3OZt5vEs58nR { width:200px;height:35px;top:664px;left:24px;display:block; }
 }@media only screen and (max-width: 763px) { #cVQISZmgm2CsXCenKqOCFR2T9TsyI5KR { width:98px;height:66px;top:646px;left:203px;display:block; }
 }@media only screen and (max-width: 763px) { #muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s { display:block; }#muEkBwxNvbsCqbOHTE3ebZBQbO6N3D3s > .row .container { width:320px;height:782px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #q1QBCO3oUqJZ94xvrmbMv7aX6etsbiBC { width:320px;height:46px;top:23px;left:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QzEKwIuAKJomNvpU43nPE9rw5xZB9rDA { width:316px;height:200px;top:78px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #WTNQ2XZ3OqdIyU7M5V9HiDKVHA92dHG1 { width:284px;height:144px;top:130px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS { display:block; }#mgtWnUTLiRM0li0LdFOqKFhFk13wJKXS > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u1JTqHzsntM7NJEKNNxFmoKcfxsqUhTv { width:50px;height:50px;top:100px;left:105px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #D6vCtCdPCS3pPVDJ2GVTwWrPzU14D3TP { width:50px;height:50px;top:100px;left:55px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #qFMZa8xoeTG6KyuAM5nMFOwQKWE6xTRF { width:50px;height:50px;top:100px;left:205px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #dMQqwhmurqkfdtzgdPJRcxKdJcbTSZOS { width:50px;height:50px;top:100px;left:155px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #zUpyPXnhnxoUSgCFUWKwDvTfaKf8SRo4 { width:320px;height:40px;top:45px;left:1px;text-align:center;text-align-last:center;display:block; }
 }