.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:transparent;background-image:url("https://images.assets-landingi.com/OknzFCKp/1347217488.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: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25); }#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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;z-index:auto;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn.adaptive-delivery-prevent-bg { background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#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(255,255,255,0.2); }#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 > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:23.25rem;width:75rem;position:relative;display:block; }#W6QO421qdT2wgvPe7NxLuUetQEXoCqTn { color:#000000;display:block;width:59.8125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:11.625rem;left:7.59375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#leyT1TKqI7QvlBPTvybThChVCvmF8O0e { color:rgba(255,255,255,0.99);display:block;width:66.875rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.0625rem;left:4.0625rem;height:5.91015625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SbiP0BQRES5reedVvag0OILCdETwGedX { color:#000000;display:block;width:52.875rem;position:absolute;font-family:comfortaa;font-size:6.75rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:2.9375rem;left:11.0625rem;height:8.7744375rem;text-align:center;text-align-last:center;display:block; }
#quvNbWP0cuVvD2rQTsmBOEDQI3NcbUeD { position:absolute;display:block;z-index:100000;background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:2.6875rem;width:59.25rem;top:11.25rem;left:7.90625rem;display:block; }
#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1.adaptive-delivery-prevent-bg { background-image: none; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container { background-color: transparent; background-image: none; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container > .video-iframe-container { display: none; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row > .video-iframe-container { display: none; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .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); }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container { border-width: 0; border-radius: 0; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#RSyCZMVH5dGVaQBapI92JZdS2hcGxRRu { position:absolute;display:block;z-index:100000;border-top:0.25rem solid #7ed957;border-left:0.25rem solid #7ed957;border-right:0.25rem solid #7ed957;border-bottom:0.25rem solid #7ed957;box-shadow: 0.3125rem 0.0625rem 0.625rem rgba(0,0,0,0.5) ;height:16.125rem;width:28.75rem;top:2.34375rem;left:4.375rem;display:block; }
#lhZDTBdJZPfB8c5Be3MBo0LHEeMIJHL2 { color:#000000;display:block;width:26.875rem;position:absolute;font-family:oswald;font-size:2.5rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.34375rem;left:42.8125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#gf7741xcKvJxFJ6x9T6Dn8ADRlH9D44p { color:#ffffff;display:block;width:28.875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:9.375rem;left:41.8125rem;height:8.93555rem;text-align:center;text-align-last:center;display:block; }
#DqTCJG6Jv9guEal7OhJI52MRuMe91Jq5 { color:#ffffff;display:block;width:34.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:18.46875rem;left:39.21875rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#yuFGqESxBZxehbIHvbXEeWOpl0BSQIrt { position:absolute;display:block;z-index:99999;background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:6.3125rem;width:27.25rem;top:2.6875rem;left:42.71875rem;display:block; }
#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;display:block; }
#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn.adaptive-delivery-prevent-bg { background-image: none; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container { background-color: transparent; background-image: none; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container > .video-iframe-container { display: none; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row > .video-iframe-container { display: none; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .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); }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container { border-width: 0; border-radius: 0; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container { font-size:0.875rem;font-family:arial;height:12.9375rem;width:75rem;position:relative;display:block; }#ny0rcmB4foSeDwaeKM8uQ4DidAT9lTTU { background-color:#7ed957;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:raleway;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:53.3125rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:1.8125rem;left:10.84375rem;display:block; }
#PdW9G2MR6Vq3Nk9hk6wmvHZV6bAyqJJB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#mLwkzxnZcISn5cXcX0CCEP7fvbGppTNV { color:#ffffff;display:block;width:42.5625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:6.25rem;left:16.21875rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#vwV5ZtNqsHAQg7t5dwsAHCq918UmSPKe { color:#ffffff;display:block;width:40rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:10.25rem;left:17.5rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#E7TJz22ls5COrGHJ2MKwZTCV2PJuPl23 { color:#000000;display:block;width:19.9375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);height:1.25rem;top:0.5625rem;left:0rem;display:none; }
#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row .container { background-color: transparent; background-image: none; }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row .container > .video-iframe-container { display: none; }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row > .video-iframe-container { display: none; }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .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); }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row .container { border-width: 0; border-radius: 0; }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row .container { font-size:0.875rem;font-family:arial;height:30.875rem;width:75rem;position:relative;display:block; }#a2oNSWSDvH9ot5N3hxLpTqi702BHWuIm { color:#000000;display:block;width:33.625rem;position:absolute;font-family:raleway;font-size:3.5625rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:0.625rem;left:39.4375rem;height:9.26175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXGRtlCIW1A6d8x4tM5Vg6Lis44fHJpR { position:absolute;display:block;z-index:100001;background-color:#7ed957;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:17.5625rem;width:33.125rem;top:11.375rem;left:39.6875rem;display:block; }
#lRXrtV73D9Ki5nLT1rRnpsJooXIUfSHy { color:#000000;display:block;width:30.75rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:12.6875rem;left:40.875rem;height:14.9453125rem;text-align:justify;text-align-last:initial;display:block; }
#ecC7Hw8p5o6a8SAVxVsX5T4Hmz0nF1FG { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.4375rem;width:24.4375rem;top:3.21875rem;left:6.53125rem;overflow:hidden;display:block; }
#WJUMgy18y0gSQapTacX7D7OVki72bgTh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#WJUMgy18y0gSQapTacX7D7OVki72bgTh.adaptive-delivery-prevent-bg { background-image: none; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container { background-color: transparent; background-image: none; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container > .video-iframe-container { display: none; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row > .video-iframe-container { display: none; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .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); }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container { border-width: 0; border-radius: 0; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container { font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;position:relative;display:block; }#I9tkJTTbkNsKs1Ot5xTEQZovEQSVnUR1 { color:#000000;display:block;width:72.5625rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.8125rem;left:1.21875rem;height:11.698225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ydEUTUiShAqCd6rFLM771TftoboRtD9E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#ydEUTUiShAqCd6rFLM771TftoboRtD9E.adaptive-delivery-prevent-bg { background-image: none; }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row .container { background-color: transparent; background-image: none; }#ydEUTUiShAqCd6rFLM771TftoboRtD9E::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row .container > .video-iframe-container { display: none; }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row > .video-iframe-container { display: none; }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .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); }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row .container { border-width: 0; border-radius: 0; }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#pQ1KemNfmC5eG1OJpCA06Kevc1O7bopH { position:absolute;display:block;z-index:100002;background-color:#7ed957;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:20.5rem;width:23.6875rem;top:2.5625rem;left:0.65625rem;display:block; }
#UCRh4J9CKboAZyeH9Crl7oiRLEqmMfV9 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.3125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:1.3125rem;left:6.25rem;height:5.60546875rem;text-align:center;text-align-last:center;display:block; }
#kfdw6P3kgBPG0VIpx0iBaTOOKKKKbVSI { color:#000000;display:block;width:20.4375rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:8.515625rem;left:2.28125rem;height:8.53025rem;text-align:center;text-align-last:center;display:block; }
#uHQFGLxLfNT7m1cW29O7ymbmTTd8ieDR { position:absolute;display:block;z-index:100003;background-color:#7ed957;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:20.5rem;width:23.6875rem;top:2.5625rem;left:25.65625rem;display:block; }
#fJLwrLNCTT06sbM7WR66NQQPEh3WJJtc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.3125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:1.3125rem;left:31.25rem;height:5.60546875rem;text-align:center;text-align-last:center;display:block; }
#OPK0f3UUIGhKL3zWsDBpdUXCIMXEto1v { color:#000000;display:block;width:22.1875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:7.6943359375rem;left:26.40625rem;height:10.2363125rem;text-align:center;text-align-last:center;display:block; }
#BRbVLIIOuORJ4chxkyBmBt7SuNDg4Quh { position:absolute;display:block;z-index:100004;background-color:#7ed957;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:20.5rem;width:23.6875rem;top:2.5625rem;left:50.65625rem;display:block; }
#SM8DyeA9QF811vxCnENKr59ykwJ5qVJ7 { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.3125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:1.3125rem;left:56.25rem;height:5.60546875rem;text-align:center;text-align-last:center;display:block; }
#gP8g9TTf9PrwUH9KOyff9SBpGmV8vfGS { color:#000000;display:block;width:21.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:6.91796875rem;left:51.53125rem;height:13rem;text-align:center;text-align-last:center;display:block; }
#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:url("https://images.assets-landingi.com/G6DHXpAe/WebSite_Homepage_Transparent_Logo_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }
#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X.adaptive-delivery-prevent-bg { background-image: none; }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row .container { background-color: transparent; background-image: none; }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row .container > .video-iframe-container { display: none; }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row > .video-iframe-container { display: none; }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .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); }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row .container { border-width: 0; border-radius: 0; }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row .container { font-size:0.875rem;font-family:arial;height:32.125rem;width:75rem;position:relative;display:block; }#T46PognLli7ee9HD80N6E05xTcGTJSTg { color:#000000;display:block;width:35.4375rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.875rem;left:19.78125rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IJRTTbSl1rOGMFkyZ0UkZLPOHwaJqAfE { position:absolute;display:block;z-index:99999;background-color:rgba(255,255,255,0.32);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #0baa00;border-left:0;border-right:0;border-bottom:0.3125rem solid #0baa00;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:19.8125rem;width:49.0625rem;top:9.375rem;left:12.96875rem;display:block; }
#x0zZOAvxd8r8h80uTeT3DOUpk25WVzQn { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:11.28125rem;left:15.15625rem;height:14.625rem;display:block; }
#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;background-image:none;position:relative;display:block; }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row .container { background-color: transparent; background-image: none; }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row .container > .video-iframe-container { display: none; }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row > .video-iframe-container { display: none; }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .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); }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row .container { border-width: 0; border-radius: 0; }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row .container { font-size:0.875rem;font-family:arial;height:92.3125rem;width:75rem;position:relative;display:block; }#u3e49TmRyWfnJqzVptTmmIfdi0wKTce5 { color:#000000;display:block;width:75rem;position:absolute;font-family:raleway;font-size:3rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:0rem;height:7.861325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mh13Ws4s6uzg0CfL4KZMnx8rsqBeF7QG { position:absolute;display:block;z-index:100001;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #0baa00;border-left:0;border-right:0;border-bottom:0.3125rem solid #0baa00;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:75.875rem;width:49.0625rem;top:11.78125rem;left:12.96875rem;display:block; }
#kf4kTbVJ0rXz5bQdV18vZJraAEtBQww4 { color:#000000;display:block;width:44.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:13.28125rem;left:15.15625rem;height:73.125rem;text-align:left;text-align-last:left;display:block; }
#DrKsn08TUlrnACIi9SiDTQtAIWcvczm4 { position:absolute;display:block;z-index:100003;border-top:0.0625rem solid #ff9800;border-left:0.0625rem solid #ff9800;border-right:0.0625rem solid #ff9800;border-bottom:0.0625rem solid #ff9800;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;height:11.8125rem;width:11.8125rem;top:71.5625rem;left:59.84375rem;overflow:hidden;display:block; }
#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BzSWpR9E/female2stretchingathome_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a.adaptive-delivery-prevent-bg { background-image: none; }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row .container { background-color: transparent; background-image: none; }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.09); }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row .container > .video-iframe-container { display: none; }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.09); }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row > .video-iframe-container { display: none; }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .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); }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row .container { border-width: 0; border-radius: 0; }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#KLGRGtHDZT2IEOWfTTx4xoJ50ffrpnnH { position:absolute;display:block;z-index:100002;background-color:rgba(255,255,255,0.64);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #0baa00;border-left:0.1875rem solid #0baa00;border-right:0.1875rem solid #0baa00;border-bottom:0.3125rem solid #0baa00;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:29.625rem;width:52.3125rem;top:2.125rem;left:11.65625rem;display:block; }
#wNNm7Tef30qwzoGW0IHbcTTFMZKviVb4 { color:#000000;display:block;width:50.4375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:3.8125rem;left:12.28125rem;height:6.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zL9QCBr5FaLGILBJ28CTK9rP17TJnEhN { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.0625rem;left:15.59375rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#PJeuA6eTTAXyCEbMiszaTIoT2IcxmCnM { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:16rem;left:15.59375rem;height:;text-align:left;text-align-last:left;display:block; }#PJeuA6eTTAXyCEbMiszaTIoT2IcxmCnM li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#PJeuA6eTTAXyCEbMiszaTIoT2IcxmCnM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tzzF5mt8/check_circle_solid.png); }
#BSDxcpRBZThG4LnvZUm99InRdAP5ZEdU { color:#000000;display:block;width:44.8125rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:25.9375rem;left:16.34375rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#I7iNWsCnO0ZPfGokhC3ztwrRaL13OncE { box-sizing:content-box;color:#ff9800;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:100009;top:14.9375rem;left:14.59375rem;display:block; }
#zTVk2L7R1FZiJMExRgDksCQmTJ2TqA9Z { box-sizing:content-box;color:#ff9800;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:100010;top:25.1875rem;left:14.59375rem;display:block; }
#TJb68yXpfEp6dHnnqkuqZIhbXIENoAbt { box-sizing:content-box;color:#ff9800;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:100011;top:21.0625rem;left:14.59375rem;display:block; }
#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BzSWpR9E/female2stretchingathome_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ.adaptive-delivery-prevent-bg { background-image: none; }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row .container { background-color: transparent; background-image: none; }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.09); }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row .container > .video-iframe-container { display: none; }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.09); }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row > .video-iframe-container { display: none; }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .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); }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row .container { border-width: 0; border-radius: 0; }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row .container { font-size:0.875rem;font-family:arial;height:72rem;width:75rem;position:relative;display:block; }#EypT5AiCnOPMcdKIR1TREpuvTSdS7geX { position:absolute;display:block;z-index:100003;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.3125rem solid #0baa00;border-left:0.1875rem solid #0baa00;border-right:0.1875rem solid #0baa00;border-bottom:0.3125rem solid #0baa00;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:55rem;width:52.3125rem;top:10.0625rem;left:11.15625rem;display:block; }
#F5yRTfCkMTtDvUcoGwcnhhqdITvqARQ3 { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.125rem;width:14.0625rem;top:4.8125rem;left:18.3125rem;overflow:hidden;display:block; }
#zU7yIPuT6eoP2uTTPSArfTtRRekXKON6 { color:#000000;display:block;width:47.5rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:27.3125rem;left:13.75rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KZQAAgSv1asX7rKroAIlzJvUnnqSfSuB { color:#000000;display:block;width:43rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:35.1875rem;left:16rem;height:4.38574375rem;text-align:center;text-align-last:center;display:block; }
#LdZpQV8CD4XDo8F9vCedG6USptdOWuIW { color:#000000;display:block;width:52.125rem;position:absolute;font-family:raleway;font-size:1.875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:41.375rem;left:11.1875rem;height:2.4375rem;text-align:center;text-align-last:center;display:block; }
#XCMHOFnO01sPTdRp7OzasFFRLDdlud8y { color:#1e1e1e;display:block;width:45rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:45.6875rem;left:14.90625rem;height:;text-align:left;text-align-last:left;display:block; }#XCMHOFnO01sPTdRp7OzasFFRLDdlud8y li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XCMHOFnO01sPTdRp7OzasFFRLDdlud8y li:before{  }
#ZMAsg9x4QlDMNqc3c43USaUv9TlelLme { box-sizing:content-box;color:#1c99fa;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:100008;top:45.0625rem;left:13.75rem;display:block; }
#dapwmCzfKXJtzJZfQpfqcNKi3BSygnP4 { box-sizing:content-box;color:#1c99fa;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:100009;top:51.09375rem;left:13.75rem;display:block; }
#iWLIRSQcLJMixoGMfLifEkDDMTTPfi5z { box-sizing:content-box;color:#1c99fa;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:100010;top:55.9375rem;left:13.75rem;display:block; }
#spNvUppewSN2aoHhZmcFt0IWnu4GBggA { box-sizing:content-box;color:#1c99fa;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:100010;top:47.5625rem;left:13.75rem;display:block; }
#X9f2uMasKBWFGmNlVNAOC6zlmtqf8LPi { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:15.5rem;width:23.875rem;top:10.9375rem;left:36.68359375rem;overflow:hidden;display:block; }
#LGaTW6SNchVE8vrssghdBAu39XPJNncl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BzSWpR9E/female2stretchingathome_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#LGaTW6SNchVE8vrssghdBAu39XPJNncl.adaptive-delivery-prevent-bg { background-image: none; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container { background-color: transparent; background-image: none; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241,231,234,0.09); }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container > .video-iframe-container { display: none; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(241,231,234,0.09); }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row > .video-iframe-container { display: none; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .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); }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container { border-width: 0; border-radius: 0; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container { font-size:0.875rem;font-family:arial;height:19.625rem;width:75rem;position:relative;display:block; }#LRwNgZVXPWzTHpwDU36MVGgg9VvA3J0z { color:#000000;display:block;width:39.3125rem;position:absolute;font-family:raleway;font-size:2.75rem;font-weight:400;z-index:100000;line-height:1.3;letter-spacing:0;top:1.6875rem;left:17.84375rem;height:7.1484375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sCtkghivpIPffqZsdkTmIeSGg6cxPVVJ { position:absolute;display:block;z-index:100001;background-color:#7ed957;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.5rem;width:4rem;top:11.5rem;left:35.5rem;display:block; }
#btsP2hNJmh6TFdNzDJrS2z7SFsOtL46n { color:#f4f4f4;display:block;width:44.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:14.125rem;left:15.03125rem;height:3.8994125rem;text-align:center;text-align-last:center;display:block; }
#qKNikObCPl5KNpf8zx7PT3ZiFyCCdm2D { position:absolute;display:block;z-index:99999;background-color:#7ed957;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:8.625rem;width:45.8125rem;top:1.6875rem;left:14.59375rem;display:block; }
#bvAQ5ihW1qN4eIKbBZ0m6tdn57Gdozfq { position:absolute;display:block;z-index:100000;background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:4.9375rem;width:46.25rem;top:13.53125rem;left:14.375rem;display:block; }
#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BzSWpR9E/female2stretchingathome_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5.adaptive-delivery-prevent-bg { background-image: none; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container { background-color: transparent; background-image: none; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.09); }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container > .video-iframe-container { display: none; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.09); }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row > .video-iframe-container { display: none; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .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); }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container { border-width: 0; border-radius: 0; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:75rem;position:relative;display:block; }#OI2lq3TEW1iO4g7Us7JMIrUSuDQNzqfJ { position:absolute;display:block;z-index:100003;background-color:#7ed957;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:15.625rem;width:17.1875rem;top:1.5625rem;left:0.78125rem;display:block; }
#myCP6Mfm75s2TqQuMTHU5AOP2BFhq3Fo { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.5rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;text-shadow:1.25rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:1.5625rem;left:3.125rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#Ir5qXJqqdT0XFGcWq4T8PZG3KiOo4xWe { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.0625rem;left:1.5rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#Tev5Iygy44WoZIFDgTdzW9Wf7g2PgE5v { position:absolute;display:block;z-index:100004;background-color:#7ed957;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:15.625rem;width:17.1875rem;top:1.5625rem;left:19.53125rem;display:block; }
#Hs4cND5ugZyZcRO5SODfmTTF1xSrW3ef { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.5rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:1.25rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:2.3125rem;left:21.875rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#ayz2SbFHsWCoFJisVTuW5mIhU81CaXUi { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.0625rem;left:20.25rem;height:7.7988125rem;text-align:center;text-align-last:center;display:block; }
#SEZLwp3ibyl3zdXDDkUZe77D75D9TL4D { position:absolute;display:block;z-index:100005;background-color:#7ed957;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:15.625rem;width:17.1875rem;top:1.5625rem;left:38.28125rem;display:block; }
#vgEUTCie7roMdC4CknrWqdRxKTmlkoUq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.5rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:1.25rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:2.3125rem;left:40.625rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#wsJ4BrrmOnTUaZg37PRucEV6Sw9fg7EZ { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #000000;top:8.0625rem;left:39rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#lgEPbuZFOC6vO9yXSeCHNUslSqzVE1bH { position:absolute;display:block;z-index:100006;background-color:#7ed957;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:15.625rem;width:17.1875rem;top:1.5625rem;left:57.03125rem;display:block; }
#mDhMTD9Tg212TcNqtBBORP3bUSMpeHFf { color:#000000;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:4.5rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:1.25rem 0.0625rem 1.25rem rgba(0,0,0,0.5);top:2.3125rem;left:59.375rem;height:5.8496125rem;text-align:center;text-align-last:center;display:block; }
#vJDDgPDQCJp6cNp3og0tbxGGA9k1GfQp { color:#000000;display:block;width:15.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070707;top:8.0625rem;left:57.75rem;height:5.19921875rem;text-align:center;text-align-last:center;display:block; }
#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/BzSWpR9E/female2stretchingathome_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo.adaptive-delivery-prevent-bg { background-image: none; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container { background-color: transparent; background-image: none; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.09); }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container > .video-iframe-container { display: none; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.09); }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row > .video-iframe-container { display: none; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .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); }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container { border-width: 0; border-radius: 0; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container { font-size:0.875rem;font-family:arial;height:11.5625rem;width:75rem;position:relative;display:block; }#pWe9ZJqqa5VXcicy2oXa71FxgzlQOEwp { color:#000000;display:block;width:45rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:1.1982421875rem;left:15rem;height:9.1611375rem;display:block; }
#oCNSzTFgz07STNpv52DkwUGImOAW9sR6 { position:absolute;display:block;z-index:99999;background-color:#000000;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:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;height:10.1875rem;width:46.25rem;top:0.875rem;left:14.25rem;display:block; }
#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/vqC0BU87/ezgif.com_gif_maker_1_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT.adaptive-delivery-prevent-bg { background-image: none; }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row .container { background-color: transparent; background-image: none; }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row .container > .video-iframe-container { display: none; }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row > .video-iframe-container { display: none; }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .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); }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row .container { border-width: 0; border-radius: 0; }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row .container { font-size:0.875rem;font-family:arial;height:41.5rem;width:75rem;position:relative;display:block; }#ekRyn9mW6hEBPNuHIilq3mfaJCc43K1B { color:#000000;display:block;width:39.625rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.6875rem;left:1.46875rem;height:5.19921875rem;font-style:normal;display:block; }
#yO2KqIrCnTorsSt0LErSfsRWAFbE6K9c { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:9rem;left:1.46875rem;height:2.923825rem;display:block; }
#rSO5rWVogqiKM7LFKo6ngBvrmwenwNXB { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:13.4375rem;left:1.46875rem;height:;display:block; }#rSO5rWVogqiKM7LFKo6ngBvrmwenwNXB li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#rSO5rWVogqiKM7LFKo6ngBvrmwenwNXB li:before{  }
#QQOatirTIX94uxnDRurNiIZJNgbqagO9 { color:#000000;display:block;width:44.1875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:28.875rem;left:1.46875rem;height:7.3095625rem;display:block; }
#bim4ck5tEwf5HOhsRet6Et2q5SzW4gs1 { box-sizing:content-box;color:#1c99fa;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:100011;top:14.0625rem;left:0.15625rem;display:block; }
#wNfRdObhra5rC6CHSDfNZSD9h9QT6zlW { box-sizing:content-box;color:#1c99fa;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:100012;top:19.5625rem;left:0.15625rem;display:block; }
#x9ZhB7rWuRosV33e63AX79UslXoTBsce { box-sizing:content-box;color:#1c99fa;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:23.625rem;left:0.15625rem;display:block; }
#kfqxG2nrJxHIoHFNMZ9HnVD6k9wnbts0 { position:absolute;display:block;z-index:100014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:24.3125rem;width:29.0625rem;top:8.59375rem;left:45.9375rem;overflow:hidden;display:block; }
#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/eC8Cw7tM/femalestretchingathome_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g.adaptive-delivery-prevent-bg { background-image: none; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container { background-color: transparent; background-image: none; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container > .video-iframe-container { display: none; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row > .video-iframe-container { display: none; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .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); }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container { border-width: 0; border-radius: 0; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container { font-size:0.875rem;font-family:arial;height:111rem;width:75rem;position:relative;display:block; }#C4ETKkXOSHtkuqx1HpxUPNVpOmhq8eUN { position:absolute;display:block;z-index:100000;background-color:rgba(0,0,0,0.6);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:98.5625rem;width:58.4375rem;top:6.875rem;left:7.59375rem;display:block; }
#CuzFE2ZUZQrQ9Eu7cX8ZXFOmdeVtvXW7 { color:#7ed957;display:block;width:49.375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:8.75rem;left:12.8125rem;height:8.7744375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w6tLiTTS0RMSylNzcNibl3v8cIxQ9qZM { position:absolute;display:block;z-index:100002;background-color:#7ed957;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.5625rem;width:6.5625rem;top:18.96875rem;left:10.8125rem;display:block; }
#M92PpIPrbD35eM9fiUhWK5ChWN4PvIeb { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:"open sans";font-size:5.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:18.71875rem;left:12.6875rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m38rEENKCS8Ov2LddW7qNaO60a90w5GW { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:18.0625rem;left:19.125rem;height:2.92480625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eLlslC9rIOf6xJP0XFmEJhVrigCZrNil { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:22rem;left:19.125rem;height:5.199225rem;display:block; }
#Tq08mmWMoBRtmNTZL3MT9HvUIdibT6vC { position:absolute;display:block;z-index:100006;background-color:#7ed957;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.5625rem;width:6.5625rem;top:31.4375rem;left:10.8125rem;display:block; }
#INzfT7JcbdT7svT8evGVpmnT3aw1aApQ { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:"open sans";font-size:5.4375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:31.1875rem;left:12.6875rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FTbDBgsl06BENGb6fLKAfcLm8lp1WOf0 { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:29.125rem;left:19.125rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WXI1CXSLKqkF5STkUpl9h2EEa2yhdqr4 { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:35.8125rem;left:19.0625rem;height:7.7988125rem;display:block; }
#Q7oRHftv30BNFb7gs0qO6lGWzvOk9Vwa { color:#ffffff;display:block;width:2.8125rem;position:absolute;font-family:"open sans";font-size:5.4375rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:49.5625rem;left:12.6875rem;height:7.068375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SbqSZON4StVEZgMJfzv9xfAiDl0Agvbo { position:absolute;display:block;z-index:100005;background-color:#7ed957;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:6.5625rem;width:6.5625rem;top:49.8125rem;left:10.8125rem;display:block; }
#QIwIgPw7nDEDR6WU1STC4LxxfWVTngps { color:#ffffff;display:block;width:42.9375rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:46.625rem;left:19.125rem;height:5.8496125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J9SiS3iV1MuNU2zTNItRXGGHZU3bpKo7 { color:#ffffff;display:block;width:43.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:53.3125rem;left:19.1875rem;height:12.99803125rem;display:block; }
#MoRCAIh8yR8gKMmrkXw43kvTH9RIATin { color:#000000;display:block;width:52.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:68.4375rem;left:11.03125rem;height:19.5rem;display:block; }
#u9vKVT3wXgAEFcJctxG1DNs1pNfITB20 { position:absolute;display:block;z-index:100009;background-color:#7ed957;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #7fff3d;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:89.09375rem;left:18rem;display:block; }
#Dvn7sVPxbmLbu09q3l4wusOGqM9GTvHV { color:#000000;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:89.5625rem;left:12.625rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bp2LB9VyoEs7DRGdyLG9hiIDFTsiH2G6 { box-sizing:content-box;color:#7ed957;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:89.21875rem;left:11.25rem;display:block; }
#g4SR1SfoBbUmHgaMTDOaZeWSbLQ3MJ1q { position:absolute;display:block;z-index:100010;background-color:#7ed957;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dotted #7fff3d;border-left:0;border-right:0;border-bottom:0;height:0.0625rem;width:40.625rem;top:91.90625rem;left:18rem;display:block; }
#saGTivfqSudTCix8R9M1MpKpZpI4LoSc { color:#000000;display:block;width:46.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:94.4375rem;left:13.84375rem;height:8.125rem;display:block; }
#i8UwBd30SP5vyH0PWcWDwQGLbbuJ2OsX { box-sizing:content-box;color:#7ed957;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:94.4375rem;left:10.9375rem;display:block; }
#pnUqFst65S4DBFWJr77LtdAc38SxyIiu { box-sizing:content-box;color:#7ed957;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:99.25rem;left:10.9375rem;display:block; }
#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/R9MtBmG1/ezgif.com_gif_maker_3_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }
#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx.adaptive-delivery-prevent-bg { background-image: none; }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row .container { background-color: transparent; background-image: none; }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row .container > .video-iframe-container { display: none; }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row > .video-iframe-container { display: none; }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .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); }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row .container { border-width: 0; border-radius: 0; }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row .container { font-size:0.875rem;font-family:arial;height:84.4375rem;width:75rem;position:relative;display:block; }#Mbx5dl3Tbe8twmi7Ry1UF8kmAyLMJPu0 { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:58.6875rem;width:61.1875rem;top:20.1875rem;left:6.90625rem;display:block; }
#FOrXUKHhspc8DXS6gzUJSrB30llxK33Q { color:#000000;display:block;width:35rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:61.3994140625rem;left:20rem;height:6.824225rem;text-align:center;text-align-last:center;display:block; }
#f96fJ1U0xIP0F2g2k8bcVc4bw2Kc7L2v { background-color:#7ed957;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#bb0022;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.0625rem;height:4.5rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:69.125rem;left:19.46875rem;display:block; }
#JwscJWDt959fIFdHm9esTR8p7WzNc2Ss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BTPsBynwwRNxJCk0BdXS3d5HPpiJyADc { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:21.875rem;width:36.5625rem;top:0.75rem;left:20.25rem;overflow:hidden;display:block; }
#zkrsNkp5Q2t0PIImxKmpxGRGPAZi6eVE { position:absolute;display:block;z-index:100006;background-color:#fdff00;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:6.75rem;width:36.1875rem;top:61.4375rem;left:19.40625rem;display:block; }
#vwK5hSKtga62Wf3Hao08dL9BkpFyK2Tm { background-color:#5d92ff;background-image:none;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:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:78.75rem;left:1.9375rem;display:block; }
#Z7t3LpUnSeEe375hwnIbsgGtaDrmJTD5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y331oCTTH8hBCDcg3935sUZXQ26E76PN { position:absolute;display:block;z-index:100002;background-color:#000000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.25rem;width:16rem;top:77.75rem;left:1.4375rem;display:block; }
#lAKs1KxX5BTZETpR56TAKhpcCCyVq7QD { color:#000000;display:block;width:60.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:20.91796875rem;left:7.46875rem;height:38.85165rem;text-align:center;text-align-last:center;display:block; }
#asRLoc5zTa5ZZvE1mAl5MApVwOpJLeyr { box-sizing:content-box;color:#5d92ff;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:53.5625rem;left:27.71875rem;display:block; }
#a6KNkeETt0zOvGOarDEPsk2UGTIobkKd { color:#000000;display:block;width:61.3125rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:74.5625rem;left:6.84375rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw.adaptive-delivery-prevent-bg { background-image: none; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container { background-color: transparent; background-image: none; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container > .video-iframe-container { display: none; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row > .video-iframe-container { display: none; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .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); }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container { border-width: 0; border-radius: 0; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container { font-size:0.875rem;font-family:arial;height:45.25rem;width:75rem;position:relative;display:block; }#WP1t1M7lFntvGI9EOxIHC95ra0uw8woU { color:#3e8918;display:block;width:30.75rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:4rem;left:3.375rem;height:7.474625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pC0TyZRkSyV9TnOi1CXGbUMeorZwhmKx { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:13.8125rem;left:4.53125rem;height:;display:block; }#pC0TyZRkSyV9TnOi1CXGbUMeorZwhmKx li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#pC0TyZRkSyV9TnOi1CXGbUMeorZwhmKx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wAGI5Kmm/times_circle_solid.png); }
#wdG79JMqvD7QIvdJLdCXTTzl2uB8f2Hp { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:33.6875rem;left:4.53125rem;height:6.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AcHPmNnwwtTBzzUimTwRkip9HA9mxskL { position:absolute;display:block;z-index:100005;background-color:rgba(126,217,87,0.73);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:38.1875rem;width:31.1875rem;top:3.0625rem;left:40.65625rem;display:block; }
#SqXlPwTfpDQB4D6RCGc2kNKfaGM5SoZw { color:#ffffff;display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:2.875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:4rem;left:41.21875rem;height:7.474625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#cEVZ8xVFMdsUcmBWldVOT1OM4pzW8crX { color:#ffffff;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:13.8125rem;left:42.03125rem;height:;display:block; }#cEVZ8xVFMdsUcmBWldVOT1OM4pzW8crX li:not(:first-child){ padding-top:0.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#cEVZ8xVFMdsUcmBWldVOT1OM4pzW8crX li:before{  }
#yfbZibiObDdaktqsAQ2WdTy17BSHShiU { color:#000000;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:33.6875rem;left:42.03125rem;height:4.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OJfo1msKP4CVNdGvy1mwSXOqtFvJlT6C { box-sizing:content-box;color:#ff9800;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:13.8125rem;left:40.65625rem;display:block; }
#fEAXx6z5nlkzs3GeaewT1llx3sTP7BLk { box-sizing:content-box;color:#ff9800;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:17.9375rem;left:40.65625rem;display:block; }
#KbgTvz1laOobEtHzbn4OemPrmouUrvQ2 { box-sizing:content-box;color:#ff9800;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:22.0625rem;left:40.65625rem;display:block; }
#tFwyvWuu1RNxA5vUTDTdronkMebyguAk { box-sizing:content-box;color:#ff9800;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:26.4375rem;left:40.65625rem;display:block; }
#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M.adaptive-delivery-prevent-bg { background-image: none; }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row .container { background-color: transparent; background-image: none; }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row .container > .video-iframe-container { display: none; }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row > .video-iframe-container { display: none; }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .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); }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row .container { border-width: 0; border-radius: 0; }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row .container { font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;position:relative;display:block; }#zB11zhEDeizIWo6WC5LpHzZWH0haBuvu { position:absolute;display:block;z-index:100000;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem solid #7fff3d;border-left:0.3125rem solid #7fff3d;border-right:0.3125rem solid #7fff3d;border-bottom:0.3125rem solid #7fff3d;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:9.25rem;width:48.0625rem;top:2rem;left:13.15625rem;display:block; }
#efsH0o5CoHm104zqGono6L7ZBeEMiXWu { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:4.0625rem;left:14.59375rem;height:5.8496125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga.adaptive-delivery-prevent-bg { background-image: none; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container { background-color: transparent; background-image: none; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container > .video-iframe-container { display: none; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row > .video-iframe-container { display: none; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .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); }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container { border-width: 0; border-radius: 0; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container { font-size:0.875rem;font-family:arial;height:54.1875rem;width:75rem;position:relative;display:block; }#XztrUAPyRNRrBSRQ9nkX3W8cnX7zq01b { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.1875rem;width:40rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#QG3CZg3DheKDQivOXuvQLpV8iLGQo61O { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.53125rem;left:39.9375rem;height:29.25rem;display:block; }
#VpQBJDQN0k6JQWmqyO41RzxwIvb3FQr4 { color:#7ed957;display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:31.75rem;left:39.46875rem;height:2.92480625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N59mKTUZPh9FuqoXTZwJZlGTn9UqWXLh { color:#ffffff;display:block;width:33.6875rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:35.25rem;left:40rem;height:16.25rem;text-align:left;text-align-last:left;display:block; }
#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
#nzWGFTfpFFi9damZZQhzQHrcPViVgE45.adaptive-delivery-prevent-bg { background-image: none; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container { background-color: transparent; background-image: none; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container > .video-iframe-container { display: none; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row > .video-iframe-container { display: none; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .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); }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container { border-width: 0; border-radius: 0; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container { font-size:0.875rem;font-family:arial;height:13.3125rem;width:75rem;position:relative;display:block; }#NzyHXZ5LEVG7DgCtpbeVEoGLEh5HZIX0 { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:raleway;font-size:2.5rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:3.40625rem;left:11.28125rem;height:6.5rem;text-align:center;text-align-last:center;display:block; }
#HlNscmnpWeFpOdyESzZphMTl9qUibRir { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
#HlNscmnpWeFpOdyESzZphMTl9qUibRir.adaptive-delivery-prevent-bg { background-image: none; }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row .container { background-color: transparent; background-image: none; }#HlNscmnpWeFpOdyESzZphMTl9qUibRir::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row .container > .video-iframe-container { display: none; }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row > .video-iframe-container { display: none; }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .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); }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row .container { border-width: 0; border-radius: 0; }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#XXq8Fsa9SOgoTxCkhAiID970b7089MhZ { position:absolute;display:block;z-index:100000;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7ed957;border-left:0.125rem solid #7ed957;border-right:0.125rem solid #7ed957;border-bottom:0.125rem solid #7ed957;height:16.25rem;width:35.375rem;top:0.875rem;left:0.9375rem;display:block; }
#tIteNtLBIGALg6TeVEphnJ0M6wX8r4Ux { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:3.125rem;height:3.25rem;display:block; }
#LFOKl65uQaOZoe09z9gr3XhFXlF7DRWV { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:31.25rem;top:6.6875rem;left:3.125rem;display:block; }
#PBzqloEz2BbMwf9yJGWW4mFnPFI8DAXB { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:8.125rem;left:3.125rem;height:7.7988125rem;display:block; }
#drEdUdRwAVdOHDFx3gc4O3nTN1Z2RHQO { position:absolute;display:block;z-index:100000;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7ed957;border-left:0.125rem solid #7ed957;border-right:0.125rem solid #7ed957;border-bottom:0.125rem solid #7ed957;height:16.25rem;width:35.375rem;top:0.875rem;left:38.5625rem;display:block; }
#M0PnlQAqDRDsBAODBSAUNZk05uKON9CC { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:7.4736328125rem;left:40.625rem;height:9.098625rem;display:block; }
#a4K2n5wbd6gisvTFWWTJVi5kRhbB2pQe { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:2.375rem;left:40.75rem;height:3.25rem;display:block; }
#h9FeBhKoAWKyD7wIHH2cn4ekD7HMApaN { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:31.25rem;top:6.375rem;left:40.75rem;display:block; }
#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
#wraIE38oNik4U20IMVcyGQv2qcgI4bA2.adaptive-delivery-prevent-bg { background-image: none; }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row .container { background-color: transparent; background-image: none; }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row .container > .video-iframe-container { display: none; }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row > .video-iframe-container { display: none; }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .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); }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row .container { border-width: 0; border-radius: 0; }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:75rem;position:relative;display:block; }#fLWE2ENkvoNkLrh707AMa3NecwG8Fr32 { position:absolute;display:block;z-index:100004;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7ed957;border-left:0.125rem solid #7ed957;border-right:0.125rem solid #7ed957;border-bottom:0.125rem solid #7ed957;height:16.25rem;width:35.375rem;top:1.8125rem;left:0.9375rem;display:block; }
#Z25XIQMdAg3xmBsNPa1oPghqyRBnceQg { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:9.0625rem;left:3.125rem;height:6.499rem;display:block; }
#l5DNDHUuWsTLv4aAaZ3t7hxcNDfOlBPp { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:31.25rem;top:7.375rem;left:3.125rem;display:block; }
#F5i28nkTstaQCBDQ7dy1aVWQS0mPRDL0 { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:3.125rem;height:1.625rem;display:block; }
#DeKO7RGs5XTIx1Xsu9eHU5uQEhpcxTCs { position:absolute;display:block;z-index:100008;background-color:rgba(51,51,51,0.88);background-image:url("https://images.assets-landingi.com/eLYeCYBF/Stretch_Mat.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;border-top:0.125rem solid #7ed957;border-left:0.125rem solid #7ed957;border-right:0.125rem solid #7ed957;border-bottom:0.125rem solid #7ed957;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:16.25rem;width:35.375rem;top:1.8125rem;left:38.4375rem;display:block; }
#DeKO7RGs5XTIx1Xsu9eHU5uQEhpcxTCs.adaptive-delivery-prevent-bg { background-image: none; }
#TIFIGOeTaF1rU2Wi0e4z7UvIUPWoR3AH { color:#000000;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:4.1875rem;left:40.625rem;height:1.625rem;display:block; }
#oAGrs7xu67R3F8tDB0seAMrqWKXZJ9E2 { position:absolute;display:block;z-index:100010;background-color:#000000;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.125rem;width:31.25rem;top:6.5rem;left:40.625rem;display:block; }
#KM1KZx71Q20xz2b1e4bcHU4R8H9sC2O9 { color:#000000;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100011;line-height:1.3;letter-spacing:0;top:7.375rem;left:40.625rem;height:9.098625rem;display:block; }
#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;display:block; }
#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX.adaptive-delivery-prevent-bg { background-image: none; }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row .container { background-color: transparent; background-image: none; }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row .container > .video-iframe-container { display: none; }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.2); }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row > .video-iframe-container { display: none; }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .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); }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row .container { border-width: 0; border-radius: 0; }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#Fzk6Luqxv1nR2b9B8MDANFDTCsvNVmL2 { position:absolute;display:block;z-index:100000;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7ed957;border-left:0.125rem solid #7ed957;border-right:0.125rem solid #7ed957;border-bottom:0.125rem solid #7ed957;height:19.9375rem;width:35.375rem;top:3.125rem;left:38.5625rem;display:block; }
#fogiJ6XitmkHrSTiFIpnJIT6OhqaTDfz { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:40.75rem;height:3.25rem;display:block; }
#cyIiRCSVKwk41y4mQo1qPTqTcGdQWs2R { position:absolute;display:block;z-index:100002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:31.25rem;top:8.9375rem;left:40.75rem;display:block; }
#g5licvJnLimp9TcHzBBnXEEUsaCzzlmC { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:10.375rem;left:40.75rem;height:10.3984375rem;display:block; }
#CsMN6U2bZ8g7ZlwBwGCvTc1WwkbHtgMz { position:absolute;display:block;z-index:100004;border-top:0.0625rem solid #7ed957;border-left:0.0625rem solid #7ed957;border-right:0.0625rem solid #7ed957;border-bottom:0.0625rem solid #7ed957;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:19.8125rem;width:35.625rem;top:3.125rem;left:0.875rem;overflow:hidden;display:block; }
#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row .container { background-color: transparent; background-image: none; }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row .container > .video-iframe-container { display: none; }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row > .video-iframe-container { display: none; }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .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); }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row .container { border-width: 0; border-radius: 0; }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row .container { font-size:0.875rem;font-family:arial;height:24.375rem;width:75rem;position:relative;display:block; }#ZKcvtVophJ4svZaX20TlAiroE5QyCxJJ { color:#ff9800;display:block;width:56.1875rem;position:absolute;font-family:raleway;font-size:3.25rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3rem;left:9.40625rem;height:8.44925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kBDTHTTESAutiEbTvJstWTix9xhcGhNT { color:#000000;display:block;width:50rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:13.125rem;left:12.5rem;height:8.125rem;display:block; }
#InZV6A52N15PvUGuytGx5IxG4rHN8oAK { box-sizing:content-box;color:#ff9800;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.125rem;left:9.8125rem;display:block; }
#XV92rkSehFgT87uXNmwsbMsgv274ohVV { box-sizing:content-box;color:#ff9800;font-size:1.875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:17.75rem;left:9.8125rem;display:block; }
#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/plBe6wmL/maturefemalestretching_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0.adaptive-delivery-prevent-bg { background-image: none; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container { background-color: transparent; background-image: none; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.27); }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container > .video-iframe-container { display: none; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.27); }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row > .video-iframe-container { display: none; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .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); }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container { border-width: 0; border-radius: 0; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container { font-size:0.875rem;font-family:arial;height:71.9375rem;width:75rem;position:relative;display:block; }#PocTfJAABDG15Ek4muDfzWII7wXB06I6 { position:absolute;display:block;z-index:99999;background-color:rgba(227,227,227,0.75);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:51.5rem;width:61.1875rem;top:11.625rem;left:7.625rem;display:block; }
#BWp6NrCopnpKuLcNkK5hODyMoUgCIT0W { color:#000000;display:block;width:61.375rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:59.5rem;left:7.375rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#lRw5IHoDIBA2eZswrX469bvAgBG27EHL { background-color:#7ed957;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:#bb0022;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1875rem;height:4.5rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:64.75rem;left:22.4375rem;display:block; }
#aI0UnFePxbVeqKipBp7TIBs0dWJT2QBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gUzs4tTPvAUTT97NRQJFKGQJ520p2AhH { color:#000000;display:block;width:60.0625rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:12.375rem;left:7.46875rem;height:38.85165rem;text-align:center;text-align-last:center;display:block; }
#K6EJcv9RU8gxBpeF8zCa0HX91eGxt5pq { color:#000000;display:block;width:34.4375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:52.5rem;left:23.375rem;height:6.824225rem;text-align:center;text-align-last:center;display:block; }
#uKsl08IOnrtEoyhMiWO24tzCixtmLa5H { position:absolute;display:block;z-index:100002;background-color:rgba(253,255,0,0.61);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:6.375rem;width:34.8125rem;top:52.6875rem;left:23.125rem;display:block; }
#aGbaOf1QfBJTdQ5HPTqrGNUfHCJ7QXey { box-sizing:content-box;color:#1c99fa;font-size:2.25rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:45.4375rem;left:27.8125rem;display:block; }
#TsgOTqiJVxJpS11yyZZ82VMbcVlFPC56 { background-color:#5d92ff;background-image:none;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:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:66.625rem;left:4.6875rem;display:block; }
#IEaeZlLU32sm2qw5M4fan2xOU9NTPQ3f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OFvXt3JP6yP7Fp5xToLTmRrFET3G5IIy { position:absolute;display:block;z-index:100000;background-color:#000000;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:5.25rem;width:16rem;top:65.625rem;left:4.1875rem;display:block; }
#NcCMepAPPgvxvV85OclEcbwG2t8llzMG { background-color:#7ed957;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:#bb0022;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:2.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:36.1875rem;height:4.5rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:2.1875rem;left:19.40625rem;display:block; }
#EFm3f7hGnXR630qAbdH2lPKq3hi3oaWo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#iXKfrQNhT1Kf3iqpqMb6qVr8akiGsxTV { color:#ffffff;display:block;width:60.9375rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:9.0869140625rem;left:7.625rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OknzFCKp/1347217488.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX.adaptive-delivery-prevent-bg { background-image: none; }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row .container { background-color: transparent; background-image: none; }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25); }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row .container > .video-iframe-container { display: none; }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25); }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row > .video-iframe-container { display: none; }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .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); }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row .container { border-width: 0; border-radius: 0; }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:75rem;position:relative;display:block; }#goKe7pzRi0TOdGX1aOTP3B2mv1hyRSia { position:absolute;display:block;z-index:100000;border-top:0.625rem solid #5d92ff;border-left:0.625rem solid #5d92ff;border-right:0.625rem solid #5d92ff;border-bottom:0.625rem solid #5d92ff;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;height:30.25rem;width:20.125rem;top:5.65625rem;left:8.6875rem;overflow:hidden;display:block; }
#wNTPFWrAJ8O2DbeuEPnWttX56egqE1PV { color:#7ed957;display:block;width:35.75rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.53125rem;left:38.28125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IVO2gx6DAd8HW1QhEDa7cJTOpmU7HDm0 { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:6.75rem;left:39.46875rem;height:26.4394375rem;display:block; }
#S037fHqKqL857Cc0k800zRvnGCoeJTt2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OknzFCKp/1347217488.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#S037fHqKqL857Cc0k800zRvnGCoeJTt2.adaptive-delivery-prevent-bg { background-image: none; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container { background-color: transparent; background-image: none; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25); }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container > .video-iframe-container { display: none; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25); }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row > .video-iframe-container { display: none; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .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); }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container { border-width: 0; border-radius: 0; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container { font-size:0.875rem;font-family:arial;height:15.75rem;width:75rem;position:relative;display:block; }#QhPztDAt5mMutdCR3nnKuxDn8OvgHiel { color:#ffffff;display:block;width:33.5625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:4.28125rem;left:1.96875rem;height:7.3095625rem;display:block; }
#m3itW9OKSE08NsrhUGGHcEk2l9WQi5Gc { position:absolute;display:block;z-index:100005;border-top:0.3125rem solid #ff9800;border-left:0.3125rem solid #ff9800;border-right:0.3125rem solid #ff9800;border-bottom:0.3125rem solid #ff9800;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:14.0625rem;width:19.25rem;top:0.53125rem;left:46.3125rem;overflow:hidden;display:block; }
#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OknzFCKp/1347217488.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU.adaptive-delivery-prevent-bg { background-image: none; }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row .container { background-color: transparent; background-image: none; }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25); }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row .container > .video-iframe-container { display: none; }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25); }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row > .video-iframe-container { display: none; }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .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); }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row .container { border-width: 0; border-radius: 0; }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row .container { font-size:0.875rem;font-family:arial;height:15.25rem;width:75rem;position:relative;display:block; }#MZowBOIVnLlJRLOhnaPimhPJZRx8SRUP { position:absolute;display:block;z-index:100004;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #7ed957;border-left:0.125rem solid #7ed957;border-right:0.125rem solid #7ed957;border-bottom:0.125rem solid #7ed957;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:7.25rem;width:35.375rem;top:4.125rem;left:24.5rem;display:block; }
#bEb5TE6g5z8dFUeLPBt2lBsZiomyTIM3 { color:#7fff3d;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:5.4375rem;left:26.6875rem;height:1.8681625rem;text-align:center;text-align-last:center;display:block; }
#iNQpVUgRURWSUk6rnsGuVFPyf4lH4IR8 { position:absolute;display:block;z-index:100006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:31.25rem;top:7.8125rem;left:26.6875rem;display:block; }
#QSZ4RqrmBP0HCebmQEKVOoSvSkkIsovX { color:#ffffff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:9.0625rem;left:26.6875rem;height:1.29980625rem;display:block; }
#nXc365gzDNhROckhZg7nwedpBJi2d9oa { position:absolute;display:block;z-index:100008;border-top:0.25rem solid #ffffff;border-left:0.25rem solid #ffffff;border-right:0.25rem solid #ffffff;border-bottom:0.25rem solid #ffffff;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:10.8125rem;width:10.8125rem;top:2.25rem;left:14.9375rem;overflow:hidden;display:block; }
#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/OknzFCKp/1347217488.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }
#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt.adaptive-delivery-prevent-bg { background-image: none; }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row .container { background-color: transparent; background-image: none; }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,1,1,0.25); }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row .container > .video-iframe-container { display: none; }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(2,1,1,0.25); }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row > .video-iframe-container { display: none; }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .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); }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row .container { border-width: 0; border-radius: 0; }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row .container { font-size:0.875rem;font-family:arial;height:23.4375rem;width:75rem;position:relative;display:block; }#gB4DhtfeCnmzDH63uREASD35NtHiX6h8 { color:#ffffff;display:block;width:47.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:3.125rem;left:13.8125rem;height:14.61913125rem;display:block; }
#dXMZSUK7owqbdHprpvTLWA9NsZETUixR { color:#7fff3d;display:block;width:47.375rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:18.625rem;left:13.8125rem;height:2.84375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row .container { background-color: transparent; background-image: none; }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row .container > .video-iframe-container { display: none; }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row > .video-iframe-container { display: none; }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .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); }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row .container { border-width: 0; border-radius: 0; }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;position:relative;display:block; }#EsJtKArS6UH7WX4syLGN5ZpU2TJaEerx { background-color:#5d92ff;background-image:none;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:#000000;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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:1.625rem;left:30rem;display:block; }
#bL3zEDMmax7vVXcWQqadTZZ94RTMLaXA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vMsRhcpvLWOQpxJNLMVrmQ0Xh7hUX1Rw { position:absolute;display:block;z-index:100002;background-color:#ff9800;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:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:4.5rem;width:15.875rem;top:1.03125rem;left:29.5625rem;display:block; }
@media only screen and (max-width: 763px) { body { 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) { #W6QO421qdT2wgvPe7NxLuUetQEXoCqTn { top:11.625rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leyT1TKqI7QvlBPTvybThChVCvmF8O0e { top:15.0625rem;left:0rem;width:47.75rem;height:5.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbiP0BQRES5reedVvag0OILCdETwGedX { top:2.9375rem;left:0rem;width:47.75rem;height:8.75rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quvNbWP0cuVvD2rQTsmBOEDQI3NcbUeD { top:11.25rem;left:0rem;width:47.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 { display:block; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSyCZMVH5dGVaQBapI92JZdS2hcGxRRu { top:2.3125rem;left:0rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhZDTBdJZPfB8c5Be3MBo0LHEeMIJHL2 { top:2.3125rem;left:20.875rem;width:26.875rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf7741xcKvJxFJ6x9T6Dn8ADRlH9D44p { top:9.375rem;left:18.875rem;width:28.875rem;height:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTCJG6Jv9guEal7OhJI52MRuMe91Jq5 { top:18.4375rem;left:13.6875rem;width:34.0625rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuFGqESxBZxehbIHvbXEeWOpl0BSQIrt { top:2.6875rem;left:20.5rem;width:27.25rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn { display:block; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ny0rcmB4foSeDwaeKM8uQ4DidAT9lTTU { width:46.75rem;height:3.4375rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdW9G2MR6Vq3Nk9hk6wmvHZV6bAyqJJB { display:block; }
 }@media only screen and (max-width: 763px) { #mLwkzxnZcISn5cXcX0CCEP7fvbGppTNV { top:6.25rem;left:2.59375rem;width:42.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwV5ZtNqsHAQg7t5dwsAHCq918UmSPKe { top:10.25rem;left:3.875rem;width:40rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TJz22ls5COrGHJ2MKwZTCV2PJuPl23 { top:0.5625rem;left:0rem;width:19.9375rem;height:1.25rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr { display:block; }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2oNSWSDvH9ot5N3hxLpTqi702BHWuIm { top:0.625rem;left:14.125rem;width:33.625rem;height:9.25rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXGRtlCIW1A6d8x4tM5Vg6Lis44fHJpR { top:11.375rem;left:14.625rem;width:33.125rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXrtV73D9Ki5nLT1rRnpsJooXIUfSHy { top:12.6875rem;left:17rem;width:30.75rem;height:14.9375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecC7Hw8p5o6a8SAVxVsX5T4Hmz0nF1FG { top:3.1875rem;left:0rem;width:24.4375rem;height:24.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJUMgy18y0gSQapTacX7D7OVki72bgTh { display:block; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9tkJTTbkNsKs1Ot5xTEQZovEQSVnUR1 { top:2.8125rem;left:0rem;width:47.75rem;height:11.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydEUTUiShAqCd6rFLM771TftoboRtD9E { display:block; }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQ1KemNfmC5eG1OJpCA06Kevc1O7bopH { top:2.5625rem;left:0rem;width:23.6875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCRh4J9CKboAZyeH9Crl7oiRLEqmMfV9 { top:1.3125rem;left:1.6875rem;width:12.5rem;height:5.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfdw6P3kgBPG0VIpx0iBaTOOKKKKbVSI { top:8.5rem;left:0rem;width:20.4375rem;height:8.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHQFGLxLfNT7m1cW29O7ymbmTTd8ieDR { top:2.5625rem;left:8.0625rem;width:23.6875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJLwrLNCTT06sbM7WR66NQQPEh3WJJtc { top:1.3125rem;left:17.5625rem;width:12.5rem;height:5.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPK0f3UUIGhKL3zWsDBpdUXCIMXEto1v { top:7.6875rem;left:9.5625rem;width:22.1875rem;height:10.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRbVLIIOuORJ4chxkyBmBt7SuNDg4Quh { top:2.5625rem;left:23.9375rem;width:23.6875rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM8DyeA9QF811vxCnENKr59ykwJ5qVJ7 { top:1.3125rem;left:33.4375rem;width:12.5rem;height:5.5625rem;font-size:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP8g9TTf9PrwUH9KOyff9SBpGmV8vfGS { top:6.875rem;left:25.6875rem;width:21.9375rem;height:13rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X { display:block; }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T46PognLli7ee9HD80N6E05xTcGTJSTg { top:3.875rem;left:6.15625rem;width:35.4375rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJRTTbSl1rOGMFkyZ0UkZLPOHwaJqAfE { top:9.375rem;left:0rem;width:47.75rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0zZOAvxd8r8h80uTeT3DOUpk25WVzQn { top:11.25rem;left:1.53125rem;width:44.6875rem;height:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi { display:block; }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3e49TmRyWfnJqzVptTmmIfdi0wKTce5 { top:2.0625rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh13Ws4s6uzg0CfL4KZMnx8rsqBeF7QG { top:11.75rem;left:0rem;width:47.75rem;height:75.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf4kTbVJ0rXz5bQdV18vZJraAEtBQww4 { top:13.25rem;left:1.53125rem;width:44.6875rem;height:73.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrKsn08TUlrnACIi9SiDTQtAIWcvczm4 { top:71.5625rem;left:35.9375rem;width:11.8125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a { display:block; }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLGRGtHDZT2IEOWfTTx4xoJ50ffrpnnH { top:2.125rem;left:0rem;width:47.375rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNm7Tef30qwzoGW0IHbcTTFMZKviVb4 { top:3.8125rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL9QCBr5FaLGILBJ28CTK9rP17TJnEhN { top:12.0625rem;left:1.96875rem;width:44.8125rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJeuA6eTTAXyCEbMiszaTIoT2IcxmCnM { top:16rem;left:1.96875rem;width:44.8125rem;height:;font-size:1rem;display:block; }#PJeuA6eTTAXyCEbMiszaTIoT2IcxmCnM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tzzF5mt8/check_circle_solid.png); }
 }@media only screen and (max-width: 763px) { #BSDxcpRBZThG4LnvZUm99InRdAP5ZEdU { top:25.9375rem;left:2.71875rem;width:44.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7iNWsCnO0ZPfGokhC3ztwrRaL13OncE { top:14.9375rem;left:0.96875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTVk2L7R1FZiJMExRgDksCQmTJ2TqA9Z { top:25.1875rem;left:0.96875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJb68yXpfEp6dHnnqkuqZIhbXIENoAbt { top:21.0625rem;left:0.96875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ { display:block; }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EypT5AiCnOPMcdKIR1TREpuvTSdS7geX { top:10.0625rem;left:0rem;width:47.375rem;height:55rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5yRTfCkMTtDvUcoGwcnhhqdITvqARQ3 { top:4.8125rem;left:4.6875rem;width:14.0625rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU7yIPuT6eoP2uTTPSArfTtRRekXKON6 { top:27.3125rem;left:0.125rem;width:47.5rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZQAAgSv1asX7rKroAIlzJvUnnqSfSuB { top:35.1875rem;left:2.375rem;width:43rem;height:4.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdZpQV8CD4XDo8F9vCedG6USptdOWuIW { top:41.375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCMHOFnO01sPTdRp7OzasFFRLDdlud8y { top:45.6875rem;left:1.28125rem;width:45rem;height:;font-size:1rem;display:block; }#XCMHOFnO01sPTdRp7OzasFFRLDdlud8y li:before{  }
 }@media only screen and (max-width: 763px) { #ZMAsg9x4QlDMNqc3c43USaUv9TlelLme { top:45.0625rem;left:0.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dapwmCzfKXJtzJZfQpfqcNKi3BSygnP4 { top:51.0625rem;left:0.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLIRSQcLJMixoGMfLifEkDDMTTPfi5z { top:55.9375rem;left:0.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spNvUppewSN2aoHhZmcFt0IWnu4GBggA { top:47.5625rem;left:0.125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9f2uMasKBWFGmNlVNAOC6zlmtqf8LPi { top:10.9375rem;left:23.05859375rem;width:23.875rem;height:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGaTW6SNchVE8vrssghdBAu39XPJNncl { display:block; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRwNgZVXPWzTHpwDU36MVGgg9VvA3J0z { top:1.6875rem;left:4.21875rem;width:39.3125rem;height:7.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCtkghivpIPffqZsdkTmIeSGg6cxPVVJ { top:11.5rem;left:21.875rem;width:4rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #btsP2hNJmh6TFdNzDJrS2z7SFsOtL46n { top:14.125rem;left:1.40625rem;width:44.9375rem;height:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKNikObCPl5KNpf8zx7PT3ZiFyCCdm2D { top:1.6875rem;left:0.96875rem;width:45.8125rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvAQ5ihW1qN4eIKbBZ0m6tdn57Gdozfq { top:13.5rem;left:0.75rem;width:46.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 { display:block; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OI2lq3TEW1iO4g7Us7JMIrUSuDQNzqfJ { top:1.5625rem;left:0rem;width:17.1875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myCP6Mfm75s2TqQuMTHU5AOP2BFhq3Fo { top:1.5625rem;left:0rem;width:12.5rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5qXJqqdT0XFGcWq4T8PZG3KiOo4xWe { top:8.0625rem;left:0rem;width:15.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tev5Iygy44WoZIFDgTdzW9Wf7g2PgE5v { top:1.5625rem;left:6.6875rem;width:17.1875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hs4cND5ugZyZcRO5SODfmTTF1xSrW3ef { top:2.3125rem;left:11.375rem;width:12.5rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayz2SbFHsWCoFJisVTuW5mIhU81CaXUi { top:8.0625rem;left:8.125rem;width:15.75rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZLwp3ibyl3zdXDDkUZe77D75D9TL4D { top:1.5625rem;left:18.625rem;width:17.1875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vgEUTCie7roMdC4CknrWqdRxKTmlkoUq { top:2.3125rem;left:23.3125rem;width:12.5rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsJ4BrrmOnTUaZg37PRucEV6Sw9fg7EZ { top:8.0625rem;left:20.0625rem;width:15.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgEPbuZFOC6vO9yXSeCHNUslSqzVE1bH { top:1.5625rem;left:30.5625rem;width:17.1875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDhMTD9Tg212TcNqtBBORP3bUSMpeHFf { top:2.3125rem;left:35.25rem;width:12.5rem;height:5.8125rem;font-size:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJDDgPDQCJp6cNp3og0tbxGGA9k1GfQp { top:8.0625rem;left:32rem;width:15.75rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo { display:block; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWe9ZJqqa5VXcicy2oXa71FxgzlQOEwp { top:1.1875rem;left:1.375rem;width:45rem;height:9.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCNSzTFgz07STNpv52DkwUGImOAW9sR6 { top:0.875rem;left:0.625rem;width:46.25rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vpKThVeOEFCGFzHU2oXmaiiSpirweGJT { display:block; }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekRyn9mW6hEBPNuHIilq3mfaJCc43K1B { top:2.6875rem;left:0rem;width:39.625rem;height:5.125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO2KqIrCnTorsSt0LErSfsRWAFbE6K9c { top:9rem;left:0rem;width:44.1875rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rSO5rWVogqiKM7LFKo6ngBvrmwenwNXB { top:13.4375rem;left:0rem;width:44.1875rem;height:;font-size:1rem;display:block; }#rSO5rWVogqiKM7LFKo6ngBvrmwenwNXB li:before{  }
 }@media only screen and (max-width: 763px) { #QQOatirTIX94uxnDRurNiIZJNgbqagO9 { top:28.875rem;left:0rem;width:44.1875rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bim4ck5tEwf5HOhsRet6Et2q5SzW4gs1 { top:14.0625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNfRdObhra5rC6CHSDfNZSD9h9QT6zlW { top:19.5625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZhB7rWuRosV33e63AX79UslXoTBsce { top:23.625rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfqxG2nrJxHIoHFNMZ9HnVD6k9wnbts0 { top:8.5625rem;left:18.6875rem;width:29.0625rem;height:24.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g { display:block; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4ETKkXOSHtkuqx1HpxUPNVpOmhq8eUN { top:6.875rem;left:0rem;width:47.75rem;height:98.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuzFE2ZUZQrQ9Eu7cX8ZXFOmdeVtvXW7 { top:8.75rem;left:0rem;width:47.75rem;height:8.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6tLiTTS0RMSylNzcNibl3v8cIxQ9qZM { top:18.9375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M92PpIPrbD35eM9fiUhWK5ChWN4PvIeb { top:18.6875rem;left:0rem;width:2.8125rem;height:7.0625rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m38rEENKCS8Ov2LddW7qNaO60a90w5GW { top:18.0625rem;left:4.8125rem;width:42.9375rem;height:2.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLlslC9rIOf6xJP0XFmEJhVrigCZrNil { top:22rem;left:4.6875rem;width:43.0625rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq08mmWMoBRtmNTZL3MT9HvUIdibT6vC { top:31.4375rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INzfT7JcbdT7svT8evGVpmnT3aw1aApQ { top:31.1875rem;left:0rem;width:2.8125rem;height:7.0625rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTbDBgsl06BENGb6fLKAfcLm8lp1WOf0 { top:29.125rem;left:4.8125rem;width:42.9375rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXI1CXSLKqkF5STkUpl9h2EEa2yhdqr4 { top:35.8125rem;left:4.6875rem;width:43.0625rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q7oRHftv30BNFb7gs0qO6lGWzvOk9Vwa { top:49.5625rem;left:0rem;width:2.8125rem;height:7.0625rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbqSZON4StVEZgMJfzv9xfAiDl0Agvbo { top:49.8125rem;left:0rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIwIgPw7nDEDR6WU1STC4LxxfWVTngps { top:46.625rem;left:4.8125rem;width:42.9375rem;height:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9SiS3iV1MuNU2zTNItRXGGHZU3bpKo7 { top:53.3125rem;left:4.6875rem;width:43.0625rem;height:12.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoRCAIh8yR8gKMmrkXw43kvTH9RIATin { top:68.4375rem;left:0rem;width:47.75rem;height:19.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9vKVT3wXgAEFcJctxG1DNs1pNfITB20 { top:89.0625rem;left:4.375rem;width:40.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvn7sVPxbmLbu09q3l4wusOGqM9GTvHV { top:89.5625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bp2LB9VyoEs7DRGdyLG9hiIDFTsiH2G6 { top:89.1875rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4SR1SfoBbUmHgaMTDOaZeWSbLQ3MJ1q { top:91.875rem;left:4.375rem;width:40.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGTivfqSudTCix8R9M1MpKpZpI4LoSc { top:94.4375rem;left:0.21875rem;width:46.6875rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8UwBd30SP5vyH0PWcWDwQGLbbuJ2OsX { top:94.4375rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnUqFst65S4DBFWJr77LtdAc38SxyIiu { top:99.25rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx { display:block; }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbx5dl3Tbe8twmi7Ry1UF8kmAyLMJPu0 { top:20.1875rem;left:0rem;width:47.75rem;height:58.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOrXUKHhspc8DXS6gzUJSrB30llxK33Q { top:61.375rem;left:6.375rem;width:35rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f96fJ1U0xIP0F2g2k8bcVc4bw2Kc7L2v { width:36.0625rem;height:4.5rem;top:69.125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwscJWDt959fIFdHm9esTR8p7WzNc2Ss { display:block; }
 }@media only screen and (max-width: 763px) { #BTPsBynwwRNxJCk0BdXS3d5HPpiJyADc { top:0.75rem;left:6.625rem;width:36.5625rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkrsNkp5Q2t0PIImxKmpxGRGPAZi6eVE { top:61.4375rem;left:5.78125rem;width:36.1875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwK5hSKtga62Wf3Hao08dL9BkpFyK2Tm { width:15rem;height:3.4375rem;top:78.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7t3LpUnSeEe375hwnIbsgGtaDrmJTD5 { display:block; }
 }@media only screen and (max-width: 763px) { #y331oCTTH8hBCDcg3935sUZXQ26E76PN { top:77.75rem;left:0rem;width:16rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAKs1KxX5BTZETpR56TAKhpcCCyVq7QD { top:20.875rem;left:0rem;width:47.75rem;height:38.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asRLoc5zTa5ZZvE1mAl5MApVwOpJLeyr { top:53.5625rem;left:14.09375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6KNkeETt0zOvGOarDEPsk2UGTIobkKd { top:74.5625rem;left:0rem;width:47.75rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw { display:block; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WP1t1M7lFntvGI9EOxIHC95ra0uw8woU { top:4rem;left:0rem;width:30.75rem;height:7.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC0TyZRkSyV9TnOi1CXGbUMeorZwhmKx { top:13.8125rem;left:0rem;width:28.4375rem;height:;font-size:1rem;display:block; }#pC0TyZRkSyV9TnOi1CXGbUMeorZwhmKx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wAGI5Kmm/times_circle_solid.png); }
 }@media only screen and (max-width: 763px) { #wdG79JMqvD7QIvdJLdCXTTzl2uB8f2Hp { top:33.6875rem;left:0rem;width:28.4375rem;height:6.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcHPmNnwwtTBzzUimTwRkip9HA9mxskL { top:3.0625rem;left:16.5625rem;width:31.1875rem;height:38.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqXlPwTfpDQB4D6RCGc2kNKfaGM5SoZw { top:4rem;left:17.6875rem;width:30.0625rem;height:7.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEVZ8xVFMdsUcmBWldVOT1OM4pzW8crX { top:13.8125rem;left:19.3125rem;width:28.4375rem;height:;font-size:1rem;display:block; }#cEVZ8xVFMdsUcmBWldVOT1OM4pzW8crX li:before{  }
 }@media only screen and (max-width: 763px) { #yfbZibiObDdaktqsAQ2WdTy17BSHShiU { top:33.6875rem;left:19.3125rem;width:28.4375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJfo1msKP4CVNdGvy1mwSXOqtFvJlT6C { top:13.8125rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEAXx6z5nlkzs3GeaewT1llx3sTP7BLk { top:17.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbgTvz1laOobEtHzbn4OemPrmouUrvQ2 { top:22.0625rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFwyvWuu1RNxA5vUTDTdronkMebyguAk { top:26.4375rem;left:23.875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M { display:block; }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zB11zhEDeizIWo6WC5LpHzZWH0haBuvu { top:2rem;left:0rem;width:47.125rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #efsH0o5CoHm104zqGono6L7ZBeEMiXWu { top:4.0625rem;left:0.96875rem;width:45.8125rem;height:5.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga { display:block; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XztrUAPyRNRrBSRQ9nkX3W8cnX7zq01b { top:5.0625rem;left:0rem;width:40rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG3CZg3DheKDQivOXuvQLpV8iLGQo61O { top:1.5rem;left:15.125rem;width:32.625rem;height:29.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VpQBJDQN0k6JQWmqyO41RzxwIvb3FQr4 { top:31.75rem;left:14.1875rem;width:33.5625rem;height:2.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59mKTUZPh9FuqoXTZwJZlGTn9UqWXLh { top:35.25rem;left:14.0625rem;width:33.6875rem;height:16.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzWGFTfpFFi9damZZQhzQHrcPViVgE45 { display:block; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzyHXZ5LEVG7DgCtpbeVEoGLEh5HZIX0 { top:3.375rem;left:0rem;width:47.75rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlNscmnpWeFpOdyESzZphMTl9qUibRir { display:block; }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXq8Fsa9SOgoTxCkhAiID970b7089MhZ { top:0.875rem;left:0rem;width:35.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIteNtLBIGALg6TeVEphnJ0M6wX8r4Ux { top:2.6875rem;left:0rem;width:31.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFOKl65uQaOZoe09z9gr3XhFXlF7DRWV { top:6.6875rem;left:0rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBzqloEz2BbMwf9yJGWW4mFnPFI8DAXB { top:8.125rem;left:0rem;width:31.25rem;height:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drEdUdRwAVdOHDFx3gc4O3nTN1Z2RHQO { top:0.875rem;left:12.125rem;width:35.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0PnlQAqDRDsBAODBSAUNZk05uKON9CC { top:7.4375rem;left:16.5rem;width:31.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4K2n5wbd6gisvTFWWTJVi5kRhbB2pQe { top:2.375rem;left:16.5rem;width:31.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h9FeBhKoAWKyD7wIHH2cn4ekD7HMApaN { top:6.375rem;left:16.5rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wraIE38oNik4U20IMVcyGQv2qcgI4bA2 { display:block; }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLWE2ENkvoNkLrh707AMa3NecwG8Fr32 { top:1.8125rem;left:0rem;width:35.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z25XIQMdAg3xmBsNPa1oPghqyRBnceQg { top:9.0625rem;left:0rem;width:31.25rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5DNDHUuWsTLv4aAaZ3t7hxcNDfOlBPp { top:7.375rem;left:0rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5i28nkTstaQCBDQ7dy1aVWQS0mPRDL0 { top:4.9375rem;left:0rem;width:31.25rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeKO7RGs5XTIx1Xsu9eHU5uQEhpcxTCs { top:1.8125rem;left:12.125rem;width:35.375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIFIGOeTaF1rU2Wi0e4z7UvIUPWoR3AH { top:4.1875rem;left:16.5rem;width:31.25rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAGrs7xu67R3F8tDB0seAMrqWKXZJ9E2 { top:6.5rem;left:16.5rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM1KZx71Q20xz2b1e4bcHU4R8H9sC2O9 { top:7.375rem;left:16.5rem;width:31.25rem;height:8.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX { display:block; }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzk6Luqxv1nR2b9B8MDANFDTCsvNVmL2 { top:3.125rem;left:12.125rem;width:35.375rem;height:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fogiJ6XitmkHrSTiFIpnJIT6OhqaTDfz { top:4.9375rem;left:16.5rem;width:31.25rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cyIiRCSVKwk41y4mQo1qPTqTcGdQWs2R { top:8.9375rem;left:16.5rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5licvJnLimp9TcHzBBnXEEUsaCzzlmC { top:10.375rem;left:16.5rem;width:31.25rem;height:10rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsMN6U2bZ8g7ZlwBwGCvTc1WwkbHtgMz { top:3.125rem;left:0rem;width:35.625rem;height:19.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA { display:block; }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKcvtVophJ4svZaX20TlAiroE5QyCxJJ { top:3rem;left:0rem;width:47.75rem;height:8.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBDTHTTESAutiEbTvJstWTix9xhcGhNT { top:13.125rem;left:0rem;width:47.75rem;height:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #InZV6A52N15PvUGuytGx5IxG4rHN8oAK { top:13.125rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV92rkSehFgT87uXNmwsbMsgv274ohVV { top:17.75rem;left:0rem;width:2.75rem;height:2.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 { display:block; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PocTfJAABDG15Ek4muDfzWII7wXB06I6 { top:11.625rem;left:0rem;width:47.75rem;height:51.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BWp6NrCopnpKuLcNkK5hODyMoUgCIT0W { top:59.5rem;left:0rem;width:47.75rem;height:1.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRw5IHoDIBA2eZswrX469bvAgBG27EHL { width:36.1875rem;height:4.5rem;top:64.75rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0UnFePxbVeqKipBp7TIBs0dWJT2QBR { display:block; }
 }@media only screen and (max-width: 763px) { #gUzs4tTPvAUTT97NRQJFKGQJ520p2AhH { top:12.375rem;left:0rem;width:47.75rem;height:38.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6EJcv9RU8gxBpeF8zCa0HX91eGxt5pq { top:52.5rem;left:9.75rem;width:34.4375rem;height:6.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKsl08IOnrtEoyhMiWO24tzCixtmLa5H { top:52.6875rem;left:9.5rem;width:34.8125rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGbaOf1QfBJTdQ5HPTqrGNUfHCJ7QXey { top:45.4375rem;left:14.1875rem;width:3.25rem;height:3.25rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsgOTqiJVxJpS11yyZZ82VMbcVlFPC56 { width:15rem;height:3.4375rem;top:66.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEaeZlLU32sm2qw5M4fan2xOU9NTPQ3f { display:block; }
 }@media only screen and (max-width: 763px) { #OFvXt3JP6yP7Fp5xToLTmRrFET3G5IIy { top:65.625rem;left:0rem;width:16rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcCMepAPPgvxvV85OclEcbwG2t8llzMG { width:36.1875rem;height:4.5rem;top:2.1875rem;left:5.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFm3f7hGnXR630qAbdH2lPKq3hi3oaWo { display:block; }
 }@media only screen and (max-width: 763px) { #iXKfrQNhT1Kf3iqpqMb6qVr8akiGsxTV { top:9.0625rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX { display:block; }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goKe7pzRi0TOdGX1aOTP3B2mv1hyRSia { top:5.625rem;left:1.875rem;width:20.125rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNTPFWrAJ8O2DbeuEPnWttX56egqE1PV { top:2.5rem;left:12rem;width:35.75rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVO2gx6DAd8HW1QhEDa7cJTOpmU7HDm0 { top:6.75rem;left:14.1875rem;width:33.5625rem;height:26.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S037fHqKqL857Cc0k800zRvnGCoeJTt2 { display:block; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhPztDAt5mMutdCR3nnKuxDn8OvgHiel { top:4.25rem;left:0rem;width:33.5625rem;height:7.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m3itW9OKSE08NsrhUGGHcEk2l9WQi5Gc { top:0.5rem;left:25.875rem;width:19.25rem;height:14.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU { display:block; }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZowBOIVnLlJRLOhnaPimhPJZRx8SRUP { top:4.125rem;left:10.875rem;width:35.375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEb5TE6g5z8dFUeLPBt2lBsZiomyTIM3 { top:5.4375rem;left:13.0625rem;width:31.25rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNQpVUgRURWSUk6rnsGuVFPyf4lH4IR8 { top:7.8125rem;left:13.0625rem;width:31.25rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZ4RqrmBP0HCebmQEKVOoSvSkkIsovX { top:9.0625rem;left:13.0625rem;width:31.25rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXc365gzDNhROckhZg7nwedpBJi2d9oa { top:2.25rem;left:1.3125rem;width:10.8125rem;height:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt { display:block; }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gB4DhtfeCnmzDH63uREASD35NtHiX6h8 { top:3.125rem;left:0.1875rem;width:47.375rem;height:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXMZSUK7owqbdHprpvTLWA9NsZETUixR { top:18.625rem;left:0.1875rem;width:47.375rem;height:2.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX { display:block; }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsJtKArS6UH7WX4syLGN5ZpU2TJaEerx { width:15rem;height:3.4375rem;top:1.625rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL3zEDMmax7vVXcWQqadTZZ94RTMLaXA { display:block; }
 }@media only screen and (max-width: 763px) { #vMsRhcpvLWOQpxJNLMVrmQ0Xh7hUX1Rw { top:1rem;left:15.9375rem;width:15.875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { position:relative;z-index:auto;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 > .row .container { width:20rem;height:23.6875rem;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6QO421qdT2wgvPe7NxLuUetQEXoCqTn { width:20rem;height:4.875rem;top:5.1494140625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #leyT1TKqI7QvlBPTvybThChVCvmF8O0e { width:20rem;height:11.375rem;top:11.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbiP0BQRES5reedVvag0OILCdETwGedX { width:20rem;height:3.4931625rem;top:1.1875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #quvNbWP0cuVvD2rQTsmBOEDQI3NcbUeD { width:20rem;height:5.5625rem;top:4.8994140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 { background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:top 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; }
#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1.adaptive-delivery-prevent-bg { background-image: none; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container { background-color: transparent; background-image: none; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container > .video-iframe-container { display: none; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row > .video-iframe-container { display: none; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .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); }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container { border-width: 0; border-radius: 0; }#m4MUdaOUJ2ahCxL3yRwhlvRoGciO2yJ1 > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RSyCZMVH5dGVaQBapI92JZdS2hcGxRRu { height:10.875rem;width:19.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhZDTBdJZPfB8c5Be3MBo0LHEeMIJHL2 { width:19.8125rem;height:3.8984375rem;top:14.404296875rem;left:0.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf7741xcKvJxFJ6x9T6Dn8ADRlH9D44p { width:20rem;height:9.75rem;top:21.404296875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqTCJG6Jv9guEal7OhJI52MRuMe91Jq5 { width:20rem;height:7.7988125rem;top:33.216796875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuFGqESxBZxehbIHvbXEeWOpl0BSQIrt { width:20rem;height:6.3125rem;top:13.185546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn { background-color:rgba(0,0,0,0.62);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container { background-color: transparent; background-image: none; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container > .video-iframe-container { display: none; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row > .video-iframe-container { display: none; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .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); }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container { border-width: 0; border-radius: 0; }#t1Vi87CZlgGSNnGC6Kdpr8BotteUgPmn > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ny0rcmB4foSeDwaeKM8uQ4DidAT9lTTU { width:20rem;height:2.75rem;top:3.01171875rem;left:0rem;font-size:1.125rem;color:#b60000;background-color:#7ed957;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid #000000;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;text-align:center;text-align-last:center;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #PdW9G2MR6Vq3Nk9hk6wmvHZV6bAyqJJB { display:block; }
 }@media only screen and (max-width: 763px) { #mLwkzxnZcISn5cXcX0CCEP7fvbGppTNV { width:20rem;height:3.25rem;top:6.375rem;left:0rem;font-size:1.25rem;color:#ffffff;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vwV5ZtNqsHAQg7t5dwsAHCq918UmSPKe { width:20rem;height:2.2734375rem;top:9.8515625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7TJz22ls5COrGHJ2MKwZTCV2PJuPl23 { top:0.25rem;left:0rem;width:19.9375rem;height:2.76171875rem;z-index:100003;text-align:center;text-align-last:center;font-size:2.125rem;text-shadow:0.625rem 0.0625rem 0.625rem rgba(0,0,0,0.98);display:block; }
 }@media only screen and (max-width: 763px) { #eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr { display:block; }#eoFT1XCnvGyXuvGKciSiKU4kDLwE7Trr > .row .container { width:20rem;height:43.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2oNSWSDvH9ot5N3hxLpTqi702BHWuIm { width:20rem;height:3.8984375rem;top:1.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXGRtlCIW1A6d8x4tM5Vg6Lis44fHJpR { width:20rem;height:17.5625rem;top:7.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRXrtV73D9Ki5nLT1rRnpsJooXIUfSHy { width:18.75rem;height:15.4296875rem;top:8.90625rem;left:0.625rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ecC7Hw8p5o6a8SAVxVsX5T4Hmz0nF1FG { width:20rem;height:20rem;top:23.906249523163rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJUMgy18y0gSQapTacX7D7OVki72bgTh { background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#WJUMgy18y0gSQapTacX7D7OVki72bgTh.adaptive-delivery-prevent-bg { background-image: none; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container { background-color: transparent; background-image: none; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25); }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container > .video-iframe-container { display: none; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.25); }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row > .video-iframe-container { display: none; }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .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); }#WJUMgy18y0gSQapTacX7D7OVki72bgTh > .row .container { width:20rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9tkJTTbkNsKs1Ot5xTEQZovEQSVnUR1 { width:20rem;height:7.796875rem;top:1.5625rem;left:0rem;font-size:1.5rem;color:#000000;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #ydEUTUiShAqCd6rFLM771TftoboRtD9E { display:block; }#ydEUTUiShAqCd6rFLM771TftoboRtD9E > .row .container { width:20rem;height:42.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQ1KemNfmC5eG1OJpCA06Kevc1O7bopH { width:20rem;height:11.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCRh4J9CKboAZyeH9Crl7oiRLEqmMfV9 { width:12.5rem;height:2.5996125rem;top:2.6875rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfdw6P3kgBPG0VIpx0iBaTOOKKKKbVSI { width:18.75rem;height:6.499rem;top:5.25rem;left:0.625rem;font-size:1rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);color:#ecf1fb;display:block; }
 }@media only screen and (max-width: 763px) { #uHQFGLxLfNT7m1cW29O7ymbmTTd8ieDR { width:20rem;height:12.6875rem;top:14.03125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJLwrLNCTT06sbM7WR66NQQPEh3WJJtc { width:12.5rem;height:2.5996125rem;top:15.0625rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPK0f3UUIGhKL3zWsDBpdUXCIMXEto1v { width:18.75rem;height:7.7988125rem;top:18.09375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRbVLIIOuORJ4chxkyBmBt7SuNDg4Quh { width:20rem;height:13.5rem;top:27.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM8DyeA9QF811vxCnENKr59ykwJ5qVJ7 { width:12.5rem;height:2.5996125rem;top:28.75rem;left:3.75rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gP8g9TTf9PrwUH9KOyff9SBpGmV8vfGS { width:18.75rem;height:9.098625rem;top:31.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X { display:block; }#GgkSZkIMKZcfGbDhKnp28HJwtqb0d84X > .row .container { width:20rem;height:27.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T46PognLli7ee9HD80N6E05xTcGTJSTg { width:20rem;height:1.94921875rem;top:2rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJRTTbSl1rOGMFkyZ0UkZLPOHwaJqAfE { width:20rem;height:19.8125rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #x0zZOAvxd8r8h80uTeT3DOUpk25WVzQn { width:18.75rem;height:18.19724375rem;top:7.09375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi { display:block; }#aQBKZ80Xa99VXQUKzpA9bzDOsfXyaTHi > .row .container { width:20rem;height:119.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u3e49TmRyWfnJqzVptTmmIfdi0wKTce5 { width:20rem;height:5.91015625rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh13Ws4s6uzg0CfL4KZMnx8rsqBeF7QG { width:20rem;height:94.5rem;top:8.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kf4kTbVJ0rXz5bQdV18vZJraAEtBQww4 { width:18.75rem;height:92.34856875rem;top:10.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DrKsn08TUlrnACIi9SiDTQtAIWcvczm4 { width:13.5rem;height:13.5rem;top:104.9375rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a { display:block; }#wRU3DMAAO8tiwKHEXLFo2sr4Td5TTk3a > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLGRGtHDZT2IEOWfTTx4xoJ50ffrpnnH { width:19.625rem;height:38.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNNm7Tef30qwzoGW0IHbcTTFMZKviVb4 { width:20rem;height:7.859375rem;top:2.375rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zL9QCBr5FaLGILBJ28CTK9rP17TJnEhN { width:18.75rem;height:5.19921875rem;top:11.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJeuA6eTTAXyCEbMiszaTIoT2IcxmCnM { width:18.75rem;height:20.07225rem;top:17.75rem;left:0.625rem;font-size:1rem;display:block; }#PJeuA6eTTAXyCEbMiszaTIoT2IcxmCnM li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/tzzF5mt8/check_circle_solid.png); }
 }@media only screen and (max-width: 763px) { #BSDxcpRBZThG4LnvZUm99InRdAP5ZEdU { width:20rem;height:1.625rem;top:25.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7iNWsCnO0ZPfGokhC3ztwrRaL13OncE { width:2.375rem;height:2.375rem;top:17.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTVk2L7R1FZiJMExRgDksCQmTJ2TqA9Z { width:2.6875rem;height:2.6875rem;top:30.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJb68yXpfEp6dHnnqkuqZIhbXIENoAbt { width:2.6875rem;height:2.6875rem;top:24.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ { display:block; }#KCg7uJ9TIFVVoIt4ut9h5SmPU5rP0IAJ > .row .container { width:20rem;height:63.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EypT5AiCnOPMcdKIR1TREpuvTSdS7geX { width:19.625rem;height:59.75rem;top:1.375rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #F5yRTfCkMTtDvUcoGwcnhhqdITvqARQ3 { width:8.3125rem;height:12.9375rem;top:2.75rem;left:0.5231331168831rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zU7yIPuT6eoP2uTTPSArfTtRRekXKON6 { width:10.1875rem;height:13.6445rem;top:2.125rem;left:8.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZQAAgSv1asX7rKroAIlzJvUnnqSfSuB { width:18.75rem;height:9.098625rem;top:16.25rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdZpQV8CD4XDo8F9vCedG6USptdOWuIW { width:18.75rem;height:5.84765625rem;top:25.75rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCMHOFnO01sPTdRp7OzasFFRLDdlud8y { width:18.75rem;height:21.734375rem;top:39.84375rem;left:0.5625rem;font-size:1rem;display:block; }#XCMHOFnO01sPTdRp7OzasFFRLDdlud8y li:before{  }
 }@media only screen and (max-width: 763px) { #ZMAsg9x4QlDMNqc3c43USaUv9TlelLme { width:2.5rem;height:2.5rem;top:55.4375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dapwmCzfKXJtzJZfQpfqcNKi3BSygnP4 { width:2.4375rem;height:2.4375rem;top:47.59375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iWLIRSQcLJMixoGMfLifEkDDMTTPfi5z { width:2.4375rem;height:2.4375rem;top:39.482421875rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #spNvUppewSN2aoHhZmcFt0IWnu4GBggA { width:2.4375rem;height:2.4375rem;top:43.375rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9f2uMasKBWFGmNlVNAOC6zlmtqf8LPi { width:20rem;height:12.983375rem;top:29.25rem;left:0rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 763px) { #LGaTW6SNchVE8vrssghdBAu39XPJNncl { background-color:rgba(241,231,234,0.23);background-image:url("https://images.assets-landingi.com/plBe6wmL/maturefemalestretching_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#LGaTW6SNchVE8vrssghdBAu39XPJNncl.adaptive-delivery-prevent-bg { background-image: none; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container { background-color: transparent; background-image: none; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container > .video-iframe-container { display: none; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row > .video-iframe-container { display: none; }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .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); }#LGaTW6SNchVE8vrssghdBAu39XPJNncl > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRwNgZVXPWzTHpwDU36MVGgg9VvA3J0z { width:20rem;height:3.8984375rem;top:1.25rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCtkghivpIPffqZsdkTmIeSGg6cxPVVJ { width:4rem;height:0.5rem;top:7.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #btsP2hNJmh6TFdNzDJrS2z7SFsOtL46n { width:20rem;height:7.69725rem;top:10.375rem;left:0rem;font-size:1rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #qKNikObCPl5KNpf8zx7PT3ZiFyCCdm2D { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;background-color:rgba(126,217,87,0.82);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #bvAQ5ihW1qN4eIKbBZ0m6tdn57Gdozfq { width:20rem;height:7.875rem;top:10.375rem;left:0rem;z-index:99998;background-color:rgba(0,0,0,0.5);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 { background-color:rgba(255,255,255,0.09);background-image:none;display:block; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container { background-color: transparent; background-image: none; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container > .video-iframe-container { display: none; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row > .video-iframe-container { display: none; }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .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); }#IpTCqEUm4d1Mt5mFLNf3d2rgpTsocns5 > .row .container { width:20rem;height:68.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OI2lq3TEW1iO4g7Us7JMIrUSuDQNzqfJ { width:17.1875rem;height:15.625rem;top:1.25rem;left:1.375rem;background-color:rgba(126,217,87,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #myCP6Mfm75s2TqQuMTHU5AOP2BFhq3Fo { width:12.5rem;height:2.5996125rem;top:3.75rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir5qXJqqdT0XFGcWq4T8PZG3KiOo4xWe { width:15.75rem;height:7.7988125rem;top:6.9375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tev5Iygy44WoZIFDgTdzW9Wf7g2PgE5v { width:17.1875rem;height:15.625rem;top:18.125rem;left:1.375rem;background-color:rgba(126,217,87,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Hs4cND5ugZyZcRO5SODfmTTF1xSrW3ef { width:12.5rem;height:2.5996125rem;top:20.5625rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayz2SbFHsWCoFJisVTuW5mIhU81CaXUi { width:15.75rem;height:7.7988125rem;top:23.8125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SEZLwp3ibyl3zdXDDkUZe77D75D9TL4D { width:17.1875rem;height:15.625rem;top:35rem;left:1.375rem;background-color:rgba(126,217,87,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vgEUTCie7roMdC4CknrWqdRxKTmlkoUq { width:12.5rem;height:2.5996125rem;top:38.125rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsJ4BrrmOnTUaZg37PRucEV6Sw9fg7EZ { width:15.75rem;height:5.19921875rem;top:41.3125rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lgEPbuZFOC6vO9yXSeCHNUslSqzVE1bH { width:17.1875rem;height:15.625rem;top:51.875rem;left:1.375rem;background-color:rgba(126,217,87,0.75);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mDhMTD9Tg212TcNqtBBORP3bUSMpeHFf { width:12.5rem;height:2.5996125rem;top:55rem;left:3.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJDDgPDQCJp6cNp3og0tbxGGA9k1GfQp { width:15.75rem;height:5.19921875rem;top:58.1875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo { background-color:transparent;background-image:url("https://images.assets-landingi.com/BzSWpR9E/female2stretchingathome_210215_134108.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo.adaptive-delivery-prevent-bg { background-image: none; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container { background-color: transparent; background-image: none; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.23); }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container > .video-iframe-container { display: none; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.23); }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row > .video-iframe-container { display: none; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .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); }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container { border-width: 0; border-radius: 0; }#nmdlq4nIGfQRi5ET1rDm3hlNWTN9lFIo > .row .container { width:20rem;height:21.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pWe9ZJqqa5VXcicy2oXa71FxgzlQOEwp { width:18.75rem;height:19.33205rem;top:0.8125rem;left:0.8125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCNSzTFgz07STNpv52DkwUGImOAW9sR6 { width:20rem;height:20.25rem;top:0.375rem;left:0rem;background-color:rgba(0,0,0,0.4);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #vpKThVeOEFCGFzHU2oXmaiiSpirweGJT { display:block; }#vpKThVeOEFCGFzHU2oXmaiiSpirweGJT > .row .container { width:20rem;height:64.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ekRyn9mW6hEBPNuHIilq3mfaJCc43K1B { width:20rem;height:5.84765625rem;top:0.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yO2KqIrCnTorsSt0LErSfsRWAFbE6K9c { width:20rem;height:5.19921875rem;top:7.09765625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSO5rWVogqiKM7LFKo6ngBvrmwenwNXB { width:20rem;height:17.472625rem;top:13.6875rem;left:0rem;font-size:1rem;z-index:99999;display:block; }#rSO5rWVogqiKM7LFKo6ngBvrmwenwNXB li:before{  }
 }@media only screen and (max-width: 763px) { #QQOatirTIX94uxnDRurNiIZJNgbqagO9 { width:20rem;height:11.69824375rem;top:33.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bim4ck5tEwf5HOhsRet6Et2q5SzW4gs1 { width:1.75rem;height:1.75rem;top:13.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wNfRdObhra5rC6CHSDfNZSD9h9QT6zlW { width:1.625rem;height:1.625rem;top:19.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9ZhB7rWuRosV33e63AX79UslXoTBsce { width:1.8125rem;height:1.8125rem;top:25.3125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfqxG2nrJxHIoHFNMZ9HnVD6k9wnbts0 { width:20rem;height:16.717062634989rem;top:46.76075rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g { background-color:#ffffff;background-image:none;display:block; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container { background-color: transparent; background-image: none; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container > .video-iframe-container { display: none; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row > .video-iframe-container { display: none; }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .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); }#uDrNFwm3hBAt3yZwGgDxFTQVUKo8ut6g > .row .container { width:20rem;height:138.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C4ETKkXOSHtkuqx1HpxUPNVpOmhq8eUN { width:20rem;height:137.1875rem;top:0.9375rem;left:0rem;background-color:rgba(0,0,0,0.6);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CuzFE2ZUZQrQ9Eu7cX8ZXFOmdeVtvXW7 { width:18.75rem;height:11.6953125rem;top:2.6875rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6tLiTTS0RMSylNzcNibl3v8cIxQ9qZM { width:3.75rem;height:3.75rem;top:15.09375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M92PpIPrbD35eM9fiUhWK5ChWN4PvIeb { width:2.8125rem;height:2.5996125rem;top:15.6875rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #m38rEENKCS8Ov2LddW7qNaO60a90w5GW { width:12.875rem;height:3.57421875rem;top:15.25rem;left:5.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLlslC9rIOf6xJP0XFmEJhVrigCZrNil { width:18.75rem;height:11.69821875rem;top:19.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tq08mmWMoBRtmNTZL3MT9HvUIdibT6vC { width:3.75rem;height:3.75rem;top:33.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #INzfT7JcbdT7svT8evGVpmnT3aw1aApQ { width:2.8125rem;height:2.5996125rem;top:34.03125rem;left:1.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTbDBgsl06BENGb6fLKAfcLm8lp1WOf0 { width:12.875rem;height:5.361325rem;top:33.4375rem;left:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXI1CXSLKqkF5STkUpl9h2EEa2yhdqr4 { width:18.75rem;height:16.8974375rem;top:39.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q7oRHftv30BNFb7gs0qO6lGWzvOk9Vwa { width:2.8125rem;height:2.5996125rem;top:59.21875rem;left:1.09375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbqSZON4StVEZgMJfzv9xfAiDl0Agvbo { width:3.75rem;height:3.75rem;top:58.625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIwIgPw7nDEDR6WU1STC4LxxfWVTngps { width:12.875rem;height:5.361325rem;top:58.625rem;left:4.125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J9SiS3iV1MuNU2zTNItRXGGHZU3bpKo7 { width:18.75rem;height:24.6963125rem;top:65.15625rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MoRCAIh8yR8gKMmrkXw43kvTH9RIATin { width:18.75rem;height:27.29585625rem;top:91.1875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9vKVT3wXgAEFcJctxG1DNs1pNfITB20 { width:20rem;height:0.0625rem;top:119.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvn7sVPxbmLbu09q3l4wusOGqM9GTvHV { width:17.375rem;height:4.38574375rem;top:119.375rem;left:2.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bp2LB9VyoEs7DRGdyLG9hiIDFTsiH2G6 { width:2.75rem;height:2.75rem;top:120rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4SR1SfoBbUmHgaMTDOaZeWSbLQ3MJ1q { width:20rem;height:0.0625rem;top:123.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #saGTivfqSudTCix8R9M1MpKpZpI4LoSc { width:17.4375rem;height:12.998025rem;top:124.625rem;left:2.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #i8UwBd30SP5vyH0PWcWDwQGLbbuJ2OsX { width:2.3125rem;height:2.3125rem;top:124.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnUqFst65S4DBFWJr77LtdAc38SxyIiu { width:2.375rem;height:2.375rem;top:130.1875rem;left:-0.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx { display:block; }#zmEKEtNnINUb6FMZdIQZIZAyAEJePCEx > .row .container { width:20rem;height:85.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mbx5dl3Tbe8twmi7Ry1UF8kmAyLMJPu0 { width:20rem;height:72.1875rem;top:12.25rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #FOrXUKHhspc8DXS6gzUJSrB30llxK33Q { width:20rem;height:3.8984375rem;top:59.23828125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f96fJ1U0xIP0F2g2k8bcVc4bw2Kc7L2v { width:19rem;height:4.6875rem;top:65.2119140625rem;left:0.5rem;font-size:2.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwscJWDt959fIFdHm9esTR8p7WzNc2Ss { display:block; }
 }@media only screen and (max-width: 763px) { #BTPsBynwwRNxJCk0BdXS3d5HPpiJyADc { width:20rem;height:11.9375rem;top:1.8628942610063rem;left:0rem;z-index:100014;display:block; }
 }@media only screen and (max-width: 763px) { #zkrsNkp5Q2t0PIImxKmpxGRGPAZi6eVE { width:20rem;height:6.75rem;top:57.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwK5hSKtga62Wf3Hao08dL9BkpFyK2Tm { width:15rem;height:3.4375rem;top:78.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7t3LpUnSeEe375hwnIbsgGtaDrmJTD5 { display:block; }
 }@media only screen and (max-width: 763px) { #y331oCTTH8hBCDcg3935sUZXQ26E76PN { width:16rem;height:5.25rem;top:77.71875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAKs1KxX5BTZETpR56TAKhpcCCyVq7QD { width:20rem;height:42.8936rem;top:14.21484375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #asRLoc5zTa5ZZvE1mAl5MApVwOpJLeyr { width:3.125rem;height:3.125rem;top:48.48046875rem;left:2.5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a6KNkeETt0zOvGOarDEPsk2UGTIobkKd { width:20rem;height:5.60449375rem;top:70.96484375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw { background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;display:block; }
#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw.adaptive-delivery-prevent-bg { background-image: none; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container { background-color: transparent; background-image: none; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container > .video-iframe-container { display: none; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row > .video-iframe-container { display: none; }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .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); }#TNq7ItQH7ELOuK2QgoCzNgZbWc8tgwuw > .row .container { width:20rem;height:61rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WP1t1M7lFntvGI9EOxIHC95ra0uw8woU { width:20rem;height:3.8984375rem;top:1.375rem;left:0rem;font-size:1.5rem;color:#fafafa;display:block; }
 }@media only screen and (max-width: 763px) { #pC0TyZRkSyV9TnOi1CXGbUMeorZwhmKx { width:20rem;height:13.2109375rem;top:6.5rem;left:0rem;font-size:1rem;display:block; }#pC0TyZRkSyV9TnOi1CXGbUMeorZwhmKx li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/wAGI5Kmm/times_circle_solid.png); }
 }@media only screen and (max-width: 763px) { #wdG79JMqvD7QIvdJLdCXTTzl2uB8f2Hp { width:20rem;height:5.19921875rem;top:20.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AcHPmNnwwtTBzzUimTwRkip9HA9mxskL { width:20rem;height:25.4375rem;top:27.625rem;left:0rem;border-top:0.0625rem solid #1c99fa;border-left:0.0625rem solid #1c99fa;border-right:0.0625rem solid #1c99fa;border-bottom:0.0625rem solid #1c99fa;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqXlPwTfpDQB4D6RCGc2kNKfaGM5SoZw { width:20rem;height:3.8984375rem;top:29.6875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cEVZ8xVFMdsUcmBWldVOT1OM4pzW8crX { width:18.75rem;height:17.110375rem;top:35.1875rem;left:0.625rem;font-size:1rem;display:block; }#cEVZ8xVFMdsUcmBWldVOT1OM4pzW8crX li:before{  }
 }@media only screen and (max-width: 763px) { #yfbZibiObDdaktqsAQ2WdTy17BSHShiU { width:19.125rem;height:5.19921875rem;top:54.25rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OJfo1msKP4CVNdGvy1mwSXOqtFvJlT6C { width:2.4375rem;height:2.4375rem;top:34.25rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEAXx6z5nlkzs3GeaewT1llx3sTP7BLk { width:2.625rem;height:2.625rem;top:39.3125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbgTvz1laOobEtHzbn4OemPrmouUrvQ2 { width:2.4375rem;height:2.4375rem;top:44.0625rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFwyvWuu1RNxA5vUTDTdronkMebyguAk { width:2.5625rem;height:2.5625rem;top:48.8125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M { display:block; }#Ps3FHA2gFHFcVZ9yPRcpMsVddOfIM68M > .row .container { width:20rem;height:12.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zB11zhEDeizIWo6WC5LpHzZWH0haBuvu { width:19.375rem;height:9.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #efsH0o5CoHm104zqGono6L7ZBeEMiXWu { width:17.9375rem;height:7.796875rem;top:2.3125rem;left:1.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga { background-color:transparent;background-image:url("https://images.assets-landingi.com/AY8tVaE7/1137979621.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga.adaptive-delivery-prevent-bg { background-image: none; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container { background-color: transparent; background-image: none; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container > .video-iframe-container { display: none; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row > .video-iframe-container { display: none; }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .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); }#wa9ug6L5nIaqMCa23lwLDoUaCuOOVsga > .row .container { width:20rem;height:59.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XztrUAPyRNRrBSRQ9nkX3W8cnX7zq01b { width:19.0625rem;height:10.5rem;top:0.875rem;left:0.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QG3CZg3DheKDQivOXuvQLpV8iLGQo61O { width:20rem;height:27.29589375rem;top:12.5810546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VpQBJDQN0k6JQWmqyO41RzxwIvb3FQr4 { width:20rem;height:1.94921875rem;top:39.78125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N59mKTUZPh9FuqoXTZwJZlGTn9UqWXLh { width:20rem;height:16.89746875rem;top:42.5810546875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nzWGFTfpFFi9damZZQhzQHrcPViVgE45 { background-color:transparent;background-image:url("https://images.assets-landingi.com/fsDmelAn/Yoga_Class.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#nzWGFTfpFFi9damZZQhzQHrcPViVgE45.adaptive-delivery-prevent-bg { background-image: none; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container { background-color: transparent; background-image: none; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container > .video-iframe-container { display: none; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.46); }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row > .video-iframe-container { display: none; }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .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); }#nzWGFTfpFFi9damZZQhzQHrcPViVgE45 > .row .container { width:20rem;height:10.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NzyHXZ5LEVG7DgCtpbeVEoGLEh5HZIX0 { width:20rem;height:7.796875rem;top:0.875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlNscmnpWeFpOdyESzZphMTl9qUibRir { display:block; }#HlNscmnpWeFpOdyESzZphMTl9qUibRir > .row .container { width:20rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XXq8Fsa9SOgoTxCkhAiID970b7089MhZ { width:19.75rem;height:20.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tIteNtLBIGALg6TeVEphnJ0M6wX8r4Ux { width:18.75rem;height:4.38574375rem;top:2.25rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LFOKl65uQaOZoe09z9gr3XhFXlF7DRWV { width:20rem;height:0.125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBzqloEz2BbMwf9yJGWW4mFnPFI8DAXB { width:18.75rem;height:12.9980625rem;top:7.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #drEdUdRwAVdOHDFx3gc4O3nTN1Z2RHQO { width:19.75rem;height:22.6875rem;top:24.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0PnlQAqDRDsBAODBSAUNZk05uKON9CC { width:18.75rem;height:15.597625rem;top:31.6875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4K2n5wbd6gisvTFWWTJVi5kRhbB2pQe { width:18.75rem;height:4.38574375rem;top:25.125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h9FeBhKoAWKyD7wIHH2cn4ekD7HMApaN { width:20rem;height:0.125rem;top:30rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wraIE38oNik4U20IMVcyGQv2qcgI4bA2 { display:block; }#wraIE38oNik4U20IMVcyGQv2qcgI4bA2 > .row .container { width:20rem;height:38.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fLWE2ENkvoNkLrh707AMa3NecwG8Fr32 { width:19.75rem;height:16.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z25XIQMdAg3xmBsNPa1oPghqyRBnceQg { width:19.5rem;height:10.3984375rem;top:5.5625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l5DNDHUuWsTLv4aAaZ3t7hxcNDfOlBPp { width:20rem;height:0.125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5i28nkTstaQCBDQ7dy1aVWQS0mPRDL0 { width:19.5rem;height:2.923825rem;top:0.625rem;left:0.5rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DeKO7RGs5XTIx1Xsu9eHU5uQEhpcxTCs { width:19.75rem;height:20.125rem;top:17.0625rem;left:0rem;background-color:#000000;background-image:url("https://images.assets-landingi.com/eLYeCYBF/Stretch_Mat.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;z-index:100003;display:block; }
#DeKO7RGs5XTIx1Xsu9eHU5uQEhpcxTCs.adaptive-delivery-prevent-bg { background-image: none; }
 }@media only screen and (max-width: 763px) { #TIFIGOeTaF1rU2Wi0e4z7UvIUPWoR3AH { width:19.1875rem;height:3.25rem;top:18.125rem;left:0.8125rem;font-size:1.25rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oAGrs7xu67R3F8tDB0seAMrqWKXZJ9E2 { width:20rem;height:0.125rem;top:21.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KM1KZx71Q20xz2b1e4bcHU4R8H9sC2O9 { width:19.0625rem;height:15.597625rem;top:21.5625rem;left:0.4375rem;font-size:1rem;color:#ffffff;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX { display:block; }#D3ZeV9BiwOQCrLW0cVZmqJkIXXGVpfeX > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fzk6Luqxv1nR2b9B8MDANFDTCsvNVmL2 { width:19.75rem;height:24.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fogiJ6XitmkHrSTiFIpnJIT6OhqaTDfz { width:18.75rem;height:4.38574375rem;top:2.8125rem;left:0.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cyIiRCSVKwk41y4mQo1qPTqTcGdQWs2R { width:20rem;height:0.125rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g5licvJnLimp9TcHzBBnXEEUsaCzzlmC { width:18.75rem;height:16.8974375rem;top:7.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CsMN6U2bZ8g7ZlwBwGCvTc1WwkbHtgMz { width:20rem;height:11.1875rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA { display:block; }#SOqvWscUzmP0qEXQmIaxc0XkQVHes7tA > .row .container { width:20rem;height:20.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKcvtVophJ4svZaX20TlAiroE5QyCxJJ { width:18.1875rem;height:5.84765625rem;top:1.3125rem;left:0.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kBDTHTTESAutiEbTvJstWTix9xhcGhNT { width:17.875rem;height:10.3984375rem;top:9.5rem;left:1.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #InZV6A52N15PvUGuytGx5IxG4rHN8oAK { width:2.4375rem;height:2.4375rem;top:7.09765625rem;left:8.78125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XV92rkSehFgT87uXNmwsbMsgv274ohVV { width:2.4375rem;height:2.4375rem;top:12.84375rem;left:8.78125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 { background-color:transparent;background-image:none;display:block; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container { background-color: transparent; background-image: none; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container > .video-iframe-container { display: none; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row > .video-iframe-container { display: none; }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .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); }#GzhNKOLp46RwmoEv2kN8UB2tTfwXmFF0 > .row .container { width:20rem;height:85.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PocTfJAABDG15Ek4muDfzWII7wXB06I6 { width:20rem;height:45.375rem;top:18.83984375rem;left:0rem;background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #BWp6NrCopnpKuLcNkK5hODyMoUgCIT0W { width:20rem;height:2.923825rem;top:14.17578125rem;left:0rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lRw5IHoDIBA2eZswrX469bvAgBG27EHL { width:19rem;height:4.5rem;top:1.08984375rem;left:0.5rem;font-size:2.6875rem;z-index:100013;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aI0UnFePxbVeqKipBp7TIBs0dWJT2QBR { display:block; }
 }@media only screen and (max-width: 763px) { #gUzs4tTPvAUTT97NRQJFKGQJ520p2AhH { width:20rem;height:42.8936rem;top:19.392578125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6EJcv9RU8gxBpeF8zCa0HX91eGxt5pq { width:20rem;height:3.8984375rem;top:7.421875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKsl08IOnrtEoyhMiWO24tzCixtmLa5H { width:20rem;height:6.375rem;top:6.21484375rem;left:0rem;background-color:#fdff00;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #aGbaOf1QfBJTdQ5HPTqrGNUfHCJ7QXey { width:3.25rem;height:3.25rem;top:53.40234375rem;left:2.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsgOTqiJVxJpS11yyZZ82VMbcVlFPC56 { width:15rem;height:3.4375rem;top:66.1875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEaeZlLU32sm2qw5M4fan2xOU9NTPQ3f { display:block; }
 }@media only screen and (max-width: 763px) { #OFvXt3JP6yP7Fp5xToLTmRrFET3G5IIy { width:16rem;height:5.25rem;top:65.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcCMepAPPgvxvV85OclEcbwG2t8llzMG { width:19rem;height:4.5rem;top:71.375rem;left:0.5rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFm3f7hGnXR630qAbdH2lPKq3hi3oaWo { display:block; }
 }@media only screen and (max-width: 763px) { #iXKfrQNhT1Kf3iqpqMb6qVr8akiGsxTV { width:20rem;height:8.125rem;top:76.8125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX { display:block; }#LrqvL6qTO9WHL6qTGUoGOcuIWPgZZIoX > .row .container { width:20rem;height:60.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #goKe7pzRi0TOdGX1aOTP3B2mv1hyRSia { width:10.9375rem;height:16.625rem;top:1.4375rem;left:4.53125rem;border-top:0.3125rem solid #5d92ff;border-left:0.3125rem solid #5d92ff;border-right:0.3125rem solid #5d92ff;border-bottom:0.3125rem solid #5d92ff;display:block; }
 }@media only screen and (max-width: 763px) { #wNTPFWrAJ8O2DbeuEPnWttX56egqE1PV { width:20rem;height:3.8984375rem;top:19.6435546875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVO2gx6DAd8HW1QhEDa7cJTOpmU7HDm0 { width:20rem;height:35.96485625rem;top:23.8935546875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S037fHqKqL857Cc0k800zRvnGCoeJTt2 { background-color:transparent;background-image:url("https://images.assets-landingi.com/OknzFCKp/1347217488.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }
#S037fHqKqL857Cc0k800zRvnGCoeJTt2.adaptive-delivery-prevent-bg { background-image: none; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container { background-color: transparent; background-image: none; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container > .video-iframe-container { display: none; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row > .video-iframe-container { display: none; }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .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); }#S037fHqKqL857Cc0k800zRvnGCoeJTt2 > .row .container { width:20rem;height:19.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QhPztDAt5mMutdCR3nnKuxDn8OvgHiel { width:20rem;height:9.098625rem;top:0.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #m3itW9OKSE08NsrhUGGHcEk2l9WQi5Gc { width:11.9375rem;height:8.75rem;top:9.9375rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU { display:block; }#BmA8ltPqJxENz3xpvGWl7LLnpR9TTVTU > .row .container { width:20rem;height:24.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MZowBOIVnLlJRLOhnaPimhPJZRx8SRUP { width:19.75rem;height:9rem;top:13.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEb5TE6g5z8dFUeLPBt2lBsZiomyTIM3 { width:18.75rem;height:3.25rem;top:15rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNQpVUgRURWSUk6rnsGuVFPyf4lH4IR8 { width:18.75rem;height:0.125rem;top:19rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSZ4RqrmBP0HCebmQEKVOoSvSkkIsovX { width:20rem;height:1.29980625rem;top:20.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nXc365gzDNhROckhZg7nwedpBJi2d9oa { width:10.8125rem;height:10.8125rem;top:3.75rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt { display:block; }#lD4p0JuuNGI2yMQvIB1HzoQ7PaBXzFAt > .row .container { width:20rem;height:31.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gB4DhtfeCnmzDH63uREASD35NtHiX6h8 { width:20rem;height:23.39649375rem;top:1.25rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dXMZSUK7owqbdHprpvTLWA9NsZETUixR { width:20rem;height:3.8984375rem;top:26rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX { display:block; }#C43QQFE9DcvvTzhNg7g1L0zMBfCLufIX > .row .container { width:20rem;height:7rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsJtKArS6UH7WX4syLGN5ZpU2TJaEerx { width:15rem;height:3.4375rem;top:1.84375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bL3zEDMmax7vVXcWQqadTZZ94RTMLaXA { display:block; }
 }@media only screen and (max-width: 763px) { #vMsRhcpvLWOQpxJNLMVrmQ0Xh7hUX1Rw { width:15.875rem;height:4.5rem;top:1.25rem;left:2.0625rem;display:block; }
 }