.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-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[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:transparent;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); }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row .container { background-color: transparent; background-image: none; }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row .container > .video-iframe-container { display: none; }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row > .video-iframe-container { display: none; }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .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); }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row .container { border-width: 0; border-radius: 0; }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row .container { font-size:14px;font-family:arial;height:136px;width:960px;position:relative;display:block; }#plTQXg7WW4wFPQivlFafX7oMI9JqcJm4 { color:#f4f4f4;display:block;width:433px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:18.484375px;left:503.5px;height:57px;text-align:center;text-align-last:center;display:block; }
#FsJGzAhoJkyPDGRPO7r7vdmRRMIsuQnT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:106.984px;width:266.984px;top:14.484375px;left:106.484375px;overflow:hidden;display:block; }
#J4JDVk0LbQImrpZmchoUWCTF84weuPKb { position:absolute;display:block;z-index:15003;height:21px;width:433px;top:85px;left:503.5px;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1f164e7f-4e6d-4676-9c9f-8d4fc12aa2db/Untitleddesign4.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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,3,0.76); }#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,3,0.76); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:389px;width:960px;overflow:visible;position:relative;display:block; }#MlWcSFvvKXk23eQm61ygyDXhXRer3x3m { color:#f0f0f0;display:block;width:780px;position:absolute;font-family:montserrat;font-size:60px;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:53.982643127441px;left:90px;height:144px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrlBTXZoD1H9zVV2i94ECcZTl0vJehcl { color:#f4f4f4;display:block;width:960px;position:absolute;font-family:montserrat;font-size:22px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:201.90972900391px;left:0px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MATV38p3bEVLOlWooiUFTAexhs3kZBvL { position:absolute;display:block;z-index:15004;height:94px;width:307px;top:266px;left:326.50006103516px;display:block; }
#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { background-color: transparent; background-image: none; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container > .video-iframe-container { display: none; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row > .video-iframe-container { display: none; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .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); }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { border-width: 0; border-radius: 0; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { font-size:14px;font-family:arial;height:270px;width:960px;position:relative;display:block; }#OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { color:#ffffff;display:block;width:960px;position:absolute;font-family:roboto;font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:28px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { color:#020202;display:block;width:856px;position:absolute;font-family:"open sans";font-size:19px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:99.965270996094px;left:51.979187011719px;height:114px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aJJvbVTn222wTEKcUZFUpAXcfsIKWgAr { color:#4257bc;display:block;width:935px;position:absolute;font-family:montserrat;font-size:37px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:34.5px;left:12.5px;height:48.0938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(154deg, #c92f2a, #201b1b);background-image: -moz-linear-gradient(154deg, #c92f2a, #201b1b);background-image: -ms-linear-gradient(154deg, #c92f2a, #201b1b);background-image: -o-linear-gradient(154deg, #c92f2a, #201b1b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92f2a', endColorstr='#201b1b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92f2a', endColorstr='#201b1b' );";background-image: linear-gradient(154deg, #c92f2a, #201b1b);background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { background-color: transparent; background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .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); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { border-width: 0; border-radius: 0; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { font-size:14px;font-family:arial;height:513px;width:960px;position:relative;display:block; }#eSTKV7aeJ21utaESuX0GybJRstkwsCSN { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:36px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BRJv2ZTo9n9KFcZuIvaPFfMA51s3Z0DR { color:#ffffff;display:block;width:445px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:108.94097900391px;left:25.9375px;height:135px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOTCklFeFoTuFiLGdhUfWHDJur6WTGPd { color:#ffffff;display:block;width:430.99px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:108.92361450195px;left:516.97924804688px;height:108px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q9gU7gxw1TX7UnlgtrV91ALLfzFb7Tvf { color:#ffffff;display:block;width:445px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:306.04162597656px;left:25.9375px;height:135px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SCbGLzkx7JdeXTcTZokUk3nthamAOpOy { color:#ffffff;display:block;width:399px;position:absolute;font-family:montserrat;font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:292.55209350586px;left:533px;height:135px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container { background-color: transparent; background-image: none; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container > .video-iframe-container { display: none; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row > .video-iframe-container { display: none; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .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); }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container { border-width: 0; border-radius: 0; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container { font-size:14px;font-family:arial;height:804px;width:960px;position:relative;display:block; }#U2qpfskSlU1M8wJA9d9Sf90R7vSgxFAL { color:#4257bc;display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:43.885459899902px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i3WV9xtDGV2bpRE1tJfTw83fNHXgNwca { color:#020202;display:block;width:872.969px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:111.87852478027px;left:43.506958007812px;height:76.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LUqVuZF0FPNoFQT1hP9l5MnMqbBZlpUv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:462px;width:379px;top:221.11111831665px;left:43.506958007812px;overflow:hidden;display:block; }
#tngIWND1VTfRlBzpLm8Ly3SJgCB41fen { color:#020202;display:block;width:466.997px;position:absolute;font-family:montserrat;font-size:17px;font-weight:400;z-index:15006;line-height:1.7;letter-spacing:0;top:317.5347442627px;left:450.57299804688px;height:308.984px;text-align:left;text-align-last:left;font-style:normal;display:block; }#tngIWND1VTfRlBzpLm8Ly3SJgCB41fen li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#tngIWND1VTfRlBzpLm8Ly3SJgCB41fen li:before{  }
#fl4KcBH9EvPnV2d4m4hkKrK2vKzXt8a5 { color:#020202;display:block;width:375px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:274.37501525879px;left:450.57299804688px;height:25.5px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bESkWZJX0B3DitUwOSDsBse42XmWTvMm { color:#4257bc;display:block;width:363.979px;position:absolute;font-family:"open sans";font-size:41px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:211.08331298828px;left:450.56256103516px;height:53.2969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d6vLnOe19ZxqLmC7z0vAEvRxCdWKJZi0 { color:#4257bc;display:block;width:848.976px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:724.34032058716px;left:68.59375px;height:27px;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4257bc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { background-color: transparent; background-image: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container > .video-iframe-container { display: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container { display: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .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); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { border-width: 0; border-radius: 0; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { font-size:14px;font-family:arial;height:466px;width:960px;position:relative;display:block; }#OP0nE6o9op6ccp9JEJDVO9gRfny9s8p7 { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:45.020843505859px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qy5OME36JTES9FvA24aSRlVfSliIUH8c { color:#ffffff;display:block;width:865.99px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:118.89584350586px;left:47px;height:51px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bT4EIfCgeuX5ilCigA1LM7aLGVKFOTOk { color:#ffffff;display:block;width:520px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:194.75px;left:48.9375px;height:117px;text-align:left;text-align-last:left;font-style:normal;display:block; }#bT4EIfCgeuX5ilCigA1LM7aLGVKFOTOk li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#bT4EIfCgeuX5ilCigA1LM7aLGVKFOTOk li:before{  }
#Hz5fNse4T2ERF6VWbm5aTiCiASUqZLfo { color:#ffffff;display:block;width:858.993px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:366.87503051758px;left:50.458312988281px;height:51px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container { background-color: transparent; background-image: none; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container > .video-iframe-container { display: none; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row > .video-iframe-container { display: none; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .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); }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container { border-width: 0; border-radius: 0; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container { font-size:14px;font-family:arial;height:765px;width:960px;position:relative;display:block; }#DH01hCeiGiD1mVatQJyPZw4Z1QnTZ7zE { color:#4257bc;display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:24.996385574341px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xGGTVUSuP5QZ0G0bIWyRFgEfKX82QnC0 { color:#474747;display:block;width:896px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:92.972229003906px;left:32.5px;height:48px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vKrMIgET7Q7VHpDWJQgyCcG2TTOTDx6H { color:#474747;display:block;width:895px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:156.85765075684px;left:32.5px;height:540px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4257bc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container { background-color: transparent; background-image: none; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container > .video-iframe-container { display: none; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row > .video-iframe-container { display: none; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .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); }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container { border-width: 0; border-radius: 0; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container { font-size:14px;font-family:arial;height:658px;width:960px;position:relative;display:block; }#tsVR1hXaeb2G8VdTWwiZEuGsnCzMQZug { color:#ffffff;display:block;width:960px;position:absolute;font-family:"open sans";font-size:40px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:25.982666015625px;left:0px;height:52px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FZDVUqNsFrvqCcmQnSAVFKDuCOoS5DKv { color:#ffffff;display:block;width:858px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:84.944458007812px;left:50.972229003906px;height:25.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWoXV2ckA2dR7zTnMBn9oGXtGpGOJDPh { color:#ffffff;display:block;width:520px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:147.67361450195px;left:390.05212402344px;height:402.5px;text-align:left;text-align-last:left;font-style:normal;display:block; }#TWoXV2ckA2dR7zTnMBn9oGXtGpGOJDPh li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#TWoXV2ckA2dR7zTnMBn9oGXtGpGOJDPh li:before{  }
#CHdLG3iLbXviR5Wqg1S2lxlnhkHoq7yi { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:420px;width:311.997px;top:138.83680725098px;left:50.972229003906px;overflow:hidden;display:block; }
#CtDtLtzkkm8BIvpsWEraNIUXoholaVoR { color:#ffffff;display:block;width:857.986px;position:absolute;font-family:"open sans";font-size:17px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:593.89237976074px;left:63.003479003906px;height:25.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ff30dd6f-ca7a-4f8d-ae7c-24518a9f5514/shopinterior2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep.adaptive-delivery-prevent-bg, #oidwz6ar15fXibmzAR1Ik8V8rWgPvpep.lazyload, #oidwz6ar15fXibmzAR1Ik8V8rWgPvpep.lazyloading { background-image: none; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row .container { background-color: transparent; background-image: none; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,3,0.83); }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row .container > .video-iframe-container { display: none; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,3,0.83); }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row > .video-iframe-container { display: none; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .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); }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row .container { border-width: 0; border-radius: 0; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row .container { font-size:14px;font-family:arial;height:579px;width:960px;position:relative;display:block; }#k39VGGxGGCUVv1X8LncfPKrz2Thc2d9P { color:#f0f0f0;display:block;width:902px;position:absolute;font-family:roboto;font-size:30px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:40px;left:26.996520996094px;height:39px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uWc9Dd3obkRk7tgpRTI15aAduUJyX5Fn { color:#ffffff;display:block;width:402.979px;position:absolute;font-family:"open sans";font-size:18px;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:106.89584350586px;left:36.979187011719px;height:421.18px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wgQ9IUEkIA9MNWtNh9aVid1FdWQpHvB2 { position:absolute;display:block;z-index:15008;height:286.997px;width:370px;top:106.90966796875px;left:491.94445800781px;display:block; }
#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000003;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row .container { background-color: transparent; background-image: none; }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row .container > .video-iframe-container { display: none; }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row > .video-iframe-container { display: none; }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .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); }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row .container { border-width: 0; border-radius: 0; }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row .container { font-size:14px;font-family:arial;height:170px;width:960px;position:relative;display:block; }#gfudJfIMLm36BvUvT17q7amS2R6Led0n { color:#a7a1a1;display:block;width:285px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:20.972229003906px;left:17.5px;height:126px;text-align:center;text-align-last:center;display:block; }
#I14DPG3d9zh0nTWgvQ1vpMK6P3l1DyWn { color:#a7a1a1;display:block;width:285px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:47.916687011719px;left:657.5px;height:72px;text-align:center;text-align-last:center;display:block; }
#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000003;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row .container { background-color: transparent; background-image: none; }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row .container > .video-iframe-container { display: none; }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row > .video-iframe-container { display: none; }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .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); }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row .container { border-width: 0; border-radius: 0; }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row .container { font-size:14px;font-family:arial;height:51px;width:960px;position:relative;display:block; }#UvfqJQ76fvv6nQv4fHUT4atWPeHWQtIE { color:#a7a1a1;display:block;width:285px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:15px;left:337.5px;height:21px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK { display:block; }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #plTQXg7WW4wFPQivlFafX7oMI9JqcJm4 { width:368px;height:42px;top:24px;left:389px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #FsJGzAhoJkyPDGRPO7r7vdmRRMIsuQnT { width:115px;height:46px;top:24px;left:91px;display:block; }
 }@media only screen and (max-width: 959px) { #J4JDVk0LbQImrpZmchoUWCTF84weuPKb { width:368px;height:21px;top:52px;left:389px;display:block; }
 }@media only screen and (max-width: 959px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4O3M8RJ/56390498_2203460926403890_5712893264932110336_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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,3,0.7); }#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,3,0.7); }#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 { width:764px;height:371px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MlWcSFvvKXk23eQm61ygyDXhXRer3x3m { width:764px;height:120px;top:44.000015258789px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 959px) { #XrlBTXZoD1H9zVV2i94ECcZTl0vJehcl { width:728px;height:72.7917px;top:173.00001525879px;left:18px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #MATV38p3bEVLOlWooiUFTAexhs3kZBvL { width:307px;height:94px;top:255.00001525879px;left:228.5px;display:block; }
 }@media only screen and (max-width: 959px) { #XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI { display:block; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { width:764px;height:221px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { width:764px;height:41.5833px;top:28px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { width:737px;height:96px;top:90px;left:13.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #aJJvbVTn222wTEKcUZFUpAXcfsIKWgAr { width:728px;height:36.3976px;top:18px;left:21px;font-size:28px;display:block; }
 }@media only screen and (max-width: 959px) { #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { display:block; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { width:764px;height:477px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #eSTKV7aeJ21utaESuX0GybJRstkwsCSN { width:764px;height:41.5833px;top:36px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #BRJv2ZTo9n9KFcZuIvaPFfMA51s3Z0DR { width:356px;height:144px;top:104.00003051758px;left:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #TOTCklFeFoTuFiLGdhUfWHDJur6WTGPd { width:356px;height:120px;top:307.33334350586px;left:397px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #q9gU7gxw1TX7UnlgtrV91ALLfzFb7Tvf { width:356px;height:144px;top:295.33334350586px;left:14px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #SCbGLzkx7JdeXTcTZokUk3nthamAOpOy { width:356px;height:144px;top:104.00003051758px;left:397px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv { display:block; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container { width:764px;height:779px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #U2qpfskSlU1M8wJA9d9Sf90R7vSgxFAL { width:670px;height:83.1667px;top:21.458381652832px;left:34.5px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #i3WV9xtDGV2bpRE1tJfTw83fNHXgNwca { width:695px;height:96px;top:109.3125px;left:34.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #LUqVuZF0FPNoFQT1hP9l5MnMqbBZlpUv { width:316px;height:443px;top:245.52087402344px;left:38px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #tngIWND1VTfRlBzpLm8Ly3SJgCB41fen { width:339px;height:378.167px;top:306.02087402344px;left:381.83334350586px;font-size:16px;text-align:left;text-align-last:left;line-height:1.6;z-index:14996;display:block; }#tngIWND1VTfRlBzpLm8Ly3SJgCB41fen li:before{  }
 }@media only screen and (max-width: 959px) { #fl4KcBH9EvPnV2d4m4hkKrK2vKzXt8a5 { width:359px;height:24px;top:273.5625px;left:371.83334350586px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #bESkWZJX0B3DitUwOSDsBse42XmWTvMm { width:383px;height:41.5833px;top:232px;left:381px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #d6vLnOe19ZxqLmC7z0vAEvRxCdWKJZi0 { width:546px;height:24px;top:721.33335113525px;left:129px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 { display:block; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { width:764px;height:408px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #OP0nE6o9op6ccp9JEJDVO9gRfny9s8p7 { width:764px;height:41.5833px;top:32px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #Qy5OME36JTES9FvA24aSRlVfSliIUH8c { width:675px;height:72px;top:86.958251953125px;left:44.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #bT4EIfCgeuX5ilCigA1LM7aLGVKFOTOk { width:675px;height:111px;top:171.95825195312px;left:44.5px;font-size:16px;display:block; }#bT4EIfCgeuX5ilCigA1LM7aLGVKFOTOk li:before{  }
 }@media only screen and (max-width: 959px) { #Hz5fNse4T2ERF6VWbm5aTiCiASUqZLfo { width:675px;height:72px;top:308.95825195312px;left:44.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 { display:block; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container { width:764px;height:686px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #DH01hCeiGiD1mVatQJyPZw4Z1QnTZ7zE { width:764px;height:41.5833px;top:22px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #xGGTVUSuP5QZ0G0bIWyRFgEfKX82QnC0 { width:764px;height:48px;top:74px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #vKrMIgET7Q7VHpDWJQgyCcG2TTOTDx6H { width:764px;height:528px;top:138px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF { display:block; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container { width:764px;height:694px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tsVR1hXaeb2G8VdTWwiZEuGsnCzMQZug { width:764px;height:41.5833px;top:18.999984741211px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 959px) { #FZDVUqNsFrvqCcmQnSAVFKDuCOoS5DKv { width:675px;height:24px;top:70.999984741211px;left:44.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #TWoXV2ckA2dR7zTnMBn9oGXtGpGOJDPh { width:412px;height:476px;top:115.58334350586px;left:341px;font-size:16px;display:block; }#TWoXV2ckA2dR7zTnMBn9oGXtGpGOJDPh li:before{  }
 }@media only screen and (max-width: 959px) { #CHdLG3iLbXviR5Wqg1S2lxlnhkHoq7yi { width:311px;height:418.646px;top:144.25px;left:16px;display:block; }
 }@media only screen and (max-width: 959px) { #CtDtLtzkkm8BIvpsWEraNIUXoholaVoR { width:675px;height:48px;top:616.58337402344px;left:44.5px;font-size:16px;display:block; }
 }@media only screen and (max-width: 959px) { #oidwz6ar15fXibmzAR1Ik8V8rWgPvpep { display:block; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row .container { width:764px;height:948px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #k39VGGxGGCUVv1X8LncfPKrz2Thc2d9P { width:721px;height:78px;top:38px;left:21px;font-size:30px;display:block; }
 }@media only screen and (max-width: 959px) { #uWc9Dd3obkRk7tgpRTI15aAduUJyX5Fn { width:664px;height:192px;top:140.99987792969px;left:50.5px;font-size:16px;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 959px) { #wgQ9IUEkIA9MNWtNh9aVid1FdWQpHvB2 { width:350px;height:400px;top:372.00008392334px;left:207px;display:block; }
 }@media only screen and (max-width: 959px) { #F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O { display:block; }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gfudJfIMLm36BvUvT17q7amS2R6Led0n { width:240px;height:126px;top:31px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #I14DPG3d9zh0nTWgvQ1vpMK6P3l1DyWn { width:240px;height:63px;top:31px;left:516.65625px;font-size:14px;display:block; }
 }@media only screen and (max-width: 959px) { #BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg { display:block; }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UvfqJQ76fvv6nQv4fHUT4atWPeHWQtIE { width:240px;height:21px;top:15px;left:262px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK { display:block; }#uvTM5K3RDqyVT1vd9wa6fnZKEoxABuzK > .row .container { width:320px;height:219px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #plTQXg7WW4wFPQivlFafX7oMI9JqcJm4 { width:320px;height:45px;top:109.0000038147px;left:0px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #FsJGzAhoJkyPDGRPO7r7vdmRRMIsuQnT { width:219px;height:85px;top:24px;left:60px;display:block; }
 }@media only screen and (max-width: 763px) { #J4JDVk0LbQImrpZmchoUWCTF84weuPKb { width:320px;height:21px;top:165px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/v4O3M8RJ/56390498_2203460926403890_5712893264932110336_o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;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,3,0.7); }#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,3,0.7); }#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 { width:320px;height:469px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MlWcSFvvKXk23eQm61ygyDXhXRer3x3m { width:300px;height:125.375px;top:65px;left:10px;text-align:center;text-align-last:center;line-height:1.1;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #XrlBTXZoD1H9zVV2i94ECcZTl0vJehcl { width:320px;height:86.375px;top:210.375px;left:0px;text-align:center;text-align-last:center;font-size:24px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #MATV38p3bEVLOlWooiUFTAexhs3kZBvL { width:307px;height:94px;top:316.75px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI { display:block; }#XpgV1VaXTwVLlmJlCqaG31qRnyO4VERI > .row .container { width:320px;height:434px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OL5OPWRJTbpoHeIs9KQHqB3W5o21xCFn { width:320px;height:31.1875px;top:21px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #WUGH2BJUyvcMpJDz9QG4NoQWgBawIMyT { width:295px;height:240px;top:150px;left:12.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJJvbVTn222wTEKcUZFUpAXcfsIKWgAr { width:320px;height:115.188px;top:20.999959945679px;left:0px;text-align:center;text-align-last:center;font-size:32px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 { background-color:transparent;background-image: -webkit-linear-gradient(top, #c92f2a, #4a4848);background-image: -moz-linear-gradient(top, #c92f2a, #4a4848);background-image: -ms-linear-gradient(top, #c92f2a, #4a4848);background-image: -o-linear-gradient(top, #c92f2a, #4a4848);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92f2a', endColorstr='#4a4848' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#c92f2a', endColorstr='#4a4848' );";background-image: linear-gradient(to bottom, #c92f2a, #4a4848);background-size:cover !important;display:block; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { background-color: transparent; background-image: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row > .video-iframe-container { display: none; }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .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); }#Q7V7tNIApQqesVehGfXuPZAxk3yXLbh9 > .row .container { width:320px;height:734px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eSTKV7aeJ21utaESuX0GybJRstkwsCSN { width:267px;height:31.1875px;top:28px;left:26.5px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #BRJv2ZTo9n9KFcZuIvaPFfMA51s3Z0DR { width:320px;height:144px;top:79.1875px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TOTCklFeFoTuFiLGdhUfWHDJur6WTGPd { width:320px;height:120px;top:595.1875px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #q9gU7gxw1TX7UnlgtrV91ALLfzFb7Tvf { width:320px;height:144px;top:431.1875px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #SCbGLzkx7JdeXTcTZokUk3nthamAOpOy { width:320px;height:168px;top:243.1875px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv { background-color:#ffffff;background-image:none;display:block; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container { background-color: transparent; background-image: none; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container > .video-iframe-container { display: none; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row > .video-iframe-container { display: none; }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .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); }#hpmhlzsakhIIyhnnx7T5c2niHtTgsDEv > .row .container { width:320px;height:1400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U2qpfskSlU1M8wJA9d9Sf90R7vSgxFAL { width:320px;height:62.375px;top:27px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #i3WV9xtDGV2bpRE1tJfTw83fNHXgNwca { width:293px;height:216px;top:575.00001525879px;left:13.5px;text-align:left;text-align-last:left;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LUqVuZF0FPNoFQT1hP9l5MnMqbBZlpUv { width:320px;height:448.583px;top:107.9375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tngIWND1VTfRlBzpLm8Ly3SJgCB41fen { width:320px;height:358.167px;top:941.14593505859px;left:0px;text-align:left;text-align-last:left;font-size:16px;z-index:14997;display:block; }#tngIWND1VTfRlBzpLm8Ly3SJgCB41fen li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#tngIWND1VTfRlBzpLm8Ly3SJgCB41fen li:before{  }
 }@media only screen and (max-width: 763px) { #fl4KcBH9EvPnV2d4m4hkKrK2vKzXt8a5 { width:320px;height:48px;top:883.14584350586px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bESkWZJX0B3DitUwOSDsBse42XmWTvMm { width:320px;height:41.5833px;top:824.58320617676px;left:0px;text-align:center;text-align-last:center;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #d6vLnOe19ZxqLmC7z0vAEvRxCdWKJZi0 { width:320px;height:48px;top:1323.3334350586px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 { background-color:#4257bc;background-image:none;display:block; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { background-color: transparent; background-image: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container > .video-iframe-container { display: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row > .video-iframe-container { display: none; }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .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); }#mWDNNhZEBFBKv85u2PmfG3vGiMJw0dK8 > .row .container { width:320px;height:558px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OP0nE6o9op6ccp9JEJDVO9gRfny9s8p7 { width:300px;height:62.375px;top:13.9375px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Qy5OME36JTES9FvA24aSRlVfSliIUH8c { width:292px;height:120px;top:75px;left:14px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bT4EIfCgeuX5ilCigA1LM7aLGVKFOTOk { width:320px;height:159px;top:222.49981689453px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#bT4EIfCgeuX5ilCigA1LM7aLGVKFOTOk li:before{  }
 }@media only screen and (max-width: 763px) { #Hz5fNse4T2ERF6VWbm5aTiCiASUqZLfo { width:320px;height:144px;top:394px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 { background-color:#ffffff;background-image:none;display:block; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container { background-color: transparent; background-image: none; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container > .video-iframe-container { display: none; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row > .video-iframe-container { display: none; }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .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); }#A7xaWC5pJ1m5x2KVwMLCZZwbhT2FAyk3 > .row .container { width:320px;height:1455px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DH01hCeiGiD1mVatQJyPZw4Z1QnTZ7zE { width:300px;height:62.375px;top:16px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #xGGTVUSuP5QZ0G0bIWyRFgEfKX82QnC0 { width:298px;height:144px;top:94px;left:11px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vKrMIgET7Q7VHpDWJQgyCcG2TTOTDx6H { width:320px;height:1161px;top:258px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF { background-color:#4257bc;background-image:none;display:block; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container { background-color: transparent; background-image: none; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container > .video-iframe-container { display: none; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row > .video-iframe-container { display: none; }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .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); }#LkhF0DCWcphEI2BNxT79wvR5qF6HJlMF > .row .container { width:320px;height:1337px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tsVR1hXaeb2G8VdTWwiZEuGsnCzMQZug { width:300px;height:31.1875px;top:25px;left:10px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #FZDVUqNsFrvqCcmQnSAVFKDuCOoS5DKv { width:292px;height:72px;top:75px;left:14px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #TWoXV2ckA2dR7zTnMBn9oGXtGpGOJDPh { width:320px;height:620px;top:605.646px;left:0px;text-align:left;text-align-last:left;font-size:16px;display:block; }#TWoXV2ckA2dR7zTnMBn9oGXtGpGOJDPh li:before{  }
 }@media only screen and (max-width: 763px) { #CHdLG3iLbXviR5Wqg1S2lxlnhkHoq7yi { width:311px;height:418.646px;top:167px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #CtDtLtzkkm8BIvpsWEraNIUXoholaVoR { width:320px;height:72px;top:1245.646px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oidwz6ar15fXibmzAR1Ik8V8rWgPvpep { display:block; }#oidwz6ar15fXibmzAR1Ik8V8rWgPvpep > .row .container { width:320px;height:827px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k39VGGxGGCUVv1X8LncfPKrz2Thc2d9P { width:320px;height:93.5625px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #uWc9Dd3obkRk7tgpRTI15aAduUJyX5Fn { width:320px;height:336px;top:133.5625px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wgQ9IUEkIA9MNWtNh9aVid1FdWQpHvB2 { width:320px;height:286px;top:489.5625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O { display:block; }#F0cDxR3XzlJqFvAhhXEtC5C4JCniL13O > .row .container { width:320px;height:309px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfudJfIMLm36BvUvT17q7amS2R6Led0n { width:285px;height:135px;top:20px;left:17px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #I14DPG3d9zh0nTWgvQ1vpMK6P3l1DyWn { width:285px;height:67.5px;top:199px;left:17.5px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg { display:block; }#BGntMbFkOJrTM4APQ6Mw8M7pqB4RC4Zg > .row .container { width:320px;height:63px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvfqJQ76fvv6nQv4fHUT4atWPeHWQtIE { width:285px;height:22.5px;top:20px;left:17px;text-align:center;text-align-last:center;font-size:15px;display:block; }
 }