.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:transparent;background-image: -webkit-linear-gradient(174deg, #ff0000, #000000);background-image: -moz-linear-gradient(174deg, #ff0000, #000000);background-image: -ms-linear-gradient(174deg, #ff0000, #000000);background-image: -o-linear-gradient(174deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(174deg, #ff0000, #000000);background-size:auto !important;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); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0));background-size:auto !important;position:relative;display:block; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container { background-color: transparent; background-image: none; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container > .video-iframe-container { display: none; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row > .video-iframe-container { display: none; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .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); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container { border-width: 0; border-radius: 0; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row > .video-iframe-container {  }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container { font-size:14px;font-family:arial;height:165px;width:960px;position:relative;display:block; }#oFMJ7olgRNchatQp5WXTTRQli2Bly0Lq { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:70.9688px;width:279px;top:47px;left:0px;overflow:hidden;display:block; }
#NWOPaRsxhfssS21mURgDB9OvQm09LkMM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #000000);background-image: -moz-linear-gradient(180deg, #ff0000, #000000);background-image: -ms-linear-gradient(180deg, #ff0000, #000000);background-image: -o-linear-gradient(180deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #ff0000, #000000);background-size:auto !important;position:relative;display:block; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container { background-color: transparent; background-image: none; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container > .video-iframe-container { display: none; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row > .video-iframe-container { display: none; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .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); }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container { border-width: 0; border-radius: 0; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row > .video-iframe-container {  }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container { font-size:14px;font-family:arial;height:580px;width:960px;position:relative;display:block; }#TXiTx54CTcUDRHiooyRS2xTQ8MIhS0Pq { color:#ffffff;display:block;width:448.953px;position:absolute;font-family:arial;font-size:36px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:150.890625px;left:16.21875px;height:46.7969px;text-align:center;text-align-last:center;display:block; }
#Eatxs1VIUDy1SXy44BndJ8eTEkoEFU6m { z-index:15002;top:161.9296875px;left:508.9453125px;background-color:#ff0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px #000000 ;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:35px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:370.992px;height:78px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#InIH6SILNsmo9SEl9BpZ0GMG9HalNh1D { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#TCstp8woxNdPnHKpABkV73d55BqTElUw { color:#000000;display:block;width:448.938px;position:absolute;font-family:arial;font-size:52px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(255,255,255,0.5);top:196.703125px;left:16.25px;height:67.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xxyxpCIElMlA0hlTInHvLXlgRgRSgU3m { color:#ffffff;display:block;width:408px;position:absolute;font-family:arial;font-size:31px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:287.4375px;left:508.93756103516px;height:;text-align:left;text-align-last:left;display:block; }#xxyxpCIElMlA0hlTInHvLXlgRgRSgU3m li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#xxyxpCIElMlA0hlTInHvLXlgRgRSgU3m li:before{  }
#mikhO0dTsBNuTJ2mthUf3rT0KvJCEZge { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:388px;width:419px;top:269.4375px;left:31.270812988281px;overflow:hidden;display:block; }
#HolrhPEhwcuxIhsRQos3bXvDTHKnq9sJ { color:#ffffff;display:block;width:245px;position:absolute;font-family:arial;font-size:45px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:414.8125px;left:108.9375px;height:117px;text-align:center;text-align-last:center;display:block; }
#ZW2TspINoxBTM6CAf374wo78oThTJRAS { color:#000000;display:block;width:485px;position:absolute;font-family:arial;font-size:54px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:70.1875px;font-style:normal;display:block; }
#qXR7VvLv6wlBPti0di1ncsioGKQRaJ75 { color:#000000;display:block;width:498px;position:absolute;font-family:arial;font-size:54px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0px;left:461.97918701172px;height:70.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/394d2208-849a-45d3-95a0-86c57cd1332f/LP2H550NEW.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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:14px;font-family:arial;height:660px;width:960px;overflow:visible;position:relative;display:block; }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#020000;background-image:none;position:relative;display:block; }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row .container { background-color: transparent; background-image: none; }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row .container > .video-iframe-container { display: none; }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row > .video-iframe-container { display: none; }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .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); }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row .container { border-width: 0; border-radius: 0; }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row > .video-iframe-container {  }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row .container { font-size:14px;font-family:arial;height:487px;width:960px;position:relative;display:block; }#nAwN2SnM7C25h9kxJKsF4dnTkFQTBDdo { color:#ffffff;display:block;width:958.992px;position:absolute;font-family:arial;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:51.0234375px;left:0px;height:;text-align:justify;text-align-last:initial;display:block; }#nAwN2SnM7C25h9kxJKsF4dnTkFQTBDdo li:not(:first-child){ padding-top:11px;padding-right:0;padding-bottom:0;padding-left:0; }#nAwN2SnM7C25h9kxJKsF4dnTkFQTBDdo li:before{  }
#QOtOybmfKzkObQzcAhMlxqOW0d1Nm5C8 { color:#fdfdfd;display:block;width:199.984px;position:absolute;font-family:arial;font-size:18px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:0px;left:0px;height:23.3906px;display:block; }
#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI { 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; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI.adaptive-delivery-prevent-bg, #Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI.lazyload, #Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI.lazyloading { background-image: none; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container { background-color: transparent; background-image: none; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container > .video-iframe-container { display: none; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row > .video-iframe-container { display: none; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .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); }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container { border-width: 0; border-radius: 0; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row > .video-iframe-container {  }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container { font-size:14px;font-family:arial;height:346px;width:960px;position:relative;display:block; }#z8b8iR6HWr9POyMhdEDr8tLVuFvMT46q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:618px;width:700px;display:none; }
#vC39mlQmt7L8427AszCbnmsQ1mlgM6HT { color:#ffffff;display:block;width:532px;position:absolute;font-family:arial;font-size:44px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:38.90625px;left:426.46875px;height:114.375px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HgVTcwe96WIGeSvCZ0hNSqE8SeyCTCMO { color:#f8f8f8;display:block;width:517px;position:absolute;font-family:arial;font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:246.5px;left:424.46875px;height:36.375px;display:block; }
#wvDypp6dTmpy37RQHqIZX0Iwt47Fly9y { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:369px;width:418px;top:-24px;left:0px;overflow:hidden;display:block; }
#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row .container { background-color: transparent; background-image: none; }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row .container > .video-iframe-container { display: none; }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row > .video-iframe-container { display: none; }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .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); }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row .container { border-width: 0; border-radius: 0; }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row > .video-iframe-container {  }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row .container { font-size:14px;font-family:arial;height:279px;width:960px;position:relative;display:block; }#JIykPqAts6OrXDfV8iN5vs2qwwoqBN1S { z-index:15003;top:100.5px;left:294.45831298828px;background-color:#fd0000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:39px;border-top-right-radius:39px;border-bottom-left-radius:39px;border-bottom-right-radius:39px;box-shadow: 1px 4px 20px rgba(16,16,16,0.6) ;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:35px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:370.979px;height:78px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HuIs9bmpfwik2g6hEB53ph74bMLUWlCv { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI { display:block; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFMJ7olgRNchatQp5WXTTRQli2Bly0Lq { top:47px;left:0px;width:279px;height:70.9688px;display:block; }
 }@media only screen and (max-width: 763px) { #NWOPaRsxhfssS21mURgDB9OvQm09LkMM { display:block; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXiTx54CTcUDRHiooyRS2xTQ8MIhS0Pq { top:150px;left:0px;width:448px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Eatxs1VIUDy1SXy44BndJ8eTEkoEFU6m { top:161px;left:394px;width:370px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #InIH6SILNsmo9SEl9BpZ0GMG9HalNh1D { display:block; }
 }@media only screen and (max-width: 763px) { #TCstp8woxNdPnHKpABkV73d55BqTElUw { top:196px;left:0px;width:448px;height:67px;font-size:52px;display:block; }
 }@media only screen and (max-width: 763px) { #xxyxpCIElMlA0hlTInHvLXlgRgRSgU3m { top:287px;left:356px;width:408px;height:;font-size:29px;display:block; }#xxyxpCIElMlA0hlTInHvLXlgRgRSgU3m li:before{  }
 }@media only screen and (max-width: 763px) { #mikhO0dTsBNuTJ2mthUf3rT0KvJCEZge { top:269px;left:0px;width:419px;height:388px;display:block; }
 }@media only screen and (max-width: 763px) { #HolrhPEhwcuxIhsRQos3bXvDTHKnq9sJ { top:414px;left:10.9375px;width:245px;height:117px;font-size:45px;display:block; }
 }@media only screen and (max-width: 763px) { #ZW2TspINoxBTM6CAf374wo78oThTJRAS { top:0px;left:0px;width:485px;height:140px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #qXR7VvLv6wlBPti0di1ncsioGKQRaJ75 { top:0px;left:266px;width:498px;height:70px;font-size:54px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE { display:block; }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAwN2SnM7C25h9kxJKsF4dnTkFQTBDdo { top:51px;left:0px;width:764px;height:;font-size:16px;display:block; }#nAwN2SnM7C25h9kxJKsF4dnTkFQTBDdo li:before{  }
 }@media only screen and (max-width: 763px) { #QOtOybmfKzkObQzcAhMlxqOW0d1Nm5C8 { top:0px;left:0px;width:199px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI { display:block; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8b8iR6HWr9POyMhdEDr8tLVuFvMT46q { width:;height:176px;top:0px;display:none; }
 }@media only screen and (max-width: 763px) { #vC39mlQmt7L8427AszCbnmsQ1mlgM6HT { top:38px;left:232px;width:532px;height:114px;font-size:44px;display:block; }
 }@media only screen and (max-width: 763px) { #HgVTcwe96WIGeSvCZ0hNSqE8SeyCTCMO { top:246px;left:247px;width:517px;height:36px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wvDypp6dTmpy37RQHqIZX0Iwt47Fly9y { top:-24px;left:0px;width:418px;height:369px;display:block; }
 }@media only screen and (max-width: 763px) { #bSFwGG22kyxRhDZxokxoLOJPcQOyofqr { display:block; }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIykPqAts6OrXDfV8iN5vs2qwwoqBN1S { top:100px;left:196.45831298828px;width:370px;height:78px;display:block; }
 }@media only screen and (max-width: 763px) { #HuIs9bmpfwik2g6hEB53ph74bMLUWlCv { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:transparent;background-image: -webkit-linear-gradient(131deg, #ff0000, #000000);background-image: -moz-linear-gradient(131deg, #ff0000, #000000);background-image: -ms-linear-gradient(131deg, #ff0000, #000000);background-image: -o-linear-gradient(131deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(131deg, #ff0000, #000000);background-size:auto !important;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) { #Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, #000000, rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, #000000, rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000' );";background-image: linear-gradient(180deg, #000000, rgba(0,0,0,0));background-size:auto !important;display:block; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container { background-color: transparent; background-image: none; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container > .video-iframe-container { display: none; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row > .video-iframe-container { display: none; }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .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); }#Lz8CaBkZEZ6siOy1tKwQVahsyTIkRzzI > .row .container { width:320px;height:155px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFMJ7olgRNchatQp5WXTTRQli2Bly0Lq { width:266px;height:63px;top:55px;left:27px;display:block; }
 }@media only screen and (max-width: 763px) { #NWOPaRsxhfssS21mURgDB9OvQm09LkMM { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ff0000, #000000);background-image: -moz-linear-gradient(180deg, #ff0000, #000000);background-image: -ms-linear-gradient(180deg, #ff0000, #000000);background-image: -o-linear-gradient(180deg, #ff0000, #000000);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#000000' );";background-image: linear-gradient(180deg, #ff0000, #000000);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container { background-color: transparent; background-image: none; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container > .video-iframe-container { display: none; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row > .video-iframe-container { display: none; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .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); }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container { border-width: 0; border-radius: 0; }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row > .video-iframe-container {  }#NWOPaRsxhfssS21mURgDB9OvQm09LkMM > .row .container { width:320px;height:879px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TXiTx54CTcUDRHiooyRS2xTQ8MIhS0Pq { width:319.938px;height:41.5972px;top:244.91668701172px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Eatxs1VIUDy1SXy44BndJ8eTEkoEFU6m { top:123.47918701172px;left:40.000000953674px;width:240px;height:75px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #InIH6SILNsmo9SEl9BpZ0GMG9HalNh1D { display:block; }
 }@media only screen and (max-width: 763px) { #TCstp8woxNdPnHKpABkV73d55BqTElUw { width:319.938px;height:46.7969px;top:303.14584350586px;left:0px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #xxyxpCIElMlA0hlTInHvLXlgRgRSgU3m { width:319.938px;height:241.125px;top:617.875px;left:0px;font-size:29px;text-align:left;text-align-last:left;display:block; }#xxyxpCIElMlA0hlTInHvLXlgRgRSgU3m li:before{  }
 }@media only screen and (max-width: 763px) { #mikhO0dTsBNuTJ2mthUf3rT0KvJCEZge { width:320px;height:294px;top:334px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HolrhPEhwcuxIhsRQos3bXvDTHKnq9sJ { width:183px;height:96.1875px;top:444.953125px;left:68.5px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #ZW2TspINoxBTM6CAf374wo78oThTJRAS { width:320px;height:41.5972px;top:0px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXR7VvLv6wlBPti0di1ncsioGKQRaJ75 { width:320px;height:41.5972px;top:54.5625px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#000000;background-image:url("https://images.assets-landingi.com/FSEcsMiw/463x463_mob_.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#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 { width:320px;height:292px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE { display:block; }#k4NPQTqMyS0iiGeRNaLTJtN9PxOTVNnE > .row .container { width:320px;height:1000px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nAwN2SnM7C25h9kxJKsF4dnTkFQTBDdo { width:319.938px;height:930.875px;top:34.46875px;left:0px;font-size:16px;text-align:left;text-align-last:left;display:block; }#nAwN2SnM7C25h9kxJKsF4dnTkFQTBDdo li:before{  }
 }@media only screen and (max-width: 763px) { #QOtOybmfKzkObQzcAhMlxqOW0d1Nm5C8 { width:199px;height:20.7969px;top:0px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI { 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; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI.adaptive-delivery-prevent-bg, #Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI.lazyload, #Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI.lazyloading { background-image: none; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container { background-color: transparent; background-image: none; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container > .video-iframe-container { display: none; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row > .video-iframe-container { display: none; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .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); }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container { border-width: 0; border-radius: 0; }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row > .video-iframe-container {  }#Xx1c2438tm1fZXL3KcgUsvbMzFkpXPmI > .row .container { width:320px;height:620px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z8b8iR6HWr9POyMhdEDr8tLVuFvMT46q { top:338px;left:0px;width:319px;height:281px;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vC39mlQmt7L8427AszCbnmsQ1mlgM6HT { width:319.984px;height:124.781px;top:50.578125px;left:0px;font-size:32px;z-index:15006;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HgVTcwe96WIGeSvCZ0hNSqE8SeyCTCMO { width:319.969px;height:72.75px;top:229.25px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wvDypp6dTmpy37RQHqIZX0Iwt47Fly9y { width:320px;height:282.48803827751px;top:-24px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #bSFwGG22kyxRhDZxokxoLOJPcQOyofqr { display:block; }#bSFwGG22kyxRhDZxokxoLOJPcQOyofqr > .row .container { width:320px;height:210px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JIykPqAts6OrXDfV8iN5vs2qwwoqBN1S { top:66px;left:8px;width:304px;height:78px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #HuIs9bmpfwik2g6hEB53ph74bMLUWlCv { display:block; }
 }