.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:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;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); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e1dabd50-7aae-4ab9-bfeb-aff183fc526d/landingiweb2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd.adaptive-delivery-prevent-bg, #vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd.lazyload, #vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd.lazyloading { background-image: none; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container { background-color: transparent; background-image: none; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container > .video-iframe-container { display: none; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row > .video-iframe-container { display: none; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .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); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container { border-width: 0; border-radius: 0; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row > .video-iframe-container {  }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container { font-size:14px;font-family:arial;height:1268px;width:960px;overflow:visible;position:relative;display:block; }#vHSUiHf75TuxqapgVWpfBnR0N18vopch { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:67px;width:148px;top:26.46875px;left:23px;overflow:hidden;display:block; }
#yOBXEJAR0cPc5BHMts34abxgLm9voGJs { background-color:#f40000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:273px;height:49px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:797.5px;left:343.5px;display:block; }
#v0He4IKQvFP8kTTXWPgASWX68qWvuLGt { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NgsiqNipzblcMuFwdWbcpLF0WyIZaTVG { color:#ffffff;display:block;width:353px;position:absolute;font-family:"open sans";font-size:22px;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:746.890625px;left:303.5px;height:28.5938px;text-align:center;text-align-last:center;display:block; }
#iiRzGRg3N9c8RkzLWBLhmDC7K96sihvA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:138px;width:238px;display:none; }
#K5sPzD2G1lpSvPaPAov5fUIcvOBLsdz5 { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:118px;width:939px;top:605.34375px;left:10.5px;overflow:hidden;display:block; }
#BQeZC3hUKXThCLPIBCJUR0RBTbrt9dMn { color:#ffffff;display:block;width:912px;position:absolute;font-family:"open sans";font-size:25px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:976px;left:24px;height:227.5px;display:block; }
#Apf9BckQz67FytVQ1f8u43QgTg8fDno8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:909px;left:455px; }
#ApHSea32eXxleyHTC5DqE0Pvp8eV3bLk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1511px;width:960px;display:none; }
#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container { background-color: transparent; background-image: none; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container > .video-iframe-container { display: none; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row > .video-iframe-container { display: none; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .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); }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container { border-width: 0; border-radius: 0; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row > .video-iframe-container {  }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container { font-size:14px;font-family:arial;height:512px;width:960px;position:relative;display:block; }#tUESTXq1KIgWklkUtMm3gb7NQwi4iHo2 { background-color:#f40000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:36px;border-top-right-radius:36px;border-bottom-left-radius:36px;border-bottom-right-radius:36px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:arial;font-size:22px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:368px;height:49px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:396px;left:296.00003051758px;display:block; }
#BQ2Oi5DDJ8FNmOPDXwomRwXS8exhqdHs { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TyAm97wWgik2IsweiME1hRSMRn5KOfgQ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:339px;width:609px;top:37px;left:175.5px;display:block; }
#gIIadxcLirOPl83R4DlyolCT4fhlImnt { border-top:20px solid #000000;border-left:0 solid #ee3162;border-right:0 solid #ee3162;border-bottom:0 solid #ee3162;background-color:#000000;background-image:none;position:relative;display:block; }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row .container { background-color: transparent; background-image: none; }#gIIadxcLirOPl83R4DlyolCT4fhlImnt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row .container > .video-iframe-container { display: none; }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row > .video-iframe-container { display: none; }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .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); }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row .container { border-width: 0; border-radius: 0; }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row > .video-iframe-container {  }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row .container { font-size:14px;font-family:arial;height:79px;width:960px;position:relative;display:block; }#IVaCMCr6355SOqoucF7XM5gJtLR9r26K { color:#000000;display:block;width:959.969px;position:absolute;font-family:arial;font-size:38px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:-5px;left:0px;height:49.4px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dRIzsJnRURrtLJae3IvHq65Vw3bzJXb3 { position:absolute;display:block;z-index:15012;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.98438px;width:70px;top:53px;left:445px;display:block; }
#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI { border-top:20px solid #000000;border-left:0 solid #ee3162;border-right:0 solid #ee3162;border-bottom:0 solid #ee3162;background-color:#000000;background-image:none;position:relative;display:block; }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row .container { background-color: transparent; background-image: none; }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row .container > .video-iframe-container { display: none; }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row > .video-iframe-container { display: none; }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .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); }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row .container { border-width: 0; border-radius: 0; }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row > .video-iframe-container {  }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row .container { font-size:14px;font-family:arial;height:205px;width:960px;position:relative;display:block; }#yWIkboFWnVCr4alAwGmtf5pVzlygm3Gi { position:absolute;display:block;z-index:15002;height:180px;width:960px;top:-20px;left:0px;display:block; }
#BidimWJRMcNiruLVFCqdqFG00saDHqGM { position:relative;display:block; }#BidimWJRMcNiruLVFCqdqFG00saDHqGM { background-color: transparent; background-image: none; }#BidimWJRMcNiruLVFCqdqFG00saDHqGM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .row .container > .video-iframe-container { display: none; }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .row > .video-iframe-container { display: none; }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .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); }#BidimWJRMcNiruLVFCqdqFG00saDHqGM { border-width: 0; border-radius: 0; }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .row .container > .video-iframe-container {  }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;font-size:14px;font-family:arial;height:174px;width:960px;position:relative;display:block; }#B993LtwDKnTl4qleuxnLKoUrNTdcLtW6 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:463px;width:482px;top:57px;left:0px;overflow:hidden;display:block; }
#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0.63);background-image:url("https://images.assets-landingi.com/YwiNrHXC/content_wall.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP.adaptive-delivery-prevent-bg, #qzcoIg4GHieqtpIhiT7w36i5czT8IUFP.lazyload, #qzcoIg4GHieqtpIhiT7w36i5czT8IUFP.lazyloading { background-image: none; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container { background-color: transparent; background-image: none; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container > .video-iframe-container { display: none; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row > .video-iframe-container { display: none; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .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); }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container { border-width: 0; border-radius: 0; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row > .video-iframe-container {  }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container { font-size:14px;font-family:arial;height:346px;width:960px;position:relative;display:block; }#xT00wIIsKpVaflFPAS3B1U2kqCB65r1o { color:#ffffff;display:block;width:461px;position:absolute;font-family:arial;font-size:38px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:96px;left:496.97500610352px;height:98.7812px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbnWQkHdStX7bqpb1HLRcEKDZWsvzl7p { color:#ffffff;display:block;width:393.969px;position:absolute;font-family:arial;font-size:20px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:209.171875px;left:496.984375px;height:52px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zIhvcPsqTBl6g5IKbA0Gs0nZdJIs8S0R { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:921px;width:959px;display:none; }
#Jwa4pWTyd5DXiJpB7p9q2iuqrZqLlAXM { color:#000000;display:block;width:282px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:54px;top:18px;left:19px;display:none; }
#CdX0pAVCbQp0iZqJUq2UsJKFt4N7zlLz { color:#000000;display:block;width:282px;position:absolute;font-family:"open sans";font-size:15px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:19px;top:82px;left:17px;display:none; }
#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row .container { background-color: transparent; background-image: none; }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row .container > .video-iframe-container { display: none; }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row > .video-iframe-container { display: none; }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .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); }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row .container { border-width: 0; border-radius: 0; }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row > .video-iframe-container {  }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row .container { font-size:14px;font-family:arial;height:110px;width:960px;position:relative;display:block; }#SOIg9ll6s2ErJ3euWAVLXhWNdrTkeqPT { color:#000000;display:block;width:598.969px;position:absolute;font-family:arial;font-size:38px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:31.3125px;left:180.5px;height:49.4px;text-align:center;text-align-last:center;display:block; }
#NKWwQdieHyGxnug69pD1HAmHdl0kwnkD { position:absolute;display:block;z-index:15011;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.98438px;width:70px;top:90px;left:445px;display:block; }
#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row .container { background-color: transparent; background-image: none; }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row .container > .video-iframe-container { display: none; }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row > .video-iframe-container { display: none; }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .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); }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row .container { border-width: 0; border-radius: 0; }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row > .video-iframe-container {  }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row .container { font-size:14px;font-family:arial;height:236px;width:960px;position:relative;display:block; }#N8yQ4DO8Uwt9iVDn9wLwf241hyQenFhv { position:absolute;display:block;z-index:15016;height:150px;width:911px;top:0px;left:24.5px;display:block; }
#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;background-image:none;position:relative;display:block; }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row .container { background-color: transparent; background-image: none; }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row .container > .video-iframe-container { display: none; }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row > .video-iframe-container { display: none; }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .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); }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row .container { border-width: 0; border-radius: 0; }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row > .video-iframe-container {  }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row .container { font-size:14px;font-family:arial;height:106px;width:960px;position:relative;display:block; }#S6f1vdMuuDf1TQAmH6RzdIZQJ2bezgcS { color:#000000;display:block;width:598.969px;position:absolute;font-family:arial;font-size:28px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:69.625px;left:180.5px;height:36.4px;text-align:center;text-align-last:center;display:block; }
#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#131313;background-image:none;position:relative;display:block; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container { background-color: transparent; background-image: none; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container > .video-iframe-container { display: none; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row > .video-iframe-container { display: none; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .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); }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container { border-width: 0; border-radius: 0; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row > .video-iframe-container {  }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container { font-size:14px;font-family:arial;height:350px;width:960px;position:relative;display:block; }#VQT75OmWOTTarDJ1eJTECKgE3ZwZmFBz { position:absolute;display:block;z-index:15001;height:200px;width:960px;top:57px;left:0px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd { display:block; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHSUiHf75TuxqapgVWpfBnR0N18vopch { top:26px;left:0px;width:148px;height:67px;display:block; }
 }@media only screen and (max-width: 763px) { #yOBXEJAR0cPc5BHMts34abxgLm9voGJs { width:273px;height:49px;top:797px;left:245.5px;display:block; }
 }@media only screen and (max-width: 763px) { #v0He4IKQvFP8kTTXWPgASWX68qWvuLGt { display:block; }
 }@media only screen and (max-width: 763px) { #NgsiqNipzblcMuFwdWbcpLF0WyIZaTVG { top:746px;left:205.5px;width:353px;height:28px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iiRzGRg3N9c8RkzLWBLhmDC7K96sihvA { width:238px;height:138px;display:none; }
 }@media only screen and (max-width: 763px) { #K5sPzD2G1lpSvPaPAov5fUIcvOBLsdz5 { top:605px;left:0px;width:764px;height:96.00851970181px;display:block; }
 }@media only screen and (max-width: 763px) { #BQeZC3hUKXThCLPIBCJUR0RBTbrt9dMn { top:976px;left:0px;width:764px;height:227px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Apf9BckQz67FytVQ1f8u43QgTg8fDno8 { top:909px;left:357px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #ApHSea32eXxleyHTC5DqE0Pvp8eV3bLk { width:764px;height:1202px;display:none; }
 }@media only screen and (max-width: 763px) { #A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g { display:block; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUESTXq1KIgWklkUtMm3gb7NQwi4iHo2 { width:368px;height:49px;top:396px;left:198.00003051758px;display:block; }
 }@media only screen and (max-width: 763px) { #BQ2Oi5DDJ8FNmOPDXwomRwXS8exhqdHs { display:block; }
 }@media only screen and (max-width: 763px) { #TyAm97wWgik2IsweiME1hRSMRn5KOfgQ { top:37px;left:77.5px;width:609px;height:339px;display:block; }
 }@media only screen and (max-width: 763px) { #gIIadxcLirOPl83R4DlyolCT4fhlImnt { display:block; }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVaCMCr6355SOqoucF7XM5gJtLR9r26K { width:764px;height:49px;top:-5px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dRIzsJnRURrtLJae3IvHq65Vw3bzJXb3 { top:53px;left:347px;width:70px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI { display:block; }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWIkboFWnVCr4alAwGmtf5pVzlygm3Gi { top:-20px;left:0px;width:764px;height:180px;display:block; }
 }@media only screen and (max-width: 763px) { #BidimWJRMcNiruLVFCqdqFG00saDHqGM { display:block; }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B993LtwDKnTl4qleuxnLKoUrNTdcLtW6 { top:57px;left:0px;width:482px;height:463px;display:block; }
 }@media only screen and (max-width: 763px) { #qzcoIg4GHieqtpIhiT7w36i5czT8IUFP { display:block; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT00wIIsKpVaflFPAS3B1U2kqCB65r1o { width:461px;height:98px;top:96px;left:303px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #bbnWQkHdStX7bqpb1HLRcEKDZWsvzl7p { width:393px;height:52px;top:209px;left:371px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #zIhvcPsqTBl6g5IKbA0Gs0nZdJIs8S0R { width:763px;height:733px;display:none; }
 }@media only screen and (max-width: 763px) { #Jwa4pWTyd5DXiJpB7p9q2iuqrZqLlAXM { top:18px;left:0px;width:282px;height:54px;font-size:21px;display:none; }
 }@media only screen and (max-width: 763px) { #CdX0pAVCbQp0iZqJUq2UsJKFt4N7zlLz { top:82px;left:0px;width:282px;height:19px;font-size:15px;display:none; }
 }@media only screen and (max-width: 763px) { #u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR { display:block; }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOIg9ll6s2ErJ3euWAVLXhWNdrTkeqPT { top:31px;left:82.5px;width:598px;height:49px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NKWwQdieHyGxnug69pD1HAmHdl0kwnkD { top:90px;left:347px;width:70px;height:2px;display:block; }
 }@media only screen and (max-width: 763px) { #ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 { display:block; }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8yQ4DO8Uwt9iVDn9wLwf241hyQenFhv { top:0px;left:0px;width:764px;height:150px;display:block; }
 }@media only screen and (max-width: 763px) { #xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 { display:block; }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6f1vdMuuDf1TQAmH6RzdIZQJ2bezgcS { top:69px;left:82.5px;width:598px;height:36px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny { display:block; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQT75OmWOTTarDJ1eJTECKgE3ZwZmFBz { top:57px;left:0px;width:764px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#000000;background-image:none;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); } }@media only screen and (max-width: 763px) { #vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd { background-color:#000000;background-image:none;position:relative;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container { background-color: transparent; background-image: none; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container > .video-iframe-container { display: none; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row > .video-iframe-container { display: none; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .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); }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container { border-width: 0; border-radius: 0; }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row > .video-iframe-container {  }#vV8Z9tZTMbFaGqKh2OyJ1o5RcwQUycbd > .row .container { width:320px;height:1092px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHSUiHf75TuxqapgVWpfBnR0N18vopch { width:59px;height:27px;top:20px;left:122px;display:none; }
 }@media only screen and (max-width: 763px) { #yOBXEJAR0cPc5BHMts34abxgLm9voGJs { width:299px;height:49px;top:388px;left:10.5px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #v0He4IKQvFP8kTTXWPgASWX68qWvuLGt { display:block; }
 }@media only screen and (max-width: 763px) { #NgsiqNipzblcMuFwdWbcpLF0WyIZaTVG { width:320px;height:20.7969px;top:359px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iiRzGRg3N9c8RkzLWBLhmDC7K96sihvA { top:0px;left:105px;width:110px;height:62px;z-index:15000;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #K5sPzD2G1lpSvPaPAov5fUIcvOBLsdz5 { width:320px;height:39px;top:301px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BQeZC3hUKXThCLPIBCJUR0RBTbrt9dMn { width:300px;height:442px;top:581.09375px;left:10px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Apf9BckQz67FytVQ1f8u43QgTg8fDno8 { width:50px;height:50px;top:505px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #ApHSea32eXxleyHTC5DqE0Pvp8eV3bLk { top:0px;left:0px;width:320px;height:505px;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g { background-color:#000000;background-image:url("https://images.assets-landingi.com/9K4Pgse6/Films_TV.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g.adaptive-delivery-prevent-bg, #A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g.lazyload, #A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g.lazyloading { background-image: none; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container { background-color: transparent; background-image: none; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container > .video-iframe-container { display: none; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row > .video-iframe-container { display: none; }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .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); }#A5xMH0kp2Iyr1QfBATtzWmBVpwX8bz7g > .row .container { width:320px;height:347px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tUESTXq1KIgWklkUtMm3gb7NQwi4iHo2 { width:304px;height:49px;top:218.613px;left:8px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #BQ2Oi5DDJ8FNmOPDXwomRwXS8exhqdHs { display:block; }
 }@media only screen and (max-width: 763px) { #TyAm97wWgik2IsweiME1hRSMRn5KOfgQ { height:178.613px;width:320px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #gIIadxcLirOPl83R4DlyolCT4fhlImnt { display:block; }#gIIadxcLirOPl83R4DlyolCT4fhlImnt > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IVaCMCr6355SOqoucF7XM5gJtLR9r26K { width:320px;height:32.5px;top:-9px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #dRIzsJnRURrtLJae3IvHq65Vw3bzJXb3 { width:70px;height:2px;top:55px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI { display:block; }#AQesA8JEnfKFpzKImSEZf0K2xyaT7cGI > .row .container { width:320px;height:220px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWIkboFWnVCr4alAwGmtf5pVzlygm3Gi { width:320px;height:180px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BidimWJRMcNiruLVFCqdqFG00saDHqGM { display:block; }#BidimWJRMcNiruLVFCqdqFG00saDHqGM > .row .container { width:320px;height:219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B993LtwDKnTl4qleuxnLKoUrNTdcLtW6 { width:320px;height:307.38589211618px;top:57px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #qzcoIg4GHieqtpIhiT7w36i5czT8IUFP { background-color:#000000;background-image:url("https://images.assets-landingi.com/YwiNrHXC/content_wall.jpg");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP.adaptive-delivery-prevent-bg, #qzcoIg4GHieqtpIhiT7w36i5czT8IUFP.lazyload, #qzcoIg4GHieqtpIhiT7w36i5czT8IUFP.lazyloading { background-image: none; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container { background-color: transparent; background-image: none; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container > .video-iframe-container { display: none; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row > .video-iframe-container { display: none; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .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); }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container { border-width: 0; border-radius: 0; }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row > .video-iframe-container {  }#qzcoIg4GHieqtpIhiT7w36i5czT8IUFP > .row .container { width:320px;height:358px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xT00wIIsKpVaflFPAS3B1U2kqCB65r1o { width:320px;height:auto;top:96px;left:0px;text-align:center;text-align-last:center;font-size:0;display:none; }
 }@media only screen and (max-width: 763px) { #bbnWQkHdStX7bqpb1HLRcEKDZWsvzl7p { width:320px;height:auto;top:209px;left:0px;text-align:center;text-align-last:center;font-size:20px;display:none; }
 }@media only screen and (max-width: 763px) { #zIhvcPsqTBl6g5IKbA0Gs0nZdJIs8S0R { top:82px;left:17px;width:286px;height:274px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Jwa4pWTyd5DXiJpB7p9q2iuqrZqLlAXM { top:18px;left:19px;width:282px;height:54.6px;z-index:15006;color:#ffffff;font-weight:700;font-style:normal;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #CdX0pAVCbQp0iZqJUq2UsJKFt4N7zlLz { top:82px;left:17px;width:282px;height:19.5px;z-index:15007;color:#ffffff;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR { display:block; }#u94N4dkKf5nyyaigFbDwd7PmFm9Z52PR > .row .container { width:320px;height:191px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SOIg9ll6s2ErJ3euWAVLXhWNdrTkeqPT { width:268px;height:65px;top:104px;left:26px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NKWwQdieHyGxnug69pD1HAmHdl0kwnkD { width:70px;height:2px;top:189px;left:125px;display:block; }
 }@media only screen and (max-width: 763px) { #ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 { display:block; }#ACStB0iw3gfPwazZKMKxzwnFZmsCvAc8 > .row .container { width:320px;height:212px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N8yQ4DO8Uwt9iVDn9wLwf241hyQenFhv { width:320px;height:150px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 { display:block; }#xkcW9XRZKhcG896AAFFIRhwo5k1AmLu7 > .row .container { width:320px;height:111px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6f1vdMuuDf1TQAmH6RzdIZQJ2bezgcS { width:268px;height:97.5px;top:12px;left:26px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny { background-color:#131313;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container { background-color: transparent; background-image: none; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container > .video-iframe-container { display: none; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row > .video-iframe-container { display: none; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .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); }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container { border-width: 0; border-radius: 0; }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row > .video-iframe-container {  }#MsTcDbMoGcJ1Ofm4iol9zSZ8GzIKJZny > .row .container { width:320px;height:488px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQT75OmWOTTarDJ1eJTECKgE3ZwZmFBz { width:320px;height:370px;top:70px;left:0px;display:block; }
 }