.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#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); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 { 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; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84.adaptive-delivery-prevent-bg, #wThAlBKrIofgAyT73UQmoTsKXSd30l84.lazyload, #wThAlBKrIofgAyT73UQmoTsKXSd30l84.lazyloading { background-image: none; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container { background-color: transparent; background-image: none; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container > .video-iframe-container { display: none; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row > .video-iframe-container { display: none; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .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); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container { border-width: 0; border-radius: 0; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row > .video-iframe-container {  }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container { font-size:0.875rem;font-family:"open sans";height:51.6875rem;width:60rem;position:relative;display:block; }#SztGlcLQZ1xLcCH6SghRdST34QzSTltl { 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:8.75rem;left:25rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eDfiia4w7dasHgEzw6Wf2re4SsKvdOa9 { 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:23rem;left:16.9375rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SqiBfthNtTZnuqgbkX1Za9TKrMOcUZVP { 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:15.25rem;width:30.9375rem;top:26.875rem;left:14.5625rem;display:block; }
#gxolffLfNdQ8QvXXDnZ4GtJV4yhSeEvG { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:28.5625rem;left:19.5625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tklfLpHns4TVy8lgXKrXT1Ky2yLR7yXv { 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:7.6875rem;left:8.5rem;overflow:hidden;display:block; }
#JTmyeAo9PwynAgGdXgB6KyuCdzB0pBXp { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:5.4375rem;left:0rem;overflow:hidden;display:block; }
#UzkmlTLrhofN3okDI07T1tSUXQqwSspA { 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:12.5rem;left:25rem;height:6.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IHMxUEWdM44K1UyePtSr3NE0kp4V2gpZ { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.6875rem;top:32.5625rem;left:15.1875rem;display:block; }
#Wd523eBfdu6Lz00WlrFV6gpW8d8mybse { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:34.3125rem;left:19.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lqqcf59Uv8uUf95RVWi7WVO4GKeSx7xL { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:38.8125rem;left:19.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dgJNtsAiU2WNrnCAWrvwg91uyGbP8JPV { position:absolute;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.6875rem;top:37.25rem;left:15.1875rem;display:block; }
#FLQteTtJMA3uglvZuOkyrrmPW7WKGMnP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:28.6875rem;left:16.375rem; }
#klbZuytpKuxTsErsZOQOPXcdGqwveXbz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:33.8125rem;left:16.375rem; }
#n1NdVfmMlPzbFQytp0hk2zahOChk2Wy5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:38.5625rem;left:16.8125rem; }
#Dd50Elt0Afuzx422KXZbf05W3h8FWn9g { color:#ffffff;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:45.32470703125rem;left:20.78125rem;height:2.9746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HtgMmPdws44FLgWmO4Q8PaFsGyDr82aF { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:5.5625rem;top:20.875rem;left:47.125rem;overflow:hidden;display:block; }
#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c { position:relative;display:none; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c { border-width: 0; border-radius: 0; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row .container > .video-iframe-container {  }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .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:60rem;position:relative;display:none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:100.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#xhFPgvxBevCaPfbDWhgrRDDURVVh4I92 { position:absolute;display:block;z-index:15000;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.24) ;height:23.4375rem;width:38.75rem;top:2.73046875rem;left:10.625rem;display:block; }
#WUqstRsVJu6RNRgWrhDKqFrUuploUlmD { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4375rem;left:15.28125rem;height:4.46191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DzO79pMtUxxhFSGzC5KsB6h03kD2hoN7 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;height:20.625rem;width:20.625rem;top:13.09375rem;left:19.6875rem;overflow:hidden;display:block; }
#cLPuTJhmp619NgHb1qzrIcQuDlD2Q3Up { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:5.5rem;top:12.29296875rem;left:42.1875rem;overflow:hidden;display:block; }
#p7IJ1kIA1vbrlFkJBp4aE6FKKn0LdvvF { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.25rem rgba(0,0,0,0.22) ;height:17.8125rem;width:38.75rem;top:29.85546875rem;left:10.625rem;display:block; }
#R3A0sdP6uXOWTW1Mtb8ueg2Gk0zJkpls { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:36.75rem;left:15.28125rem;height:7.43653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XgrXi48gkuQbvizEyul6LdTtqBqyeKEo { position:absolute;display:block;z-index:14999;background-color:#212121;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 0.0625rem 1.25rem rgba(0,0,0,0.22) ;height:27.125rem;width:44.125rem;top:45.8125rem;left:1.4375rem;display:block; }
#Tb5TGXQ8DDpmz5QPirG3ETW6A8qhLZp6 { color:#ffffff;display:block;width:26.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:52.375rem;left:5.3125rem;height:13.38575rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vQVuLvoOXeoa6JsQ2iz7kxRETbR2h0ZD { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;height:20.625rem;width:20.625rem;top:50.24267578125rem;left:36rem;overflow:hidden;display:block; }
#a31MlKOEQ9TyWGgfgCphXJqu7vVo8KgC { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:3.25rem;top:68.0625rem;left:3.4375rem;overflow:hidden;display:block; }
#pGN6stPluM5ytL0BlwgebupnTzWvfHnx { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;height:20.625rem;width:19.4375rem;top:77.25rem;left:0.3125rem;overflow:hidden;display:block; }
#WKSo9mnQ6UFJNnVkrngi6JhCbbN1Ee3Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;height:13.5rem;width:19.4375rem;top:78.9375rem;left:20.71875rem;overflow:hidden;display:block; }
#ayTA0Us0tkEmgDWoe52JvtBCaHDCUEUN { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 1.875rem rgba(0,0,0,0.5) ;height:13.5rem;width:17.1875rem;top:78.9375rem;left:42.1875rem;overflow:hidden;display:block; }
#OXnACMHw6lxNQXZc4KKxlrlDeKi7rQHp { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:33.1875rem;left:35rem;overflow:hidden;display:block; }
#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p { position:relative;display:block; }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p { background-color: transparent; background-image: none; }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .row .container > .video-iframe-container { display: none; }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .row > .video-iframe-container { display: none; }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .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); }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p { border-width: 0; border-radius: 0; }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .row .container > .video-iframe-container {  }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .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:40.3125rem;width:60rem;position:relative;display:block; }#Eyt6lc9nCkBUsGhywKKXmaX2gIBLMM21 { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.4375rem;left:15.28125rem;height:11.89844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QEy5abxbbzSJ3KHqocKcEiTsnAl70Fsa { position:absolute;display:block;z-index:15002;background-color:#282828;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(65,65,65,0.24) ;height:26.875rem;width:38.75rem;top:2.4375rem;left:10.625rem;display:block; }
#LQwClHFv7eWX5AT5BMUt9MxVan3ABdeU { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15006;line-height:.8;letter-spacing:0;top:19.125rem;left:15.28125rem;height:5.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SAsgC8TObQ4Czl4QJ0LDDWdTlNqJeiOM { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:32.5625rem;left:15.28125rem;height:4.46191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynkWuXbuTdRlSW7inPRT24Ang9nVgF5p { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:17.5rem;top:15.125rem;left:4.4375rem;overflow:hidden;display:block; }
#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR { position:relative;display:block; }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR { background-color: transparent; background-image: none; }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .row .container > .video-iframe-container { display: none; }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .row > .video-iframe-container { display: none; }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .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); }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR { border-width: 0; border-radius: 0; }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .row .container > .video-iframe-container {  }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .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:24rem;width:60rem;position:relative;display:block; }#zGwmdKOeCdz2lu0d0ld6EgdwIewGrDtb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.46) ;height:16rem;width:16rem;top:3.375rem;left:2rem;overflow:hidden;display:block; }
#sTv2sb9FFicW0abKIx5bwNeQioTDFCEr { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:.8;letter-spacing:0;top:1.1875rem;left:2.875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kUVKxpoV4LggLtuWKRSydzJANhH8xLHP { position:absolute;display:block;z-index:15008;background-color:#2a2a2a;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:3.375rem;width:16rem;top:0rem;left:2rem;display:block; }
#J8HzIofTkVk8s2zAmCKiQluoH0uTyrra { position:absolute;display:block;z-index:15009;background-color:#2a2a2a;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:3.375rem;width:16rem;top:19.375rem;left:2rem;display:block; }
#MDSUpK1gC6JPRLRQee8HlWwFcgIUS5pN { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:.8;letter-spacing:0;top:20.53759765625rem;left:2.84375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i02SALcaebQ8mrq0rLebAAxskvIIunFp { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.46) ;height:16rem;width:16rem;top:3.375rem;left:22rem;overflow:hidden;display:block; }
#LQUCwGy7tl2D771TyLTTS6eP3T3gTplk { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15014;line-height:.8;letter-spacing:0;top:1.1875rem;left:22.875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ddzSWIfLuPoEAxk0c1LE5HONQ0omgvW3 { position:absolute;display:block;z-index:15013;background-color:#2a2a2a;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:3.375rem;width:16rem;top:0rem;left:22rem;display:block; }
#wf8kOW1hR9V3BVf2VweRFZlgv7rUqZ6S { position:absolute;display:block;z-index:15014;background-color:#2a2a2a;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:3.375rem;width:16rem;top:19.375rem;left:22rem;display:block; }
#gJVe8Ft6uS4pkk0SXT2f3NJIdRSVtNOh { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15015;line-height:.8;letter-spacing:0;top:20.53759765625rem;left:22.84375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BwCVggwNCvoaQsTZOORPFD3BMwLeRgUh { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.46) ;height:16rem;width:16rem;top:3.375rem;left:42rem;overflow:hidden;display:block; }
#qvxftcrohQxiE3P0kVzJEg2BW4upuQcQ { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15019;line-height:.8;letter-spacing:0;top:1.1875rem;left:42.875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Xv39Lrd8TFTWL6Crzc3T9pEfpBAvtllK { position:absolute;display:block;z-index:15018;background-color:#2a2a2a;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:3.375rem;width:16rem;top:0rem;left:42rem;display:block; }
#ahZW42AbZta9aQp3pxSF3tHpOPwRRLJT { position:absolute;display:block;z-index:15019;background-color:#2a2a2a;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:3.375rem;width:16rem;top:19.375rem;left:42rem;display:block; }
#vERU9yqolWGxvOwe5PlOTyC2eSRVvobw { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15020;line-height:.8;letter-spacing:0;top:20.53759765625rem;left:42.84375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xcLxHxugV5uyU1shlJuIAewKBWocDaJ2 { 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; }
#tiADbM17IMeEwogbVr24dXveIJDKsRAS { 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; }
#f9QfHTkDaxCCCLFcTQ56aeiNZXkmutRR { 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; }
#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl { position:relative;display:block; }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl { background-color: transparent; background-image: none; }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .row .container > .video-iframe-container { display: none; }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .row > .video-iframe-container { display: none; }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .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); }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl { border-width: 0; border-radius: 0; }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .row .container > .video-iframe-container {  }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .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:25.75rem;width:60rem;position:relative;display:block; }#KxAUqRAVb3vpl4ulodvCR6M3KSU7TTvG { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.46) ;height:16rem;width:16rem;top:4.125rem;left:2rem;overflow:hidden;display:block; }
#KFAAqA5HtTJ8lh4AWQr3nXAyKNLDpX39 { position:absolute;display:block;z-index:15013;background-color:#2a2a2a;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:3.375rem;width:16rem;top:0.75rem;left:2rem;display:block; }
#WvaOVE51IDmihk085C8m6k5TVUxITbyP { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15014;line-height:.8;letter-spacing:0;top:1.9375rem;left:2.875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zrTg9cZHaItWca24OIKpTE79c32Ei2OK { position:absolute;display:block;z-index:15014;background-color:#2a2a2a;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:3.375rem;width:16rem;top:20.125rem;left:2rem;display:block; }
#zD9OqPii80OeGzOqRKxUrJNXwLzLxEg1 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15015;line-height:.8;letter-spacing:0;top:21.28759765625rem;left:2.84375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pxgsXtiiI2klxuz5zdROym75hgCPRLr3 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.46) ;height:16rem;width:16rem;top:4.125rem;left:22rem;overflow:hidden;display:block; }
#XfdRqmnnCgsMnTDx9ZLSkTWp0NkMngBd { position:absolute;display:block;z-index:15018;background-color:#2a2a2a;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:3.375rem;width:16rem;top:0.75rem;left:22rem;display:block; }
#wT2rwkh6VvifVMIbrpxDaEMLnTeGxWRb { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15019;line-height:.8;letter-spacing:0;top:1.9375rem;left:22.875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gIxRaNU5h1w9KUfraNysWDhOS2hlVmOM { position:absolute;display:block;z-index:15019;background-color:#2a2a2a;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:3.375rem;width:16rem;top:20.125rem;left:22rem;display:block; }
#hNU2SVbrdmwtFXoMsHIoJlR93ENE9fTg { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15020;line-height:.8;letter-spacing:0;top:21.28759765625rem;left:22.84375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCq5yQse3XmNT5Axyg2SeVA0McsRnRGL { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.875rem rgba(0,0,0,0.46) ;height:16rem;width:16rem;top:4.125rem;left:42rem;overflow:hidden;display:block; }
#KSKdvsgl6X8wto6KKN0BBoxMtiD9LyLo { position:absolute;display:block;z-index:15023;background-color:#2a2a2a;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:3.375rem;width:16rem;top:0.75rem;left:42rem;display:block; }
#UFaXrQCz4D2T4zdpspMI595rrsxp1fkt { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15024;line-height:.8;letter-spacing:0;top:1.9375rem;left:42.875rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C6m5HNxNdZQQFi9nJKMO6nSwh4AWl9fB { position:absolute;display:block;z-index:15024;background-color:#2a2a2a;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:3.375rem;width:16rem;top:20.125rem;left:42rem;display:block; }
#X8uXO1dqDSHQJUSf7w2bP6a3iSPw51l9 { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:15025;line-height:.8;letter-spacing:0;top:21.28759765625rem;left:42.84375rem;height:1.04980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zUbR7Q800MFlvoGmTfw2Z50WXewDJTwD { 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; }
#pB4cTk5iQoPGuzU6idaMsTF3gSpK0FSM { 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; }
#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if { background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row .container { background-color: transparent; background-image: none; }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row .container > .video-iframe-container { display: none; }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row > .video-iframe-container { display: none; }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .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); }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row .container { border-width: 0; border-radius: 0; }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row > .video-iframe-container {  }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row .container { font-size:0.875rem;font-family:arial;height:80.125rem;width:60rem;overflow:visible;position:relative;display:block; }#PTrRDMQamI00KZanxoqFf78tHNST5hzc { position:absolute;display:block;z-index:15000;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.24) ;height:16.5625rem;width:38.75rem;top:9.8125rem;left:10.625rem;display:block; }
#SLXVnC69Byb8h2cRklwzzQNo1Un9lPW6 { color:#0e0e0e;display:block;width:30.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:16.5625rem;left:14.9375rem;height:7.43653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kUT9KVqA4pC6WdStWxGMXIVarDblmSy5 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.25rem rgba(0,0,0,0.22) ;height:34.5625rem;width:38.75rem;top:29.85546875rem;left:10.625rem;display:block; }
#rTZB2g0TLKETv87RqJyrcIfLRDb7Bpsz { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:37rem;left:15.28125rem;height:20.822275rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ezFaK0xVtvFDA3WsqZ6U6ag39yXfKzDr { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:13.76171875rem;left:0rem;overflow:hidden;display:block; }
#sJOBvBTzOaZ06fDHuQ1cPMscmcnM1TCR { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.4375rem;left:15.28125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QFTd5aolWyV40rZCWweSti71VSBdewk1 { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:11.72412109375rem;left:15.28125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipWxoPLxmsPD2kU8ktbi7d7syLyEkd83 { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:32.72412109375rem;left:15.28125rem;height:2.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aaUZvJpT94kgKE6tfgw4FvK4yzRukw2z { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.375rem;width:6.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:7.44921875rem;left:8.625rem; }
#HswCu1H0CPh19pT0nziXGTvLxJaRXmJb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:28.72412109375rem;left:46.5625rem; }
#wJLTvgtlHT80TbOwF0mtS5N52Q5zRbMs { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 2.5rem rgba(0,0,0,0.5) ;height:7.4375rem;width:25rem;top:66.3125rem;left:31.375rem;overflow:hidden;display:block; }
#J8URAPgUy0ABH8p07ppeEoPOvEULNyUA { position:absolute;display:block;z-index:14997;background-color:#5c09df;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:12.5rem;width:51.3125rem;top:63.75rem;left:3.625rem;display:block; }
#dy0lxiCl8pJdATxPmrFda2vAPUIfSivh { color:#ffffff;display:block;width:23.5625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:67.75rem;left:6.1875rem;height:4.4619125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ { position:relative;display:none; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ { border-width: 0; border-radius: 0; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row .container > .video-iframe-container {  }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .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:60rem;position:relative;display:none; }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW { background-color:#8d00ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row .container { background-color: transparent; background-image: none; }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row .container > .video-iframe-container { display: none; }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row > .video-iframe-container { display: none; }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .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); }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row .container { border-width: 0; border-radius: 0; }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row > .video-iframe-container {  }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row .container { font-size:0.875rem;font-family:arial;height:70.625rem;width:60rem;overflow:visible;position:relative;display:block; }#dckRhiDBTD3IhycOKN38aN6ebh7CDVeZ { position:absolute;display:block;z-index:15000;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.24) ;height:14.25rem;width:37.125rem;top:18.625rem;left:2rem;display:block; }
#fFKbUKN90dHxN229G8gEv8Wc2o7wvowT { color:#0e0e0e;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:26.9375rem;left:6.6875rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EE9I2BtNoxl6ISSTXe3BpB2kW59ZSmhw { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0.0625rem 1.25rem rgba(0,0,0,0.22) ;height:28rem;width:38.75rem;top:37.125rem;left:20rem;display:block; }
#ps1vxFc44xTQTOTQT1Pqf2Cnwr3CASP8 { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:47.125rem;left:24.65625rem;height:11.89844375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eZfRo3ufT1XSdp4q6MoGl7UuEmyCJ2Bd { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:3.4375rem;left:15.28125rem;height:1.48730625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nhkgt5XlbwXJFTvglbmSlc3Gn8Cha4Wz { color:#0e0e0e;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:20.5625rem;left:6.6875rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIMVCUGi8MulggbD5XdxrkW0Joh3f4l5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:17.125rem;left:0.375rem; }
#XgFGIORsyTMnNcEo4mlCQht38RzVbHx5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:36rem;left:55.9375rem; }
#z6IJlabMFuz9dt6vaAVQkHw95v7J2rf4 { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:6.125rem;left:15.28125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OZA9e538oqLb2KpAG5P0wF6FKsyrX2E4 { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:10.75rem;left:15.28125rem;height:2.9746125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WCHw3KZRiH1XT1wvaoWQyJasHAqhTtB4 { color:#0e0e0e;display:block;width:28.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:40.3125rem;left:24.65625rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq { position:relative;display:none; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq { border-width: 0; border-radius: 0; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row .container > .video-iframe-container {  }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .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:60rem;position:relative;display:none; }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG { background-color:#383838;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row .container { background-color: transparent; background-image: none; }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row .container > .video-iframe-container { display: none; }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row > .video-iframe-container { display: none; }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .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); }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row .container { border-width: 0; border-radius: 0; }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row > .video-iframe-container {  }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row .container { font-size:0.875rem;font-family:arial;height:48.25rem;width:60rem;overflow:visible;position:relative;display:block; }#E7fwgZrfOil0yhxa1qeLxO5urGZc8n3y { position:absolute;display:block;z-index:15000;background-color:#1d1d1e;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.24) ;height:19.625rem;width:37.125rem;top:13.8125rem;left:11.4375rem;display:block; }
#g41xWCvkHhTPN4DRfiX6kmqaborKXiHK { color:#ffffff;display:block;width:28.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:16.9375rem;left:15.9375rem;height:10.41114375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q1SHsHZtK17NIzZHEsf81ddLTupe3OEh { color:#ffffff;display:block;width:32.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10rem;left:13.625rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TbWI4HfHX7b0x75X2kZrxHQ8izH9Ck6W { color:#ffffff;display:block;width:27.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:37.375rem;left:16.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FKa3sEJeL229Iy26HpxUOhF76EV3NXEV { 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:flex;z-index:15008;opacity:1;top:4.0625rem;left:28.4375rem; }
#HkEprBmsupwed5SdBS9z1hPMieq7m5SW { background-color:#8d00ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row .container { background-color: transparent; background-image: none; }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row .container > .video-iframe-container { display: none; }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row > .video-iframe-container { display: none; }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .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); }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row .container { border-width: 0; border-radius: 0; }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row > .video-iframe-container {  }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;overflow:visible;position:relative;display:block; }#ILnupt00Ty0rTUN9LE88eTnKn85DsdRF { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:12.9375rem;left:15.28125rem;height:1.48730625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#STZWRAivzJ1BITshMMVPHit6nmEFUMsN { color:#ffffff;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:6.125rem;left:15.28125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#byvK3L4MkhVIo9NJUbBVEQcTg9853JL6 { position:absolute;display:block;z-index:15011;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:15.25rem;width:30.9375rem;top:16.75rem;left:14.5625rem;display:block; }
#Ir33J38MmgLolA2T5E0gtngd0OBRSvlb { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:28.0625rem;left:19.5625rem;height:2.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fEzXNiE1yBM6HS89t7bIGM8lm2JKpbRl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:28.4375rem;left:16.8125rem; }
#J8Xi8TlaDXWiq6Af2P172lD5X9ICoelc { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15013;line-height:1.4;letter-spacing:0;top:23.6875rem;left:19.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uyNbPU7CdtwrIfT6h7Unbbqip8M82I5m { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.6875rem;top:27.125rem;left:15.1875rem;display:block; }
#votTL9TPArNUzPnyLKCNMgJvdM2VLRnJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:23.6875rem;left:16.375rem; }
#Tpe75R7R1U98c8ueNC9nKgC25pLVCWyt { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:29.6875rem;top:22.4375rem;left:15.1875rem;display:block; }
#N6MsEzpM48Refn09wZpMicF8FkNustfs { color:#000000;display:block;width:24.5625rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:18.875rem;left:19.5625rem;height:1.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TqaRD54fgsaamgNCr9LlREso9OtQN2TM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:18.5625rem;left:16.375rem; }
#g835s8m4a4hDONMk5H1q9e9wchbPKuWh { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:35.875rem;left:17.9375rem;height:4.4619125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pCGo8a2KLhMtZ27gQb2BN6ZAXsQpLI20 { z-index:15003;top:44.125rem;left:18.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;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.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.375rem;height:5.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#TM6iHs8NnPrz6XGK9qC5aIQCSPUM65Cd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zTJfdIqnuPTO6Rq5XlpUsPfxlbodCyR2 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.9375rem;width:3.25rem;top:37.9375rem;left:12.09375rem;overflow:hidden;display:block; }
#mPtHGx3TWPDc3MJTZm5xv0VTllTqBRmh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25rem;width:25rem;top:16.75rem;left:4.1875rem;overflow:hidden;display:block; }
#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA { background-color:#e3e3e3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row .container { background-color: transparent; background-image: none; }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row .container > .video-iframe-container { display: none; }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row > .video-iframe-container { display: none; }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .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); }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row .container { border-width: 0; border-radius: 0; }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row > .video-iframe-container {  }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row .container { font-size:0.875rem;font-family:arial;height:29.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#LmZ9Ltuy6EsnFZelkFToIKiNzZGIaJQC { position:absolute;display:block;z-index:15000;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.24) ;height:21.875rem;width:38.75rem;top:2.73046875rem;left:10.625rem;display:block; }
#ISPsUqsrX5RBoz7sGUIGIBHL3b0EMmRJ { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4375rem;left:15.28125rem;height:7.436525rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I0iQq8Q97GFncNCKK9BIVKGzXObOGTVN { color:#0e0e0e;display:block;width:29.4375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:19.3125rem;left:15.28125rem;height:2.9746125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#kLGhw1E2Xv3WIEtX6zylvsTlINTnQg6y { z-index:15004;top:14.7998046875rem;left:19.90625rem;background-color:transparent;background-image: -webkit-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -moz-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -ms-linear-gradient(173deg, #00fdc3, #02ab84);background-image: -o-linear-gradient(173deg, #00fdc3, #02ab84);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fdc3', endColorstr='#02ab84' );";background-image: linear-gradient(173deg, #00fdc3, #02ab84);background-size:auto !important;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.3125rem 0.3125rem rgba(0,0,0,0.21) ;box-sizing:border-box;color:#072738;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.1875rem;height:3.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#JFoVyNkbbNabvq3EgW2Ws6RKG9C1xFlx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al { position:relative;display:none; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al { border-width: 0; border-radius: 0; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row .container > .video-iframe-container {  }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .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:60rem;position:relative;display:none; }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#191919;background-image:none;position:relative;display:block; }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row .container { background-color: transparent; background-image: none; }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row .container > .video-iframe-container { display: none; }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row > .video-iframe-container { display: none; }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .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); }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row .container { border-width: 0; border-radius: 0; }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row > .video-iframe-container {  }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row .container { font-size:0.875rem;font-family:"open sans";height:9.5625rem;width:60rem;position:relative;display:block; }#VWC3ftCMfkqZegUhdEhyWUXIHmktm62W { 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:7.3125rem;overflow:hidden;display:block; }
#uAImUEzrw4RrX8X7ECJeBvqusDVWqnP3 { 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:18.0625rem;height:3.09326375rem;text-align:left;text-align-last:left;font-style:normal;color:#ffffff;display:block; }
#POReufMqNBhv6VgMVc05vpBb9BEMSN72 { 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:18.0625rem;display:block; }
#roro4rBaaUDIEP8OnUQVRlVGyElmQPG6 { 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:20rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wThAlBKrIofgAyT73UQmoTsKXSd30l84 { display:block; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SztGlcLQZ1xLcCH6SghRdST34QzSTltl { top:8.75rem;left:18.875rem;width:27.625rem;height:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDfiia4w7dasHgEzw6Wf2re4SsKvdOa9 { top:23rem;left:10.8125rem;width:26.125rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SqiBfthNtTZnuqgbkX1Za9TKrMOcUZVP { top:26.875rem;left:8.4375rem;width:30.9375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxolffLfNdQ8QvXXDnZ4GtJV4yhSeEvG { top:28.5625rem;left:13.4375rem;width:24.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tklfLpHns4TVy8lgXKrXT1Ky2yLR7yXv { top:7.6875rem;left:2.375rem;width:15.8125rem;height:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmyeAo9PwynAgGdXgB6KyuCdzB0pBXp { top:5.4375rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzkmlTLrhofN3okDI07T1tSUXQqwSspA { top:12.5rem;left:18.875rem;width:27.625rem;height:6.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHMxUEWdM44K1UyePtSr3NE0kp4V2gpZ { top:32.5625rem;left:9.0625rem;width:29.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd523eBfdu6Lz00WlrFV6gpW8d8mybse { top:34.3125rem;left:13.4375rem;width:24.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqqcf59Uv8uUf95RVWi7WVO4GKeSx7xL { top:38.8125rem;left:13.4375rem;width:24.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgJNtsAiU2WNrnCAWrvwg91uyGbP8JPV { top:37.25rem;left:9.0625rem;width:29.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLQteTtJMA3uglvZuOkyrrmPW7WKGMnP { top:28.6875rem;left:10.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klbZuytpKuxTsErsZOQOPXcdGqwveXbz { top:33.8125rem;left:10.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1NdVfmMlPzbFQytp0hk2zahOChk2Wy5 { top:38.5625rem;left:10.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd50Elt0Afuzx422KXZbf05W3h8FWn9g { top:45.3125rem;left:14.65625rem;width:18.4375rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HtgMmPdws44FLgWmO4Q8PaFsGyDr82aF { top:20.875rem;left:41rem;width:5.5625rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c { display:none; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhFPgvxBevCaPfbDWhgrRDDURVVh4I92 { top:2.6875rem;left:4.5rem;width:38.75rem;height:23.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUqstRsVJu6RNRgWrhDKqFrUuploUlmD { top:5.4375rem;left:9.15625rem;width:29.4375rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzO79pMtUxxhFSGzC5KsB6h03kD2hoN7 { top:13.0625rem;left:13.5625rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPuTJhmp619NgHb1qzrIcQuDlD2Q3Up { top:12.25rem;left:36.0625rem;width:5.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7IJ1kIA1vbrlFkJBp4aE6FKKn0LdvvF { top:29.8125rem;left:4.5rem;width:38.75rem;height:17.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3A0sdP6uXOWTW1Mtb8ueg2Gk0zJkpls { top:36.75rem;left:9.15625rem;width:29.4375rem;height:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgrXi48gkuQbvizEyul6LdTtqBqyeKEo { top:45.8125rem;left:0rem;width:44.125rem;height:27.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5TGXQ8DDpmz5QPirG3ETW6A8qhLZp6 { top:52.375rem;left:0rem;width:26.25rem;height:16.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQVuLvoOXeoa6JsQ2iz7kxRETbR2h0ZD { top:50.1875rem;left:27.125rem;width:20.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31MlKOEQ9TyWGgfgCphXJqu7vVo8KgC { top:68.0625rem;left:0rem;width:3.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGN6stPluM5ytL0BlwgebupnTzWvfHnx { top:77.25rem;left:0rem;width:19.4375rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKSo9mnQ6UFJNnVkrngi6JhCbbN1Ee3Q { top:78.9375rem;left:14.59375rem;width:19.4375rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTA0Us0tkEmgDWoe52JvtBCaHDCUEUN { top:78.9375rem;left:30.5625rem;width:17.1875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXnACMHw6lxNQXZc4KKxlrlDeKi7rQHp { top:33.1875rem;left:22.75rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p { display:block; }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eyt6lc9nCkBUsGhywKKXmaX2gIBLMM21 { top:6.4375rem;left:9.15625rem;width:29.4375rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEy5abxbbzSJ3KHqocKcEiTsnAl70Fsa { top:2.4375rem;left:4.5rem;width:38.75rem;height:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQwClHFv7eWX5AT5BMUt9MxVan3ABdeU { top:19.125rem;left:9.15625rem;width:29.4375rem;height:5.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAsgC8TObQ4Czl4QJ0LDDWdTlNqJeiOM { top:32.5625rem;left:9.15625rem;width:29.4375rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynkWuXbuTdRlSW7inPRT24Ang9nVgF5p { top:15.125rem;left:0rem;width:17.5rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR { display:block; }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGwmdKOeCdz2lu0d0ld6EgdwIewGrDtb { top:3.375rem;left:0rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTv2sb9FFicW0abKIx5bwNeQioTDFCEr { top:1.1875rem;left:0.8125rem;width:14.3125rem;height:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUVKxpoV4LggLtuWKRSydzJANhH8xLHP { top:0rem;left:0rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8HzIofTkVk8s2zAmCKiQluoH0uTyrra { top:19.375rem;left:0rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSUpK1gC6JPRLRQee8HlWwFcgIUS5pN { top:20.5rem;left:0.78125rem;width:14.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i02SALcaebQ8mrq0rLebAAxskvIIunFp { top:3.375rem;left:15.75rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQUCwGy7tl2D771TyLTTS6eP3T3gTplk { top:1.1875rem;left:16.6875rem;width:14.3125rem;height:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddzSWIfLuPoEAxk0c1LE5HONQ0omgvW3 { top:0rem;left:15.75rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf8kOW1hR9V3BVf2VweRFZlgv7rUqZ6S { top:19.375rem;left:15.75rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJVe8Ft6uS4pkk0SXT2f3NJIdRSVtNOh { top:20.5rem;left:16.65625rem;width:14.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BwCVggwNCvoaQsTZOORPFD3BMwLeRgUh { top:3.375rem;left:31.625rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvxftcrohQxiE3P0kVzJEg2BW4upuQcQ { top:1.1875rem;left:32.5625rem;width:14.3125rem;height:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv39Lrd8TFTWL6Crzc3T9pEfpBAvtllK { top:0rem;left:31.625rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahZW42AbZta9aQp3pxSF3tHpOPwRRLJT { top:19.375rem;left:31.625rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vERU9yqolWGxvOwe5PlOTyC2eSRVvobw { top:20.5rem;left:32.53125rem;width:14.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcLxHxugV5uyU1shlJuIAewKBWocDaJ2 { display:none; }
 }@media only screen and (max-width: 763px) { #tiADbM17IMeEwogbVr24dXveIJDKsRAS { display:none; }
 }@media only screen and (max-width: 763px) { #f9QfHTkDaxCCCLFcTQ56aeiNZXkmutRR { display:none; }
 }@media only screen and (max-width: 763px) { #Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl { display:block; }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxAUqRAVb3vpl4ulodvCR6M3KSU7TTvG { top:4.125rem;left:0rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFAAqA5HtTJ8lh4AWQr3nXAyKNLDpX39 { top:0.75rem;left:0rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvaOVE51IDmihk085C8m6k5TVUxITbyP { top:1.9375rem;left:0.8125rem;width:14.3125rem;height:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrTg9cZHaItWca24OIKpTE79c32Ei2OK { top:20.125rem;left:0rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9OqPii80OeGzOqRKxUrJNXwLzLxEg1 { top:21.25rem;left:0.78125rem;width:14.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pxgsXtiiI2klxuz5zdROym75hgCPRLr3 { top:4.125rem;left:15.75rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfdRqmnnCgsMnTDx9ZLSkTWp0NkMngBd { top:0.75rem;left:15.75rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2rwkh6VvifVMIbrpxDaEMLnTeGxWRb { top:1.9375rem;left:16.6875rem;width:14.3125rem;height:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIxRaNU5h1w9KUfraNysWDhOS2hlVmOM { top:20.125rem;left:15.75rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNU2SVbrdmwtFXoMsHIoJlR93ENE9fTg { top:21.25rem;left:16.65625rem;width:14.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LCq5yQse3XmNT5Axyg2SeVA0McsRnRGL { top:4.125rem;left:31.625rem;width:16rem;height:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSKdvsgl6X8wto6KKN0BBoxMtiD9LyLo { top:0.75rem;left:31.625rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFaXrQCz4D2T4zdpspMI595rrsxp1fkt { top:1.9375rem;left:32.5625rem;width:14.3125rem;height:1rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6m5HNxNdZQQFi9nJKMO6nSwh4AWl9fB { top:20.125rem;left:31.625rem;width:16rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8uXO1dqDSHQJUSf7w2bP6a3iSPw51l9 { top:21.25rem;left:32.53125rem;width:14.3125rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUbR7Q800MFlvoGmTfw2Z50WXewDJTwD { display:none; }
 }@media only screen and (max-width: 763px) { #pB4cTk5iQoPGuzU6idaMsTF3gSpK0FSM { display:none; }
 }@media only screen and (max-width: 763px) { #JwpHDoKaUEqpp2FccPLzUnmHqppmi8if { display:block; }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTrRDMQamI00KZanxoqFf78tHNST5hzc { top:9.8125rem;left:4.5rem;width:38.75rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLXVnC69Byb8h2cRklwzzQNo1Un9lPW6 { top:16.5625rem;left:8.8125rem;width:30.125rem;height:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUT9KVqA4pC6WdStWxGMXIVarDblmSy5 { top:29.8125rem;left:4.5rem;width:38.75rem;height:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZB2g0TLKETv87RqJyrcIfLRDb7Bpsz { top:37rem;left:9.15625rem;width:29.4375rem;height:23.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezFaK0xVtvFDA3WsqZ6U6ag39yXfKzDr { top:13.75rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJOBvBTzOaZ06fDHuQ1cPMscmcnM1TCR { top:3.4375rem;left:9.15625rem;width:29.4375rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFTd5aolWyV40rZCWweSti71VSBdewk1 { top:11.6875rem;left:9.15625rem;width:29.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipWxoPLxmsPD2kU8ktbi7d7syLyEkd83 { top:32.6875rem;left:9.15625rem;width:29.4375rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaUZvJpT94kgKE6tfgw4FvK4yzRukw2z { top:7.4375rem;left:2.5rem;width:6.375rem;height:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HswCu1H0CPh19pT0nziXGTvLxJaRXmJb { top:28.6875rem;left:40.4375rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJLTvgtlHT80TbOwF0mtS5N52Q5zRbMs { top:66.3125rem;left:22.75rem;width:25rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8URAPgUy0ABH8p07ppeEoPOvEULNyUA { top:63.75rem;left:0rem;width:47.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy0lxiCl8pJdATxPmrFda2vAPUIfSivh { top:67.75rem;left:0.0625rem;width:23.5625rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ { display:none; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW { display:block; }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dckRhiDBTD3IhycOKN38aN6ebh7CDVeZ { top:18.625rem;left:0rem;width:37.125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKbUKN90dHxN229G8gEv8Wc2o7wvowT { top:26.9375rem;left:0.5625rem;width:28.1875rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EE9I2BtNoxl6ISSTXe3BpB2kW59ZSmhw { top:37.125rem;left:9rem;width:38.75rem;height:28rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps1vxFc44xTQTOTQT1Pqf2Cnwr3CASP8 { top:47.125rem;left:18.3125rem;width:29.4375rem;height:14.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZfRo3ufT1XSdp4q6MoGl7UuEmyCJ2Bd { top:3.4375rem;left:9.15625rem;width:29.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhkgt5XlbwXJFTvglbmSlc3Gn8Cha4Wz { top:20.5625rem;left:0.5625rem;width:28.25rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIMVCUGi8MulggbD5XdxrkW0Joh3f4l5 { top:17.125rem;left:0rem;width:4.6875rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFGIORsyTMnNcEo4mlCQht38RzVbHx5 { top:36rem;left:43.6875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6IJlabMFuz9dt6vaAVQkHw95v7J2rf4 { top:6.125rem;left:9.15625rem;width:29.4375rem;height:3rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZA9e538oqLb2KpAG5P0wF6FKsyrX2E4 { top:10.75rem;left:9.15625rem;width:29.4375rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCHw3KZRiH1XT1wvaoWQyJasHAqhTtB4 { top:40.3125rem;left:18.53125rem;width:28.25rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAHHQKnUHBoswbtv6icdSlZmoqD30nOq { display:none; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG { display:block; }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7fwgZrfOil0yhxa1qeLxO5urGZc8n3y { top:13.8125rem;left:5.3125rem;width:37.125rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g41xWCvkHhTPN4DRfiX6kmqaborKXiHK { top:16.9375rem;left:9.8125rem;width:28.1875rem;height:13.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1SHsHZtK17NIzZHEsf81ddLTupe3OEh { top:10rem;left:7.5rem;width:32.75rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbWI4HfHX7b0x75X2kZrxHQ8izH9Ck6W { top:37.375rem;left:9.9375rem;width:27.9375rem;height:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FKa3sEJeL229Iy26HpxUOhF76EV3NXEV { top:4.0625rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkEprBmsupwed5SdBS9z1hPMieq7m5SW { display:block; }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILnupt00Ty0rTUN9LE88eTnKn85DsdRF { top:12.9375rem;left:9.15625rem;width:29.4375rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #STZWRAivzJ1BITshMMVPHit6nmEFUMsN { top:6.125rem;left:9.15625rem;width:29.4375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byvK3L4MkhVIo9NJUbBVEQcTg9853JL6 { top:16.75rem;left:8.4375rem;width:30.9375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir33J38MmgLolA2T5E0gtngd0OBRSvlb { top:28.0625rem;left:13.4375rem;width:24.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEzXNiE1yBM6HS89t7bIGM8lm2JKpbRl { top:28.4375rem;left:10.6875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Xi8TlaDXWiq6Af2P172lD5X9ICoelc { top:23.6875rem;left:13.4375rem;width:24.5625rem;height:2.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyNbPU7CdtwrIfT6h7Unbbqip8M82I5m { top:27.125rem;left:9.0625rem;width:29.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #votTL9TPArNUzPnyLKCNMgJvdM2VLRnJ { top:23.6875rem;left:10.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpe75R7R1U98c8ueNC9nKgC25pLVCWyt { top:22.4375rem;left:9.0625rem;width:29.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6MsEzpM48Refn09wZpMicF8FkNustfs { top:18.875rem;left:13.4375rem;width:24.5625rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqaRD54fgsaamgNCr9LlREso9OtQN2TM { top:18.5625rem;left:10.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g835s8m4a4hDONMk5H1q9e9wchbPKuWh { top:35.875rem;left:11.8125rem;width:24.125rem;height:4.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCGo8a2KLhMtZ27gQb2BN6ZAXsQpLI20 { top:44.125rem;left:12.6875rem;width:22.375rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6iHs8NnPrz6XGK9qC5aIQCSPUM65Cd { display:block; }
 }@media only screen and (max-width: 763px) { #zTJfdIqnuPTO6Rq5XlpUsPfxlbodCyR2 { top:37.9375rem;left:5.96875rem;width:3.25rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPtHGx3TWPDc3MJTZm5xv0VTllTqBRmh { top:16.75rem;left:0rem;width:25rem;height:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA { display:block; }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmZ9Ltuy6EsnFZelkFToIKiNzZGIaJQC { top:2.6875rem;left:4.5rem;width:38.75rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISPsUqsrX5RBoz7sGUIGIBHL3b0EMmRJ { top:5.4375rem;left:9.15625rem;width:29.4375rem;height:7.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0iQq8Q97GFncNCKK9BIVKGzXObOGTVN { top:19.3125rem;left:9.15625rem;width:29.4375rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLGhw1E2Xv3WIEtX6zylvsTlINTnQg6y { top:14.75rem;left:13.78125rem;width:20.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFoVyNkbbNabvq3EgW2Ws6RKG9C1xFlx { display:block; }
 }@media only screen and (max-width: 763px) { #Nc47TlhKsPevpatXTDII6v7mMZe6I3Al { display:none; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw { display:none; }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VWC3ftCMfkqZegUhdEhyWUXIHmktm62W { top:2.8125rem;left:1.1875rem;width:7.8125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAImUEzrw4RrX8X7ECJeBvqusDVWqnP3 { width:47.75rem;height:2.8125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #POReufMqNBhv6VgMVc05vpBb9BEMSN72 { top:6.8125rem;left:11.9375rem;width:2rem;height:2rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #roro4rBaaUDIEP8OnUQVRlVGyElmQPG6 { 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) { #wThAlBKrIofgAyT73UQmoTsKXSd30l84 { 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; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84.adaptive-delivery-prevent-bg, #wThAlBKrIofgAyT73UQmoTsKXSd30l84.lazyload, #wThAlBKrIofgAyT73UQmoTsKXSd30l84.lazyloading { background-image: none; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container { background-color: transparent; background-image: none; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container > .video-iframe-container { display: none; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row > .video-iframe-container { display: none; }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .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); }#wThAlBKrIofgAyT73UQmoTsKXSd30l84 > .row .container { width:20rem;height:58.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SztGlcLQZ1xLcCH6SghRdST34QzSTltl { width:18.1875rem;height:1.40625rem;top:3.25rem;left:0.9375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDfiia4w7dasHgEzw6Wf2re4SsKvdOa9 { width:10.875rem;height:2.625rem;top:22.1875rem;left:4.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SqiBfthNtTZnuqgbkX1Za9TKrMOcUZVP { width:20rem;height:20.375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gxolffLfNdQ8QvXXDnZ4GtJV4yhSeEvG { width:13.9375rem;height:3.673825rem;top:29.2490234375rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tklfLpHns4TVy8lgXKrXT1Ky2yLR7yXv { width:9.0625rem;height:7.125rem;top:5.875rem;left:5.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTmyeAo9PwynAgGdXgB6KyuCdzB0pBXp { width:20rem;height:20rem;top:15.912109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzkmlTLrhofN3okDI07T1tSUXQqwSspA { width:18.0625rem;height:6.09375rem;top:14rem;left:0.96875rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IHMxUEWdM44K1UyePtSr3NE0kp4V2gpZ { width:20rem;height:0.125rem;top:34.34375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wd523eBfdu6Lz00WlrFV6gpW8d8mybse { width:11rem;height:3.673825rem;top:35.912109375rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqqcf59Uv8uUf95RVWi7WVO4GKeSx7xL { width:10.4375rem;height:2.44921875rem;top:42.443359375rem;left:4.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dgJNtsAiU2WNrnCAWrvwg91uyGbP8JPV { width:20rem;height:0.125rem;top:40.130859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLQteTtJMA3uglvZuOkyrrmPW7WKGMnP { width:2.3125rem;height:2.3125rem;top:29.93017578125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klbZuytpKuxTsErsZOQOPXcdGqwveXbz { width:2.3125rem;height:2.3125rem;top:35.912109375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1NdVfmMlPzbFQytp0hk2zahOChk2Wy5 { width:1.8125rem;height:1.8125rem;top:42.443359375rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd50Elt0Afuzx422KXZbf05W3h8FWn9g { width:12.625rem;height:3.9375rem;top:51.29296875rem;left:3.6875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HtgMmPdws44FLgWmO4Q8PaFsGyDr82aF { width:4.1875rem;height:5.25rem;top:22.1875rem;left:15.684633027523rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/rLwe0kX8/migs1.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; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c.adaptive-delivery-prevent-bg, #Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c.lazyload, #Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c.lazyloading { background-image: none; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row .container { background-color: transparent; background-image: none; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row .container > .video-iframe-container { display: none; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row > .video-iframe-container { display: none; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .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); }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row .container { border-width: 0; border-radius: 0; }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row > .video-iframe-container {  }#Xd7qk02wUn1TQQDgp7xBUGIWTAJ3bp7c > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:119.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xhFPgvxBevCaPfbDWhgrRDDURVVh4I92 { width:20rem;height:23.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUqstRsVJu6RNRgWrhDKqFrUuploUlmD { width:16.6875rem;height:5.25rem;top:3.95703125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DzO79pMtUxxhFSGzC5KsB6h03kD2hoN7 { width:18.0625rem;height:18.0625rem;top:11.61328125rem;left:0.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLPuTJhmp619NgHb1qzrIcQuDlD2Q3Up { width:5.5rem;height:6.9375rem;top:10.8125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7IJ1kIA1vbrlFkJBp4aE6FKKn0LdvvF { width:20rem;height:14rem;top:28.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R3A0sdP6uXOWTW1Mtb8ueg2Gk0zJkpls { width:16.875rem;height:7.875rem;top:31.8125rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XgrXi48gkuQbvizEyul6LdTtqBqyeKEo { width:18.5625rem;height:23.9375rem;top:41.53125rem;left:0.71875rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Tb5TGXQ8DDpmz5QPirG3ETW6A8qhLZp6 { width:16.1875rem;height:18.375rem;top:44.9375rem;left:1.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #vQVuLvoOXeoa6JsQ2iz7kxRETbR2h0ZD { width:20rem;height:20rem;top:37.29345703125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a31MlKOEQ9TyWGgfgCphXJqu7vVo8KgC { width:3.25rem;height:6.9375rem;top:55.11328125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGN6stPluM5ytL0BlwgebupnTzWvfHnx { width:19.4375rem;height:20.625rem;top:81.30078125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKSo9mnQ6UFJNnVkrngi6JhCbbN1Ee3Q { width:19.4375rem;height:13.5rem;top:66.55078125rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ayTA0Us0tkEmgDWoe52JvtBCaHDCUEUN { width:17.1875rem;height:13.5rem;top:103.42578125rem;left:1.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXnACMHw6lxNQXZc4KKxlrlDeKi7rQHp { width:20rem;height:20rem;top:51.55078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p { display:block; }#U2VfwARtiE5KQLsOW2BBBgJIKTtiCs4p > .row .container { width:20rem;height:38.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eyt6lc9nCkBUsGhywKKXmaX2gIBLMM21 { width:16.8125rem;height:15.75rem;top:4.1875rem;left:1.59375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QEy5abxbbzSJ3KHqocKcEiTsnAl70Fsa { width:20rem;height:26.375rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQwClHFv7eWX5AT5BMUt9MxVan3ABdeU { width:16.6875rem;height:5.19921875rem;top:19.1875rem;left:1.65625rem;font-size:1.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SAsgC8TObQ4Czl4QJ0LDDWdTlNqJeiOM { width:20rem;height:6.5625rem;top:29.875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynkWuXbuTdRlSW7inPRT24Ang9nVgF5p { width:11.3125rem;height:11.3125rem;top:17.9375rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR { display:block; }#XVIVnT9JtHdC4gz8X0acOD1e0Fiu14wR > .row .container { width:20rem;height:75.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zGwmdKOeCdz2lu0d0ld6EgdwIewGrDtb { width:16rem;height:16rem;top:3.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTv2sb9FFicW0abKIx5bwNeQioTDFCEr { width:14.3125rem;height:1.04980625rem;top:1.1875rem;left:2.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kUVKxpoV4LggLtuWKRSydzJANhH8xLHP { width:16rem;height:3.375rem;top:0rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8HzIofTkVk8s2zAmCKiQluoH0uTyrra { width:16rem;height:3.375rem;top:19.3125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDSUpK1gC6JPRLRQee8HlWwFcgIUS5pN { width:14.3125rem;height:0.79980625rem;top:20.5rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i02SALcaebQ8mrq0rLebAAxskvIIunFp { width:16rem;height:16rem;top:28.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQUCwGy7tl2D771TyLTTS6eP3T3gTplk { width:14.3125rem;height:1.04980625rem;top:26.53759765625rem;left:2.84375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ddzSWIfLuPoEAxk0c1LE5HONQ0omgvW3 { width:16rem;height:3.375rem;top:25.375rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wf8kOW1hR9V3BVf2VweRFZlgv7rUqZ6S { width:16rem;height:3.375rem;top:44.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJVe8Ft6uS4pkk0SXT2f3NJIdRSVtNOh { width:14.3125rem;height:0.79980625rem;top:45.85009765625rem;left:2.84375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BwCVggwNCvoaQsTZOORPFD3BMwLeRgUh { width:16rem;height:16rem;top:54.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvxftcrohQxiE3P0kVzJEg2BW4upuQcQ { width:14.3125rem;height:1.04980625rem;top:52.375rem;left:2.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xv39Lrd8TFTWL6Crzc3T9pEfpBAvtllK { width:16rem;height:3.375rem;top:51.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahZW42AbZta9aQp3pxSF3tHpOPwRRLJT { width:16rem;height:3.375rem;top:70.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vERU9yqolWGxvOwe5PlOTyC2eSRVvobw { width:14.3125rem;height:0.79980625rem;top:71.6875rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xcLxHxugV5uyU1shlJuIAewKBWocDaJ2 { top:23.875rem;left:3.75rem;width:12.5rem;height:0.1875rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #tiADbM17IMeEwogbVr24dXveIJDKsRAS { top:49.5rem;left:3.75rem;width:12.5rem;height:0.1875rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #f9QfHTkDaxCCCLFcTQ56aeiNZXkmutRR { top:75.1875rem;left:3.75rem;width:12.5rem;height:0.1875rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl { display:block; }#Xen0NVWq9hZsUTG3w2uDT7OJcaPQpPGl > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxAUqRAVb3vpl4ulodvCR6M3KSU7TTvG { width:16rem;height:16rem;top:4.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KFAAqA5HtTJ8lh4AWQr3nXAyKNLDpX39 { width:16rem;height:3.375rem;top:1.25rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvaOVE51IDmihk085C8m6k5TVUxITbyP { width:14.3125rem;height:1.04980625rem;top:2.4375rem;left:2.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zrTg9cZHaItWca24OIKpTE79c32Ei2OK { width:16rem;height:3.375rem;top:20.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD9OqPii80OeGzOqRKxUrJNXwLzLxEg1 { width:14.3125rem;height:0.79980625rem;top:21.8125rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pxgsXtiiI2klxuz5zdROym75hgCPRLr3 { width:16rem;height:16rem;top:31.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XfdRqmnnCgsMnTDx9ZLSkTWp0NkMngBd { width:16rem;height:3.375rem;top:27.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2rwkh6VvifVMIbrpxDaEMLnTeGxWRb { width:14.3125rem;height:1.04980625rem;top:29rem;left:2.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gIxRaNU5h1w9KUfraNysWDhOS2hlVmOM { width:16rem;height:3.375rem;top:47.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNU2SVbrdmwtFXoMsHIoJlR93ENE9fTg { width:14.3125rem;height:0.79980625rem;top:48.3125rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LCq5yQse3XmNT5Axyg2SeVA0McsRnRGL { width:16rem;height:16rem;top:57.125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSKdvsgl6X8wto6KKN0BBoxMtiD9LyLo { width:16rem;height:3.375rem;top:53.8125rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #UFaXrQCz4D2T4zdpspMI595rrsxp1fkt { width:14.3125rem;height:1.04980625rem;top:55rem;left:2.875rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C6m5HNxNdZQQFi9nJKMO6nSwh4AWl9fB { width:16rem;height:3.375rem;top:73.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8uXO1dqDSHQJUSf7w2bP6a3iSPw51l9 { width:14.3125rem;height:0.79980625rem;top:74.25rem;left:2.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zUbR7Q800MFlvoGmTfw2Z50WXewDJTwD { top:25.875rem;left:3.75rem;width:12.5rem;height:0.1875rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #pB4cTk5iQoPGuzU6idaMsTF3gSpK0FSM { top:52.25rem;left:3.75rem;width:12.5rem;height:0.1875rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #JwpHDoKaUEqpp2FccPLzUnmHqppmi8if { display:block; }#JwpHDoKaUEqpp2FccPLzUnmHqppmi8if > .row .container { width:20rem;height:78.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTrRDMQamI00KZanxoqFf78tHNST5hzc { width:20rem;height:15.625rem;top:8.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SLXVnC69Byb8h2cRklwzzQNo1Un9lPW6 { width:16.6875rem;height:9.1875rem;top:13.4375rem;left:1.65625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kUT9KVqA4pC6WdStWxGMXIVarDblmSy5 { width:20rem;height:36rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTZB2g0TLKETv87RqJyrcIfLRDb7Bpsz { width:16.875rem;height:27.5625rem;top:32.875rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ezFaK0xVtvFDA3WsqZ6U6ag39yXfKzDr { width:20rem;height:20rem;top:51.55078125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJOBvBTzOaZ06fDHuQ1cPMscmcnM1TCR { width:16.5rem;height:3.9375rem;top:2.0625rem;left:1.75rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QFTd5aolWyV40rZCWweSti71VSBdewk1 { width:16.3125rem;height:2.0996125rem;top:10.1875rem;left:1.375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ipWxoPLxmsPD2kU8ktbi7d7syLyEkd83 { width:17.6875rem;height:4.19921875rem;top:27.6875rem;left:1.375rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aaUZvJpT94kgKE6tfgw4FvK4yzRukw2z { width:6.375rem;height:6.375rem;top:6rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HswCu1H0CPh19pT0nziXGTvLxJaRXmJb { width:4.0625rem;height:4.0625rem;top:25.5rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJLTvgtlHT80TbOwF0mtS5N52Q5zRbMs { width:17.25rem;height:5.0625rem;top:61.5625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8URAPgUy0ABH8p07ppeEoPOvEULNyUA { width:20rem;height:12.5rem;top:63.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dy0lxiCl8pJdATxPmrFda2vAPUIfSivh { width:16.5rem;height:5.25rem;top:68.8125rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/ely4bFQ3/migs2.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; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ.adaptive-delivery-prevent-bg, #nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ.lazyload, #nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ.lazyloading { background-image: none; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row .container { background-color: transparent; background-image: none; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row .container > .video-iframe-container { display: none; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row > .video-iframe-container { display: none; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .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); }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row .container { border-width: 0; border-radius: 0; }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row > .video-iframe-container {  }#nFMQkMpyfGelS8VdTXVn4T1qRwBVBTHJ > .row .container { width:20rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW { display:block; }#ppUNzRNTymOLeTlMmDCNx6uf8TEdGcUW > .row .container { width:20rem;height:72.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dckRhiDBTD3IhycOKN38aN6ebh7CDVeZ { width:20rem;height:16.25rem;top:22.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFKbUKN90dHxN229G8gEv8Wc2o7wvowT { width:16.6875rem;height:3.9375rem;top:32.5625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #EE9I2BtNoxl6ISSTXe3BpB2kW59ZSmhw { width:20rem;height:28rem;top:41.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps1vxFc44xTQTOTQT1Pqf2Cnwr3CASP8 { width:16.875rem;height:15.75rem;top:51.0625rem;left:1.5625rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eZfRo3ufT1XSdp4q6MoGl7UuEmyCJ2Bd { width:16.5rem;height:1.3125rem;top:4rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nhkgt5XlbwXJFTvglbmSlc3Gn8Cha4Wz { width:16.3125rem;height:5.19921875rem;top:25.5rem;left:1.5rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RIMVCUGi8MulggbD5XdxrkW0Joh3f4l5 { width:2.75rem;height:2.75rem;top:21.8125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgFGIORsyTMnNcEo4mlCQht38RzVbHx5 { width:2.5rem;height:2.5rem;top:40.5rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6IJlabMFuz9dt6vaAVQkHw95v7J2rf4 { width:20rem;height:4.5rem;top:6.875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OZA9e538oqLb2KpAG5P0wF6FKsyrX2E4 { width:20rem;height:2.625rem;top:13.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WCHw3KZRiH1XT1wvaoWQyJasHAqhTtB4 { width:15.8125rem;height:5.19921875rem;top:44.375rem;left:1.6875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fAHHQKnUHBoswbtv6icdSlZmoqD30nOq { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cb8dade8-06a0-4933-b8ee-c0c4d72d4001/BG_01.jpg");background-position:bottom 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; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq.adaptive-delivery-prevent-bg, #fAHHQKnUHBoswbtv6icdSlZmoqD30nOq.lazyload, #fAHHQKnUHBoswbtv6icdSlZmoqD30nOq.lazyloading { background-image: none; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row .container { background-color: transparent; background-image: none; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row .container > .video-iframe-container { display: none; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row > .video-iframe-container { display: none; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .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); }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row .container { border-width: 0; border-radius: 0; }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row > .video-iframe-container {  }#fAHHQKnUHBoswbtv6icdSlZmoqD30nOq > .row .container { width:20rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG { display:block; }#nwGKzRCSuoeT81hReyUUKbZ8L5IqSOqG > .row .container { width:20rem;height:41.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E7fwgZrfOil0yhxa1qeLxO5urGZc8n3y { width:20rem;height:28.25rem;top:10rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g41xWCvkHhTPN4DRfiX6kmqaborKXiHK { width:16.6875rem;height:14.4375rem;top:13.625rem;left:1.6875rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q1SHsHZtK17NIzZHEsf81ddLTupe3OEh { width:16.5rem;height:2.625rem;top:3.5rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbWI4HfHX7b0x75X2kZrxHQ8izH9Ck6W { width:16.4375rem;height:5.19921875rem;top:30.3125rem;left:1.6875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FKa3sEJeL229Iy26HpxUOhF76EV3NXEV { width:3.125rem;height:3.125rem;top:8.625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkEprBmsupwed5SdBS9z1hPMieq7m5SW { display:block; }#HkEprBmsupwed5SdBS9z1hPMieq7m5SW > .row .container { width:20rem;height:55.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILnupt00Ty0rTUN9LE88eTnKn85DsdRF { width:16.5rem;height:1.3125rem;top:9rem;left:1.75rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #STZWRAivzJ1BITshMMVPHit6nmEFUMsN { width:20rem;height:3rem;top:3.4375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byvK3L4MkhVIo9NJUbBVEQcTg9853JL6 { width:20rem;height:23.5625rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ir33J38MmgLolA2T5E0gtngd0OBRSvlb { width:18.375rem;height:2.44921875rem;top:32.125rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fEzXNiE1yBM6HS89t7bIGM8lm2JKpbRl { width:1.8125rem;height:1.8125rem;top:29.125rem;left:9.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8Xi8TlaDXWiq6Af2P172lD5X9ICoelc { width:14.0625rem;height:2.44921875rem;top:23.931640625rem;left:2.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uyNbPU7CdtwrIfT6h7Unbbqip8M82I5m { width:20rem;height:0.125rem;top:27.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #votTL9TPArNUzPnyLKCNMgJvdM2VLRnJ { width:2.3125rem;height:2.3125rem;top:20.75rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tpe75R7R1U98c8ueNC9nKgC25pLVCWyt { width:20rem;height:0.125rem;top:19.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6MsEzpM48Refn09wZpMicF8FkNustfs { width:11.8125rem;height:2.44921875rem;top:16.75rem;left:4.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TqaRD54fgsaamgNCr9LlREso9OtQN2TM { width:2.3125rem;height:2.3125rem;top:14.4375rem;left:8.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g835s8m4a4hDONMk5H1q9e9wchbPKuWh { width:17.125rem;height:5.25rem;top:38.4375rem;left:1.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCGo8a2KLhMtZ27gQb2BN6ZAXsQpLI20 { top:46.25rem;left:0.5rem;width:19rem;height:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TM6iHs8NnPrz6XGK9qC5aIQCSPUM65Cd { display:block; }
 }@media only screen and (max-width: 763px) { #zTJfdIqnuPTO6Rq5XlpUsPfxlbodCyR2 { width:2.375rem;height:5.1875rem;top:42.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPtHGx3TWPDc3MJTZm5xv0VTllTqBRmh { width:20rem;height:20rem;top:16.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA { display:block; }#hfR57ok7sB3qIsyrzqtlOpi2Fad4mtiA > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LmZ9Ltuy6EsnFZelkFToIKiNzZGIaJQC { width:20rem;height:23.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ISPsUqsrX5RBoz7sGUIGIBHL3b0EMmRJ { width:16.6875rem;height:9.1875rem;top:3.95703125rem;left:1.375rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I0iQq8Q97GFncNCKK9BIVKGzXObOGTVN { width:18.375rem;height:2.625rem;top:19.75rem;left:0.8125rem;font-size:0.9375rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #kLGhw1E2Xv3WIEtX6zylvsTlINTnQg6y { top:14.1875rem;left:0.5rem;width:19rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFoVyNkbbNabvq3EgW2Ws6RKG9C1xFlx { display:block; }
 }@media only screen and (max-width: 763px) { #Nc47TlhKsPevpatXTDII6v7mMZe6I3Al { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/767cc3a3-5000-47ac-8a26-3e18efdd08c0/Laugh.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; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al.adaptive-delivery-prevent-bg, #Nc47TlhKsPevpatXTDII6v7mMZe6I3Al.lazyload, #Nc47TlhKsPevpatXTDII6v7mMZe6I3Al.lazyloading { background-image: none; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row .container { background-color: transparent; background-image: none; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row .container > .video-iframe-container { display: none; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row > .video-iframe-container { display: none; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .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); }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row .container { border-width: 0; border-radius: 0; }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row > .video-iframe-container {  }#Nc47TlhKsPevpatXTDII6v7mMZe6I3Al > .row .container { width:20rem;height:22.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw { display:block; }#k9NGZQbqmKUaSy2xDKz8FHiTmGhEM9Bw > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VWC3ftCMfkqZegUhdEhyWUXIHmktm62W { width:6.5625rem;height:3.25rem;top:2.8125rem;left:6.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAImUEzrw4RrX8X7ECJeBvqusDVWqnP3 { 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) { #POReufMqNBhv6VgMVc05vpBb9BEMSN72 { 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) { #roro4rBaaUDIEP8OnUQVRlVGyElmQPG6 { top:17.75rem;left:9.9375rem;width:2.0625rem;height:2.0625rem;z-index:15010;font-size:1.4375rem;color:#ffffff;display:block; }
 }