.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;
  }
}
@media only screen and (max-width: 763px) { 
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;position:relative;display:block; }
#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .row > .video-iframe-container { display: none; }#uaRmCWxqLFBE4KvlEumkL1F3ttqtdVyV > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/N3bwfkyb/fitness.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { background-color: transparent; background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,50,60,0.5); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,50,60,0.5); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { border-width: 0; border-radius: 0; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:960px;height:407px;font-size:14px;font-family:"open sans";position:relative;display:block; }#nNJzMXreazTCKTPmCsz2n7Z5MsT28g0N { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:170px;width:243px;top:0;left:329px;overflow:hidden;display:block; }
#MQ54xSy1FTAUT4ITFKBM40fRZr9KbTcs { position:absolute;display:block;z-index:99999;background-color:rgba(46,177,248,0.68);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:159px;width:960px;top:0;left:0;display:block; }
#kykanFr64ABmnFsL93wW3IN7m2mPNl4d { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:12px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:138px;left:760px;height:15px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T4qBpCJOW0uGT2vpDqaDo9cyxrHNQ1sI { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:28px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:197px;left:350.5px;height:36px;text-align:center;text-align-last:center;display:block; }
#d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { color:#ffffff;display:block;width:898px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100003;line-height:1.5;letter-spacing:0;text-shadow:1px 1px 0 #020202;top:250px;left:38px;height:135px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2eb1f8;background-image:none;position:relative;display:block; }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row .container { background-color: transparent; background-image: none; }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row .container > .video-iframe-container { display: none; }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row > .video-iframe-container { display: none; }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .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); }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row .container { border-width: 0; border-radius: 0; }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row .container { font-size:14px;font-family:"open sans";height:241px;width:960px;position:relative;display:block; }#V5ZJGSTnnJouKIU6k5IpE1WZ1UVqxZZE { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:212px;width:309px;top:24px;left:75px;overflow:hidden;display:block; }
#n6bCJUFORK7viteGonXcBcKXZpHz0Zba { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:117px;left:129.5px;height:26px;text-align:center;text-align-last:center;display:block; }
#xZV6lqZSmPIckqAkRBpm5BJ7gSBMqTQh { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0.61);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:224px;top:101px;left:117px;display:block; }
#p8w7SkITCHXImUcZNJ9XC4EwrCyqJ50t { color:#ffffff;display:block;width:435px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:24px;left:501px;height:216px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2eb1f8;background-image:none;position:relative;display:block; }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row .container { background-color: transparent; background-image: none; }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row .container > .video-iframe-container { display: none; }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row > .video-iframe-container { display: none; }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .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); }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row .container { border-width: 0; border-radius: 0; }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row .container { font-size:14px;font-family:"open sans";height:176px;width:960px;position:relative;display:block; }#PXOVhyIJvKTRsyZeGqusQp9FDsROpKTJ { color:#ffffff;display:block;width:910px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:0;left:25px;height:96px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#HVhkrZnpvL70Td7KydxJa8PU31M3q5vZ { background-color:#005da4;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:333px;height:40px;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:112px;left:313.5px;display:block; }
#TsAA1nWuflyPEXciLTMPVyfWElsQTcr5 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2eb1f8;background-image:none;position:relative;display:block; }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row .container { background-color: transparent; background-image: none; }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row .container > .video-iframe-container { display: none; }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row > .video-iframe-container { display: none; }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .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); }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row .container { border-width: 0; border-radius: 0; }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row .container { font-size:14px;font-family:"open sans";height:250px;width:960px;position:relative;display:block; }#EqQDW9Qy7pTKJ4qBT48WMSnfJrnxqSlu { box-sizing:content-box;color:#a2a2a2;font-size:32px;font-weight:400;line-height:1;height:46px;width:46px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:5.5px;left:137px;display:block; }
#J1mvdHuTUHG4ek9l6kxfRG1maBC8cnWR { color:#3c3c3b;display:block;width:274px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:50.5px;left:23px;height:133px;font-style:italic;display:block; }
#tBpheTNKwVTTQkOpg812w60MCImoyLIu { color:#3c3c3b;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:190px;left:98px;height:18px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RHn8MAVH0iPwvqHMu0s8dx3i2Dfzgnt0 { position:absolute;display:block;z-index:100000;background-color:rgba(255,255,255,0.66);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:206px;width:306px;top:8px;left:7px;display:block; }
#S1b2gB0cOFnMC2ab8bwnHyZ5I29mF3gM { box-sizing:content-box;color:#a2a2a2;font-size:32px;font-weight:400;line-height:1;height:46px;width:46px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:8px;left:457px;display:block; }
#UsnfcvHf32xnQuiZ6HoryLNrkW565tme { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.66);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:161px;width:306px;top:9px;left:327px;display:block; }
#H40MGIyqrc3a8BeN7rpNJVA9Dh03mKuB { color:#3c3c3b;display:block;width:274px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:51.5px;left:343px;height:76px;font-style:italic;display:block; }
#GgxiXUgTAC6gv61xdyTylzEyWTogi0B7 { color:#3c3c3b;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:146px;left:418px;height:18px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#cbAeixeP089eb7eGKViP8xDTcKvApNlv { box-sizing:content-box;color:#a2a2a2;font-size:32px;font-weight:400;line-height:1;height:46px;width:46px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:5.5px;left:777px;display:block; }
#tK0C4RzQuGzlsvP9W1A2SbQTSGPeJgLd { color:#3c3c3b;display:block;width:274px;position:absolute;font-family:"open sans";font-size:14px;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:51.5px;left:663px;height:95px;font-style:italic;display:block; }
#Oo9Gt4cQ6TR0TIaODLVsTNuVnDGZ9CTN { color:#3c3c3b;display:block;width:200px;position:absolute;font-family:"open sans";font-size:14px;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:160px;left:738px;height:18px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#lyfVZkxKaTDWrrykBqSXT1tp7BgaNTrt { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.66);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;height:176px;width:306px;top:9px;left:647px;display:block; }
#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#919192;background-image:none;position:relative;display:block; }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row .container { background-color: transparent; background-image: none; }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row .container > .video-iframe-container { display: none; }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row > .video-iframe-container { display: none; }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .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); }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row .container { border-width: 0; border-radius: 0; }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row .container { font-size:14px;font-family:"open sans";height:237px;width:960px;position:relative;display:block; }#tXIOcUUVLZDVWPlWS7oZRDAPEbTPX2tp { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:212px;width:304px;top:22px;left:88px;overflow:hidden;display:block; }
#rnM2u5PzXKfTiBMNTuTRJ6ys5dpr9cBi { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:102px;left:147px;height:52px;text-align:center;text-align-last:center;display:block; }
#WRFyaoXgFnKHsmNAx31wNZW7uoJV0SaD { position:absolute;display:block;z-index:100003;background-color:rgba(0,0,0,0.61);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57px;width:224px;top:100px;left:136px;display:block; }
#fPw0hxeCSOFSiGbTnvxZsMkAGwb7f1OA { color:#ffffff;display:block;width:435px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:20px;left:502.5px;height:216px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#919192;background-image:none;position:relative;display:block; }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row .container { background-color: transparent; background-image: none; }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row .container > .video-iframe-container { display: none; }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row > .video-iframe-container { display: none; }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .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); }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row .container { border-width: 0; border-radius: 0; }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row .container { font-size:14px;font-family:"open sans";height:153px;width:960px;position:relative;display:block; }#kovtmmLRd7pTRNpWwUss1tlUD1BJcqxQ { color:#ffffff;display:block;width:916px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100006;line-height:1.5;letter-spacing:0;top:0;left:22px;height:144px;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#919192;background-image:none;position:relative;display:block; }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row .container { background-color: transparent; background-image: none; }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row .container > .video-iframe-container { display: none; }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row > .video-iframe-container { display: none; }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .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); }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row .container { border-width: 0; border-radius: 0; }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row .container { font-size:14px;font-family:"open sans";height:87px;width:960px;position:relative;display:block; }#DNuzVPTTKpTuQFBADBLKw7elS7ZidXAy { background-color:#4c4c4c;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:3px solid #ffffff;border-left:3px solid #ffffff;border-right:3px solid #ffffff;border-bottom:3px solid #ffffff;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:333px;height:40px;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:10.5px;left:313.5px;display:block; }
#U5me3FxSqwhpT8WTzt0OHK52M8FoaAVc { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw { position:relative;display:block; }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw { background-color: transparent; background-image: none; }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw > .row .container > .video-iframe-container { display: none; }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw > .row > .video-iframe-container { display: none; }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw > .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); }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw { border-width: 0; border-radius: 0; }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:"open sans";height:110px;width:960px;position:relative;display:block; }#zOGtPyc3xpsOqpP7IB4Z7xFnG6HUs7Os { color:#3c3c3b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:20px;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:17px;left:0;height:26px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cU3JkcrTIF1xumTDqyLTXvk0tEOPZ4Jm { color:#3c3c3b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:48px;left:0;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HXyKDHLMg8IOxGGZ0Jba549qW5Atoum4 { color:#3c3c3b;display:block;width:960px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:74px;left:0;height:20px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#poKzzfkSpGfqtVxxelNbbbANGd25qanO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(41,50,60,0.8);background-image:none;position:relative;display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { background-color: transparent; background-image: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container > .video-iframe-container { display: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row > .video-iframe-container { display: none; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .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); }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { border-width: 0; border-radius: 0; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { font-size:14px;font-family:"open sans";height:149px;width:960px;position:relative;display:block; }#v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:18px;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:11px;left:0;height:46px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EFm801PHdzmuFIwRQ7ZUeODO8zvkUDI0 { background-color:#0e9ae5;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 40px rgba(0,0,0,0.08) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:270px;height:60px;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:72px;left:345px;display:block; }
#A7DqfIbWPonTh2WwSZFNLUV0UHaJS1Z8 { display:block;position:absolute;top:50%;left:0;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNJzMXreazTCKTPmCsz2n7Z5MsT28g0N { top:0;left:231px;width:243px;height:170px;display:block; }
 }@media only screen and (max-width: 763px) { #MQ54xSy1FTAUT4ITFKBM40fRZr9KbTcs { top:0;left:0;width:764px;height:159px;display:block; }
 }@media only screen and (max-width: 763px) { #kykanFr64ABmnFsL93wW3IN7m2mPNl4d { width:200px;height:15px;top:138px;left:564px;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #T4qBpCJOW0uGT2vpDqaDo9cyxrHNQ1sI { top:197px;left:252.5px;width:200px;height:36px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { width:764px;height:135px;top:250px;left:0;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr { display:block; }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5ZJGSTnnJouKIU6k5IpE1WZ1UVqxZZE { top:24px;left:0;width:309px;height:212px;display:block; }
 }@media only screen and (max-width: 763px) { #n6bCJUFORK7viteGonXcBcKXZpHz0Zba { top:117px;left:54px;width:200px;height:26px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xZV6lqZSmPIckqAkRBpm5BJ7gSBMqTQh { top:101px;left:30px;width:224px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #p8w7SkITCHXImUcZNJ9XC4EwrCyqJ50t { width:435px;height:216px;top:24px;left:73px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn { display:block; }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXOVhyIJvKTRsyZeGqusQp9FDsROpKTJ { width:764px;height:96px;top:0;left:0;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HVhkrZnpvL70Td7KydxJa8PU31M3q5vZ { width:333px;height:40px;top:112px;left:215.5px;display:block; }
 }@media only screen and (max-width: 763px) { #TsAA1nWuflyPEXciLTMPVyfWElsQTcr5 { display:block; }
 }@media only screen and (max-width: 763px) { #qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x { display:block; }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqQDW9Qy7pTKJ4qBT48WMSnfJrnxqSlu { width:46px;height:46px;top:5px;left:104px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #J1mvdHuTUHG4ek9l6kxfRG1maBC8cnWR { width:274px;height:133px;top:50px;left:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tBpheTNKwVTTQkOpg812w60MCImoyLIu { width:200px;height:18px;top:190px;left:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RHn8MAVH0iPwvqHMu0s8dx3i2Dfzgnt0 { width:370px;height:300px;top:96px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #S1b2gB0cOFnMC2ab8bwnHyZ5I29mF3gM { width:46px;height:46px;top:8px;left:358px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UsnfcvHf32xnQuiZ6HoryLNrkW565tme { width:370px;height:300px;top:96px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #H40MGIyqrc3a8BeN7rpNJVA9Dh03mKuB { width:274px;height:76px;top:51px;left:234px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #GgxiXUgTAC6gv61xdyTylzEyWTogi0B7 { width:200px;height:18px;top:146px;left:308px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cbAeixeP089eb7eGKViP8xDTcKvApNlv { width:46px;height:46px;top:5px;left:612px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #tK0C4RzQuGzlsvP9W1A2SbQTSGPeJgLd { width:274px;height:95px;top:51px;left:488px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Oo9Gt4cQ6TR0TIaODLVsTNuVnDGZ9CTN { width:200px;height:18px;top:160px;left:562px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lyfVZkxKaTDWrrykBqSXT1tp7BgaNTrt { width:370px;height:300px;top:96px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz { display:block; }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXIOcUUVLZDVWPlWS7oZRDAPEbTPX2tp { top:22px;left:39px;width:304px;height:212px;display:block; }
 }@media only screen and (max-width: 763px) { #rnM2u5PzXKfTiBMNTuTRJ6ys5dpr9cBi { top:102px;left:98px;width:200px;height:52px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WRFyaoXgFnKHsmNAx31wNZW7uoJV0SaD { top:100px;left:87px;width:224px;height:57px;display:block; }
 }@media only screen and (max-width: 763px) { #fPw0hxeCSOFSiGbTnvxZsMkAGwb7f1OA { width:435px;height:216px;top:20px;left:329px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 { display:block; }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kovtmmLRd7pTRNpWwUss1tlUD1BJcqxQ { width:764px;height:144px;top:0;left:0;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 { display:block; }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNuzVPTTKpTuQFBADBLKw7elS7ZidXAy { width:333px;height:40px;top:10px;left:215.5px;display:block; }
 }@media only screen and (max-width: 763px) { #U5me3FxSqwhpT8WTzt0OHK52M8FoaAVc { display:block; }
 }@media only screen and (max-width: 763px) { #WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw { display:block; }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOGtPyc3xpsOqpP7IB4Z7xFnG6HUs7Os { width:764px;height:26px;top:17px;left:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cU3JkcrTIF1xumTDqyLTXvk0tEOPZ4Jm { width:764px;height:20px;top:48px;left:0;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HXyKDHLMg8IOxGGZ0Jba549qW5Atoum4 { width:764px;height:20px;top:74px;left:0;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #poKzzfkSpGfqtVxxelNbbbANGd25qanO { display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { width:764px;height:363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { width:764px;height:46px;top:11px;left:0;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EFm801PHdzmuFIwRQ7ZUeODO8zvkUDI0 { width:270px;height:60px;top:226px;left:247px;display:block; }
 }@media only screen and (max-width: 763px) { #A7DqfIbWPonTh2WwSZFNLUV0UHaJS1Z8 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/N3bwfkyb/fitness.jpg");background-position:center;background-repeat:repeat;background-attachment:scroll;background-size:cover;display:block; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { background-color: transparent; background-image: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,50,60,0.5); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(41,50,60,0.5); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row > .video-iframe-container { display: none; }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .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); }#c9d88u2sH8AkISMkqaGRdJNTPUC4GJe7 > .row .container { width:320px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNJzMXreazTCKTPmCsz2n7Z5MsT28g0N { width:95px;height:66px;top:0;left:112.5px;display:block; }
 }@media only screen and (max-width: 763px) { #MQ54xSy1FTAUT4ITFKBM40fRZr9KbTcs { width:320px;height:77px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #kykanFr64ABmnFsL93wW3IN7m2mPNl4d { width:138px;height:10px;top:57px;left:182px;text-align:right;text-align-last:right;font-size:8px;display:block; }
 }@media only screen and (max-width: 763px) { #T4qBpCJOW0uGT2vpDqaDo9cyxrHNQ1sI { width:200px;height:20px;top:102px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d4Bvb4k0m3MlmN2APOe2DK9uWQAokNkF { width:320px;height:135px;top:133px;left:0;text-align:center;text-align-last:center;line-height:1.3;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr { display:block; }#AnWOrcksADDc8DsGMDK7SVU9oWLhB5Sr > .row .container { width:320px;height:420px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #V5ZJGSTnnJouKIU6k5IpE1WZ1UVqxZZE { width:309px;height:212px;top:18px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #n6bCJUFORK7viteGonXcBcKXZpHz0Zba { width:200px;height:40px;top:104px;left:60px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xZV6lqZSmPIckqAkRBpm5BJ7gSBMqTQh { width:224px;height:57px;top:96px;left:48px;display:block; }
 }@media only screen and (max-width: 763px) { #p8w7SkITCHXImUcZNJ9XC4EwrCyqJ50t { width:320px;height:160px;top:241px;left:0;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn { display:block; }#KLWGflfZxPto2n2wd2uXx0gsnDNJeIMn > .row .container { width:320px;height:186px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXOVhyIJvKTRsyZeGqusQp9FDsROpKTJ { width:320px;height:128px;top:0;left:0;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HVhkrZnpvL70Td7KydxJa8PU31M3q5vZ { width:298px;height:38px;top:136px;left:11px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TsAA1nWuflyPEXciLTMPVyfWElsQTcr5 { display:block; }
 }@media only screen and (max-width: 763px) { #qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x { display:block; }#qgb0sdJeMqq5NFtFrCRekBPVgbe9tO9x > .row .container { width:320px;height:480px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EqQDW9Qy7pTKJ4qBT48WMSnfJrnxqSlu { width:47px;height:47px;top:0;left:136.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #J1mvdHuTUHG4ek9l6kxfRG1maBC8cnWR { width:301px;height:80px;top:47px;left:9.5px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #tBpheTNKwVTTQkOpg812w60MCImoyLIu { width:200px;height:18px;top:136px;left:60px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RHn8MAVH0iPwvqHMu0s8dx3i2Dfzgnt0 { width:320px;height:159px;top:0;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #S1b2gB0cOFnMC2ab8bwnHyZ5I29mF3gM { width:46px;height:46px;top:175px;left:137px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #UsnfcvHf32xnQuiZ6HoryLNrkW565tme { width:320px;height:125px;top:175px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #H40MGIyqrc3a8BeN7rpNJVA9Dh03mKuB { width:308px;height:48px;top:214.5px;left:6px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #GgxiXUgTAC6gv61xdyTylzEyWTogi0B7 { width:200px;height:18px;top:275px;left:60px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cbAeixeP089eb7eGKViP8xDTcKvApNlv { width:46px;height:46px;top:313px;left:137px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #tK0C4RzQuGzlsvP9W1A2SbQTSGPeJgLd { width:301px;height:64px;top:353px;left:9.5px;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Oo9Gt4cQ6TR0TIaODLVsTNuVnDGZ9CTN { width:200px;height:18px;top:426px;left:60px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lyfVZkxKaTDWrrykBqSXT1tp7BgaNTrt { width:320px;height:142px;top:313px;left:0;display:block; }
 }@media only screen and (max-width: 763px) { #BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz { display:block; }#BDNg1bdSAEq0lbgOVlJO92TWKJ93FQAz > .row .container { width:320px;height:432px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tXIOcUUVLZDVWPlWS7oZRDAPEbTPX2tp { width:304px;height:212px;top:20px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #rnM2u5PzXKfTiBMNTuTRJ6ys5dpr9cBi { width:200px;height:20px;top:116px;left:61px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WRFyaoXgFnKHsmNAx31wNZW7uoJV0SaD { width:224px;height:57px;top:98px;left:49px;display:block; }
 }@media only screen and (max-width: 763px) { #fPw0hxeCSOFSiGbTnvxZsMkAGwb7f1OA { width:320px;height:176px;top:252px;left:0;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 { display:block; }#QcIskQmH7QryrW8tb3GT94UvZFLwIBT9 > .row .container { width:320px;height:224px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kovtmmLRd7pTRNpWwUss1tlUD1BJcqxQ { width:320px;height:224px;top:0;left:0;text-align:center;text-align-last:center;line-height:1.3;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 { display:block; }#ENQFFtipQT3ipaQWPBqZIngsu1Vk5A77 > .row .container { width:320px;height:89px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DNuzVPTTKpTuQFBADBLKw7elS7ZidXAy { width:304px;height:38px;top:20px;left:8px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #U5me3FxSqwhpT8WTzt0OHK52M8FoaAVc { display:block; }
 }@media only screen and (max-width: 763px) { #WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw { display:block; }#WzgD2DdUqetV9IexxG3QMunLZ4Ruz9tw > .row .container { width:320px;height:99px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zOGtPyc3xpsOqpP7IB4Z7xFnG6HUs7Os { width:320px;height:18px;top:22px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cU3JkcrTIF1xumTDqyLTXvk0tEOPZ4Jm { width:320px;height:15px;top:42px;left:0;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #HXyKDHLMg8IOxGGZ0Jba549qW5Atoum4 { width:320px;height:15px;top:60px;left:0;text-align:center;text-align-last:center;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #poKzzfkSpGfqtVxxelNbbbANGd25qanO { display:block; }#poKzzfkSpGfqtVxxelNbbbANGd25qanO > .row .container { width:320px;height:210px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v8zUGMV7Vna9dK1Bq17mLfMc4FLdHqCk { width:320px;height:54px;top:17px;left:0;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #EFm801PHdzmuFIwRQ7ZUeODO8zvkUDI0 { width:270px;height:51px;top:89px;left:25px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #A7DqfIbWPonTh2WwSZFNLUV0UHaJS1Z8 { display:block; }
 }