.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#151515;background-image:url("https://images.assets-landingi.com/uc/f911d8ac-0b13-4bf3-aebe-cdcee898a7ae/Background_Site.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA.adaptive-delivery-prevent-bg, #GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA.lazyload, #GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA.lazyloading { background-image: none; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container { background-color: transparent; background-image: none; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container > .video-iframe-container { display: none; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row > .video-iframe-container { display: none; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .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); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container { border-width: 0; border-radius: 0; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row > .video-iframe-container {  }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container { font-size:0.875rem;font-family:"open sans";height:41.6875rem;width:75rem;position:relative;display:block; }#kVRWebTTNva2ngWmiTtlkPgv8CTd5wQ9 { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:futura;font-size:2.5rem;font-weight:400;z-index:15000;line-height:.9;letter-spacing:0;top:13.5625rem;left:31rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qZPdqmZLuoxmRs7E0q8RHLiaq3kyh1pp { color:#ffffff;display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15001;line-height:1.4;letter-spacing:0;top:23.6875rem;left:6.125rem;height:5.949225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#uHDti7gRSdyr3Otzs1IluZRt8eCSdtzR { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.75) ;height:10.25rem;width:30.9375rem;top:23.6875rem;left:34.625rem;display:block; }
#k4GuoyrmSdfTBsnN4T0PzMZcdgpzggsc { color:#000000;display:block;width:21.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:25.76171875rem;left:39.34375rem;height:3.9375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pEsmivHT9h80VbaR6ysqi3qXBRUoZmn9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.4375rem;width:15.8125rem;top:5.5rem;left:16.375rem;overflow:hidden;display:block; }
#NFWrpuRnUw0ORzyP5xdlVMN7IvNpL8AT { z-index:15005;top:31.3125rem;left:37.3125rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:4.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lyZa3J9UzXMq8VvBEhXfKxetVN7WzFzb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CHg7AmcnciEKyGvpqrlWBbUmvKFkl9gx { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:10.625rem;left:47.8125rem;overflow:hidden;display:block; }
#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu { position:relative;display:none; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu { border-width: 0; border-radius: 0; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row .container > .video-iframe-container {  }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#7e04e5;background-image:none;position:relative;display:block; }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row .container { background-color: transparent; background-image: none; }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row .container > .video-iframe-container { display: none; }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row > .video-iframe-container { display: none; }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .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); }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row .container { border-width: 0; border-radius: 0; }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row > .video-iframe-container {  }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row .container { font-size:0.875rem;font-family:"open sans";height:24.125rem;width:75rem;position:relative;display:block; }#fX3t4eAbXJPVKa0TCFLQugP30OXPLJgu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.25rem 0.25rem 1.25rem rgba(0,0,0,0.28) ;height:24.0625rem;width:25.75rem;top:0rem;left:7.5rem;overflow:hidden;display:block; }
#TKrWgTIVkvT38vBrwSZrS8ONO8VXibnI { color:#ffffff;display:block;width:22.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:8.625rem;left:37.125rem;height:11.19726875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hcoJ4wanMSUQdGCUKXDbWWBpWbLrVRPZ { color:#ffffff;display:block;width:27.625rem;position:absolute;font-family:futura;font-size:2.5rem;font-weight:400;z-index:15001;line-height:.9;letter-spacing:0;top:2.75rem;left:37.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JihPkqOD72KPri4nC8TCAwCk6N97fv1t { position:relative;display:none; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t { border-width: 0; border-radius: 0; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row .container > .video-iframe-container {  }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;position:relative;display:block; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container { background-color: transparent; background-image: none; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container > .video-iframe-container { display: none; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row > .video-iframe-container { display: none; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .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); }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container { border-width: 0; border-radius: 0; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row > .video-iframe-container {  }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:75rem;position:relative;display:block; }#mdFQZN6X7asNLWxmggLg96CsGMFqR7I3 { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15001;top:9.1875rem;left:32.5rem;display:block; }
#Xw9HLLX5wwM65C5nVId00lMaTXRiGwmW { color:#151515;display:block;width:8.125rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:12.625rem;left:29.8125rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1TrWT0nUKIFQ63L7m1MTTqVTIpObZ6a { color:#454545;display:block;width:8.4375rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:14.25rem;left:29.6875rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AcOKp4nye4KqfrrkAN6Jz1h1qxAhx1s2 { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:19.75rem;left:32.5rem;display:block; }
#wzMF7GidMkKbG5i0mXZUsUTq3qF16cOr { color:#454545;display:block;width:10.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.625rem;left:28.5rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TKyw9x6m6Sp5CdlSOBpTggWQo0waaVXI { color:#454545;display:block;width:10.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:25rem;left:41.3125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwhDcIKmS8rBD2R3yGvvnWDfgb8pWDTC { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:19.75rem;left:45.3125rem;display:block; }
#JZfTCwRMGvfN57AFEIWKFW6lLbU0aZtJ { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:14.25rem;left:41.8125rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o0kNSBIVRSxtBUM2kZhaEBkqqwlJJkav { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15007;top:9.1875rem;left:45.3125rem;display:block; }
#rZNFfTPkR1oBZcHFpTyNWpOnJu9ZdqXW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:29.5625rem;width:18.0625rem;top:1.4375rem;left:9.5625rem;overflow:hidden;display:block; }
#ISkVStRm0acJRbswaCHA2FJupWu6OTIy { color:#151515;display:block;width:5.1875rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:22.4375rem;left:31.25rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SBHvGt0LdP1q7sUpw888fPxhmyeotRUI { color:#151515;display:block;width:9.5rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.625rem;left:41.9375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Q4vbyNMempQovMo27wWwtivlxC9tTgMu { color:#151515;display:block;width:8.125rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:22.4375rem;left:42.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cwXokghQIlGSLBr0tRze2JWeZLeA6fUb { color:#151515;display:block;width:9.5rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:12.625rem;left:54.25rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pg193UoRnBsENbfsofrxPTMnD8tK8fBu { box-sizing:content-box;color:#1e1e1e;font-size:2.875rem;font-weight:400;line-height:1;height:4.125rem;width:4.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:8.6875rem;left:56.9375rem;display:block; }
#Lew6aNMcbPyX5CVLSbJW2zVWhl1T8wPi { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:14.25rem;left:54.1875rem;height:3.41161875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIe9Ltk8iwDEoIzW9PxXEFqG3AOsyBdz { color:#151515;display:block;width:6.9375rem;position:absolute;font-family:futura;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.4375rem;left:55.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#StHBZ2anPLWGsOavLTro1mm841uefdHh { box-sizing:content-box;color:#1e1e1e;font-size:1.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:19.75rem;left:57.6875rem;display:block; }
#Timz0BVPEFuGvtRkSChMVHOG5WoaaZMv { color:#454545;display:block;width:9.75rem;position:absolute;font-family:futura;font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:25rem;left:54.125rem;height:2.2744125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#x5JgO1QkPMAe5Op0hmUoHvt7cdNqtE8t { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#FClKVdzezm8eyIX6WlgllufFvWXJRFVu { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#vGV3T5Pk4zKgyXJLTMWiCTgaeciBqwqJ { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#JZ7DQNFLbE2M2tHZ7ADe9F7fP5HTagIE { color:#1c1e21;display:block;width:21.8125rem;position:absolute;font-family:futura;font-size:1.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.8125rem;left:29.125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g9KOnDRrzwktICpRVz7qZqpcKNf4km3G { z-index:15006;top:32.5625rem;left:24.71875rem;background-color:#7700fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(85,0,134,0.6) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5625rem;height:4.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#UozPsK6TXzS5vK28hu3Kocgvo94kXggS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;position:relative;display:block; }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row .container { background-color: transparent; background-image: none; }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row .container > .video-iframe-container { display: none; }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row > .video-iframe-container { display: none; }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .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); }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row .container { border-width: 0; border-radius: 0; }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row > .video-iframe-container {  }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row .container { font-size:0.875rem;font-family:"open sans";height:9.5625rem;width:75rem;position:relative;display:block; }#HJXeO9nC8lcO3C07tvwxXZJxCCuZ9Ode { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:7.8125rem;top:2.8125rem;left:14.8125rem;overflow:hidden;display:block; }
#AzSgdPFiFgvJOpVrAs4StLrROItSgZNp { display:block;width:34.625rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:700;z-index:15007;line-height:.9;letter-spacing:0;top:2.8125rem;left:25.5625rem;height:3.09326375rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#TtqqsRiHVoZudMmS1Nxh5ypozdOW3l5l { box-sizing:content-box;color:#ffffff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:6.8125rem;left:25.5625rem;display:block; }
#KLZvkbgNTyimauTqNgye2T8I5e7Qx0ug { box-sizing:content-box;color:#ffffff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:6.75rem;left:27.5rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA { display:block; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVRWebTTNva2ngWmiTtlkPgv8CTd5wQ9 { top:13.5625rem;left:17.375rem;width:27.625rem;height:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZPdqmZLuoxmRs7E0q8RHLiaq3kyh1pp { top:23.6875rem;left:0rem;width:26.125rem;height:5.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHDti7gRSdyr3Otzs1IluZRt8eCSdtzR { top:23.6875rem;left:16.8125rem;width:30.9375rem;height:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4GuoyrmSdfTBsnN4T0PzMZcdgpzggsc { top:25.75rem;left:25.71875rem;width:21.5rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEsmivHT9h80VbaR6ysqi3qXBRUoZmn9 { top:5.5rem;left:2.75rem;width:15.8125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWrpuRnUw0ORzyP5xdlVMN7IvNpL8AT { top:31.3125rem;left:22.1875rem;width:25.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyZa3J9UzXMq8VvBEhXfKxetVN7WzFzb { display:block; }
 }@media only screen and (max-width: 763px) { #CHg7AmcnciEKyGvpqrlWBbUmvKFkl9gx { top:10.625rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdS4GfMtlw44hTqw3T0T5Devic9cGVfu { display:none; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU { display:block; }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fX3t4eAbXJPVKa0TCFLQugP30OXPLJgu { top:0rem;left:0rem;width:25.75rem;height:24.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKrWgTIVkvT38vBrwSZrS8ONO8VXibnI { top:8.625rem;left:23.5rem;width:22.8125rem;height:12.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcoJ4wanMSUQdGCUKXDbWWBpWbLrVRPZ { top:2.75rem;left:20.125rem;width:27.625rem;height:4.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JihPkqOD72KPri4nC8TCAwCk6N97fv1t { display:none; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac { display:block; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdFQZN6X7asNLWxmggLg96CsGMFqR7I3 { width:2.6875rem;height:2.6875rem;top:9.1875rem;left:18.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw9HLLX5wwM65C5nVId00lMaTXRiGwmW { width:8.125rem;height:1.1875rem;top:12.625rem;left:16.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1TrWT0nUKIFQ63L7m1MTTqVTIpObZ6a { width:8.4375rem;height:2.3125rem;top:14.25rem;left:16.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AcOKp4nye4KqfrrkAN6Jz1h1qxAhx1s2 { width:2.6875rem;height:2.6875rem;top:19.75rem;left:18.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMF7GidMkKbG5i0mXZUsUTq3qF16cOr { width:10.75rem;height:2.25rem;top:25.625rem;left:14.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKyw9x6m6Sp5CdlSOBpTggWQo0waaVXI { width:10.75rem;height:3.375rem;top:25rem;left:27.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwhDcIKmS8rBD2R3yGvvnWDfgb8pWDTC { width:2.6875rem;height:2.6875rem;top:19.75rem;left:31.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZfTCwRMGvfN57AFEIWKFW6lLbU0aZtJ { width:9.75rem;height:3.375rem;top:14.25rem;left:28.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0kNSBIVRSxtBUM2kZhaEBkqqwlJJkav { width:2.6875rem;height:2.6875rem;top:9.1875rem;left:31.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZNFfTPkR1oBZcHFpTyNWpOnJu9ZdqXW { width:18.0625rem;height:29.5625rem;top:1.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISkVStRm0acJRbswaCHA2FJupWu6OTIy { width:5.1875rem;height:2.4375rem;top:22.4375rem;left:17.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBHvGt0LdP1q7sUpw888fPxhmyeotRUI { width:9.5rem;height:1.1875rem;top:12.625rem;left:28.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4vbyNMempQovMo27wWwtivlxC9tTgMu { width:8.125rem;height:1.1875rem;top:22.4375rem;left:29rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwXokghQIlGSLBr0tRze2JWeZLeA6fUb { width:9.5rem;height:1.1875rem;top:12.625rem;left:38.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg193UoRnBsENbfsofrxPTMnD8tK8fBu { width:4.125rem;height:4.125rem;top:8.6875rem;left:43.3125rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lew6aNMcbPyX5CVLSbJW2zVWhl1T8wPi { width:9.75rem;height:3.375rem;top:14.25rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIe9Ltk8iwDEoIzW9PxXEFqG3AOsyBdz { width:6.9375rem;height:2.4375rem;top:22.4375rem;left:40.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #StHBZ2anPLWGsOavLTro1mm841uefdHh { width:2.6875rem;height:2.6875rem;top:19.75rem;left:44.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Timz0BVPEFuGvtRkSChMVHOG5WoaaZMv { width:9.75rem;height:2.25rem;top:25rem;left:38rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x5JgO1QkPMAe5Op0hmUoHvt7cdNqtE8t { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #FClKVdzezm8eyIX6WlgllufFvWXJRFVu { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #vGV3T5Pk4zKgyXJLTMWiCTgaeciBqwqJ { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #JZ7DQNFLbE2M2tHZ7ADe9F7fP5HTagIE { top:3.8125rem;left:15.5rem;width:21.8125rem;height:3rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOnDRrzwktICpRVz7qZqpcKNf4km3G { top:32.5625rem;left:11.09375rem;width:25.5625rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UozPsK6TXzS5vK28hu3Kocgvo94kXggS { display:block; }
 }@media only screen and (max-width: 763px) { #M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX { display:none; }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #HJXeO9nC8lcO3C07tvwxXZJxCCuZ9Ode { top:2.8125rem;left:1.1875rem;width:7.8125rem;height:3.8690476190476rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzSgdPFiFgvJOpVrAs4StLrROItSgZNp { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtqqsRiHVoZudMmS1Nxh5ypozdOW3l5l { top:6.8125rem;left:11.9375rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KLZvkbgNTyimauTqNgye2T8I5e7Qx0ug { top:6.75rem;left:13.875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA { background-color:#151515;background-image:url("https://images.assets-landingi.com/uc/58d65185-4249-4ad0-85be-ccc9c0ac1cd6/Background_Mobile.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA.adaptive-delivery-prevent-bg, #GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA.lazyload, #GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA.lazyloading { background-image: none; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container { background-color: transparent; background-image: none; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container > .video-iframe-container { display: none; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row > .video-iframe-container { display: none; }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .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); }#GeB57DXzRMqCZWIeGp4CbcoZ9SxJdTaA > .row .container { width:20rem;height:44rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kVRWebTTNva2ngWmiTtlkPgv8CTd5wQ9 { width:18.1875rem;height:4.21875rem;top:3.380859375rem;left:0.90625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qZPdqmZLuoxmRs7E0q8RHLiaq3kyh1pp { width:15.5rem;height:7.875rem;top:17.5625rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uHDti7gRSdyr3Otzs1IluZRt8eCSdtzR { width:20rem;height:10.375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4GuoyrmSdfTBsnN4T0PzMZcdgpzggsc { width:16.375rem;height:4.8984375rem;top:29.25rem;left:1.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEsmivHT9h80VbaR6ysqi3qXBRUoZmn9 { width:10.5625rem;height:8.3125rem;top:8.443359375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFWrpuRnUw0ORzyP5xdlVMN7IvNpL8AT { top:36.0625rem;left:0.5rem;width:19rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyZa3J9UzXMq8VvBEhXfKxetVN7WzFzb { display:block; }
 }@media only screen and (max-width: 763px) { #CHg7AmcnciEKyGvpqrlWBbUmvKFkl9gx { width:20rem;height:20rem;top:15.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FdS4GfMtlw44hTqw3T0T5Devic9cGVfu { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a4d5c829-a721-4745-821e-deace9caee76/nathiblack.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu.adaptive-delivery-prevent-bg, #FdS4GfMtlw44hTqw3T0T5Devic9cGVfu.lazyload, #FdS4GfMtlw44hTqw3T0T5Devic9cGVfu.lazyloading { background-image: none; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row .container { background-color: transparent; background-image: none; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row .container > .video-iframe-container { display: none; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row > .video-iframe-container { display: none; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .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); }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row .container { border-width: 0; border-radius: 0; }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row > .video-iframe-container {  }#FdS4GfMtlw44hTqw3T0T5Devic9cGVfu > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU { display:block; }#CfLgogZDWoyp2WZJfWdTJEreLOBtVwIU > .row .container { width:20rem;height:27.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fX3t4eAbXJPVKa0TCFLQugP30OXPLJgu { width:18.6875rem;height:17.5rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TKrWgTIVkvT38vBrwSZrS8ONO8VXibnI { width:17.125rem;height:12.59910625rem;top:10.8125rem;left:1.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hcoJ4wanMSUQdGCUKXDbWWBpWbLrVRPZ { width:20rem;height:5.3994125rem;top:2.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JihPkqOD72KPri4nC8TCAwCk6N97fv1t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/fc735c89-784b-4849-b70c-809ab8854cce/GYMFREAK.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t.adaptive-delivery-prevent-bg, #JihPkqOD72KPri4nC8TCAwCk6N97fv1t.lazyload, #JihPkqOD72KPri4nC8TCAwCk6N97fv1t.lazyloading { background-image: none; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row .container { background-color: transparent; background-image: none; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row .container > .video-iframe-container { display: none; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row > .video-iframe-container { display: none; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .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); }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row .container { border-width: 0; border-radius: 0; }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row > .video-iframe-container {  }#JihPkqOD72KPri4nC8TCAwCk6N97fv1t > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac { background-color:#f1f1f1;background-image:none;display:block; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container { background-color: transparent; background-image: none; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container > .video-iframe-container { display: none; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row > .video-iframe-container { display: none; }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .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); }#zxr9LIAmyUyT2Qrie8R5nwE5FnUFNvac > .row .container { width:20rem;height:50.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mdFQZN6X7asNLWxmggLg96CsGMFqR7I3 { width:2.6875rem;height:2.6875rem;top:5.4375rem;left:3.5625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xw9HLLX5wwM65C5nVId00lMaTXRiGwmW { width:6.0625rem;height:1.875rem;top:8.75rem;left:1.875rem;text-align:center;text-align-last:center;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #C1TrWT0nUKIFQ63L7m1MTTqVTIpObZ6a { width:8.125rem;height:2.2744125rem;top:11.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #AcOKp4nye4KqfrrkAN6Jz1h1qxAhx1s2 { width:2.6875rem;height:2.6875rem;top:30.25rem;left:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzMF7GidMkKbG5i0mXZUsUTq3qF16cOr { width:7.875rem;height:3.41161875rem;top:35.625rem;left:1rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #TKyw9x6m6Sp5CdlSOBpTggWQo0waaVXI { width:7.4375rem;height:4.548825rem;top:22.8125rem;left:11.25rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #nwhDcIKmS8rBD2R3yGvvnWDfgb8pWDTC { width:2.6875rem;height:2.6875rem;top:17.5625rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZfTCwRMGvfN57AFEIWKFW6lLbU0aZtJ { width:8.375rem;height:3.41161875rem;top:10.4375rem;left:10.75rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #o0kNSBIVRSxtBUM2kZhaEBkqqwlJJkav { width:2.6875rem;height:2.6875rem;top:5.3125rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZNFfTPkR1oBZcHFpTyNWpOnJu9ZdqXW { width:12.3125rem;height:20rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ISkVStRm0acJRbswaCHA2FJupWu6OTIy { width:6.6875rem;height:1.875rem;top:33.1875rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #SBHvGt0LdP1q7sUpw888fPxhmyeotRUI { width:8.0625rem;height:0.9375rem;top:8.75rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Q4vbyNMempQovMo27wWwtivlxC9tTgMu { width:8.125rem;height:1.21875rem;top:20.6875rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #cwXokghQIlGSLBr0tRze2JWeZLeA6fUb { width:8.125rem;height:1.21875rem;top:20.6875rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Pg193UoRnBsENbfsofrxPTMnD8tK8fBu { width:4.125rem;height:4.125rem;top:16.8125rem;left:2.9375rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lew6aNMcbPyX5CVLSbJW2zVWhl1T8wPi { width:7.125rem;height:4.548825rem;top:22.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #XIe9Ltk8iwDEoIzW9PxXEFqG3AOsyBdz { width:6.875rem;height:1.875rem;top:33.5rem;left:11.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #StHBZ2anPLWGsOavLTro1mm841uefdHh { width:2.6875rem;height:2.6875rem;top:30.25rem;left:13.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Timz0BVPEFuGvtRkSChMVHOG5WoaaZMv { width:8rem;height:3.41161875rem;top:35.75rem;left:11rem;text-align:center;text-align-last:center;font-size:0.875rem;color:#282828;display:block; }
 }@media only screen and (max-width: 763px) { #x5JgO1QkPMAe5Op0hmUoHvt7cdNqtE8t { top:4.1875rem;left:9.6875rem;width:0.0625rem;height:11rem;z-index:15016;background-color:#ffffff;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) { #FClKVdzezm8eyIX6WlgllufFvWXJRFVu { top:17.25rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:15017;background-color:#ffffff;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) { #vGV3T5Pk4zKgyXJLTMWiCTgaeciBqwqJ { top:30.625rem;left:9.75rem;width:0.0625rem;height:11rem;z-index:15018;background-color:#ffffff;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) { #JZ7DQNFLbE2M2tHZ7ADe9F7fP5HTagIE { width:18.3125rem;height:1.21875rem;top:1.8125rem;left:0.84375rem;font-size:0.9375rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #g9KOnDRrzwktICpRVz7qZqpcKNf4km3G { top:42.875rem;left:0.5rem;width:19rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UozPsK6TXzS5vK28hu3Kocgvo94kXggS { display:block; }
 }@media only screen and (max-width: 763px) { #M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX { display:block; }#M11ZBWl6neQdBmBUmVtTbwLTIlL4TXxX > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJXeO9nC8lcO3C07tvwxXZJxCCuZ9Ode { width:6.5625rem;height:3.25rem;top:2.8125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AzSgdPFiFgvJOpVrAs4StLrROItSgZNp { width:17.8125rem;height:6.1875rem;top:9.0625rem;left:1.09375rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #TtqqsRiHVoZudMmS1Nxh5ypozdOW3l5l { top:17.8125rem;left:8rem;width:2rem;height:2rem;z-index:15009;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #KLZvkbgNTyimauTqNgye2T8I5e7Qx0ug { top:17.75rem;left:9.9375rem;width:2.0625rem;height:2.0625rem;z-index:15010;font-size:1.4375rem;color:#ffffff;display:block; }
 }