.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;
}
.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/S4GOLEDaKw4/unsplash/mariana-rasc-o-S4GOLEDaKw4-photo-1588158074612-37ee7e776f91.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
body.adaptive-delivery-prevent-bg { background-image: none; }
#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); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { background-color: transparent; background-image: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container > .video-iframe-container { display: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row > .video-iframe-container { display: none; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .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); }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { border-width: 0; border-radius: 0; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RsuDVFuU/BLACK_FRIDAY_FITNESS_SALE_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1.adaptive-delivery-prevent-bg { background-image: none; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container { background-color: transparent; background-image: none; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container > .video-iframe-container { display: none; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row > .video-iframe-container { display: none; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .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); }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container { border-width: 0; border-radius: 0; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#riG24iNDdxGdxWSJPFORmKyV0xVShl1b { color:#000000;display:block;width:71.25rem;position:absolute;font-family:"open sans";font-size:2.0625rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.3737182617188rem;left:1.875rem;height:5.3624125rem;text-align:center;text-align-last:center;display:block; }
#cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { color:#000000;display:block;width:68.125rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:normal;z-index:100001;line-height:1.5;letter-spacing:0;top:9.435784339905rem;left:3.4375rem;height:13.499375rem;text-align:center;text-align-last:center;display:block; }
#toRozymL97IUVEeLwT19gihgMXihQwO8 { color:#ca44bb;display:block;width:71.25rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:24.373916149139rem;left:1.875rem;height:2.33680625rem;text-align:center;text-align-last:center;display:block; }
#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { position:relative;display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { background-color: transparent; background-image: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container > .video-iframe-container { display: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row > .video-iframe-container { display: none; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .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); }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { border-width: 0; border-radius: 0; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { border-top:0.3125rem solid #ca44bb;border-left:0;border-right:0;border-bottom:0rem solid #ca44bb;background-color:#b60000;background-image:none;position:relative;display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { background-color: transparent; background-image: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container > .video-iframe-container { display: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row > .video-iframe-container { display: none; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .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); }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { border-width: 0; border-radius: 0; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { font-size:0.875rem;font-family:arial;height:10.9375rem;width:75rem;position:relative;display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { position:relative;display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { background-color: transparent; background-image: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container > .video-iframe-container { display: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row > .video-iframe-container { display: none; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .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); }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick { border-width: 0; border-radius: 0; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { position:relative;display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { background-color: transparent; background-image: none; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container > .video-iframe-container { display: none; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row > .video-iframe-container { display: none; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .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); }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { border-width: 0; border-radius: 0; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:112.625rem;width:75rem;position:relative;display:block; }#VBHTiz8FBRXnuTiG3gkzL7Jy7CpAhHPJ { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.75rem;left:8.125rem;height:12.46875rem;display:block; }
#N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { color:#000000;display:block;width:60rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:21rem;left:8.0625rem;height:3.8997375rem;font-style:normal;display:block; }
#BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:28.1875rem;left:7.5rem;height:20.12109375rem;display:block; }
#TJ0lGvO3LZ85WX3PESCanioTqtLRmd9y { position:absolute;display:block;z-index:100003;background-color:#070707;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:0.0625rem;width:60rem;top:51.3125rem;left:7.5rem;display:block; }
#t70iS6zLvGZg6KlWmTg3aiyUWAQroHCU { color:#000000;display:block;width:20.625rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:53.811847686767rem;left:29.531251907349rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nSGFIIeffCzlBIDuisc8NnoqhxongIeT { color:#000000;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:59.625rem;left:8.125rem;height:20.4296875rem;display:block; }#nSGFIIeffCzlBIDuisc8NnoqhxongIeT li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#nSGFIIeffCzlBIDuisc8NnoqhxongIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tM0QRYTx/86971424_184494996193255_8728517750529458176_n.png); }
#yUJ9ZlO7KBf055xGhU73ZnJsLEL8oNgd { color:#000000;display:block;width:32.25rem;position:absolute;font-family:oswald;font-size:3rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:83.8125rem;left:21.375rem;height:3.8997375rem;text-align:center;text-align-last:center;display:block; }
#mfvIDEezHrcVyeTfdTarPKFaO7bqsd57 { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.749125rem;width:18.2498125rem;top:91.888020515444rem;left:7.5rem;overflow:hidden;display:block; }
#iVAQ49L8g9QrTQD55rdgaMnh3l4PQdzi { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.936875rem;width:23.9995625rem;top:91.792542457581rem;left:50.093317031861rem;overflow:hidden;display:block; }
#OqCHQyhGxtLZCyDXDBIoMgfKHdJmm3ok { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.4995625rem;width:16.436625rem;top:92.20486831665rem;left:29.905599594116rem;overflow:hidden;display:block; }
#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { border-top:0.3125rem solid #ca44bb;border-left:0;border-right:0;border-bottom:0rem solid #ca44bb;background-color:#262626;background-image:none;position:relative;display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { background-color: transparent; background-image: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container > .video-iframe-container { display: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row > .video-iframe-container { display: none; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .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); }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { border-width: 0; border-radius: 0; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { font-size:0.875rem;font-family:arial;height:7.25rem;width:75rem;position:relative;display:block; }#TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { color:#fbfbfb;display:block;width:33.5rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.53125rem;left:20.75rem;height:4.2246125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { position:relative;display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { background-color: transparent; background-image: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container > .video-iframe-container { display: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row > .video-iframe-container { display: none; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .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); }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { border-width: 0; border-radius: 0; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu { position:relative;display:block; }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu { background-color: transparent; background-image: none; }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu > .row .container > .video-iframe-container { display: none; }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu > .row > .video-iframe-container { display: none; }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu > .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); }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu { border-width: 0; border-radius: 0; }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#EnsgfWvryZXpd06q4ztvsiINx9KdJlut { display:block;width:58.9355625rem;position:absolute;font-family:"titillium web";font-size:2.625rem;font-weight:700;z-index:100010;line-height:1;letter-spacing:0;top:7.8689284324644rem;left:8.8736982345581rem;height:2.62478125rem;text-align:center;text-align-last:center;color:#ff0000;font-style:normal;display:block; }
#a0cQQ4AhKAHdWcn2IqHQG7F6Q0fX7XsW { display:block;width:31.749125rem;position:absolute;font-family:"titillium web";font-size:1.4375rem;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:12.875rem;left:5.1875rem;height:25.8789125rem;text-align:left;text-align-last:left;color:#070707;font-style:normal;display:block; }
#TDohlbPLv0gI1PxFWWbSFXksKoX1w6JS { display:block;width:33.5623125rem;position:absolute;font-family:"titillium web";font-size:1.4375rem;font-weight:400;z-index:100012;line-height:1;letter-spacing:0;top:12.874353885651rem;left:40.686849594116rem;height:23.003475rem;text-align:left;text-align-last:left;color:#ff0000;font-style:normal;display:block; }
#l8ucd3b4VEALa9UoITstLtA7n8HzrlJ3 { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:12.375rem;left:2.125rem;display:block; }
#gJ8aq8a8wem4hsqHcmRed8SmV79m1atC { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:18.5625rem;left:2.125rem;display:block; }
#Z7wSaHswZhRNpyffxEQ3mcyGSnnrQzQp { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:25rem;left:2.125rem;display:block; }
#BSErLepvKfIZvVOzmy6CcLHXBXuuOpeD { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:32.875rem;left:2.125rem;display:block; }
#l7uvTAanBb0rffzMhFihQTzRWfd0OAKk { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:12.375rem;left:37.5625rem;display:block; }
#pGZDI239854td6l9PtTGGQGkQOW8D2AC { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:18.5625rem;left:37.5625rem;display:block; }
#xCbdVh50fLGvQGwl01DMbWg8BTuyCWT2 { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:24.9375rem;left:37.5625rem;display:block; }
#StZOBAmgRJPr8m5ylaHNx3Rhr7Zkdyot { box-sizing:content-box;color:#ff0000;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:32.8125rem;left:37.5625rem;display:block; }
#lAzsLImZ73fnnKDENn2ZBbDW7kxluGh2 { display:block;width:58.9355625rem;position:absolute;font-family:"marck script";font-size:3.0625rem;font-weight:400;z-index:100011;line-height:1;letter-spacing:0;top:4.8752171993256rem;left:8.2183160781863rem;height:3.06206875rem;text-align:center;text-align-last:center;color:#ff0000;font-style:normal;display:block; }
#w9wMFIg3M9FZb9UeCrfeTS4DDqzfNCqv { background-color:#ff0000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:4.56055rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:39.997831344604rem;left:20.786676406861rem;display:block; }
#vFEH66B8Jzzd1peWv0Qu5pUInBHE9e3o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dPmFzxwLRtuPLineFizzr7baWyxgTyQg { position:relative;display:block; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg { background-color: transparent; background-image: none; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container > .video-iframe-container { display: none; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row > .video-iframe-container { display: none; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .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); }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg { border-width: 0; border-radius: 0; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:110.875rem;width:75rem;position:relative;display:block; }#TnpIROQ2T0JB8ms75ciiZ6aP2OIQPAWq { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:5.875rem;left:7.09375rem;height:5.85069375rem;display:block; }
#WT0MS1tcTiETbO0gRyHMkzy38Rs7Ke0I { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:3.6875rem;left:58.78125rem;overflow:hidden;display:block; }
#l8LUWgfhXuw3d5dmJ36U1vhXbvTgsFxL { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:14.65625rem;left:7.09375rem;overflow:hidden;display:block; }
#xAU8oUVAhbDmaZLm40a0b0FRtmBh7ppy { color:#000000;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:14.65625rem;left:19.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#kBoy9GdK4VvArAmtuTmEJw21QQlh7g1r { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:17.5rem;left:19.09375rem;height:7.313375rem;display:block; }
#seJGGBJrGJOigZTFMzpZTfgv2kD9RgEo { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:43.46875rem;left:19.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#FCCCk3nTh8lwhp9gEV188KgXrNRTPsVM { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:31.5rem;left:7.09375rem;height:5.85069375rem;display:block; }
#db1ylvWEDQhfbyF3OxqQHTIvDg9nvnHB { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:28.90625rem;left:59.59375rem;overflow:hidden;display:block; }
#s7hgCK3rMyICvyCbqdqZUKLfehfBQSDS { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:43.46875rem;left:7.09375rem;overflow:hidden;display:block; }
#nkcUS8FBEOxCvTggVzCNuzTPBvTdTQ56 { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:46.46875rem;left:19.09375rem;height:5.85069375rem;display:block; }
#c3612WxGXEeqIlay7UBRInfzV3GEbWaL { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:28.90625rem;left:7.09375rem;height:1.9487875rem;font-style:normal;display:block; }
#I7sfZRMSmuoKZRCSJr89wJfBcAw4bNsn { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:56.96875rem;left:7.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#Q16IDMFOpO3hBnnT8yGEC50x5kEKkc3z { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:59.46875rem;left:7.09375rem;height:5.85069375rem;display:block; }
#IIy2nQ9bORXHsdmIwgIBFrxmN7vSnUkb { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:56.34375rem;left:59.59375rem;overflow:hidden;display:block; }
#qny4gNVtcCddBqe4AQsA8svdD6mFMHci { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:70.6875rem;left:7.09375rem;overflow:hidden;display:block; }
#uG8T8D48BqL2fV1eiE9wBImGpeUzIFz2 { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100004;line-height:1.3;letter-spacing:0;top:69.875rem;left:19.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#cTOMXSbiDouLZy3GH230HqAiPr5tT34G { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:72.875rem;left:19.09375rem;height:5.85069375rem;display:block; }
#HRsDJciC45UtkUM4HzZkDZ7RQc4oiOOs { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:84.0625rem;left:7.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#EUTH1Tiy7p0xGs1TCw2ngt7LTTLiNkTR { color:#000000;display:block;width:47rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:86.625rem;left:7.09375rem;height:7.313375rem;display:block; }
#TLEsiu8ByzmvPNDzMMTtRK84zglr0xL3 { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:85.125rem;left:59.59375rem;overflow:hidden;display:block; }
#uM7oT9lpX3dFwDmwFZSmT0Oks18i7PAO { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:100.0625rem;left:7.09375rem;overflow:hidden;display:block; }
#IG3N8vcATVNgwdFr4xp93NRKo1zXZoMK { color:#000000;display:block;width:30.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:98.1875rem;left:19.09375rem;height:1.94921875rem;font-style:normal;display:block; }
#xHKKpgcpRonqwc9VF29Un4wiZWAwPA6k { color:#000000;display:block;width:46.9998125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:101.55706214905rem;left:19.092882156372rem;height:7.313375rem;display:block; }
#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch { border-top:0.3125rem solid #ca44bb;border-left:0;border-right:0;border-bottom:0rem solid #ca44bb;background-color:#262626;background-image:url("https://images.assets-landingi.com/RsuDVFuU/BLACK_FRIDAY_FITNESS_SALE_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch.adaptive-delivery-prevent-bg { background-image: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { background-color: transparent; background-image: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container > .video-iframe-container { display: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row > .video-iframe-container { display: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .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); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { border-width: 0; border-radius: 0; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { position:relative;display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { background-color: transparent; background-image: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container > .video-iframe-container { display: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row > .video-iframe-container { display: none; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .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); }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { border-width: 0; border-radius: 0; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 { border-top:0.3125rem solid #ca44bb;border-left:0;border-right:0;border-bottom:0rem solid #ca44bb;background-color:#262626;background-image:none;position:relative;display:block; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { background-color: transparent; background-image: none; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container > .video-iframe-container { display: none; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row > .video-iframe-container { display: none; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .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); }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { border-width: 0; border-radius: 0; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { color:#fbfbfb;display:block;width:66.8125rem;position:absolute;font-family:"open sans";font-size:3.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1875rem;left:4.09375rem;height:8.44835rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { background-color:#ff0000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:4.56055rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:11.497404575348rem;left:23.311634063721rem;display:block; }
#OXMdT5QJoEaQN5Vkvb3N0nwTCiQ7Fbai { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { position:relative;display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { background-color: transparent; background-image: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container > .video-iframe-container { display: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row > .video-iframe-container { display: none; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .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); }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { border-width: 0; border-radius: 0; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:2.4375rem;width:75rem;position:relative;display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL { position:relative;display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL { background-color: transparent; background-image: none; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container > .video-iframe-container { display: none; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row > .video-iframe-container { display: none; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .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); }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL { border-width: 0; border-radius: 0; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(255,255,255,0.65);background-image:none;font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#fB0gPV1Sm6hU0tsZOFG9TK4TJiqFsRNZ { color:#000000;display:block;width:60.1875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:3.5625rem;left:7.40625rem;height:29.4414375rem;display:block; }
#adIVD2JQUcr8u8dftKi64aEB8XUW7IbV { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.061625rem;width:16.936875rem;top:10.590278625488rem;left:5.8648004531861rem;overflow:hidden;display:block; }
#Tw45ztixS1vRRa7W79T8nWVe1vNr8qTS { background-color:#ff0000;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-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.875rem;height:4.56055rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:34.809029579162rem;left:22.801651000976rem;display:block; }
#v9dev0mns7fmhuK3EQ5EBvx67pSuGWva { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { position:relative;display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { background-color: transparent; background-image: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container > .video-iframe-container { display: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row > .video-iframe-container { display: none; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .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); }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { border-width: 0; border-radius: 0; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:9rem;width:75rem;position:relative;display:block; }#bBKGJpo5urwvxLAorqTE1Spyly56SQNz { color:#fafafa;display:block;width:20.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:2rem;left:27.09375rem;height:5.19965rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 { display:block; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riG24iNDdxGdxWSJPFORmKyV0xVShl1b { top:1.3125rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { top:9.375rem;left:0rem;width:47.75rem;height:13.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toRozymL97IUVEeLwT19gihgMXihQwO8 { top:24.3125rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th8QN44gER7XC8GzIlFq5eJPXnJwWick { display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBHTiz8FBRXnuTiG3gkzL7Jy7CpAhHPJ { top:3.75rem;left:0rem;width:47.75rem;height:12.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { top:21rem;left:0rem;width:47.75rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { top:28.125rem;left:0rem;width:47.75rem;height:20.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0lGvO3LZ85WX3PESCanioTqtLRmd9y { top:51.3125rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70iS6zLvGZg6KlWmTg3aiyUWAQroHCU { top:53.75rem;left:15.906251907349rem;width:20.625rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSGFIIeffCzlBIDuisc8NnoqhxongIeT { top:59.625rem;left:0rem;width:47.75rem;height:20rem;font-size:1rem;display:block; }#nSGFIIeffCzlBIDuisc8NnoqhxongIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tM0QRYTx/86971424_184494996193255_8728517750529458176_n.png); }
 }@media only screen and (max-width: 763px) { #yUJ9ZlO7KBf055xGhU73ZnJsLEL8oNgd { top:83.8125rem;left:7.75rem;width:32.25rem;height:3.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvIDEezHrcVyeTfdTarPKFaO7bqsd57 { top:91.875rem;left:0rem;width:18.1875rem;height:16.691936475375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVAQ49L8g9QrTQD55rdgaMnh3l4PQdzi { top:91.75rem;left:23.75rem;width:23.9375rem;height:16.893076501394rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCHQyhGxtLZCyDXDBIoMgfKHdJmm3ok { top:92.1875rem;left:16.280599594116rem;width:16.375rem;height:16.437701531641rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { top:1.5rem;left:7.125rem;width:33.5rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu { display:block; }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnsgfWvryZXpd06q4ztvsiINx9KdJlut { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0cQQ4AhKAHdWcn2IqHQG7F6Q0fX7XsW { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDohlbPLv0gI1PxFWWbSFXksKoX1w6JS { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8ucd3b4VEALa9UoITstLtA7n8HzrlJ3 { top:12.375rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8aq8a8wem4hsqHcmRed8SmV79m1atC { top:18.5625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7wSaHswZhRNpyffxEQ3mcyGSnnrQzQp { top:25rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSErLepvKfIZvVOzmy6CcLHXBXuuOpeD { top:32.875rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7uvTAanBb0rffzMhFihQTzRWfd0OAKk { top:12.375rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGZDI239854td6l9PtTGGQGkQOW8D2AC { top:18.5625rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCbdVh50fLGvQGwl01DMbWg8BTuyCWT2 { top:24.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StZOBAmgRJPr8m5ylaHNx3Rhr7Zkdyot { top:32.8125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzsLImZ73fnnKDENn2ZBbDW7kxluGh2 { width:21.875rem;height:3.4375rem;top:6.25rem;left:25.875rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9wMFIg3M9FZb9UeCrfeTS4DDqzfNCqv { width:31.875rem;height:4.5rem;top:39.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFEH66B8Jzzd1peWv0Qu5pUInBHE9e3o { display:block; }
 }@media only screen and (max-width: 763px) { #dPmFzxwLRtuPLineFizzr7baWyxgTyQg { display:block; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnpIROQ2T0JB8ms75ciiZ6aP2OIQPAWq { top:5.8125rem;left:0rem;width:46.9375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0MS1tcTiETbO0gRyHMkzy38Rs7Ke0I { top:3.6875rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8LUWgfhXuw3d5dmJ36U1vhXbvTgsFxL { top:14.625rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAU8oUVAhbDmaZLm40a0b0FRtmBh7ppy { top:14.625rem;left:5.46875rem;width:23rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoy9GdK4VvArAmtuTmEJw21QQlh7g1r { top:17.5rem;left:0.75rem;width:47rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJGGBJrGJOigZTFMzpZTfgv2kD9RgEo { top:43.4375rem;left:5.46875rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCCCk3nTh8lwhp9gEV188KgXrNRTPsVM { top:31.4375rem;left:0rem;width:46.9375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1ylvWEDQhfbyF3OxqQHTIvDg9nvnHB { top:28.875rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7hgCK3rMyICvyCbqdqZUKLfehfBQSDS { top:43.4375rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcUS8FBEOxCvTggVzCNuzTPBvTdTQ56 { top:46.4375rem;left:0.75rem;width:47rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3612WxGXEeqIlay7UBRInfzV3GEbWaL { top:28.875rem;left:0rem;width:30.8125rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7sfZRMSmuoKZRCSJr89wJfBcAw4bNsn { top:56.9375rem;left:0rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q16IDMFOpO3hBnnT8yGEC50x5kEKkc3z { top:59.4375rem;left:0rem;width:47rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIy2nQ9bORXHsdmIwgIBFrxmN7vSnUkb { top:56.3125rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #qny4gNVtcCddBqe4AQsA8svdD6mFMHci { top:70.6875rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8T8D48BqL2fV1eiE9wBImGpeUzIFz2 { top:69.875rem;left:5.46875rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOMXSbiDouLZy3GH230HqAiPr5tT34G { top:72.875rem;left:0.75rem;width:47rem;height:5.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsDJciC45UtkUM4HzZkDZ7RQc4oiOOs { top:84.0625rem;left:0rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTH1Tiy7p0xGs1TCw2ngt7LTTLiNkTR { top:86.625rem;left:0rem;width:47rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEsiu8ByzmvPNDzMMTtRK84zglr0xL3 { top:85.125rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7oT9lpX3dFwDmwFZSmT0Oks18i7PAO { top:100.0625rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG3N8vcATVNgwdFr4xp93NRKo1zXZoMK { top:98.1875rem;left:5.46875rem;width:30.875rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKKpgcpRonqwc9VF29Un4wiZWAwPA6k { top:101.5rem;left:0.8125rem;width:46.9375rem;height:7.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch { display:block; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 { display:block; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { top:1.125rem;left:0rem;width:47.75rem;height:8.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { width:31.875rem;height:4.5rem;top:11.4375rem;left:9.6866340637206rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXMdT5QJoEaQN5Vkvb3N0nwTCiQ7Fbai { display:block; }
 }@media only screen and (max-width: 763px) { #gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMccksNc72R8IZQKIU44VHCkPZ4caWXL { display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fB0gPV1Sm6hU0tsZOFG9TK4TJiqFsRNZ { top:3.5rem;left:0rem;width:47.75rem;height:29.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adIVD2JQUcr8u8dftKi64aEB8XUW7IbV { top:10.5625rem;left:0rem;width:16.875rem;height:16.999294254401rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw45ztixS1vRRa7W79T8nWVe1vNr8qTS { width:31.875rem;height:4.5rem;top:34.75rem;left:9.1766510009762rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9dev0mns7fmhuK3EQ5EBvx67pSuGWva { display:block; }
 }@media only screen and (max-width: 763px) { #s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBKGJpo5urwvxLAorqTE1Spyly56SQNz { top:1.9375rem;left:13.468099594116rem;width:20.75rem;height:5.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #cZpgJnwQSaB2T57MCww2FETVhV5D3J42 { display:block; }#cZpgJnwQSaB2T57MCww2FETVhV5D3J42 > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/RsuDVFuU/BLACK_FRIDAY_FITNESS_SALE_2_.png");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1.adaptive-delivery-prevent-bg { background-image: none; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container { background-color: transparent; background-image: none; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container > .video-iframe-container { display: none; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row > .video-iframe-container { display: none; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .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); }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container { border-width: 0; border-radius: 0; }#dQNJ9wOfUaa3O5ygPJ9SI5B6QuaMmar1 > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #riG24iNDdxGdxWSJPFORmKyV0xVShl1b { width:18.75rem;height:6.5599rem;top:1.25rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAeG1Z9x2rwnSc6n3cd7XcySB613ha1I { width:18.75rem;height:13.496125rem;top:9.25rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #toRozymL97IUVEeLwT19gihgMXihQwO8 { width:18.75rem;height:3.2487rem;top:24.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy { display:block; }#IRJ9sB1TCBtOLVqNQgAq3vePg5hzSmpy > .row .container { width:20rem;height:2.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl { display:block; }#FdcmQEvrP8MDyD4PbTkk4kZOOcTcugQl > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th8QN44gER7XC8GzIlFq5eJPXnJwWick { display:block; }#Th8QN44gER7XC8GzIlFq5eJPXnJwWick > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv { display:block; }#EF52UG2RcADAyIfM7TkLdPxKaKOO1CIv > .row .container { width:20rem;height:167.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VBHTiz8FBRXnuTiG3gkzL7Jy7CpAhHPJ { width:18.75rem;height:22.09854375rem;top:1.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6nRrKPnPn7ZgmnfbO70bsHZf6k5RVfn { width:18.75rem;height:3.2487rem;top:25.9375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BUFPXgkN9ol6v2OFOdsMUrNGFaPcrbgr { width:18.75rem;height:36.5226rem;top:30.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJ0lGvO3LZ85WX3PESCanioTqtLRmd9y { width:18.75rem;height:0.0625rem;top:66.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t70iS6zLvGZg6KlWmTg3aiyUWAQroHCU { width:18.75rem;height:1.625rem;top:67.5625rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSGFIIeffCzlBIDuisc8NnoqhxongIeT { width:18.75rem;height:43.997375rem;top:70.0625rem;left:0.625rem;font-size:1rem;display:block; }#nSGFIIeffCzlBIDuisc8NnoqhxongIeT li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tM0QRYTx/86971424_184494996193255_8728517750529458176_n.png); }
 }@media only screen and (max-width: 763px) { #yUJ9ZlO7KBf055xGhU73ZnJsLEL8oNgd { width:18.75rem;height:1.625rem;top:113.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfvIDEezHrcVyeTfdTarPKFaO7bqsd57 { width:18.1875rem;height:16.690877603194rem;top:116.74913637696rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iVAQ49L8g9QrTQD55rdgaMnh3l4PQdzi { width:20rem;height:14.114944684043rem;top:152.43969887695rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqCHQyhGxtLZCyDXDBIoMgfKHdJmm3ok { width:16.375rem;height:16.437705585069rem;top:134.75219887695rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qrqSriycDaxpGE9O8Hnx2IL0g917CKZw { display:block; }#qrqSriycDaxpGE9O8Hnx2IL0g917CKZw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TxBxXlyubnX5odMxTBaPsIsfRB3H76PZ { width:18.75rem;height:1.9487875rem;top:1.5rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 { display:block; }#L6iToH0R6TfaJ54433Q5C2ZXIvLebBy4 > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu { display:block; }#ZDcQOPGI8JXQNUKpbrVTyFNweVfZIiEu > .row .container { width:20rem;height:91.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EnsgfWvryZXpd06q4ztvsiINx9KdJlut { width:20rem;height:2.99913125rem;top:8.49935rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0cQQ4AhKAHdWcn2IqHQG7F6Q0fX7XsW { width:20rem;height:30.77865625rem;top:15.744357824326rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #TDohlbPLv0gI1PxFWWbSFXksKoX1w6JS { width:20rem;height:36.12751875rem;top:47.801650047303rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #l8ucd3b4VEALa9UoITstLtA7n8HzrlJ3 { width:3.125rem;height:3.125rem;top:13.371310949326rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJ8aq8a8wem4hsqHcmRed8SmV79m1atC { width:3.125rem;height:3.125rem;top:20.872397184372rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7wSaHswZhRNpyffxEQ3mcyGSnnrQzQp { width:3.125rem;height:3.125rem;top:29.570313215256rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSErLepvKfIZvVOzmy6CcLHXBXuuOpeD { width:3.125rem;height:3.125rem;top:36.934679746628rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7uvTAanBb0rffzMhFihQTzRWfd0OAKk { width:3.125rem;height:3.125rem;top:44.746095657349rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGZDI239854td6l9PtTGGQGkQOW8D2AC { width:3.125rem;height:3.125rem;top:74.369570732119rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xCbdVh50fLGvQGwl01DMbWg8BTuyCWT2 { width:3.125rem;height:3.125rem;top:65.239799499513rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #StZOBAmgRJPr8m5ylaHNx3Rhr7Zkdyot { width:3.125rem;height:3.125rem;top:54.23828125rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAzsLImZ73fnnKDENn2ZBbDW7kxluGh2 { width:20rem;height:5.99935rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #w9wMFIg3M9FZb9UeCrfeTS4DDqzfNCqv { width:19rem;height:4.5rem;top:85.4882850647rem;left:0.49913203716278rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFEH66B8Jzzd1peWv0Qu5pUInBHE9e3o { display:block; }
 }@media only screen and (max-width: 763px) { #dPmFzxwLRtuPLineFizzr7baWyxgTyQg { display:block; }#dPmFzxwLRtuPLineFizzr7baWyxgTyQg > .row .container { width:20rem;height:205rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TnpIROQ2T0JB8ms75ciiZ6aP2OIQPAWq { width:18.75rem;height:12.999125rem;top:13rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT0MS1tcTiETbO0gRyHMkzy38Rs7Ke0I { width:8rem;height:8rem;top:1.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #l8LUWgfhXuw3d5dmJ36U1vhXbvTgsFxL { width:8rem;height:8rem;top:27.5rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAU8oUVAhbDmaZLm40a0b0FRtmBh7ppy { width:18.75rem;height:1.625rem;top:36.6875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBoy9GdK4VvArAmtuTmEJw21QQlh7g1r { width:18.75rem;height:12.999125rem;top:39.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #seJGGBJrGJOigZTFMzpZTfgv2kD9RgEo { width:18.75rem;height:1.625rem;top:89.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCCCk3nTh8lwhp9gEV188KgXrNRTPsVM { width:18.75rem;height:12.999125rem;top:66.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #db1ylvWEDQhfbyF3OxqQHTIvDg9nvnHB { width:8rem;height:8rem;top:52.8125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7hgCK3rMyICvyCbqdqZUKLfehfBQSDS { width:8rem;height:8rem;top:80.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #nkcUS8FBEOxCvTggVzCNuzTPBvTdTQ56 { width:18.75rem;height:12.999125rem;top:91.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3612WxGXEeqIlay7UBRInfzV3GEbWaL { width:18.75rem;height:3.2487rem;top:61.75rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7sfZRMSmuoKZRCSJr89wJfBcAw4bNsn { width:18.75rem;height:1.625rem;top:114.375rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q16IDMFOpO3hBnnT8yGEC50x5kEKkc3z { width:18.75rem;height:12.999125rem;top:116.5625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIy2nQ9bORXHsdmIwgIBFrxmN7vSnUkb { width:8rem;height:8rem;top:105.28125rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #qny4gNVtcCddBqe4AQsA8svdD6mFMHci { width:8rem;height:8rem;top:129.9375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uG8T8D48BqL2fV1eiE9wBImGpeUzIFz2 { width:18.75rem;height:1.625rem;top:137.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTOMXSbiDouLZy3GH230HqAiPr5tT34G { width:18.75rem;height:11.69925rem;top:140.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRsDJciC45UtkUM4HzZkDZ7RQc4oiOOs { width:18.75rem;height:1.625rem;top:161.1875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EUTH1Tiy7p0xGs1TCw2ngt7LTTLiNkTR { width:18.75rem;height:12.999125rem;top:163.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLEsiu8ByzmvPNDzMMTtRK84zglr0xL3 { width:8rem;height:8rem;top:153.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM7oT9lpX3dFwDmwFZSmT0Oks18i7PAO { width:8rem;height:8rem;top:177.75rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG3N8vcATVNgwdFr4xp93NRKo1zXZoMK { width:18.75rem;height:1.625rem;top:187.125rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKKpgcpRonqwc9VF29Un4wiZWAwPA6k { width:18.75rem;height:14.2990625rem;top:189.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch { background-color:#262626;background-image:url("https://images.assets-landingi.com/RsuDVFuU/BLACK_FRIDAY_FITNESS_SALE_2_.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid #ca44bb;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0rem solid #ca44bb;display:block; }
#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch.adaptive-delivery-prevent-bg { background-image: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { background-color: transparent; background-image: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container > .video-iframe-container { display: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row > .video-iframe-container { display: none; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .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); }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { border-width: 0; border-radius: 0; }#TrJ6e51NWweauMd8itQGsGM7WlA1B9Ch > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 { display:block; }#IPuuur8F1fDOdT2IeJL2gF76K6KziZu2 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 { display:block; }#cosoQJ2QBs42NqKS0TzcPFk3Hbby36t6 > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u5T7KW87B3OGOstSSSPmsVlQEfnTtpzQ { width:18.75rem;height:7.7951375rem;top:1.375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #raEbUb1dfDRAEFrpEPwzAspa5QDnxq3A { width:18.75rem;height:3.75rem;top:12.342664718628rem;left:0.62500011920931rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXMdT5QJoEaQN5Vkvb3N0nwTCiQ7Fbai { display:block; }
 }@media only screen and (max-width: 763px) { #gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK { display:block; }#gqZCITtICNzL4p5HbDaF5NM3mW9fXHFK > .row .container { width:20rem;height:0.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LMccksNc72R8IZQKIU44VHCkPZ4caWXL { display:block; }#LMccksNc72R8IZQKIU44VHCkPZ4caWXL > .row .container { width:20rem;height:62.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fB0gPV1Sm6hU0tsZOFG9TK4TJiqFsRNZ { width:18.75rem;height:49.396725rem;top:0.68473291397094rem;left:0.62500011920931rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #adIVD2JQUcr8u8dftKi64aEB8XUW7IbV { width:16.875rem;height:16.999294254401rem;top:44.708082199097rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw45ztixS1vRRa7W79T8nWVe1vNr8qTS { width:19rem;height:4.5rem;top:57.274309158325rem;left:0.49913203716278rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9dev0mns7fmhuK3EQ5EBvx67pSuGWva { display:block; }
 }@media only screen and (max-width: 763px) { #s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H { display:block; }#s4gbPTfQeuQyoICnZG1FW7T7TTOaBq6H > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bBKGJpo5urwvxLAorqTE1Spyly56SQNz { width:20rem;height:4.606775rem;top:1.125rem;left:0rem;font-size:0.875rem;display:block; }
 }