.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
body { background-color:#2c3131;background-image:none;position:relative;display:block; }
#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .row > .video-iframe-container { display: none; }#RfCF86mC6czgNBqhP42hQ4K3wMdwNSNI > .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); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 { display:block; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 { background-color: transparent; background-image: none; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container > .video-iframe-container { display: none; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row > .video-iframe-container { display: none; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .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); }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container { background-color:transparent;background-image:none;width:960px;height:115px;font-size:14px;font-family:arial;position:relative;display:block; }#BMXJSPubAUsNmTAOAX23nJC7BAR0zgRT { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:80px;width:398px;top:35px;left:0px;overflow:hidden;display:block; }
#tI1RV3Zp7TnalpC8RdVCk5UsfeESzOWL { color:#000000;display:block;width:245.994px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:63.963066101074px;left:599.46020507812px;height:41px;display:block; }
#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/2000/-absolutely_free_photos-original_photos-barbell-training-5528x3405_20876.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { background-color: transparent; background-image: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,29,33,0.78); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,29,33,0.78); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .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); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { border-width: 0; border-radius: 0; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { font-size:14px;font-family:arial;height:715px;width:960px;position:relative;display:block; }#w8BF7EwZRvCFknSzguRO253NVZT3Td11 { display:block;width:466px;position:absolute;font-family:"titillium web";font-size:57px;font-weight:700;z-index:100003;line-height:1;letter-spacing:0;top:90.255668640137px;left:0px;height:171px;text-align:left;text-align-last:left;color:#f8ecec;font-style:normal;display:block; }
#GatzwJp3r0kbJiE7Noe4tdbPJgI328Kq { position:absolute;display:block;z-index:100005;background-color:#b32323;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:244px;width:10px;top:152.84375px;left:474.015625px;display:block; }
#JZE3sS6vNeDrHbZE1pcNZnQ4NJe0ESpA { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:200px;width:200px;display:none; }
#t2XT6XkAfDTtVcucBbXFft0W0KgR5K8l { display:block;width:267.984px;position:absolute;font-family:"titillium web";font-size:27px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:123.25px;left:578.484375px;height:105px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
#rBVXhBkSnH1K1TntAVzXVLFrQmez2TSW { border-top:2px solid #b32323;border-left:2px solid #b32323;border-right:2px solid #b32323;border-bottom:2px solid #b32323;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;background-color:rgba(38,34,98,0.68);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;height:488px;width:385px;position:absolute;display:block;z-index:100000;top:111px;left:517.96875px;display:block; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-form-header {  }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:14px;font-weight:bold;color:#ffffff;width:260px;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; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:260px;box-sizing:border-box;height:41px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:260px;box-sizing:border-box;height:70px;color:#161616;font-size:13px;overflow:hidden;font-family:ubuntu;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;display:block;width:260px;box-sizing:border-box;height:40px;color:#161616;font-family:ubuntu;font-size:13px;overflow:hidden;box-shadow: 0 0 0 rgba(0,0,0,0.5) ; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .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; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-button { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#b32323;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;box-sizing:border-box;font-size:22px;font-weight:bold;color:#f2f9ff;width:260px;height:55px;font-family:ubuntu;overflow:hidden;text-shadow:1px 1px 1px #000000; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:ubuntu;font-size:13px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;height:auto;font-family:ubuntu;font-size:12px;font-weight:400;color:#161616;vertical-align:top;width:241px;overflow:hidden;font-style:normal; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:16px;height:16px;margin-top:0px;margin-right:3px;margin-bottom:0px;margin-left:3px;vertical-align:middle; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .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:ubuntu;font-size:12px;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-container { padding-top:4px;padding-left:0px;padding-right:0px;padding-bottom:4px;width:100%;font-size:0px;height:auto; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-container:first-of-type{padding-top:0;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-container:last-of-type{padding-bottom:0;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:260px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:561.9375px;top:208.96875px;z-index:100002;position:absolute; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .radio-container { margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px;width:260px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:12px;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 {display:block;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:260px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:561.9375px;top:208.96875px;z-index:100002;position:absolute; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #v9mfiE55eMmf3B0gcHJg6LXkZTkIHON5 { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #Cqiy6epW71945lCKpCpbfnoEEoC3FnBg { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #qmE9oqKS4ucFZ0nNqyftigKryLLLIvr4 { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #as7aEfh1ai0Bf8qJGezDAKNg6XMt7DPh { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #RD5PkvG0zzE2mZQ9gEPnyEiLc4c7LwCN { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #U6nt7lqV2r3AQz2BbOif1Joe3GbMNfpK { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #QgMe6GJ4Wx8onBcyi05yqZh46pBwTL60 { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #EFc0h1gD8Z14laARBuyTFn9OpNJJBgWh { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #ZPB3ZkXktJQs8f6ux5CabiB8TaSsmBGy { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #VsvxivoF4VMCBSfsmc8exfH99zAFLTma { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #qmEE9Jk6OlixeKDlH5kUB07v14e25v2g { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #n7zhPW2s17TzwBV78QiQFWNxpM4wrCVd { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #Np9tNOI1NnykSd9vWgHVB9OtT2fZdWlq { position:relative; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #QGBqiHz1l0G9CKETXnRR5alZdxyLy7mW { position:relative; }
#qNqqLJF55aZZlfZ1nldrS1nb4ExTXkVl { color:#e4eaec;display:block;width:450px;position:absolute;font-family:"titillium web";font-size:27px;font-weight:400;z-index:100000;line-height:1.7;letter-spacing:0;top:285.921875px;left:0px;height:315px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dRyJEk4ik75itZqOSE4nELuKdE9hRCS9 { color:#e4eaec;display:block;width:960px;position:absolute;font-family:"titillium web";font-size:29px;font-weight:400;z-index:100001;line-height:1.7;letter-spacing:0;top:640.921875px;left:0px;height:49px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(214,214,223,0.97);background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row .container { background-color: transparent; background-image: none; }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row .container > .video-iframe-container { display: none; }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row > .video-iframe-container { display: none; }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .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); }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row .container { border-width: 0; border-radius: 0; }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row .container { font-size:14px;font-family:arial;height:319px;width:960px;position:relative;display:block; }#UfuDp8Cg3g4rf6cn5HpFJGFwqv9UAAoO { border-top:3px solid #262262;border-left:3px solid #262262;border-right:3px solid #262262;border-bottom:3px solid #262262;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:transparent;background-image:none;height:120px;width:120px;position:absolute;display:block;z-index:100000;top:63px;left:60px;display:block; }
#T3r0o45c6LNtDKBKkT69T4eL1TtEcJ1i { display:block;width:240px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:205px;left:0px;height:52px;color:#b32323;text-align:center;text-align-last:center;display:block; }
#ZGg8yzbKpVh4uled54ZTlZBqxNaAaPnr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32px;width:50px;position:absolute;display:block;z-index:100002;top:110px;left:95px;overflow:hidden;display:block; }
#DIKosBpaI7kU9yH0NdrnP5oFibw45bhQ { border-top:3px solid #262262;border-left:3px solid #262262;border-right:3px solid #262262;border-bottom:3px solid #262262;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:transparent;background-image:none;height:120px;width:120px;position:absolute;display:block;z-index:100002;top:63px;left:300px;display:block; }
#H5aViwrgwF7grHkFiWwAQVsuwn5u7D8s { display:block;width:240px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:205px;left:240px;height:52px;color:#b32323;text-align:center;text-align-last:center;display:block; }
#MmRXMVXuoWXODIRXBBi4RncNEDFHtrpL { border-top:3px solid #262262;border-left:3px solid #262262;border-right:3px solid #262262;border-bottom:3px solid #262262;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:transparent;background-image:none;height:120px;width:120px;position:absolute;display:block;z-index:100004;top:63px;left:540px;display:block; }
#FSAusLqqF7x0aSCe4Uru7XMsIeWKcvM5 { display:block;width:240px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:205px;left:480px;height:52px;color:#b32323;text-align:center;text-align-last:center;display:block; }
#gK6Zzui1MV2wfPuEZ9VCrEDxcVWz52aW { border-top:3px solid #262262;border-left:3px solid #262262;border-right:3px solid #262262;border-bottom:3px solid #262262;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:transparent;background-image:none;height:120px;width:120px;position:absolute;display:block;z-index:100006;top:63px;left:780px;display:block; }
#Gmm5H16WNTHNRbCDZAwMHtWvMnzmBJs4 { display:block;width:240px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:206px;left:720px;height:52px;color:#b32323;text-align:center;text-align-last:center;display:block; }
#OwAcridvRP5eLK8UmXQ7wiC5aQ33dMWF { box-sizing:content-box;color:#1c1d21;font-size:42px;font-weight:400;line-height:1;height:60px;width:60px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:96px;left:333px;display:block; }
#mfw4dmeRHgZgbR2auZkBuilsVLszkCsu { box-sizing:content-box;color:#1c1d21;font-size:46px;font-weight:400;line-height:1;height:67px;width:67px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:92.5px;left:566.5px;display:block; }
#Ga4nxswXEttX97aUSGQnL3A0D8u03rHT { box-sizing:content-box;color:#1c1d21;font-size:43px;font-weight:400;line-height:1;height:62px;width:62px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:95px;left:809px;display:block; }
#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg { position:relative;display:block; }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg { background-color: transparent; background-image: none; }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg > .row .container > .video-iframe-container { display: none; }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg > .row > .video-iframe-container { display: none; }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg > .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); }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg { border-width: 0; border-radius: 0; }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#2c3131;background-image:none;font-size:14px;font-family:arial;height:751px;width:960px;position:relative;display:block; }#bcx0GOtmmwHrRdmKZyhWJgCW4FTbLmJB { color:#ffffff;display:block;width:418px;position:absolute;font-family:"titillium web";font-size:24px;font-weight:700;z-index:100009;line-height:1.6;letter-spacing:0;top:147.5px;left:493px;height:456px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zhFxh9GWQbb2Ci9l51xwdmTGknR6zCIq { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:411.989px;width:417.997px;top:174px;left:32px;overflow:hidden;display:block; }
#nwJb0qFWyM0FcIu3g6WkP8C8ByQ2BMyo { position:absolute;display:block;z-index:100007;background-color:rgba(0,0,0,0);background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;border-top:5px solid #b32323;border-left:5px solid #b32323;border-right:5px solid #b32323;border-bottom:5px solid #b32323;height:440.994px;width:425px;top:140px;left:24px;display:block; }
#BnLcu69rh2fmv0cV7FWKx7TDbVXxP809 { color:#ffffff;display:block;width:422.997px;position:absolute;font-family:"titillium web";font-size:36px;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:37.613616943359px;left:268.48010253906px;height:46px;text-align:center;text-align-last:center;display:block; }
#ZWeM1E3XI8xFiseCzbo1f8HakiBtVrEU { color:#000000;display:block;width:413.991px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:631.97443199158px;left:272.48577880859px;height:82px;text-align:center;text-align-last:center;display:block; }
#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/1281/pexels-photo%283%29.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;position:relative;display:block; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { background-color: transparent; background-image: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container > .video-iframe-container { display: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.48); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row > .video-iframe-container { display: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .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); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { border-width: 0; border-radius: 0; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { font-size:14px;font-family:arial;height:289px;width:960px;position:relative;display:block; }#HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { display:block;width:265px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:132px;left:27.5px;height:26px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#ryC4AMxw8c93yKCoy5VHh52iZdywif2x { display:block;width:265px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:132px;left:347.5px;height:26px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#xoJEqqiyleMqEcw7eW3n8i9KdwoBJmRH { display:block;width:265px;position:absolute;font-family:"titillium web";font-size:20px;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:133px;left:676.5px;height:26px;color:#ffffff;text-align:center;text-align-last:center;display:block; }
#Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { display:block;width:960px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:400;z-index:100011;line-height:1.3;letter-spacing:0;top:89px;left:0px;height:44px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { background-color:#b32323;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;display:block;font-family:"titillium web";font-size:25px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:100012;text-align:center;text-align-last:center;top:158px;left:333.5px;display:block; }
#rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block;position:absolute;top:50%;width:100%;z-index:100000;display:block; }
#sT3XZ64hDOm1hgeyt0DZXON8iBtCvoZ6 { display:block;width:960px;position:absolute;font-family:"titillium web";font-size:34px;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:46px;left:0px;height:44px;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#262262;background-image:none;background-position:top left;background-repeat:repeat;background-attachment:scroll;position:relative;display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { background-color: transparent; background-image: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row > .video-iframe-container { display: none; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .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); }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { border-width: 0; border-radius: 0; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { font-size:14px;font-family:arial;height:143px;width:960px;position:relative;display:block; }#r2EisESmaTv0QAP3Bq6CCvwKtE7O6IsT { color:#ffffff;display:block;width:227px;position:absolute;font-family:"open sans";font-size:16px;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:31px;left:17px;height:100px;font-style:normal;display:block; }
#rcxka2DD2Cx4wTU1mB6Dh85StBgbmJEt { color:#fff4f7;display:block;width:175px;position:absolute;font-family:"open sans";font-size:20px;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:45.5px;left:771px;height:52px;text-align:right;text-align-last:right;font-style:normal;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 { display:block; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BMXJSPubAUsNmTAOAX23nJC7BAR0zgRT { width:424px;height:85px;top:14.999999046326px;left:5.9801139831543px;display:block; }
 }@media only screen and (max-width: 959px) { #tI1RV3Zp7TnalpC8RdVCk5UsfeESzOWL { width:245px;height:41px;top:36.988636016846px;left:519.21876144409px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:764px;height:759px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #w8BF7EwZRvCFknSzguRO253NVZT3Td11 { width:334px;height:275px;top:18px;left:0px;font-size:55px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #GatzwJp3r0kbJiE7Noe4tdbPJgI328Kq { width:9px;height:549px;top:105px;left:376.81818181818px;display:block; }
 }@media only screen and (max-width: 959px) { #JZE3sS6vNeDrHbZE1pcNZnQ4NJe0ESpA { width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 959px) { #t2XT6XkAfDTtVcucBbXFft0W0KgR5K8l { width:310px;height:105px;top:260px;left:418px;display:block; }
 }@media only screen and (max-width: 959px) { #rBVXhBkSnH1K1TntAVzXVLFrQmez2TSW { width:330px;height:498px;top:241px;left:406px;display:block; }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-regular-label { width:285px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-text { width:285px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-textarea { width:285px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-select { width:285px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-button { width:285px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-checkbox-label { width:266px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7  { width:285px;height:auto;top:364px;left:410.5px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .radio-container { width:285px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 {display:block;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 { width:285px;height:auto;top:364px;left:410.5px; }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #v9mfiE55eMmf3B0gcHJg6LXkZTkIHON5 {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #Cqiy6epW71945lCKpCpbfnoEEoC3FnBg {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #qmE9oqKS4ucFZ0nNqyftigKryLLLIvr4 {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #as7aEfh1ai0Bf8qJGezDAKNg6XMt7DPh {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #RD5PkvG0zzE2mZQ9gEPnyEiLc4c7LwCN {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #U6nt7lqV2r3AQz2BbOif1Joe3GbMNfpK {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #QgMe6GJ4Wx8onBcyi05yqZh46pBwTL60 {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #EFc0h1gD8Z14laARBuyTFn9OpNJJBgWh {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #ZPB3ZkXktJQs8f6ux5CabiB8TaSsmBGy {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #VsvxivoF4VMCBSfsmc8exfH99zAFLTma {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #qmEE9Jk6OlixeKDlH5kUB07v14e25v2g {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #n7zhPW2s17TzwBV78QiQFWNxpM4wrCVd {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #Np9tNOI1NnykSd9vWgHVB9OtT2fZdWlq {  }
 }@media only screen and (max-width: 959px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #QGBqiHz1l0G9CKETXnRR5alZdxyLy7mW {  }
 }@media only screen and (max-width: 959px) { #qNqqLJF55aZZlfZ1nldrS1nb4ExTXkVl { width:350px;height:352px;top:324px;left:0px;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #dRyJEk4ik75itZqOSE4nELuKdE9hRCS9 { width:326px;height:132px;top:79px;left:418px;font-size:26px;display:block; }
 }@media only screen and (max-width: 959px) { #NxGzX5TwkQOgmTwceJoCapgKAoor6iIm { display:block; }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row .container { width:764px;height:261px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UfuDp8Cg3g4rf6cn5HpFJGFwqv9UAAoO { width:120px;height:120px;top:47px;left:28px;display:block; }
 }@media only screen and (max-width: 959px) { #T3r0o45c6LNtDKBKkT69T4eL1TtEcJ1i { width:190px;height:46px;top:190.5px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #ZGg8yzbKpVh4uled54ZTlZBqxNaAaPnr { width:50px;height:32px;top:94px;left:66px;display:block; }
 }@media only screen and (max-width: 959px) { #DIKosBpaI7kU9yH0NdrnP5oFibw45bhQ { width:120px;height:120px;top:47px;left:219px;display:block; }
 }@media only screen and (max-width: 959px) { #H5aViwrgwF7grHkFiWwAQVsuwn5u7D8s { width:177px;height:46px;top:190.5px;left:198px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #MmRXMVXuoWXODIRXBBi4RncNEDFHtrpL { width:120px;height:120px;top:47px;left:410px;display:block; }
 }@media only screen and (max-width: 959px) { #FSAusLqqF7x0aSCe4Uru7XMsIeWKcvM5 { width:182px;height:46px;top:190.5px;left:386.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #gK6Zzui1MV2wfPuEZ9VCrEDxcVWz52aW { width:120px;height:120px;top:47px;left:601px;display:block; }
 }@media only screen and (max-width: 959px) { #Gmm5H16WNTHNRbCDZAwMHtWvMnzmBJs4 { width:188px;height:46px;top:190.5px;left:573px;font-size:18px;display:block; }
 }@media only screen and (max-width: 959px) { #OwAcridvRP5eLK8UmXQ7wiC5aQ33dMWF { width:60px;height:60px;top:80px;left:256.5px;font-size:42px;display:block; }
 }@media only screen and (max-width: 959px) { #mfw4dmeRHgZgbR2auZkBuilsVLszkCsu { width:67px;height:67px;top:76.5px;left:439.5px;font-size:46px;display:block; }
 }@media only screen and (max-width: 959px) { #Ga4nxswXEttX97aUSGQnL3A0D8u03rHT { width:62px;height:62px;top:79px;left:633px;font-size:43px;display:block; }
 }@media only screen and (max-width: 959px) { #VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg { display:block; }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #bcx0GOtmmwHrRdmKZyhWJgCW4FTbLmJB { width:340px;height:532px;top:87.5px;left:405px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 959px) { #zhFxh9GWQbb2Ci9l51xwdmTGknR6zCIq { width:361px;height:356px;top:195.5px;left:12.5px;display:block; }
 }@media only screen and (max-width: 959px) { #nwJb0qFWyM0FcIu3g6WkP8C8ByQ2BMyo { width:376px;height:396px;top:150.5px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #BnLcu69rh2fmv0cV7FWKx7TDbVXxP809 { width:422px;height:46px;top:17px;left:171px;font-size:36px;display:block; }
 }@media only screen and (max-width: 959px) { #ZWeM1E3XI8xFiseCzbo1f8HakiBtVrEU { width:340px;height:82px;top:648px;left:212px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 { display:block; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { width:764px;height:241px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { width:227px;height:26px;top:105px;left:13.828125px;display:block; }
 }@media only screen and (max-width: 959px) { #ryC4AMxw8c93yKCoy5VHh52iZdywif2x { width:214px;height:26px;top:105px;left:276.328125px;display:block; }
 }@media only screen and (max-width: 959px) { #xoJEqqiyleMqEcw7eW3n8i9KdwoBJmRH { width:229px;height:26px;top:105px;left:522.15625px;display:block; }
 }@media only screen and (max-width: 959px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:764px;height:44px;top:98.5px;left:0px;display:block; }
 }@media only screen and (max-width: 959px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:280px;height:55px;top:157px;left:242px;display:block; }
 }@media only screen and (max-width: 959px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 959px) { #sT3XZ64hDOm1hgeyt0DZXON8iBtCvoZ6 { width:506px;height:88px;top:0px;left:129px;display:block; }
 }@media only screen and (max-width: 959px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:764px;height:146px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #r2EisESmaTv0QAP3Bq6CCvwKtE7O6IsT { width:227px;height:100px;top:31px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #rcxka2DD2Cx4wTU1mB6Dh85StBgbmJEt { width:175px;height:52px;top:45px;left:589px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 { display:block; }#ZiCUDLnql6OoC5DXcJDPVBDDEbT7a8x6 > .row .container { width:320px;height:168px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BMXJSPubAUsNmTAOAX23nJC7BAR0zgRT { width:320px;height:64px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tI1RV3Zp7TnalpC8RdVCk5UsfeESzOWL { width:245px;height:41px;top:100.99431610107px;left:37.485795021057px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKTET9Z2RRWcK78wnT56RTXugZK8uiJv { background-color:transparent;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/2000/-absolutely_free_photos-original_photos-barbell-training-5528x3405_20876.jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { background-color: transparent; background-image: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,29,33,0.78); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28,29,33,0.78); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row > .video-iframe-container { display: none; }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .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); }#IKTET9Z2RRWcK78wnT56RTXugZK8uiJv > .row .container { width:320px;height:1460px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w8BF7EwZRvCFknSzguRO253NVZT3Td11 { width:320px;height:275px;top:26px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GatzwJp3r0kbJiE7Noe4tdbPJgI328Kq { width:10px;height:200px;top:390px;left:155px;display:none; }
 }@media only screen and (max-width: 763px) { #JZE3sS6vNeDrHbZE1pcNZnQ4NJe0ESpA { top:740px;left:35px;width:250px;height:8px;z-index:100008;background-color:#b32323;background-image:none;background-position:center;background-repeat:no-repeat;background-attachment:scroll;display:block; }
 }@media only screen and (max-width: 763px) { #t2XT6XkAfDTtVcucBbXFft0W0KgR5K8l { width:264px;height:93px;top:1003px;left:28px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #rBVXhBkSnH1K1TntAVzXVLFrQmez2TSW { width:316px;height:458px;top:991px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-regular-label { width:247px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-text { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-textarea { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-select { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-input-button { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .widget-checkbox-label { width:228px;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7  { width:247px;height:auto;top:1074px;left:16.5px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 .radio-container { width:247px;margin-top:4px;margin-right:0px;margin-bottom:4px;margin-left:0px; }
#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 {display:block;}#ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 { width:247px;height:auto;top:1074px;left:16.5px; }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #v9mfiE55eMmf3B0gcHJg6LXkZTkIHON5 {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #Cqiy6epW71945lCKpCpbfnoEEoC3FnBg {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #qmE9oqKS4ucFZ0nNqyftigKryLLLIvr4 {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #as7aEfh1ai0Bf8qJGezDAKNg6XMt7DPh {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #RD5PkvG0zzE2mZQ9gEPnyEiLc4c7LwCN {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #U6nt7lqV2r3AQz2BbOif1Joe3GbMNfpK {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #QgMe6GJ4Wx8onBcyi05yqZh46pBwTL60 {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #EFc0h1gD8Z14laARBuyTFn9OpNJJBgWh {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #ZPB3ZkXktJQs8f6ux5CabiB8TaSsmBGy {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #VsvxivoF4VMCBSfsmc8exfH99zAFLTma {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #qmEE9Jk6OlixeKDlH5kUB07v14e25v2g {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #n7zhPW2s17TzwBV78QiQFWNxpM4wrCVd {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #Np9tNOI1NnykSd9vWgHVB9OtT2fZdWlq {  }
 }@media only screen and (max-width: 763px) { #ua4WnKXimO8WkOwEWUJJ4mkWOfrKlkh7 #QGBqiHz1l0G9CKETXnRR5alZdxyLy7mW {  }
 }@media only screen and (max-width: 763px) { #qNqqLJF55aZZlfZ1nldrS1nb4ExTXkVl { width:320px;height:396px;top:300px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dRyJEk4ik75itZqOSE4nELuKdE9hRCS9 { width:320px;height:196px;top:768px;left:0px;font-size:29px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NxGzX5TwkQOgmTwceJoCapgKAoor6iIm { display:block; }#NxGzX5TwkQOgmTwceJoCapgKAoor6iIm > .row .container { width:320px;height:977px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UfuDp8Cg3g4rf6cn5HpFJGFwqv9UAAoO { width:120px;height:120px;top:23px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #T3r0o45c6LNtDKBKkT69T4eL1TtEcJ1i { width:320px;height:52px;top:165px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #ZGg8yzbKpVh4uled54ZTlZBqxNaAaPnr { width:50px;height:32px;top:66px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #DIKosBpaI7kU9yH0NdrnP5oFibw45bhQ { width:120px;height:120px;top:262px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #H5aViwrgwF7grHkFiWwAQVsuwn5u7D8s { width:320px;height:52px;top:404px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #MmRXMVXuoWXODIRXBBi4RncNEDFHtrpL { width:120px;height:120px;top:494px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #FSAusLqqF7x0aSCe4Uru7XMsIeWKcvM5 { width:320px;height:52px;top:636px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #gK6Zzui1MV2wfPuEZ9VCrEDxcVWz52aW { width:120px;height:120px;top:721px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #Gmm5H16WNTHNRbCDZAwMHtWvMnzmBJs4 { width:320px;height:52px;top:863px;left:0px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #OwAcridvRP5eLK8UmXQ7wiC5aQ33dMWF { width:60px;height:60px;top:295px;left:130px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #mfw4dmeRHgZgbR2auZkBuilsVLszkCsu { width:67px;height:67px;top:523px;left:127px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Ga4nxswXEttX97aUSGQnL3A0D8u03rHT { width:62px;height:62px;top:753px;left:132px;font-size:43px;display:block; }
 }@media only screen and (max-width: 763px) { #VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg { display:block; }#VOQ5mkArPBcHx3qDaVOrCAnwdbbyCTKg > .row .container { width:320px;height:1310px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bcx0GOtmmwHrRdmKZyhWJgCW4FTbLmJB { width:320px;height:608px;top:506px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #zhFxh9GWQbb2Ci9l51xwdmTGknR6zCIq { width:307px;height:303px;top:162.984375px;left:6.5px;display:block; }
 }@media only screen and (max-width: 763px) { #nwJb0qFWyM0FcIu3g6WkP8C8ByQ2BMyo { width:310px;height:341px;top:122px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BnLcu69rh2fmv0cV7FWKx7TDbVXxP809 { width:320px;height:82px;top:20px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #ZWeM1E3XI8xFiseCzbo1f8HakiBtVrEU { width:320px;height:82px;top:1169px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/free-images/Health & Sport/pexels-photo(3).jpg");background-position:center;background-repeat:no-repeat;background-attachment:scroll;background-size:cover;display:block; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { background-color: transparent; background-image: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container > .video-iframe-container { display: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.64); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row > .video-iframe-container { display: none; }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .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); }#bpIZpT8HBGh57ox6GuXXmphx5Tr1zBp7 > .row .container { width:320px;height:338px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HR7AJB3yugqMUiU7eqNIwUyZCkTZwRqP { width:280px;height:26px;top:140px;left:20px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ryC4AMxw8c93yKCoy5VHh52iZdywif2x { width:265px;height:26px;top:90px;left:27.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #xoJEqqiyleMqEcw7eW3n8i9KdwoBJmRH { width:265px;height:26px;top:115px;left:27.5px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Qg7KMMK72awpiX7rVxmH3fGyqcbICQc5 { width:320px;height:78px;top:140px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #Bf3nexs19pVaTDLB9ShS0g0sfM3MVky5 { width:280px;height:55px;top:247.5px;left:20px;display:block; }
 }@media only screen and (max-width: 763px) { #rlnz5gcrLWLye61ne6ZGRPyLt5vHT4T8 { display:block; }
 }@media only screen and (max-width: 763px) { #sT3XZ64hDOm1hgeyt0DZXON8iBtCvoZ6 { width:320px;height:117px;top:11.5px;left:0px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 { display:block; }#iMZfpUadCVz4qlwQlSS6RzCfMC0oMmR3 > .row .container { width:320px;height:189px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r2EisESmaTv0QAP3Bq6CCvwKtE7O6IsT { width:227px;height:100px;top:20px;left:46px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rcxka2DD2Cx4wTU1mB6Dh85StBgbmJEt { width:175px;height:52px;top:129px;left:72.5px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }