.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffd600;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; }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row .container { background-color: transparent; background-image: none; }#Visz10AdUrFi26f49AtL18p4S2y2vNL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row .container > .video-iframe-container { display: none; }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row > .video-iframe-container { display: none; }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .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); }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row .container { border-width: 0; border-radius: 0; }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row .container { font-size:14px;font-family:arial;height:18px;width:1200px;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:228px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;position:relative;display:block; }#K5kZaMBZHtFQHo4QdLesRyZbqckF5G6y { 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:128px;width:128px;top:50px;left:536px;overflow:hidden;display:block; }
#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3217aea1-89d1-4fdb-a9a6-03386fad72ac/background.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe.adaptive-delivery-prevent-bg, #wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe.lazyload, #wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe.lazyloading { background-image: none; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row .container { background-color: transparent; background-image: none; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row .container > .video-iframe-container { display: none; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row > .video-iframe-container { display: none; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .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); }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row .container { border-width: 0; border-radius: 0; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row .container { font-size:14px;font-family:arial;height:743px;width:1200px;position:relative;display:block; }#mabqKAf4kAaoxa0n16dHTD7292WquFHb { color:#101820;display:block;width:1039px;position:absolute;font-family:"open sans";font-size:24px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:49px;left:81px;height:31.1953px;text-align:center;text-align-last:center;display:block; }
#bg0i2CGUEQhqXAsBz7fTWcsccfELqi1g { color:#101820;display:block;width:1039px;position:absolute;font-family:"open sans";font-size:21px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:128px;left:80.5px;height:54.5938px;text-align:center;text-align-last:center;display:block; }
#NTbJywCQk0C9GQBc6nsMoEF6OAI1zwHV { position:absolute;display:block;z-index:15002;height:348px;width:620px;top:272px;left:290px;display:block; }
#HXBC1Lgm6k1yrGXMCJ9NvZdw9fEkrIMu { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz { position:relative;display:block; }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz { background-color: transparent; background-image: none; }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .row .container > .video-iframe-container { display: none; }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .row > .video-iframe-container { display: none; }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .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); }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz { border-width: 0; border-radius: 0; }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .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; }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .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:215px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Jt879IrtvpwL3WPioIpKLJkFfkzvdCKZ { 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:138px;width:732px;top:38.5px;left:234px;overflow:hidden;display:block; }
#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/85ab5139-e2d7-4487-bc63-93f0daf76587/baner_web.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !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; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk.adaptive-delivery-prevent-bg, #zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk.lazyload, #zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk.lazyloading { background-image: none; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container { background-color: transparent; background-image: none; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container > .video-iframe-container { display: none; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row > .video-iframe-container { display: none; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .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); }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container { border-width: 0; border-radius: 0; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container { font-size:14px;font-family:arial;height:990px;width:1200px;position:relative;display:block; }#B60VD9aDMvfxXydKOQ7Z22QWrV0DtQh2 { color:#101820;display:block;width:862px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:389px;left:169px;height:59.7968px;text-align:center;text-align-last:center;display:block; }
#bQviXGlMUsiN8NeTEQoukISTlRB2TT3X { color:#101820;display:block;width:862px;position:absolute;font-family:"open sans";font-size:27px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:497px;left:169px;height:35.0938px;text-align:center;text-align-last:center;display:block; }
#z5iBacsyviuPGsHpLWPaKZdN7Ho1Eu60 { color:#101820;display:block;width:862px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:541px;left:169px;height:59.7969px;text-align:center;text-align-last:center;display:block; }
#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH { position:relative;display:block; }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH { background-color: transparent; background-image: none; }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .row .container > .video-iframe-container { display: none; }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .row > .video-iframe-container { display: none; }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .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); }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH { border-width: 0; border-radius: 0; }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .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; }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .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:402px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hms9kDObH1r3BWbZc4TdWTtVXKReXzea { 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:48px;width:437px;top:44px;left:382px;overflow:hidden;display:block; }
#Ifu7slI5UzWdFc5N1KZxzOopSQFsZtaZ { 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:124px;width:883px;top:153px;left:159px;overflow:hidden;display:block; }
#u7pQcWiIH59Ad4IbBkcvkABQ2EpWF5nu { color:#101820;display:block;width:862px;position:absolute;font-family:"open sans";font-size:23px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:305px;left:169px;height:29.8984px;text-align:center;text-align-last:center;display:block; }
#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM { position:relative;display:block; }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM { background-color: transparent; background-image: none; }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .row .container > .video-iframe-container { display: none; }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .row > .video-iframe-container { display: none; }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .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); }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM { border-width: 0; border-radius: 0; }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .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; }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .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:797px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DhTMoZDdHHxXkIapETCcthouIkaNSbQ3 { position:absolute;display:block;z-index:15000;height:348px;width:620px;top:91px;left:290px;display:block; }
#NnEOJ87NAfgginU5A3GFy9PfQuIp9LPq { color:#101820;display:block;width:357px;position:absolute;font-family:"open sans";font-size:15px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:606px;left:421.5px;height:58.5px;font-style:normal;text-align:center;text-align-last:center;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; }
#ueoS2BBIMDAXWiQTzM1cHAtbRi2v4Jx1 { position:absolute;display:block;z-index:15002;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:43px;width:43px;top:705px;left:499px;overflow:hidden;display:block; }
#BXdzMaDB5nTmW5ryxeIUNTzIdXk4yAdA { position:absolute;display:block;z-index:15003;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:43px;width:43px;top:705px;left:579px;overflow:hidden;display:block; }
#LLT2bTgNp0T5dU3eGf7OlmXORMkDISQp { 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:43px;width:43px;top:705px;left:659px;overflow:hidden;display:block; }
#dqwrrlhAOTtDrSQPiXn5fRfoHVRiyO58 { position:absolute;display:block;z-index:15000;height:348px;width:620px;display:none; }
#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#101820;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; }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row .container { background-color: transparent; background-image: none; }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row .container > .video-iframe-container { display: none; }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row > .video-iframe-container { display: none; }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .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); }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row .container { border-width: 0; border-radius: 0; }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row .container { font-size:14px;font-family:arial;height:265px;width:1200px;position:relative;display:block; }#XRc0pyKI3HZnkcwudGuIUqrWfwQspWsH { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:70px;left:500px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#desWg2QblxsXaoxUf4xU2xCGpEvzNUNV { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:103px;left:500px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#Le9dr14vvi6MRVGOdqdfe44rxfu27tvU { color:#ffffff;display:block;width:362px;position:absolute;font-family:"open sans";font-size:14px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:198px;left:419px;height:18.1953px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Visz10AdUrFi26f49AtL18p4S2y2vNL9 { display:block; }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row .container { width:764px;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) { #K5kZaMBZHtFQHo4QdLesRyZbqckF5G6y { top:50px;left:318px;width:128px;height:128px;display:block; }
 }@media only screen and (max-width: 763px) { #wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe { display:block; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mabqKAf4kAaoxa0n16dHTD7292WquFHb { top:49px;left:0px;width:764px;height:31px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bg0i2CGUEQhqXAsBz7fTWcsccfELqi1g { top:128px;left:0px;width:764px;height:54px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NTbJywCQk0C9GQBc6nsMoEF6OAI1zwHV { top:272px;left:72px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #HXBC1Lgm6k1yrGXMCJ9NvZdw9fEkrIMu { display:none; }
 }@media only screen and (max-width: 763px) { #sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz { display:block; }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jt879IrtvpwL3WPioIpKLJkFfkzvdCKZ { top:38px;left:16px;width:732px;height:138px;display:block; }
 }@media only screen and (max-width: 763px) { #zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk { display:block; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B60VD9aDMvfxXydKOQ7Z22QWrV0DtQh2 { top:389px;left:0px;width:764px;height:59px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bQviXGlMUsiN8NeTEQoukISTlRB2TT3X { top:497px;left:0px;width:764px;height:35px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #z5iBacsyviuPGsHpLWPaKZdN7Ho1Eu60 { top:541px;left:0px;width:764px;height:59px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH { display:block; }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hms9kDObH1r3BWbZc4TdWTtVXKReXzea { top:44px;left:164px;width:437px;height:48px;display:block; }
 }@media only screen and (max-width: 763px) { #Ifu7slI5UzWdFc5N1KZxzOopSQFsZtaZ { top:153px;left:0px;width:764px;height:107.28878822197px;display:block; }
 }@media only screen and (max-width: 763px) { #u7pQcWiIH59Ad4IbBkcvkABQ2EpWF5nu { top:305px;left:0px;width:764px;height:29px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM { display:block; }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhTMoZDdHHxXkIapETCcthouIkaNSbQ3 { top:91px;left:72px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #NnEOJ87NAfgginU5A3GFy9PfQuIp9LPq { top:606px;left:203.5px;width:357px;height:58px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ueoS2BBIMDAXWiQTzM1cHAtbRi2v4Jx1 { top:705px;left:281px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BXdzMaDB5nTmW5ryxeIUNTzIdXk4yAdA { top:705px;left:361px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #LLT2bTgNp0T5dU3eGf7OlmXORMkDISQp { top:705px;left:441px;width:43px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #dqwrrlhAOTtDrSQPiXn5fRfoHVRiyO58 { display:none; }
 }@media only screen and (max-width: 763px) { #pETIOR4pC0JQADf9nek0wBRAV5nxX9zD { display:block; }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRc0pyKI3HZnkcwudGuIUqrWfwQspWsH { top:70px;left:282px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #desWg2QblxsXaoxUf4xU2xCGpEvzNUNV { top:103px;left:282px;width:200px;height:20px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Le9dr14vvi6MRVGOdqdfe44rxfu27tvU { top:198px;left:201px;width:362px;height:18px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Visz10AdUrFi26f49AtL18p4S2y2vNL9 { display:block; }#Visz10AdUrFi26f49AtL18p4S2y2vNL9 > .row .container { width:320px;height:18px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:84px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K5kZaMBZHtFQHo4QdLesRyZbqckF5G6y { width:60px;height:60px;top:12px;left:130px;display:block; }
 }@media only screen and (max-width: 763px) { #wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe { display:block; }#wQTcNmLkLpecrXBS0MtOnPV5UT58hVHe > .row .container { width:320px;height:541px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mabqKAf4kAaoxa0n16dHTD7292WquFHb { width:278px;height:41.5938px;top:19px;left:21px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bg0i2CGUEQhqXAsBz7fTWcsccfELqi1g { width:320px;height:67.5938px;top:87.5703125px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #NTbJywCQk0C9GQBc6nsMoEF6OAI1zwHV { width:320px;height:169px;top:193.640625px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #HXBC1Lgm6k1yrGXMCJ9NvZdw9fEkrIMu { top:193px;left:0px;width:320px;height:348px;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz { display:block; }#sseKkR6y7HECeEh0XuA0vQcPXsUxxTpz > .row .container { width:320px;height:93px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jt879IrtvpwL3WPioIpKLJkFfkzvdCKZ { width:278px;height:51px;top:33px;left:21px;display:block; }
 }@media only screen and (max-width: 763px) { #zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/89cd5034-3523-4ada-bc4b-2bc8534ccd14/baner_mobile.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk.adaptive-delivery-prevent-bg, #zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk.lazyload, #zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk.lazyloading { background-image: none; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container { background-color: transparent; background-image: none; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container > .video-iframe-container { display: none; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row > .video-iframe-container { display: none; }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .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); }#zZTcRq0OMlWG19sVeLGyNz8xFenx33Mk > .row .container { width:320px;height:371px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B60VD9aDMvfxXydKOQ7Z22QWrV0DtQh2 { width:275px;height:67.5938px;top:111px;left:23px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #bQviXGlMUsiN8NeTEQoukISTlRB2TT3X { width:320px;height:33.7969px;top:193.1953125px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #z5iBacsyviuPGsHpLWPaKZdN7Ho1Eu60 { width:320px;height:33.7969px;top:236px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH { display:block; }#EGbnnhdoHrHZ8h48iV2Zc9P9K41DvrBH > .row .container { width:320px;height:180px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hms9kDObH1r3BWbZc4TdWTtVXKReXzea { width:231px;height:24px;top:22px;left:44.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Ifu7slI5UzWdFc5N1KZxzOopSQFsZtaZ { width:320px;height:44.937712344281px;top:70.140625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #u7pQcWiIH59Ad4IbBkcvkABQ2EpWF5nu { width:320px;height:16.8984px;top:132.078125px;left:0px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM { display:block; }#HGUncPllkvkMSqZ7udCCW6LXGgw8lMoM > .row .container { width:320px;height:624px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DhTMoZDdHHxXkIapETCcthouIkaNSbQ3 { width:320px;height:169px;top:20px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #NnEOJ87NAfgginU5A3GFy9PfQuIp9LPq { width:268px;height:42.8907px;top:450.109375px;left:26px;font-size:11px;display:block; }
 }@media only screen and (max-width: 763px) { #ueoS2BBIMDAXWiQTzM1cHAtbRi2v4Jx1 { width:30px;height:30px;top:534px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #BXdzMaDB5nTmW5ryxeIUNTzIdXk4yAdA { width:30px;height:30px;top:534px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #LLT2bTgNp0T5dU3eGf7OlmXORMkDISQp { width:30px;height:30px;top:534px;left:190px;display:block; }
 }@media only screen and (max-width: 763px) { #dqwrrlhAOTtDrSQPiXn5fRfoHVRiyO58 { top:23px;left:0px;width:320px;height:348px;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #pETIOR4pC0JQADf9nek0wBRAV5nxX9zD { display:block; }#pETIOR4pC0JQADf9nek0wBRAV5nxX9zD > .row .container { width:320px;height:143px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRc0pyKI3HZnkcwudGuIUqrWfwQspWsH { width:200px;height:15.5938px;top:20px;left:60px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #desWg2QblxsXaoxUf4xU2xCGpEvzNUNV { width:200px;height:15.5938px;top:45.796875px;left:60px;font-size:12px;display:block; }
 }@media only screen and (max-width: 763px) { #Le9dr14vvi6MRVGOdqdfe44rxfu27tvU { width:320px;height:13px;top:101.5938px;left:0px;font-size:10px;display:block; }
 }