.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#741d4a;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#741d4a;background-image:none;position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row .container { background-color: transparent; background-image: none; }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row .container > .video-iframe-container { display: none; }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row > .video-iframe-container { display: none; }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .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); }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row .container { border-width: 0; border-radius: 0; }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row > .video-iframe-container {  }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row .container { font-size:14px;font-family:arial;height:60px;width:960px;position:relative;display:block; }#JMw0oD2XDwT5i05Qx2T0nbGTOOIu7ABL { color:#ffffff;display:block;width:395px;position:absolute;font-family:"a titillium web";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10px;left:76px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
#TDiMOOUe9wU8PPUb5KIh0vSizEDicqBV { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:20px;border-top-right-radius:20px;border-bottom-left-radius:20px;border-bottom-right-radius:20px;box-sizing:border-box;color:#741d4a;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a titillium web";font-size:19px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:361px;height:41px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:9px;left:552px;display:block; }
#TCPmVS1ZFFN8l058drEXaSe4RrfDTEey { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#741d4a;background-image:none;position:relative;display:block; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container { background-color: transparent; background-image: none; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container > .video-iframe-container { display: none; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row > .video-iframe-container { display: none; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .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); }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container { border-width: 0; border-radius: 0; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row > .video-iframe-container {  }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container { font-size:14px;font-family:arial;height:60px;width:960px;position:relative;display:block; }#bNrminuSSxsF6qEMnUdpcP29HfG05eLF { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:360px;top:89px;left:0px;overflow:hidden;display:none; }
#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/a07JtehI/lady_m_fitnessstudio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR.adaptive-delivery-prevent-bg, #sCdvuClTG3W3D0eofG2unUbb9WuqVbGR.lazyload, #sCdvuClTG3W3D0eofG2unUbb9WuqVbGR.lazyloading { background-image: none; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container { background-color: transparent; background-image: none; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container > .video-iframe-container { display: none; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row > .video-iframe-container { display: none; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .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); }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container { border-width: 0; border-radius: 0; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row > .video-iframe-container {  }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container { font-size:14px;font-family:arial;height:629px;width:960px;position:relative;display:block; }#cc4vCTxeKubZb6Dkc0H0yadSc3PWd9BD { color:#ffffff;display:block;width:440px;position:absolute;font-family:"a titillium web";font-size:51px;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0 0 8px rgba(0,0,0,0.44);top:186px;left:0px;height:168.281px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JwerPFLuGD0IoONweV9CzecCE7VxF0et { color:#ffffff;display:block;width:443px;position:absolute;font-family:"a titillium web";font-size:28px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0 0 4px rgba(0,0,0,0.5);top:365px;left:0px;height:109.172px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DdnqpEIQ22DRdGHIFWylX16ufn8GnbIe { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:73px;width:360px;top:92px;left:10px;overflow:hidden;display:block; }
#zkykWZOz8QBD0UbtKJXcsc2E7CemUJiF { position:absolute;display:block;z-index:15010;background-color:#741d4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:100px;border-top-right-radius:100px;border-bottom-left-radius:100px;border-bottom-right-radius:100px;height:180px;width:180px;top:114px;left:426px;display:block; }
#XrxdTxwbH79onSM63SOPL1tAcDD36JTy { color:#ffffff;display:block;width:153px;position:absolute;font-family:"a titillium web";font-size:42px;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:153px;left:440.5px;height:92.375px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R3gPGglVZ9Xeq4V5TOF1737Kx31nwNOE { color:#ffffff;display:block;width:478px;position:absolute;font-family:"a titillium web";font-size:16px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:588px;left:0px;height:20.7969px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZsAhttHlQE9UTs4Bl0WTGTbUGUiVahaA { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0 0 6px rgba(255,255,255,0.28) ;height:92px;width:380px;top:82px;left:0px;display:block; }
#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row .container { background-color: transparent; background-image: none; }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row .container > .video-iframe-container { display: none; }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row > .video-iframe-container { display: none; }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .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); }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row .container { border-width: 0; border-radius: 0; }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row > .video-iframe-container {  }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row .container { font-size:14px;font-family:arial;height:1098px;width:960px;position:relative;display:block; }#SkP1PKabHWUuOSEsTW8bp2l1y8VXsO7N { color:#333333;display:block;width:595px;position:absolute;font-family:"a titillium web";font-size:20px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:140px;left:0px;height:78px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nt7hRCMKfQmcLvMZWQiELxZQorzPe3wE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:452px;width:321px;top:140px;left:639px;overflow:hidden;display:block; }
#wTgyrXDOv5fLNuzMlDJOUUDCc7fy88dq { position:absolute;display:block;z-index:15008;border-top:9px solid #ffffff;border-left:0;border-right:9px solid #ffffff;border-bottom:9px solid #ffffff;height:294px;width:732px;top:393px;left:0px;overflow:hidden;display:block; }
#r5MMiMczop9Bgf6QV1FWQtdm44lDSBqO { background-color:#741d4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a titillium web";font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:424px;height:50px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:996px;left:268px;display:block; }
#Zu1MULnKhqbsLdXywfwDZN38U8XvlOJg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ZDr5KapeqFKygmsX3KuOauUDkRUTpU93 { color:#741d4a;display:block;width:641px;position:absolute;font-family:"a titillium web";font-size:30px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:25px;left:159.5px;height:78px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETyM2uWFVFnBBlaAAEozdr4a5InymWCH { color:#ffffff;display:block;width:707px;position:absolute;font-family:"a titillium web";font-size:18px;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:694px;left:127px;height:70.1719px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wBGDnCqU6FdVaCUUR1TfXGoKbLRg90Zm { position:absolute;display:block;z-index:15009;background-color:#741d4a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:166px;width:749px;top:680px;left:106px;display:block; }
#baiuZiqUA4utZgOLfOOykUTURl2sDJB1 { color:#ffffff;display:block;width:684px;position:absolute;font-family:"a titillium web";font-size:18px;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:781px;left:124px;height:46.7812px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FgKcgCoaKHTumUtQo0VfnRt7PJNcHG99 { color:#333333;display:block;width:581px;position:absolute;font-family:"a titillium web";font-size:20px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:891px;left:189.5px;height:26px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vBwoFCmFn1bAcfqMxcZRdNOpbZ10X0EX { color:#333333;display:block;width:581px;position:absolute;font-family:"a titillium web";font-size:20px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:926px;left:189.5px;height:52px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKvbz78FGyg61Dx0OlfIpn7VpZR1IOvT { color:#333333;display:block;width:581px;position:absolute;font-family:"a titillium web";font-size:20px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:227px;left:0px;height:119px;font-style:normal;text-align:left;text-align-last:left;display:block; }#TKvbz78FGyg61Dx0OlfIpn7VpZR1IOvT li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TKvbz78FGyg61Dx0OlfIpn7VpZR1IOvT li:before{  }
#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/vooKrmoa/collage.jpg");background-position:center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;position:relative;display:block; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm.adaptive-delivery-prevent-bg, #AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm.lazyload, #AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm.lazyloading { background-image: none; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container { background-color: transparent; background-image: none; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container > .video-iframe-container { display: none; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row > .video-iframe-container { display: none; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .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); }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container { border-width: 0; border-radius: 0; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row > .video-iframe-container {  }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container { font-size:14px;font-family:arial;height:350px;width:960px;position:relative;display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#686866;background-image:none;position:relative;display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { background-color: transparent; background-image: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container > .video-iframe-container { display: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container { display: none; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .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); }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { border-width: 0; border-radius: 0; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row > .video-iframe-container {  }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { font-size:14px;font-family:arial;height:573px;width:960px;position:relative;display:block; }#sigzu7IZf2tZPkpz1MQTPZivwt8zlH1W { position:absolute;display:block;z-index:15000;height:378px;width:683px;top:101px;left:278px;display:block; }
#H9oRfeD6MDf1klQ3KNo0HbTAMfekV7Od { box-sizing:content-box;color:#ffffff;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:15005;top:426px;left:0px;display:block; }
#qNPczNsu9ctNDGWlEzgmaccXcEXriUJ7 { color:#ffffff;display:block;width:228px;position:absolute;font-family:"a titillium web";font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:283px;left:0px;height:75.5625px;display:block; }
#IpSEe6qi3e86t46I3mrHsc5npsQ1fOS3 { color:#ffffff;display:block;width:234px;position:absolute;font-family:"a titillium web";font-size:18px;font-weight:normal;z-index:14999;line-height:1.4;letter-spacing:0;top:367px;left:0px;height:50.375px;display:block; }
#cJiIGuuSXQ7fPbAG7DAcwkBaxdakunCZ { color:#ffffff;display:block;width:960px;position:absolute;font-family:"a titillium web";font-size:22px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:40px;left:0px;height:28.5938px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QQXwbP1w2Fg5lexPmNO7nh9ZvinpxoTw { box-sizing:content-box;color:#ffffff;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:15006;top:426px;left:60px;display:block; }
#unuSFpRINTfJQ3F3VTpvCAQZKqgz10yM { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:167px;width:250px;top:101px;left:0px;overflow:hidden;display:block; }
#EclEABXVGbeOWC6AxGel9FsvLJur2poT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#741d4a;background-image:none;position:relative;z-index:auto;display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { background-color: transparent; background-image: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .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); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { border-width: 0; border-radius: 0; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container {  }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { font-size:14px;font-family:arial;height:50px;width:960px;position:relative;display:block; }#VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { color:#ffffff;display:block;width:585px;position:absolute;font-family:"a open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13px;left:20px;height:24px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { z-index:15008;top:11px;left:750px;background-color:rgba(255,255,255,0.23);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"a open sans";font-size:14px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:190px;height:26px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FsVaooL79pD73EUVNOR7n0U0ny8lZLFP { display:block; }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMw0oD2XDwT5i05Qx2T0nbGTOOIu7ABL { top:10px;left:0px;width:395px;height:40px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TDiMOOUe9wU8PPUb5KIh0vSizEDicqBV { width:361px;height:41px;top:9px;left:403px;display:block; }
 }@media only screen and (max-width: 763px) { #TCPmVS1ZFFN8l058drEXaSe4RrfDTEey { display:block; }
 }@media only screen and (max-width: 763px) { #z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq { display:block; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNrminuSSxsF6qEMnUdpcP29HfG05eLF { top:89px;left:0px;width:360px;height:73px;display:none; }
 }@media only screen and (max-width: 763px) { #sCdvuClTG3W3D0eofG2unUbb9WuqVbGR { display:block; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cc4vCTxeKubZb6Dkc0H0yadSc3PWd9BD { top:186px;left:0px;width:440px;height:168px;font-size:51px;display:block; }
 }@media only screen and (max-width: 763px) { #JwerPFLuGD0IoONweV9CzecCE7VxF0et { top:365px;left:0px;width:443px;height:108px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #DdnqpEIQ22DRdGHIFWylX16ufn8GnbIe { top:92px;left:0px;width:360px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #zkykWZOz8QBD0UbtKJXcsc2E7CemUJiF { top:114px;left:328px;width:180px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #XrxdTxwbH79onSM63SOPL1tAcDD36JTy { top:153px;left:342.5px;width:153px;height:;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #R3gPGglVZ9Xeq4V5TOF1737Kx31nwNOE { top:588px;left:0px;width:478px;height:;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsAhttHlQE9UTs4Bl0WTGTbUGUiVahaA { top:82px;left:0px;width:380px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ { display:block; }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkP1PKabHWUuOSEsTW8bp2l1y8VXsO7N { top:140px;left:0px;width:595px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nt7hRCMKfQmcLvMZWQiELxZQorzPe3wE { top:140px;left:443px;width:321px;height:452px;display:block; }
 }@media only screen and (max-width: 763px) { #wTgyrXDOv5fLNuzMlDJOUUDCc7fy88dq { top:393px;left:0px;width:732px;height:294px;display:block; }
 }@media only screen and (max-width: 763px) { #r5MMiMczop9Bgf6QV1FWQtdm44lDSBqO { width:424px;height:50px;top:996px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1MULnKhqbsLdXywfwDZN38U8XvlOJg { display:block; }
 }@media only screen and (max-width: 763px) { #ZDr5KapeqFKygmsX3KuOauUDkRUTpU93 { top:25px;left:61.5px;width:641px;height:78px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ETyM2uWFVFnBBlaAAEozdr4a5InymWCH { top:694px;left:29px;width:707px;height:69px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wBGDnCqU6FdVaCUUR1TfXGoKbLRg90Zm { top:680px;left:8px;width:749px;height:166px;display:block; }
 }@media only screen and (max-width: 763px) { #baiuZiqUA4utZgOLfOOykUTURl2sDJB1 { top:781px;left:26px;width:684px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FgKcgCoaKHTumUtQo0VfnRt7PJNcHG99 { top:891px;left:91.5px;width:581px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vBwoFCmFn1bAcfqMxcZRdNOpbZ10X0EX { top:926px;left:91.5px;width:581px;height:;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TKvbz78FGyg61Dx0OlfIpn7VpZR1IOvT { top:227px;left:0px;width:581px;height:119px;font-size:18px;display:block; }#TKvbz78FGyg61Dx0OlfIpn7VpZR1IOvT li:before{  }
 }@media only screen and (max-width: 763px) { #AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm { display:block; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sigzu7IZf2tZPkpz1MQTPZivwt8zlH1W { top:101px;left:81px;width:683px;height:378px;display:block; }
 }@media only screen and (max-width: 763px) { #H9oRfeD6MDf1klQ3KNo0HbTAMfekV7Od { top:426px;left:0px;width:60px;height:60px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #qNPczNsu9ctNDGWlEzgmaccXcEXriUJ7 { top:283px;left:0px;width:228px;height:75px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #IpSEe6qi3e86t46I3mrHsc5npsQ1fOS3 { top:367px;left:0px;width:234px;height:50px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #cJiIGuuSXQ7fPbAG7DAcwkBaxdakunCZ { top:40px;left:0px;width:764px;height:;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QQXwbP1w2Fg5lexPmNO7nh9ZvinpxoTw { top:426px;left:0px;width:60px;height:60px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #unuSFpRINTfJQ3F3VTpvCAQZKqgz10yM { top:101px;left:0px;width:250px;height:167px;display:block; }
 }@media only screen and (max-width: 763px) { #EclEABXVGbeOWC6AxGel9FsvLJur2poT { display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { top:13px;left:0px;width:585px;height:24px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { top:11px;left:574px;width:190px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FsVaooL79pD73EUVNOR7n0U0ny8lZLFP { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#FsVaooL79pD73EUVNOR7n0U0ny8lZLFP > .row .container { width:320px;height:76px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JMw0oD2XDwT5i05Qx2T0nbGTOOIu7ABL { width:320px;height:33.5938px;top:4px;left:0px;font-size:14px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TDiMOOUe9wU8PPUb5KIh0vSizEDicqBV { width:320px;height:26px;top:41px;left:0px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #TCPmVS1ZFFN8l058drEXaSe4RrfDTEey { display:block; }
 }@media only screen and (max-width: 763px) { #z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq { background-color:#ffffff;background-image:none;display:block; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container { background-color: transparent; background-image: none; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container > .video-iframe-container { display: none; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row > .video-iframe-container { display: none; }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .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); }#z3oW55P12z2d9aBlpbXN4DoDIkmRMXyq > .row .container { width:320px;height:150px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNrminuSSxsF6qEMnUdpcP29HfG05eLF { width:253px;height:50px;top:87px;left:33.5px;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #sCdvuClTG3W3D0eofG2unUbb9WuqVbGR { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/a07JtehI/lady_m_fitnessstudio.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR.adaptive-delivery-prevent-bg, #sCdvuClTG3W3D0eofG2unUbb9WuqVbGR.lazyload, #sCdvuClTG3W3D0eofG2unUbb9WuqVbGR.lazyloading { background-image: none; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container { background-color: transparent; background-image: none; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container > .video-iframe-container { display: none; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row > .video-iframe-container { display: none; }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .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); }#sCdvuClTG3W3D0eofG2unUbb9WuqVbGR > .row .container { width:320px;height:499px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cc4vCTxeKubZb6Dkc0H0yadSc3PWd9BD { width:291px;height:105.562px;top:158px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #JwerPFLuGD0IoONweV9CzecCE7VxF0et { width:229px;height:114.375px;top:274px;left:0px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #DdnqpEIQ22DRdGHIFWylX16ufn8GnbIe { width:253px;height:50px;top:58px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #zkykWZOz8QBD0UbtKJXcsc2E7CemUJiF { width:130px;height:130px;top:10px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XrxdTxwbH79onSM63SOPL1tAcDD36JTy { width:116px;height:59.375px;top:46px;left:7px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #R3gPGglVZ9Xeq4V5TOF1737Kx31nwNOE { width:201px;height:36.375px;top:436px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #ZsAhttHlQE9UTs4Bl0WTGTbUGUiVahaA { width:320px;height:92px;top:492px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ { display:block; }#budJhKAZ9D0dG5dDVRWs2vds0uT4BOBQ > .row .container { width:320px;height:1371px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SkP1PKabHWUuOSEsTW8bp2l1y8VXsO7N { width:320px;height:93.5625px;top:136px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #nt7hRCMKfQmcLvMZWQiELxZQorzPe3wE { width:156px;height:222px;top:423px;left:138.5px;z-index:15012;border-top:7px solid #ffffff;border-left:7px solid #ffffff;border-right:7px solid #ffffff;border-bottom:7px solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #wTgyrXDOv5fLNuzMlDJOUUDCc7fy88dq { width:320px;height:130px;top:633px;left:0px;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #r5MMiMczop9Bgf6QV1FWQtdm44lDSBqO { width:249px;height:50px;top:1280px;left:35.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Zu1MULnKhqbsLdXywfwDZN38U8XvlOJg { display:block; }
 }@media only screen and (max-width: 763px) { #ZDr5KapeqFKygmsX3KuOauUDkRUTpU93 { width:320px;height:93.5625px;top:20px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #ETyM2uWFVFnBBlaAAEozdr4a5InymWCH { width:295px;height:187.125px;top:776px;left:12.5px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #wBGDnCqU6FdVaCUUR1TfXGoKbLRg90Zm { width:320px;height:359px;top:762px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #baiuZiqUA4utZgOLfOOykUTURl2sDJB1 { width:296px;height:116.953px;top:984px;left:12px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #FgKcgCoaKHTumUtQo0VfnRt7PJNcHG99 { width:264px;height:46.7812px;top:1153px;left:28px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #vBwoFCmFn1bAcfqMxcZRdNOpbZ10X0EX { width:320px;height:46.7812px;top:1209px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #TKvbz78FGyg61Dx0OlfIpn7VpZR1IOvT { width:281px;height:178.734px;top:236px;left:0px;font-size:18px;display:block; }#TKvbz78FGyg61Dx0OlfIpn7VpZR1IOvT li:before{  }
 }@media only screen and (max-width: 763px) { #AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm { background-color:transparent;background-image:url("https://images.assets-landingi.com/vooKrmoa/collage.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm.adaptive-delivery-prevent-bg, #AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm.lazyload, #AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm.lazyloading { background-image: none; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container { background-color: transparent; background-image: none; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container > .video-iframe-container { display: none; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row > .video-iframe-container { display: none; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .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); }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container { border-width: 0; border-radius: 0; }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row > .video-iframe-container {  }#AU2R8S3bTwsRMtLgWhFq2CgcV9Lugvsm > .row .container { width:320px;height:132px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IfhTk98Qa5AW9y987au4AaMaTvCgFvgH { display:block; }#IfhTk98Qa5AW9y987au4AaMaTvCgFvgH > .row .container { width:320px;height:715px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sigzu7IZf2tZPkpz1MQTPZivwt8zlH1W { width:320px;height:231px;top:448px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #H9oRfeD6MDf1klQ3KNo0HbTAMfekV7Od { width:60px;height:60px;top:318px;left:187px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #qNPczNsu9ctNDGWlEzgmaccXcEXriUJ7 { width:171px;height:67.1718px;top:305px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #IpSEe6qi3e86t46I3mrHsc5npsQ1fOS3 { width:234px;height:44.7812px;top:383px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cJiIGuuSXQ7fPbAG7DAcwkBaxdakunCZ { width:320px;height:36.3906px;top:23px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #QQXwbP1w2Fg5lexPmNO7nh9ZvinpxoTw { width:60px;height:60px;top:318px;left:247px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #unuSFpRINTfJQ3F3VTpvCAQZKqgz10yM { width:320px;height:213px;top:80px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EclEABXVGbeOWC6AxGel9FsvLJur2poT { background-color:#741d4a;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;z-index:auto;display:block; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { background-color: transparent; background-image: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container { display: none; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .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); }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { border-width: 0; border-radius: 0; }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row > .video-iframe-container {  }#EclEABXVGbeOWC6AxGel9FsvLJur2poT > .row .container { width:320px;height:101px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoFhgEugou6rtzOylxMIukEUTdFpFHl0 { width:320px;height:45px;top:8px;left:0px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GBke7ZOpcw4b7NTJhnapWm3hq9Ci7Lkt { top:63px;left:66px;width:188px;height:26px;display:block; }
 }@media only screen and (max-width: 763px) { #IAqmeCmitr56dcCPzfHyoTa6aqN7sVeW { display:block; }
 }