.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/65fb6d06-00a3-4d11-a25d-3f741acc175a/30aad28anmcchalk_11hc0hs1hc04x00006f01o.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-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,0,0.3); }#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.3); }#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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:92px;width:960px;overflow:visible;position:relative;display:block; }#hHbZBaJrypqTB61bBPAQEmgVgbkyrMnh { color:#fee801;display:block;width:418.993px;position:absolute;font-family:oswald;font-size:48px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:13.791666984558px;left:19.878479003906px;height:62.3958px;font-style:normal;display:block; }
#adb0emXawJoryaXsAqVvFavvhFAac2fq { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:95.9896px;height:55px;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:23px;left:565px;display:block; }
#oPIbg1MixXxlXXsTeTiaQaS2vdWTdTMQ { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#wgCbeoQTlbExqXgvN0yzQiDpVv1xVeVi { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:144px;height:55px;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:23px;left:660px;display:block; }
#XyaKETmBpkRfKzk55bKBsh8OlDRre3Tr { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#NsMVcalhoAOHh4NBtR6LR01TGcS04q3G { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:143.993px;height:55px;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:23px;left:804px;display:block; }
#zQgTuaxci3QTehQv9z14nse6KcbgTse8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#V707EBpTXHTOS3y1ZBwhZS1wXFNQMQzJ { position:absolute;display:block;z-index:15004;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;height:134px;width:146px;top:22.986112594604px;left:438.8542175293px;overflow:hidden;display:block; }
#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row .container { background-color: transparent; background-image: none; }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row .container > .video-iframe-container { display: none; }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row > .video-iframe-container { display: none; }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .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); }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row .container { border-width: 0; border-radius: 0; }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row .container { font-size:14px;font-family:arial;height:10px;width:960px;position:relative;display:block; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH { position:relative;display:block; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH { background-color: transparent; background-image: none; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .row .container > .video-iframe-container { display: none; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .row > .video-iframe-container { display: none; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .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); }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH { border-width: 0; border-radius: 0; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:617px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yknunTtsx6B0IVEQJ4He8Pf6u6WxnPk8 { position:absolute;display:block;z-index:15001;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;height:498px;width:523px;top:68.95832824707px;left:0px;overflow:hidden;display:block; }
#nA3LmLO7OvTUSKFlvNTRaMrhoq8X47wr { color:#222222;display:block;width:495px;position:absolute;font-family:"roboto condensed";font-size:28px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:78.923614501953px;left:456.95834350586px;height:36.3889px;display:block; }
#rTQnI4TWNmuPSi9EpMAwxPvO8TO487CV { color:#222222;display:block;width:505.99px;position:absolute;font-family:"roboto condensed";font-size:44px;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:146.84376525879px;left:451.45486450195px;height:131.979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sIuobuAfTcc64fcKKsId1y4czWUORtNT { box-sizing:content-box;height:3px;width:300px;position:absolute;display:block;z-index:15004;background-color:#222222;background-image:none;top:129.95138549805px;left:554.45834350586px;display:block; }
#LM6KclMkTuWfVrUEwd1heX7sNwRZWtQa { background-color:#db007b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:71px;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:301.97917175293px;left:544.45834350586px;display:block; }
#uhlW3qwsIaKSdmoQ7Kv2CXu5wOQsKTbA { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pp7MKTd1QzfQVofQyQEDULq2Lty89Jhk { background-color:#db007b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:70.9896px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:377.96876525879px;left:544.45834350586px;display:block; }
#TQLFnOtUKcVfqUSZ5HWlaqFNCTAlWPzC { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cXHFFribzAMCR8q179kXcg1TxNa6eKsK { background-color:#444444;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:26px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:320px;height:70.9896px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:455.05558776855px;left:544.45834350586px;display:block; }
#p7L8ou9JKV5oIGA1oH9xeIPke9Voc1d6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#pEsknFXzEC0X6fw0ZyviAAufWT69xCH1 { position:absolute;display:block;z-index:15008;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;height:168px;width:263px;top:465.95489883423px;left:42.638900756836px;overflow:hidden;display:none; }
#tduUJaFRKnGqQnVJkzdMVm7xxnr00my2 { position:absolute;display:block;z-index:15004;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;height:134px;width:146px;top:22.986112594604px;left:438.8542175293px;overflow:hidden;display:none; }
#uRgDcm5cwvTAaNpRN9K1TzLAhBMfUg2O { position:absolute;display:block;z-index:15009;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;height:271px;width:264px;top:465.00012207031px;left:25.659729003906px;overflow:hidden;display:block; }
#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b546e0aa-2e92-47a7-8f67-56a931452eca/1920x640.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; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK.adaptive-delivery-prevent-bg, #yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK.lazyload, #yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK.lazyloading { background-image: none; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container { background-color: transparent; background-image: none; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container > .video-iframe-container { display: none; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row > .video-iframe-container { display: none; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .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); }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container { border-width: 0; border-radius: 0; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK::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; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container { font-size:14px;font-family:arial;height:642px;width:960px;position:relative;display:block; }#M1P96L6WVknMlnsxfU9u1fGrZWAJ22Ud { color:#ffffff;display:block;width:370.99px;position:absolute;font-family:"roboto condensed";font-size:44px;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:64.774291992188px;left:294.49653625488px;height:43.9931px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FJOCpV0oKhoWuKtdZJd4ZgVO0ScR6m4S { color:#ffffff;display:block;width:843.993px;position:absolute;font-family:kalam;font-size:28px;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:150.46876525879px;left:49.0625px;height:61.5972px;display:block; }
#kFoU7KH5SqLdpThNKr3usE8g3rXELuRt { color:#ffffff;display:block;width:451.997px;position:absolute;font-family:kalam;font-size:22px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:256.3194732666px;left:456.09378051758px;height:314.531px;display:block; }
#xDLHtHth4dVW8AoyRr36lCetZN2XN9Ad { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:40px;border-top-right-radius:40px;border-bottom-left-radius:40px;border-bottom-right-radius:40px;height:305px;width:406.997px;top:256.3194732666px;left:0px;overflow:hidden;display:block; }
#g9G4ugQHAoBoNTf7cHusJGW0eDDbfE9a { color:#ffffff;display:block;width:200px;position:absolute;font-family:"roboto condensed";font-size:18px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:570.8159942627px;left:103.48959350586px;height:23.4028px;text-align:center;text-align-last:center;display:block; }
#mBSClc6QC2i98RNG7rXqgWPHtntJfduE { position:absolute;display:block;z-index:15008;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;height:103px;width:263px;top:465.95489883423px;left:42.638900756836px;overflow:hidden;display:none; }
#rxeuqbqcW33T6RqXhhJhAiJPXg6RDEsP { position:absolute;display:block;z-index:15007;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;height:135px;width:265px;top:37.986083984375px;left:659.65280151367px;overflow:hidden;display:none; }
#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#db007b;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; }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row .container { background-color: transparent; background-image: none; }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row .container > .video-iframe-container { display: none; }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row > .video-iframe-container { display: none; }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .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); }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row .container { border-width: 0; border-radius: 0; }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row .container { font-size:14px;font-family:arial;height:344px;width:960px;position:relative;display:block; }#xdE6Mqy51vRToCaHy0zvQMGNf62FAvBs { color:#ffffff;display:block;width:370.99px;position:absolute;font-family:"roboto condensed";font-size:36px;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:55.677062988281px;left:128.15972900391px;height:36.0069px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wf39krN5qiPehyTc7g4weivzcTf6wvCa { color:#ffffff;display:block;width:561.997px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:126.87493896484px;left:32.65625px;height:155.9376px;text-align:center;text-align-last:center;display:block; }
#XJzlTsELEeN8296VwM9afmz4Cmf3IOUT { position:absolute;display:block;z-index:15007;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;height:135px;width:265px;top:37.986083984375px;left:659.65280151367px;overflow:hidden;display:none; }
#EFGERMhMlAyPrnTE6qwsE7kCnK9hgPB0 { position:absolute;display:block;z-index:15008;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;height:268px;width:265px;top:37.986114501953px;left:658.66323852539px;overflow:hidden;display:block; }
#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b546e0aa-2e92-47a7-8f67-56a931452eca/1920x640.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; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT.adaptive-delivery-prevent-bg, #pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT.lazyload, #pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT.lazyloading { background-image: none; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row .container { background-color: transparent; background-image: none; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row .container > .video-iframe-container { display: none; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row > .video-iframe-container { display: none; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .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); }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row .container { border-width: 0; border-radius: 0; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT::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; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row .container { font-size:14px;font-family:arial;height:423px;width:960px;position:relative;display:block; }#mZCHUHOfTcT8OvXGOKtueChw4P7cETew { 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;height:340px;width:357px;top:41.475646972656px;left:57.638885498047px;overflow:hidden;display:block; }
#mpfB1Gwgs5Kyflv5yxOQqCy96BC1GDcC { color:#ffffff;display:block;width:426px;position:absolute;font-family:"roboto condensed";font-size:36px;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:42px;left:482px;height:36.0069px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V5mohZVFiAANwWfkqihmeZ9vJfv2smno { color:#ffffff;display:block;width:394px;position:absolute;font-family:"roboto condensed";font-size:26px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:83px;left:502px;height:33.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SLiracXlIVnp3OdTX2RGsbBxoM70HXTu { background-color:#fee801;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:70px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:136px;left:545px;display:block; }
#QthaM5wumzfutcrT9QQTcAmgOVlyzzLg { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#fGf9Cr65GbhhBLTZmsy3Em8ZsFcpPgKV { background-color:#fee801;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:70px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:220.98614501953px;left:544.9826965332px;display:block; }
#pFiUTnyDbBiPXUyGFkwWAKwU8DB4ruNL { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ls9IFRzQpfTsWoZGbELeObtknFFt7Eot { background-color:#fee801;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:70px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:306.55206298828px;left:544.9826965332px;display:block; }
#pZZpwXRL3qHwSNB3TEWIfRfmJwODH6HK { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fee801;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; }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row .container { background-color: transparent; background-image: none; }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row .container > .video-iframe-container { display: none; }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row > .video-iframe-container { display: none; }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .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); }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row .container { border-width: 0; border-radius: 0; }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row .container { font-size:14px;font-family:arial;height:440px;width:960px;position:relative;display:block; }#C9XKixAuMsmrn0gL8oPVkkmHXSk5kPXI { 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;height:388px;width:284px;top:25.989562988281px;left:551.64932250977px;overflow:hidden;display:block; }
#WLRnzQF7CzMrEoHhIoxS7qpcAxvN2iGK { color:#222222;display:block;width:425.99px;position:absolute;font-family:"roboto condensed";font-size:36px;font-weight:700;z-index:15007;line-height:1;letter-spacing:0;top:50px;left:51.996520996094px;height:36.0069px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SwgPXQVyZNg6TVwmAg80fmRkW0MTheJm { color:#222222;display:block;width:393.993px;position:absolute;font-family:"roboto condensed";font-size:26px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:85.989562988281px;left:67.986114501953px;height:33.8021px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qRu0z65ew7V9o7hHuHrhSgfBk1p4kVHU { background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:70px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:137.98608398438px;left:114.94793701172px;display:block; }
#PTxAFtRARiAR6NERThf8BRsJR1BNJXIM { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FchS7oLR5EmQw8qUfmI286D4QlvG1Jkn { background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:70px;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:217.96875px;left:114.94793701172px;display:block; }
#pQd5tIGaOWnWwHnDw6MWE040JR5uFcmf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oK5OmEQdKDx9igoK3pskKCJZbOkhVqvx { background-color:#222222;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:oswald;font-size:28px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:300px;height:70px;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:297.96875px;left:114.94793701172px;display:block; }
#Dz2y8tI9BaTHHBnTtUVaUTTMJPa5Ode8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ { position:relative;display:block; }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ { background-color: transparent; background-image: none; }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .row .container > .video-iframe-container { display: none; }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .row > .video-iframe-container { display: none; }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .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); }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ { border-width: 0; border-radius: 0; }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:523px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MkmbZXTd8S8bmdqBnoVwCGLEuFOeuboz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:25px;border-top-right-radius:25px;border-bottom-left-radius:25px;border-bottom-right-radius:25px;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;height:433px;width:350px;top:44px;left:12px;overflow:hidden;display:block; }
#XxQcaZnHI9TFvXwVB3IHhIS9cwWpQ2Vr { box-sizing:content-box;height:433px;width:350px;position:absolute;display:block;z-index:15001;background-color:rgba(0,0,0,0.3);background-image:none;top:44px;left:12px;border-top-right-radius:25px;border-bottom-right-radius:25px;border-bottom-left-radius:25px;border-top-left-radius:25px;display:block; }
#WLJDu63PGKm9tP59rJBmHfMtqZlF1DSU { color:#ffffff;display:block;width:290.99px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:85px;left:52px;height:351.9615px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QILLwz9xbgT3ygwu8ct8dGNH9ldlvl62 { color:#222222;display:block;width:425.99px;position:absolute;font-family:"roboto condensed";font-size:36px;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:50.104125976562px;left:411.96182250977px;height:36.0069px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RTDOtrqfustXMW7NRwsAHnqCnQww92KU { color:#222222;display:block;width:541.997px;position:absolute;font-family:"roboto condensed";font-size:20px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:104.53125px;left:411.96182250977px;height:311.8746px;text-align:left;text-align-last:left;display:block; }
#G623LLcwtEbMx0a3glNSXkCE6qt9MPzU { color:#222222;display:block;width:299px;position:absolute;font-family:"roboto condensed";font-size:24px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:436.92712402344px;left:411.96182250977px;height:31.1806px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gbcWlrqHtEhTfNyn7ypCLCbUOP9Ap4k9 { position:absolute;display:block;z-index:15009;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;height:50px;width:50px;top:428.05554199219px;left:729.0451965332px;overflow:hidden;display:block; }
#XpG1K2HihyqQ0VkUprTsgFKqzwl7CTT6 { position:absolute;display:block;z-index:15010;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;height:50px;width:50px;top:428.05554199219px;left:789.06253051758px;overflow:hidden;display:block; }
#xX0iJcgui4msRb8rKPOfHAws0wHGq53f { position:absolute;display:block;z-index:15011;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;height:50px;width:50px;top:428.05554199219px;left:849.94790649414px;overflow:hidden;display:block; }
#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row .container { background-color: transparent; background-image: none; }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row .container > .video-iframe-container { display: none; }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row > .video-iframe-container { display: none; }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .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); }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row .container { border-width: 0; border-radius: 0; }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row .container { font-size:14px;font-family:arial;height:40px;width:960px;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;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) { #hHbZBaJrypqTB61bBPAQEmgVgbkyrMnh { top:13px;left:0px;width:418px;height:62px;font-size:48px;display:block; }
 }@media only screen and (max-width: 763px) { #adb0emXawJoryaXsAqVvFavvhFAac2fq { width:95px;height:55px;top:23px;left:467px;display:block; }
 }@media only screen and (max-width: 763px) { #oPIbg1MixXxlXXsTeTiaQaS2vdWTdTMQ { display:block; }
 }@media only screen and (max-width: 763px) { #wgCbeoQTlbExqXgvN0yzQiDpVv1xVeVi { width:143px;height:55px;top:23px;left:562px;display:block; }
 }@media only screen and (max-width: 763px) { #XyaKETmBpkRfKzk55bKBsh8OlDRre3Tr { display:block; }
 }@media only screen and (max-width: 763px) { #NsMVcalhoAOHh4NBtR6LR01TGcS04q3G { width:143px;height:55px;top:23px;left:621px;display:block; }
 }@media only screen and (max-width: 763px) { #zQgTuaxci3QTehQv9z14nse6KcbgTse8 { display:block; }
 }@media only screen and (max-width: 763px) { #V707EBpTXHTOS3y1ZBwhZS1wXFNQMQzJ { top:22px;left:340.8542175293px;width:146px;height:134px;display:block; }
 }@media only screen and (max-width: 763px) { #LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh { display:block; }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH { display:block; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yknunTtsx6B0IVEQJ4He8Pf6u6WxnPk8 { top:68px;left:0px;width:523px;height:498px;display:block; }
 }@media only screen and (max-width: 763px) { #nA3LmLO7OvTUSKFlvNTRaMrhoq8X47wr { top:78px;left:269px;width:495px;height:36px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #rTQnI4TWNmuPSi9EpMAwxPvO8TO487CV { top:146px;left:259px;width:505px;height:131px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #sIuobuAfTcc64fcKKsId1y4czWUORtNT { top:129px;left:456.45834350586px;width:300px;height:3px;display:block; }
 }@media only screen and (max-width: 763px) { #LM6KclMkTuWfVrUEwd1heX7sNwRZWtQa { width:320px;height:71px;top:301px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #uhlW3qwsIaKSdmoQ7Kv2CXu5wOQsKTbA { display:block; }
 }@media only screen and (max-width: 763px) { #pp7MKTd1QzfQVofQyQEDULq2Lty89Jhk { width:320px;height:70px;top:377px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #TQLFnOtUKcVfqUSZ5HWlaqFNCTAlWPzC { display:block; }
 }@media only screen and (max-width: 763px) { #cXHFFribzAMCR8q179kXcg1TxNa6eKsK { width:320px;height:70px;top:455px;left:444px;display:block; }
 }@media only screen and (max-width: 763px) { #p7L8ou9JKV5oIGA1oH9xeIPke9Voc1d6 { display:block; }
 }@media only screen and (max-width: 763px) { #pEsknFXzEC0X6fw0ZyviAAufWT69xCH1 { top:465px;left:0px;width:264px;height:169px;display:block; }
 }@media only screen and (max-width: 763px) { #tduUJaFRKnGqQnVJkzdMVm7xxnr00my2 { top:22px;left:340.8542175293px;width:146px;height:134px;display:none; }
 }@media only screen and (max-width: 763px) { #uRgDcm5cwvTAaNpRN9K1TzLAhBMfUg2O { top:465px;left:0px;width:264px;height:271px;display:block; }
 }@media only screen and (max-width: 763px) { #yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK { display:block; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1P96L6WVknMlnsxfU9u1fGrZWAJ22Ud { top:64px;left:196.49653625488px;width:370px;height:43px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #FJOCpV0oKhoWuKtdZJd4ZgVO0ScR6m4S { top:150px;left:0px;width:764px;height:61px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #kFoU7KH5SqLdpThNKr3usE8g3rXELuRt { top:256px;left:313px;width:451px;height:314px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #xDLHtHth4dVW8AoyRr36lCetZN2XN9Ad { top:256px;left:0px;width:406px;height:304.25285690067px;display:block; }
 }@media only screen and (max-width: 763px) { #g9G4ugQHAoBoNTf7cHusJGW0eDDbfE9a { top:570px;left:5.4895935058594px;width:200px;height:23px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #mBSClc6QC2i98RNG7rXqgWPHtntJfduE { top:465px;left:0px;width:264px;height:104px;display:none; }
 }@media only screen and (max-width: 763px) { #rxeuqbqcW33T6RqXhhJhAiJPXg6RDEsP { top:37px;left:499px;width:265px;height:135px;display:none; }
 }@media only screen and (max-width: 763px) { #XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT { display:block; }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdE6Mqy51vRToCaHy0zvQMGNf62FAvBs { top:55px;left:30.159729003906px;width:370px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #wf39krN5qiPehyTc7g4weivzcTf6wvCa { top:126px;left:0px;width:561px;height:155px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XJzlTsELEeN8296VwM9afmz4Cmf3IOUT { top:37px;left:499px;width:265px;height:135px;display:block; }
 }@media only screen and (max-width: 763px) { #EFGERMhMlAyPrnTE6qwsE7kCnK9hgPB0 { top:37px;left:499px;width:265px;height:268px;display:block; }
 }@media only screen and (max-width: 763px) { #pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT { display:block; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZCHUHOfTcT8OvXGOKtueChw4P7cETew { top:41px;left:0px;width:357px;height:340px;display:block; }
 }@media only screen and (max-width: 763px) { #mpfB1Gwgs5Kyflv5yxOQqCy96BC1GDcC { top:42px;left:339px;width:425px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #V5mohZVFiAANwWfkqihmeZ9vJfv2smno { top:83px;left:371px;width:393px;height:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #SLiracXlIVnp3OdTX2RGsbBxoM70HXTu { width:300px;height:70px;top:136px;left:447px;display:block; }
 }@media only screen and (max-width: 763px) { #QthaM5wumzfutcrT9QQTcAmgOVlyzzLg { display:block; }
 }@media only screen and (max-width: 763px) { #fGf9Cr65GbhhBLTZmsy3Em8ZsFcpPgKV { width:300px;height:70px;top:220px;left:446.9826965332px;display:block; }
 }@media only screen and (max-width: 763px) { #pFiUTnyDbBiPXUyGFkwWAKwU8DB4ruNL { display:block; }
 }@media only screen and (max-width: 763px) { #Ls9IFRzQpfTsWoZGbELeObtknFFt7Eot { width:300px;height:70px;top:306px;left:446.9826965332px;display:block; }
 }@media only screen and (max-width: 763px) { #pZZpwXRL3qHwSNB3TEWIfRfmJwODH6HK { display:block; }
 }@media only screen and (max-width: 763px) { #qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV { display:block; }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9XKixAuMsmrn0gL8oPVkkmHXSk5kPXI { top:25px;left:453.64932250977px;width:284px;height:388px;display:block; }
 }@media only screen and (max-width: 763px) { #WLRnzQF7CzMrEoHhIoxS7qpcAxvN2iGK { top:50px;left:0px;width:425px;height:36px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #SwgPXQVyZNg6TVwmAg80fmRkW0MTheJm { top:85px;left:0px;width:393px;height:33px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #qRu0z65ew7V9o7hHuHrhSgfBk1p4kVHU { width:300px;height:70px;top:137px;left:16.947937011719px;display:block; }
 }@media only screen and (max-width: 763px) { #PTxAFtRARiAR6NERThf8BRsJR1BNJXIM { display:block; }
 }@media only screen and (max-width: 763px) { #FchS7oLR5EmQw8qUfmI286D4QlvG1Jkn { width:300px;height:70px;top:217px;left:16.947937011719px;display:block; }
 }@media only screen and (max-width: 763px) { #pQd5tIGaOWnWwHnDw6MWE040JR5uFcmf { display:block; }
 }@media only screen and (max-width: 763px) { #oK5OmEQdKDx9igoK3pskKCJZbOkhVqvx { width:300px;height:70px;top:297px;left:16.947937011719px;display:block; }
 }@media only screen and (max-width: 763px) { #Dz2y8tI9BaTHHBnTtUVaUTTMJPa5Ode8 { display:block; }
 }@media only screen and (max-width: 763px) { #e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ { display:block; }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkmbZXTd8S8bmdqBnoVwCGLEuFOeuboz { top:44px;left:0px;width:350px;height:433px;display:block; }
 }@media only screen and (max-width: 763px) { #XxQcaZnHI9TFvXwVB3IHhIS9cwWpQ2Vr { top:44px;left:0px;width:350px;height:433px;display:block; }
 }@media only screen and (max-width: 763px) { #WLJDu63PGKm9tP59rJBmHfMtqZlF1DSU { top:85px;left:0px;width:290px;height:351px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #QILLwz9xbgT3ygwu8ct8dGNH9ldlvl62 { top:50px;left:313.96182250977px;width:425px;height:36px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #RTDOtrqfustXMW7NRwsAHnqCnQww92KU { top:104px;left:222px;width:541px;height:311px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #G623LLcwtEbMx0a3glNSXkCE6qt9MPzU { top:436px;left:313.96182250977px;width:299px;height:31px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #gbcWlrqHtEhTfNyn7ypCLCbUOP9Ap4k9 { top:428px;left:631.0451965332px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #XpG1K2HihyqQ0VkUprTsgFKqzwl7CTT6 { top:428px;left:691.06253051758px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #xX0iJcgui4msRb8rKPOfHAws0wHGq53f { top:428px;left:714px;width:50px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV { display:block; }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:60px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hHbZBaJrypqTB61bBPAQEmgVgbkyrMnh { width:320px;height:41.5799px;top:10.190972328186px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #adb0emXawJoryaXsAqVvFavvhFAac2fq { width:95px;height:55px;top:235.5799px;left:112px;display:none; }
 }@media only screen and (max-width: 763px) { #oPIbg1MixXxlXXsTeTiaQaS2vdWTdTMQ { display:block; }
 }@media only screen and (max-width: 763px) { #wgCbeoQTlbExqXgvN0yzQiDpVv1xVeVi { width:143px;height:55px;top:310.5799px;left:88px;display:none; }
 }@media only screen and (max-width: 763px) { #XyaKETmBpkRfKzk55bKBsh8OlDRre3Tr { display:block; }
 }@media only screen and (max-width: 763px) { #NsMVcalhoAOHh4NBtR6LR01TGcS04q3G { width:143px;height:55px;top:385.5799px;left:88px;display:none; }
 }@media only screen and (max-width: 763px) { #zQgTuaxci3QTehQv9z14nse6KcbgTse8 { display:block; }
 }@media only screen and (max-width: 763px) { #V707EBpTXHTOS3y1ZBwhZS1wXFNQMQzJ { width:146px;height:134px;top:81.5799px;left:87px;display:none; }
 }@media only screen and (max-width: 763px) { #LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh { display:block; }#LqoucfkT5PpRdZB3cGLbbFpbTaSvTPlh > .row .container { width:320px;height:5px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH { display:block; }#nnZUzOJa1IMA24zETsS0KSfOsvHwiAWH > .row .container { width:320px;height:932px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yknunTtsx6B0IVEQJ4He8Pf6u6WxnPk8 { width:320px;height:304.70322341325px;top:31.996528625488px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #nA3LmLO7OvTUSKFlvNTRaMrhoq8X47wr { width:320px;height:60px;top:352.67364501953px;left:0px;font-size:25px;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rTQnI4TWNmuPSi9EpMAwxPvO8TO487CV { width:265px;height:124.028px;top:449.42712402344px;left:27.500000953674px;font-size:31px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sIuobuAfTcc64fcKKsId1y4czWUORtNT { width:200px;height:3px;top:427.45489501953px;left:60.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #LM6KclMkTuWfVrUEwd1heX7sNwRZWtQa { width:285px;height:65px;top:601px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #uhlW3qwsIaKSdmoQ7Kv2CXu5wOQsKTbA { display:block; }
 }@media only screen and (max-width: 763px) { #pp7MKTd1QzfQVofQyQEDULq2Lty89Jhk { width:285px;height:65px;top:673px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #TQLFnOtUKcVfqUSZ5HWlaqFNCTAlWPzC { display:block; }
 }@media only screen and (max-width: 763px) { #cXHFFribzAMCR8q179kXcg1TxNa6eKsK { width:285px;height:65px;top:744px;left:17px;display:block; }
 }@media only screen and (max-width: 763px) { #p7L8ou9JKV5oIGA1oH9xeIPke9Voc1d6 { display:block; }
 }@media only screen and (max-width: 763px) { #pEsknFXzEC0X6fw0ZyviAAufWT69xCH1 { width:166px;height:106px;top:826px;left:77px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tduUJaFRKnGqQnVJkzdMVm7xxnr00my2 { width:82px;height:75px;top:14px;left:229.48898593328px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #uRgDcm5cwvTAaNpRN9K1TzLAhBMfUg2O { width:264px;height:271px;top:971.97962402344px;left:28px;display:none; }
 }@media only screen and (max-width: 763px) { #yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b546e0aa-2e92-47a7-8f67-56a931452eca/1920x640.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK.adaptive-delivery-prevent-bg, #yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK.lazyload, #yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK.lazyloading { background-image: none; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container { background-color: transparent; background-image: none; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container > .video-iframe-container { display: none; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.4); }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row > .video-iframe-container { display: none; }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .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); }#yNWgKzTGJhmEiGEx6Ds5Vu9ly82fKURK > .row .container { width:320px;height:1115px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #M1P96L6WVknMlnsxfU9u1fGrZWAJ22Ud { width:320px;height:30px;top:82.96875px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FJOCpV0oKhoWuKtdZJd4ZgVO0ScR6m4S { width:286.997px;height:120.92px;top:141.87501525879px;left:16.493056297302px;font-size:22px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFoU7KH5SqLdpThNKr3usE8g3rXELuRt { width:261.997px;height:395px;top:589.67015075684px;left:28.993058204651px;font-size:19px;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xDLHtHth4dVW8AoyRr36lCetZN2XN9Ad { width:320px;height:239.792px;top:293.55905151367px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g9G4ugQHAoBoNTf7cHusJGW0eDDbfE9a { width:155px;height:23.4028px;top:544.28823852539px;left:155.08680820465px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mBSClc6QC2i98RNG7rXqgWPHtntJfduE { width:165px;height:65px;top:0px;left:76.996529579163px;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rxeuqbqcW33T6RqXhhJhAiJPXg6RDEsP { width:210px;height:106px;top:1008.9757385254px;left:55.000000953674px;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT { display:block; }#XyrKUmE6ZZ4WPvMzDu3STX01FFlb8NDT > .row .container { width:320px;height:485px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xdE6Mqy51vRToCaHy0zvQMGNf62FAvBs { width:320px;height:30px;top:136.97918701172px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wf39krN5qiPehyTc7g4weivzcTf6wvCa { width:285px;height:246.8755px;top:196.04168701172px;left:17.500000953674px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XJzlTsELEeN8296VwM9afmz4Cmf3IOUT { width:210px;height:106px;top:0px;left:55.000000953674px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EFGERMhMlAyPrnTE6qwsE7kCnK9hgPB0 { width:265px;height:268px;top:462.91674804688px;left:27px;display:none; }
 }@media only screen and (max-width: 763px) { #pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT { display:block; }#pr3r15hH4zy0SWczHT6VrHpGcXyNDTOT > .row .container { width:320px;height:680px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mZCHUHOfTcT8OvXGOKtueChw4P7cETew { width:230px;height:218px;top:163.07301330566px;left:45.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #mpfB1Gwgs5Kyflv5yxOQqCy96BC1GDcC { width:305px;height:60px;top:32.743041992188px;left:7.5000009536743px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V5mohZVFiAANwWfkqihmeZ9vJfv2smno { width:320px;height:27.309px;top:98.725708007812px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SLiracXlIVnp3OdTX2RGsbBxoM70HXTu { width:285px;height:65px;top:413.54174804688px;left:17.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #QthaM5wumzfutcrT9QQTcAmgOVlyzzLg { display:block; }
 }@media only screen and (max-width: 763px) { #fGf9Cr65GbhhBLTZmsy3Em8ZsFcpPgKV { width:285px;height:65px;top:490.51733398438px;left:17.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #pFiUTnyDbBiPXUyGFkwWAKwU8DB4ruNL { display:block; }
 }@media only screen and (max-width: 763px) { #Ls9IFRzQpfTsWoZGbELeObtknFFt7Eot { width:285px;height:65px;top:567.53491210938px;left:17.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #pZZpwXRL3qHwSNB3TEWIfRfmJwODH6HK { display:block; }
 }@media only screen and (max-width: 763px) { #qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV { display:block; }#qqXFuIQN2NcIocfZR74D0ChHvb4qzVyV > .row .container { width:320px;height:665px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9XKixAuMsmrn0gL8oPVkkmHXSk5kPXI { width:167px;height:228px;top:143.78460693359px;left:76.493058204651px;display:block; }
 }@media only screen and (max-width: 763px) { #WLRnzQF7CzMrEoHhIoxS7qpcAxvN2iGK { width:320px;height:60px;top:35px;left:0px;font-size:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SwgPXQVyZNg6TVwmAg80fmRkW0MTheJm { width:320px;height:27.309px;top:98.993041992188px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qRu0z65ew7V9o7hHuHrhSgfBk1p4kVHU { width:285px;height:65px;top:400.98950195312px;left:17.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #PTxAFtRARiAR6NERThf8BRsJR1BNJXIM { display:block; }
 }@media only screen and (max-width: 763px) { #FchS7oLR5EmQw8qUfmI286D4QlvG1Jkn { width:285px;height:65px;top:477.98608398438px;left:17.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #pQd5tIGaOWnWwHnDw6MWE040JR5uFcmf { display:block; }
 }@media only screen and (max-width: 763px) { #oK5OmEQdKDx9igoK3pskKCJZbOkhVqvx { width:285px;height:65px;top:554.96875px;left:17.500000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #Dz2y8tI9BaTHHBnTtUVaUTTMJPa5Ode8 { display:block; }
 }@media only screen and (max-width: 763px) { #e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ { display:block; }#e3UNPRSkiwsc1RuBgJ7WbZzSbM8yJwEJ > .row .container { width:320px;height:1167px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MkmbZXTd8S8bmdqBnoVwCGLEuFOeuboz { width:320px;height:395.885px;top:735px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XxQcaZnHI9TFvXwVB3IHhIS9cwWpQ2Vr { width:320px;height:398px;top:735px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WLJDu63PGKm9tP59rJBmHfMtqZlF1DSU { width:262.986px;height:334.2009px;top:766px;left:39px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QILLwz9xbgT3ygwu8ct8dGNH9ldlvl62 { width:320px;height:31.9965px;top:35.867988586426px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RTDOtrqfustXMW7NRwsAHnqCnQww92KU { width:274px;height:493.7495px;top:86.840278625488px;left:19.496527671814px;font-size:19px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #G623LLcwtEbMx0a3glNSXkCE6qt9MPzU { width:298.976px;height:27.309px;top:607.65626525879px;left:21.006945610046px;font-size:21px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gbcWlrqHtEhTfNyn7ypCLCbUOP9Ap4k9 { width:50px;height:50px;top:653.83671569824px;left:65.000000953674px;display:block; }
 }@media only screen and (max-width: 763px) { #XpG1K2HihyqQ0VkUprTsgFKqzwl7CTT6 { width:50px;height:50px;top:653.81948852539px;left:135.00000095367px;display:block; }
 }@media only screen and (max-width: 763px) { #xX0iJcgui4msRb8rKPOfHAws0wHGq53f { width:50px;height:50px;top:653.81948852539px;left:206.99653720856px;display:block; }
 }@media only screen and (max-width: 763px) { #NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV { display:block; }#NKhCtxUTvAEfvcEFH0IFR1cVv7ATbbtV > .row .container { width:320px;height:30px;position:relative;display:block; } }