.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;position:relative;top:0px;left:0px;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .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); }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT { border-top:0;border-left:0;border-right:0;border-bottom:1px solid rgba(0,0,0,0.7);background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0px;left:0px;right:0px;display:block; }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row .container { background-color: transparent; background-image: none; }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row .container > .video-iframe-container { display: none; }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row > .video-iframe-container { display: none; }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .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); }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row .container { border-width: 0; border-radius: 0; }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row .container { font-size:14px;font-family:arial;height:78px;width:1200px;position:relative;display:block; }#PfZEQb9hWi0TKq4qpCZzQ5p0cxw9Ff40 { 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;box-shadow: none;height:49px;width:185px;top:14.8984375px;left:0px;overflow:hidden;display:block; }
#VfTOJQrGDzxXtDPfF21010bTTDz181C8 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:38px;width:38px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:20px;left:1038px; }
#cIKUBO3CcGCLJqihmLTuyEgoNVRBPpaz { color:#000000;display:block;width:117.995px;position:absolute;font-family:"open sans";font-size:19px;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 24px rgba(0,0,0,0.5);top:34.0390625px;left:1075.9921569824px;height:24.7px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#z12mtZR8Pm0MJ2ZteTyGQukD7VwKv35y { color:#000000;display:block;width:116px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:17px;left:1084px;height:20.8px;display:block; }
#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA { position:relative;display:block; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA { background-color: transparent; background-image: none; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container > .video-iframe-container { display: none; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row > .video-iframe-container { display: none; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .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); }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA { border-width: 0; border-radius: 0; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31be9a93-fb01-4e89-bfeb-60df5d57e4ea/Frame483106.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:14px;font-family:arial;height:544px;width:1200px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container.adaptive-delivery-prevent-bg, #VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container.lazyload, #VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container.lazyloading { background-image: none; }#qg7zh9TMfEmETLbfqRtqPTG9BHhQ0IcG { color:#ffffff;display:block;width:612.995px;position:absolute;font-family:"open sans";font-size:49px;font-weight:700;z-index:15001;line-height:.9;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);top:205.85936927795px;left:16.9921875px;height:132.3px;font-style:normal;display:block; }
#y0OT8k1ZKANZFlfEpcPiQUkv8DEkTBq2 { 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;box-shadow: none;height:458.997px;width:306.992px;top:84.986976623535px;left:433.97134399414px;overflow:hidden;display:block; }
#vwLJ4zpgtJLkTJ9sz82DEtdyx9qO3RwM { box-sizing:content-box;height:145px;width:670px;position:absolute;display:block;z-index:15018;background-color:rgba(227,227,227,0.82);background-image:none;top:358px;left:17px;border-top-right-radius:12px;border-bottom-right-radius:12px;border-bottom-left-radius:12px;border-top-left-radius:12px;display:block; }
#W2bnrMt4RHNoSNaNdAFnm4wmy9pZqCLQ { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:123px;top:375px;left:29px;overflow:hidden;display:block; }
#FZirT7TZTlBoWGVTCroADVF375yGTv2Q { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:89px;top:375px;left:193px;overflow:hidden;display:block; }
#DZSDEPstx8GXJhHStqUop6fyoDSedN9q { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:141px;top:375px;left:336px;overflow:hidden;display:block; }
#q0JkZANsn3qCxVEy4VntaBy6qPFH0Ne6 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:173px;top:375px;left:501px;overflow:hidden;display:block; }
#fTWDRTGBpBLsz4TJ7pcrfpWFwLi1MENZ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:162px;top:441px;left:29px;overflow:hidden;display:block; }
#hKw3EI6pybMZ8az1PbzVpl9hC0J2qZVl { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:118px;top:441px;left:219px;overflow:hidden;display:block; }
#fCVamk5hFTZc1wGcDsFmOo2XFEZdmoe1 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:173px;top:441px;left:501px;overflow:hidden;display:block; }
#BOpRSurIxGKp8xrLFRCTzlrVA8CivIRG { position:absolute;display:block;z-index:15016;height:308.997px;width:368.997px;top:186.54947853088px;left:770.96353149414px;display:block; }
#LHlsmg1upXlggz2B23teNmHZmrCxfg7C { color:#000000;display:block;width:366.979px;position:absolute;font-family:"open sans";font-size:21px;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:132px;left:772px;height:54.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Moa1DqqTBcp3c19haJNwtRSsa4UZqvTv { box-sizing:content-box;height:401px;width:420px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:107.99478912354px;left:745.98959350586px;border-top-right-radius:16px;border-bottom-right-radius:16px;border-bottom-left-radius:16px;border-top-left-radius:16px;box-shadow: 0 0 5px rgba(0,0,0,0.5) ;display:block; }
#k1Pc3BDbgoo0FDNm29RK4tJBTIBBWGT1 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:43px;width:115px;top:441px;left:363px;overflow:hidden;display:block; }
#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row .container { background-color: transparent; background-image: none; }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row .container > .video-iframe-container { display: none; }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row > .video-iframe-container { display: none; }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .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); }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row .container { border-width: 0; border-radius: 0; }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row .container { font-size:14px;font-family:arial;height:71px;width:1200px;position:relative;display:block; }#FNyE1k22SxP51VbIwGhtBauTyM5zzxsG { color:#000000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:36px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:16.640625px;left:0px;height:46.8px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU { position:relative;display:block; }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU { background-color: transparent; background-image: none; }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .row .container > .video-iframe-container { display: none; }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .row > .video-iframe-container { display: none; }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .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); }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU { border-width: 0; border-radius: 0; }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .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; }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .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:246px;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; }#yAnViDcE6MpipQlrGgZ6cvhTHUCR85dU { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:0px;left:0px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#fJTXpbpWm5mhD2aTEAJBpSzzBaPEPIow { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:0px;left:965px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#ndaouEhqzao13f4SxgU6zBB97zEzii8x { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:0px;left:482.5px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#GLg6zsWuWI1F6FGfWldbNg18PJxZU7Tl { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:0px;left:724px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#z87nlyxWQpA5aqIvV99QA7eFq19qJD8P { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:0px;left:241px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#TZNuPMBWA73U2FWSI71T61CE6EPwh7lh { 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;box-shadow: none;height:50px;width:51px;top:10px;left:92px;overflow:hidden;display:block; }
#RQXH2XcmHH0pAfEfD8HJ9JCJUDXHJeFw { color:#000000;display:block;width:159px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:63px;left:38px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C64iHPzOGiKdla3eisWAEVnB0tlJ95Ds { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:45px;top:10px;left:333px;overflow:hidden;display:block; }
#t3QTwPCAuBk7aHH4DAgxAmqwQhNkxBE3 { color:#000000;display:block;width:159px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:63px;left:279px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uQCJ0M0aLf2AX7GhZ4zc7OF9sdlF0BN4 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:44px;top:10px;left:574.5px;overflow:hidden;display:block; }
#NqwncZUaoa0J8dUxbrT7ZtPifaG1ThhM { color:#000000;display:block;width:171px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:63px;left:514.5px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RkvHQAHuMCEmnzPUVMT0k3f9ThcT7ycH { 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;box-shadow: none;height:44px;width:37px;top:13px;left:823px;overflow:hidden;display:block; }
#ehuqMcenMbZTJa6s3fXg0hoQtVAi21dg { color:#000000;display:block;width:171px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:63px;left:756px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#S2Qr26EyyGKQv0CO6KKrD3L4G6NSPOKw { 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;box-shadow: none;height:44px;width:41px;top:11px;left:1057px;overflow:hidden;display:block; }
#ZF8SRGIRTJRDJpntWS9Vv0ZI1Qda653z { color:#000000;display:block;width:171px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:63px;left:997px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IbHwkQRAKLgnyhnFTbJ6z5VEKUT0z0Z1 { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;top:126px;left:965px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#ZlvFaCwpIZns4WHbxgwOf79upNSX3nOn { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;top:126px;left:724px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#xMJvJkEKWQTPIPXfpJR36TX9PNIrVbC3 { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;top:126px;left:483px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#eqRvHe0TuqCdZIPSBUBBbMv4BBNONJkT { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:126px;left:241px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#oDE54h7fgUgxQh8uwHT1FrqxUlpLnwqy { box-sizing:content-box;height:117px;width:235px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:126px;left:0px;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#GT9rdFn6ss6kiUnsvpmivNGRXbaW05X7 { color:#000000;display:block;width:159px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:189px;left:38px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DAhpkhaAza9fnvbv0wJr9EPTVa56I0WE { color:#000000;display:block;width:159px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:189px;left:279px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q1sxbWixJzwsFsn8ybzgrbpZNebd7DfA { color:#000000;display:block;width:171px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:189px;left:515px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qnLVC5XNX4mirNDCIuV3eqiruTt1lNxC { color:#000000;display:block;width:171px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:189px;left:756px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vwJ5sKBgo1UvD6bUZSc6sIcQ0ygX6FOV { color:#000000;display:block;width:171px;position:absolute;font-family:poppins;font-size:16px;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:189px;left:997px;height:41.6px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cZrGLddrfG82CqKalMkz5GWiSm0A8EIT { 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;box-shadow: none;height:45px;width:45px;top:136px;left:92px;overflow:hidden;display:block; }
#Saf7TtFTSIfKpAsr4FSlpHgCkTTTs34F { 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;box-shadow: none;height:44px;width:32px;top:137px;left:1057px;overflow:hidden;display:block; }
#kpmdfy6Tgy3sN5y5JJhzSfthd2zldNd5 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:44px;top:136px;left:333px;overflow:hidden;display:block; }
#vga52oQuaoRUTo9Tc0kWUdEX1u2U77AA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:44px;width:43px;top:136px;left:575px;overflow:hidden;display:block; }
#VnZXRyu46llCakksDmeLnnb7dX0B1x3o { 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;box-shadow: none;height:43px;width:46px;top:137px;left:819px;overflow:hidden;display:block; }
#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG { position:relative;display:block; }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG { background-color: transparent; background-image: none; }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .row .container > .video-iframe-container { display: none; }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .row > .video-iframe-container { display: none; }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .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); }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG { border-width: 0; border-radius: 0; }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .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; }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .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:70px;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; }#KxZWDX464EqlVD2itlIrk6ITb05BMndT { background-color:#ff910a;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:196.992px;height:51.9922px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.984375px;left:504.49215698242px;display:block; }
#U1qcQWf5SIGgzvyCEDGaycXbdf0N6gRm { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu { position:relative;display:block; }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu { background-color: transparent; background-image: none; }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .row .container > .video-iframe-container { display: none; }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .row > .video-iframe-container { display: none; }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .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); }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu { border-width: 0; border-radius: 0; }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .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; }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .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:80px;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; }#ZU18s4oTTNfnxSiatPrM0zr3b1mZ8Pqv { color:#000000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:36px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:16.575500488281px;left:0px;height:46.8px;text-align:center;text-align-last:center;display:block; }
#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF { position:relative;display:block; }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF { background-color: transparent; background-image: none; }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .row .container > .video-iframe-container { display: none; }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .row > .video-iframe-container { display: none; }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .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); }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF { border-width: 0; border-radius: 0; }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .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; }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .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:95px;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; }#FLry2fnxh9dwR9Q4CZSeT9VsVLwoqGUC { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0px;left:0px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#fkMEbLZmNeEZcrusomu6wkMO0AbPud1n { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0px;left:918px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#Kz4snX3hidKT1UctaEToRPvnwTDw5cCy { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0px;left:307px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#NElIFQg9gCZKWH9c1UXWq6AmQadsr5t9 { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0px;left:612px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#LLc4C0KgG6MVhLWdq1yX2HaU8HH0SoWR { 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;box-shadow: none;height:61px;width:60px;top:6px;left:5px;overflow:hidden;display:block; }
#TyZ09fGIbvPpyn3nFCM35BGaoOP040nE { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.6953125px;left:390px;height:19.8px;display:block; }
#Hrb1khRECNLcAXQQ5y2PD2tLxOMP1HWn { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:16.6953125px;left:687px;height:39.6px;display:block; }
#gMTMlZXxAsWVMOLOtgDABrO0K02qHoTz { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:16.6953125px;left:988px;height:39.6px;display:block; }
#JyiOPgrBSdmRtl9D1kaMN74OZf0ZG4ET { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61px;width:60px;top:5px;left:313px;overflow:hidden;display:block; }
#wlsDw0G8WV8JlCzpOFQwxKAi0SAV6sSH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61px;width:60px;top:6px;left:618px;overflow:hidden;display:block; }
#TyRcwwzFT0JfuwCvxJQbfnNTZw86WbLg { 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;box-shadow: none;height:61px;width:60px;top:6px;left:924px;overflow:hidden;display:block; }
#iERB6bVcEFKtD4J1AzvVeBz6ITfGm8H0 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:16.6953125px;left:83px;height:39.6px;display:block; }
#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h { position:relative;display:block; }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h { background-color: transparent; background-image: none; }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .row .container > .video-iframe-container { display: none; }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .row > .video-iframe-container { display: none; }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .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); }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h { border-width: 0; border-radius: 0; }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .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; }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .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:90px;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; }#QAvG8ABiBltTlz9rA4bXMmhy6JPSRLJI { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0px;left:0px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#PneLxxPrUlGfTIidnWTGeyxSWrCFzT0J { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0px;left:918px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#xmrcpFAACbRfm89M2KJAb05fiU5XCEhX { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0px;left:307px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#Kwdzn03806qndTop0o8SMl3zxoaCVyhA { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0px;left:612px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#ls8RZufwlZA1XAD1amuy7XDsK9Wr9385 { 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;box-shadow: none;height:61px;width:60px;top:6px;left:5px;overflow:hidden;display:block; }
#aFiVm7oJIL49tmuWS82CxRQvJVImwAF9 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:26.419281005859px;left:82.486968994141px;height:19.8px;display:block; }
#FmUWP4yLEyTLyZ3PyFObPTpSkP5rTW2Z { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.6953125px;left:390px;height:19.8px;display:block; }
#TBQrn11m7ueGPHBN03Mz8OsJSRoxn81u { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:16.6953125px;left:686px;height:39.6px;display:block; }
#FqvCkfZL8btDmVcbAsZyzh4CTwEfkAUW { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:26.419281005859px;left:999.98690795898px;height:19.8px;display:block; }
#Nl6rK5mZnTQLM9KuoJNrkFdTeKblWxqt { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61px;width:60px;top:5px;left:313px;overflow:hidden;display:block; }
#an2I67Ww2iQW7G10XJ6lVTOXJQ6A2cTM { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:52px;top:10px;left:622.890625px;overflow:hidden;display:block; }
#hRSoBxs4ndZDQRd89b5GtTZnONdL736f { 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;box-shadow: none;height:61px;width:60px;top:6px;left:924px;overflow:hidden;display:block; }
#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm { position:relative;display:block; }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm { background-color: transparent; background-image: none; }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .row .container > .video-iframe-container { display: none; }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .row > .video-iframe-container { display: none; }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .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); }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm { border-width: 0; border-radius: 0; }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .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; }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .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:90px;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; }#FNnpn4aJGxokpRJEaSvRZgsMa91yeU0z { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0px;left:0px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#IFeb7aTPdLNViK7lUG1rUTiBXQZDoZqq { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:0px;left:918px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#n2JAgAMAcHb9KJZ2TMuDM0wx6QOtN1vH { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0px;left:307px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#f1WxIs365TKBPVJcvsAeXOFo8pZcPLMb { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0px;left:612px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#a5s61scZ4Xom46dbwHGE2tWigqPc702H { 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;box-shadow: none;height:61px;width:59px;top:6px;left:5px;overflow:hidden;display:block; }
#Kb7Uhc1P4U8ZkT0zNuoLPF7atGGXaxMf { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:16.6953125px;left:83px;height:39.6px;display:block; }
#yOLqzsZSQHCkiVK5l3Trpx8cCl3LElIJ { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.6953125px;left:390px;height:39.6px;display:block; }
#UgKcuSCaPEhQBJAepndomCGtVHGwByd8 { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:16.6953125px;left:685px;height:39.6px;display:block; }
#Z73yisEats21ask0lNxTQyTTyKoNbAfw { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:16.6953125px;left:996px;height:39.6px;display:block; }
#lvHkt4daPIok5CzOw3ieyBZRVQbayceg { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61px;width:60px;top:5px;left:313px;overflow:hidden;display:block; }
#k7niR0tPBFfJkkVoDpyhh08kta6daMmG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:52px;top:10px;left:622.890625px;overflow:hidden;display:block; }
#MXflOiva9p2p52ku8EziBKrFCiofMD0K { 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;box-shadow: none;height:61px;width:60px;top:6px;left:924px;overflow:hidden;display:block; }
#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 { position:relative;display:block; }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 { background-color: transparent; background-image: none; }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .row .container > .video-iframe-container { display: none; }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .row > .video-iframe-container { display: none; }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .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); }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 { border-width: 0; border-radius: 0; }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .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; }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .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:90px;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; }#Chksx1BuOVpFIfE1SMcwV235dWGIQIzh { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:0px;left:0px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#WE16LTvOWH6AC8RRwFNs9NbC9Pc2Vrwf { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:0px;left:307px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#LosrZRTuzQkAgsDETZT1wCCd4LPh8HJV { box-sizing:content-box;height:71px;width:280px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:0px;left:612px;border-top:1px solid rgba(0,0,0,0.2);border-left:1px solid rgba(0,0,0,0.2);border-right:1px solid rgba(0,0,0,0.2);border-bottom:1px solid rgba(0,0,0,0.2);border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;display:block; }
#mbd5F1r2pNKry37F5WyeZZLrTVW9LSGJ { 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;box-shadow: none;height:59px;width:59px;top:6px;left:5px;overflow:hidden;display:block; }
#Tk3JJSt7Nn2uF97bIhIt8BZq55PbDIll { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15005;line-height:1.1;letter-spacing:0;top:16.6953125px;left:83px;height:39.6px;display:block; }
#lCxfydEmdir2yHk0VAlBpCI8Dd55dopD { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:16.6953125px;left:390px;height:39.6px;display:block; }
#OcXdTpi1mrdRHadhDIRkzkCwKP20eLET { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15007;line-height:1.1;letter-spacing:0;top:16.6953125px;left:685px;height:39.6px;display:block; }
#haT3HZSQgtycXMFG1oPKtex9hHvtDlWs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:61px;width:60px;top:5px;left:313px;overflow:hidden;display:block; }
#viXptD5070itxRtyqyeuLJ7GZqmAuqLq { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:53px;width:52px;top:10px;left:622.890625px;overflow:hidden;display:block; }
#mCINOHscscGgOWXUi0Svm1qIydngoh37 { color:#0f806d;display:block;width:200px;position:absolute;font-family:"open sans";font-size:18px;font-weight:normal;z-index:15008;line-height:1.1;letter-spacing:0;top:35.09375px;left:950px;height:19.8px;text-align:center;text-align-last:center;display:block; }
#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz { position:relative;display:block; }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz { background-color: transparent; background-image: none; }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .row .container > .video-iframe-container { display: none; }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .row > .video-iframe-container { display: none; }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .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); }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz { border-width: 0; border-radius: 0; }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .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; }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .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:70px;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; }#rlfsfdLybP0S4FowyU6TDy6IJe75Z1hT { background-color:#ff910a;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:196.992px;height:51.9922px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.9974060058594px;left:501.49740600586px;display:block; }
#qUhq6DmQ8n6pnVNem8SMGnTZaTtNSmf5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 { position:relative;display:block; }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 { background-color: transparent; background-image: none; }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .row .container > .video-iframe-container { display: none; }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .row > .video-iframe-container { display: none; }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .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); }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 { border-width: 0; border-radius: 0; }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .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; }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .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:69px;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; }#LT4Zd1NOV9fgTtxml14hOmzOzIKILMLB { color:#000000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:36px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:11.09375px;left:0px;height:46.8px;text-align:center;text-align-last:center;display:block; }
#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW { position:relative;display:block; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW { background-color: transparent; background-image: none; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container > .video-iframe-container { display: none; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row > .video-iframe-container { display: none; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .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); }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW { border-width: 0; border-radius: 0; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/652aa3e0-b2f9-4129-80a3-8c8d59fdd57d/Frame483104.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;font-size:14px;font-family:arial;height:609px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container.adaptive-delivery-prevent-bg, #cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container.lazyload, #cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container.lazyloading { background-image: none; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS { position:relative;display:block; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS { background-color: transparent; background-image: none; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .row .container > .video-iframe-container { display: none; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .row > .video-iframe-container { display: none; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .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); }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS { border-width: 0; border-radius: 0; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .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; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .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:65px;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; }#afhgAW1Ert5JDpDcaLnE7Zikz3GE5nuo { color:#000000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:36px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:9.0755157470703px;left:0px;height:46.8px;text-align:center;text-align-last:center;display:block; }
#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds { position:relative;display:block; }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds { background-color: transparent; background-image: none; }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .row .container > .video-iframe-container { display: none; }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .row > .video-iframe-container { display: none; }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .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); }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds { border-width: 0; border-radius: 0; }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .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; }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .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:509px;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; }#m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB { box-sizing:content-box;height:418px;width:1200px;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/75476633-18c8-453b-8934-a9eb517e0f82/Frame482975.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:88.5px;left:0px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }#m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB.adaptive-delivery-prevent-bg, #m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB.lazyload, #m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB.lazyloading { background-image: none; }
#Dg0QclOU4fQkcIXgJqSFlcTH7DlIqAqd { color:#ffffff;display:block;width:656px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:245.5px;left:25px;height:104px;display:block; }
#GgU1myQSc5npvAuMAR8xoNm0XXK8sKhs { background-color:#ff910a;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:52px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:399.5px;left:25px;display:block; }
#NATEo4irBnSXCeF1NOpZPaMXhwRPnCAl { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#CaP0nVRSFZhhiJRnasaVNTmD18ZW6FsB { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:500px;width:390px;top:6.5px;left:671.984375px;overflow:hidden;display:block; }
#I5lSawCnvVP38qWTfx5fg8gttHK7Xhod { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:70px;width:260px;top:128px;left:25px;overflow:hidden;display:block; }
#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V { position:relative;display:block; }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V { background-color: transparent; background-image: none; }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .row .container > .video-iframe-container { display: none; }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .row > .video-iframe-container { display: none; }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .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); }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V { border-width: 0; border-radius: 0; }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .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; }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .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:521px;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; }#OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX { box-sizing:content-box;height:420px;width:1200px;position:absolute;display:block;z-index:15001;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f8615866-4a67-4930-9bb6-e35d6e534859/Frame483093.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:99px;left:0px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }#OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX.adaptive-delivery-prevent-bg, #OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX.lazyload, #OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX.lazyloading { background-image: none; }
#a0z1VUUsm9nC0b5VUThDWIxFCeqzRJrh { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:452px;width:480px;top:12px;left:19px;overflow:hidden;display:block; }
#hC2pwQk1kh7th6rCq5gN4P9oOHoqA9by { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:70px;width:206px;top:153px;left:544px;overflow:hidden;display:block; }
#FTSg16BVNs2FeZ9WJAMkvMGQUNkEkz08 { color:#ffffff;display:block;width:656px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:257px;left:544px;height:104px;display:block; }
#O1yhEHGn8ElxqtIoTsyRxAox4us48syg { background-color:#ff910a;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:52px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:413px;left:544px;display:block; }
#cxE8iMf5x77wsWfe72JsdLCwzlXSCEE8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF { position:relative;display:block; }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF { background-color: transparent; background-image: none; }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .row .container > .video-iframe-container { display: none; }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .row > .video-iframe-container { display: none; }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .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); }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF { border-width: 0; border-radius: 0; }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .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; }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .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:509px;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; }#rcSyBEBqwUuzBixMgXauwOXxavcD3a2u { box-sizing:content-box;height:418px;width:1200px;position:absolute;display:block;z-index:15000;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ad5add04-abac-4a4d-b74f-bb30b7a83a5e/Group290025.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;top:88.5px;left:0px;border-top-left-radius:16px;border-top-right-radius:16px;border-bottom-left-radius:16px;border-bottom-right-radius:16px;display:block; }#rcSyBEBqwUuzBixMgXauwOXxavcD3a2u.adaptive-delivery-prevent-bg, #rcSyBEBqwUuzBixMgXauwOXxavcD3a2u.lazyload, #rcSyBEBqwUuzBixMgXauwOXxavcD3a2u.lazyloading { background-image: none; }
#TWlPcIpEGEQgB2HpdzT6MdtUqA1C4xAF { color:#ffffff;display:block;width:656px;position:absolute;font-family:poppins;font-size:20px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:271.5px;left:25px;height:52px;display:block; }
#KCXgzpmM05uHx7ry8WTbebzkz7ag3edR { background-color:#ff910a;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:130px;height:52px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:399.5px;left:25px;display:block; }
#CdVDR9i1K58mhIiFETlSRxQ3fzNREsE6 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#BOOS1F1dbEN4ThtoF5aci0sTGIztFJSe { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:500px;width:540px;top:6.5px;left:660px;overflow:hidden;display:block; }
#OqGO5nNyHHlJfHwsW9neE0wNHD4f6baJ { color:#ffffff;display:block;width:656px;position:absolute;font-family:poppins;font-size:39px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:166.8125px;left:25px;height:50.7px;display:block; }
#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT { position:relative;display:block; }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT { background-color: transparent; background-image: none; }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .row .container > .video-iframe-container { display: none; }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .row > .video-iframe-container { display: none; }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .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); }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT { border-width: 0; border-radius: 0; }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .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; }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .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:70px;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; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF { position:relative;display:block; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF { background-color: transparent; background-image: none; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .row .container > .video-iframe-container { display: none; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .row > .video-iframe-container { display: none; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .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); }#culTht4T6ahFKNVQgiRxAqE71atlhfQF { border-width: 0; border-radius: 0; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .row .container > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;background-image:none;font-size:14px;font-family:arial;height:414px;width:1200px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;position:relative;display:block; }#BfnzxaQTBOzbM4XmKX4M3L3mc1qQqavT { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ab54ae1e-ef0e-4b08-85ed-9f95302a4fa7/logo_21.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:94px;width:263px;top:139px;left:40px;display:block; }#BfnzxaQTBOzbM4XmKX4M3L3mc1qQqavT.adaptive-delivery-prevent-bg, #BfnzxaQTBOzbM4XmKX4M3L3mc1qQqavT.lazyload, #BfnzxaQTBOzbM4XmKX4M3L3mc1qQqavT.lazyloading { background-image: none; }
#EMX3lkqpdP9wWFEIUOVlfrh2hQTTRiiD { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e86aa289-da71-4c57-a0eb-b95e3b8768f1/Group2662.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:93px;width:260px;top:139px;left:331px;display:block; }#EMX3lkqpdP9wWFEIUOVlfrh2hQTTRiiD.adaptive-delivery-prevent-bg, #EMX3lkqpdP9wWFEIUOVlfrh2hQTTRiiD.lazyload, #EMX3lkqpdP9wWFEIUOVlfrh2hQTTRiiD.lazyloading { background-image: none; }
#WTquIEtDFtoyyC7kKxEJSd7vTfTcVa0T { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/0e88209a-c1b2-4ad0-b986-b3e60bdcad50/Layer1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:93px;width:260px;top:139px;left:900px;display:block; }#WTquIEtDFtoyyC7kKxEJSd7vTfTcVa0T.adaptive-delivery-prevent-bg, #WTquIEtDFtoyyC7kKxEJSd7vTfTcVa0T.lazyload, #WTquIEtDFtoyyC7kKxEJSd7vTfTcVa0T.lazyloading { background-image: none; }
#pC3PhKgIcE73aLaGciwiCMTT89NbH3TG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8e01012c-b867-4f12-be00-e83a6a2ad50e/NDTV_profit_logo1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:93px;width:260px;top:139px;left:614px;display:block; }#pC3PhKgIcE73aLaGciwiCMTT89NbH3TG.adaptive-delivery-prevent-bg, #pC3PhKgIcE73aLaGciwiCMTT89NbH3TG.lazyload, #pC3PhKgIcE73aLaGciwiCMTT89NbH3TG.lazyloading { background-image: none; }
#wc5FflEhqJxBqby7VZ4qVlqqtTS5D6mE { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b844f4e4-1ab5-42b8-848d-aab33a33e469/logo111.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:93px;width:260px;top:271px;left:900px;display:block; }#wc5FflEhqJxBqby7VZ4qVlqqtTS5D6mE.adaptive-delivery-prevent-bg, #wc5FflEhqJxBqby7VZ4qVlqqtTS5D6mE.lazyload, #wc5FflEhqJxBqby7VZ4qVlqqtTS5D6mE.lazyloading { background-image: none; }
#cRsTiZxbSzfCpdzVTEnZCc0a8AzTOsZg { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/53c19d75-3305-407e-b02b-2017c0c6a88d/logo1_new11.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:93px;width:260px;top:271px;left:614px;display:block; }#cRsTiZxbSzfCpdzVTEnZCc0a8AzTOsZg.adaptive-delivery-prevent-bg, #cRsTiZxbSzfCpdzVTEnZCc0a8AzTOsZg.lazyload, #cRsTiZxbSzfCpdzVTEnZCc0a8AzTOsZg.lazyloading { background-image: none; }
#TaNifNNE5fe2LNXsXzi2qm73XdVSbtMi { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/97ec9c1f-64ff-4be4-9657-3c4ac122ef47/pngclipartforbeslogomarketingbusinesscompanymagazinecompanytext011.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:93px;width:260px;top:271px;left:331px;display:block; }#TaNifNNE5fe2LNXsXzi2qm73XdVSbtMi.adaptive-delivery-prevent-bg, #TaNifNNE5fe2LNXsXzi2qm73XdVSbtMi.lazyload, #TaNifNNE5fe2LNXsXzi2qm73XdVSbtMi.lazyloading { background-image: none; }
#thceU3bZXvtNgqo8egumiT9wJlITiSm7 { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5426fb68-e282-440a-babb-5a4aa6a71f04/healthlogoheader1.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-bottom:1px solid #000000;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow: none;height:93px;width:260px;top:271px;left:40px;display:block; }#thceU3bZXvtNgqo8egumiT9wJlITiSm7.adaptive-delivery-prevent-bg, #thceU3bZXvtNgqo8egumiT9wJlITiSm7.lazyload, #thceU3bZXvtNgqo8egumiT9wJlITiSm7.lazyloading { background-image: none; }
#oNXdQruShi8SuKZOlOW6FS6zuUPpUevO { color:#000000;display:block;width:1200px;position:absolute;font-family:poppins;font-size:35px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:38.984375px;left:0px;height:45.5px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h7wQFDoVFN4Nf5VfTgxbPGqzwq3GTKew { box-sizing:content-box;height:1px;width:470px;position:absolute;display:block;z-index:15008;background-color:rgba(0,0,0,0.4);background-image:none;top:61.234375px;left:0px;display:block; }
#EEUXI9WzmuTLLRQdk4XZxrIm0T9bBANe { box-sizing:content-box;height:1px;width:470px;position:absolute;display:block;z-index:15009;background-color:rgba(0,0,0,0.4);background-image:none;top:61.234375px;left:730px;display:block; }
#pVza0IemgnVR61hJA009bVCDqeu0cgKX { position:relative;display:block; }#pVza0IemgnVR61hJA009bVCDqeu0cgKX { background-color: transparent; background-image: none; }#pVza0IemgnVR61hJA009bVCDqeu0cgKX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .row .container > .video-iframe-container { display: none; }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .row > .video-iframe-container { display: none; }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .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); }#pVza0IemgnVR61hJA009bVCDqeu0cgKX { border-width: 0; border-radius: 0; }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .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; }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .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:70px;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; }#ZvbBDz6ues0fWcOzvbebiMu24od7owcf { background-color:#ff910a;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-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:196.992px;height:51.9922px;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:8.984375px;left:504.49215698242px;display:block; }
#tFKbx72UdQzIF9BbuUrMJOiB2Mbb8INW { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#181818;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; }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row .container { background-color: transparent; background-image: none; }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row .container > .video-iframe-container { display: none; }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row > .video-iframe-container { display: none; }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .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); }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row .container { border-width: 0; border-radius: 0; }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row .container { font-size:14px;font-family:arial;height:336px;width:1200px;position:relative;display:block; }#KLb9aK4dBBUWmsl85J8vwPHexich0Vxm { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55px;width:203px;top:52px;left:46px;overflow:hidden;display:block; }
#cOGMcwPlJlG03nTpkiOrPwrAEnucnhMT { 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;box-shadow: none;height:28px;width:787px;top:52px;left:413px;overflow:hidden;display:block; }
#g1eOgFgLbX9OR6W435lr8OurHli6PlZS { color:#ffffff;display:block;width:433px;position:absolute;font-family:"open sans";font-size:32px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:147px;left:46px;height:124.8px;display:block; }
#ysNfGHloMTJn3sqzoRMkoJ9x5en6wipS { color:#ffffff;display:block;width:200px;position:absolute;font-family:"open sans";font-size:20px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:133px;left:854px;height:26px;display:block; }
#EggzBWmC553smDb1FDG4ORKTbzgrXoDW { box-sizing:content-box;height:1px;width:250px;position:absolute;display:block;z-index:15004;background-color:rgba(227,227,227,0.7);background-image:none;top:169px;left:854px;display:block; }
#ky2Ili89GHX7DWrtXszMHoxHHVKpVFia { color:rgba(255,255,255,0.7);display:block;width:200px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:185px;left:854px;height:20.8px;display:block; }
#lkUZM8v2uGRwwd9eDLKzWBX2TdwNTQpp { color:rgba(255,255,255,0.7);display:block;width:141px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:185px;left:964px;height:20.8px;text-align:right;text-align-last:right;display:block; }
#JQmDLnKsKDs2IpgVh0vAuJJlgQRFoydE { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:241.765625px;left:854px; }
#KtE7p1hs9kmEyfTnr9Tx1tlCakITLyHc { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:241.765625px;left:900px; }
#HPDIDBX1Wc389WDaxPfunIy7TNMWnCIT { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:241.765625px;left:942px; }
#SM5kGLadcOvZKTXHMpFxBhD2eiqfJC0h { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:241.765625px;left:987px; }
#Q0K4pyqcLfeiTnLuotEUoByxh4Ig7iTh { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:241.765625px;left:1081px; }
#V3QGRWszvhTShC22GRv4Scxz81DnXL0Z { box-sizing:content-box;color:#5d92ff;font-size:16px;font-weight:400;line-height:1;height:24px;width:24px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:241.765625px;left:1031px; }
#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage { border-top:0;border-left:0 solid #ee3162;border-right:0 solid #ee3162;border-bottom:0 solid #ee3162;background-color:#181818;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; }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row .container { background-color: transparent; background-image: none; }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row .container > .video-iframe-container { display: none; }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row > .video-iframe-container { display: none; }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .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); }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row .container { border-width: 0; border-radius: 0; }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row .container { font-size:14px;font-family:arial;height:87px;width:1200px;position:relative;display:block; }#a2eNqOEoWXhXF742JIowaSxPfOVVM9xl { box-sizing:content-box;height:1px;width:1100px;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.7);background-image:none;top:0px;left:50px;display:block; }
#ISQ6oaeSNoFO85g3lf5L1Da7bHCGOoOn { color:rgba(255,255,255,0.5);display:block;width:264px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:17px;left:44px;height:20.8px;display:block; }
#wC9WNKOZRJhNRyUyE3OU8iTL8QBqKnzR { color:rgba(255,255,255,0.5);display:block;width:264px;position:absolute;font-family:"open sans";font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:17px;left:852px;height:20.8px;display:block; }
@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:url("//new.landingi.com/uploads/3bdc07ab6e93c9c38c5a/pictures/386138df2dfce9921e2895ffd96ed8b6.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT { display:block; }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfZEQb9hWi0TKq4qpCZzQ5p0cxw9Ff40 { top:14px;left:0px;width:185px;height:49px;display:block; }
 }@media only screen and (max-width: 763px) { #VfTOJQrGDzxXtDPfF21010bTTDz181C8 { top:20px;left:726px;width:38px;height:38px;display:block; }
 }@media only screen and (max-width: 763px) { #cIKUBO3CcGCLJqihmLTuyEgoNVRBPpaz { top:34px;left:647px;width:117px;height:24px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z12mtZR8Pm0MJ2ZteTyGQukD7VwKv35y { top:17px;left:648px;width:116px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA { display:block; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg7zh9TMfEmETLbfqRtqPTG9BHhQ0IcG { top:205px;left:0px;width:612px;height:132px;font-size:49px;display:block; }
 }@media only screen and (max-width: 763px) { #y0OT8k1ZKANZFlfEpcPiQUkv8DEkTBq2 { top:84px;left:215.97134399414px;width:306px;height:457.51381794965px;display:block; }
 }@media only screen and (max-width: 763px) { #vwLJ4zpgtJLkTJ9sz82DEtdyx9qO3RwM { top:358px;left:0px;width:670px;height:145px;display:block; }
 }@media only screen and (max-width: 763px) { #W2bnrMt4RHNoSNaNdAFnm4wmy9pZqCLQ { top:375px;left:0px;width:123px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #FZirT7TZTlBoWGVTCroADVF375yGTv2Q { top:375px;left:0px;width:89px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #DZSDEPstx8GXJhHStqUop6fyoDSedN9q { top:375px;left:118px;width:141px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #q0JkZANsn3qCxVEy4VntaBy6qPFH0Ne6 { top:375px;left:283px;width:173px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #fTWDRTGBpBLsz4TJ7pcrfpWFwLi1MENZ { top:441px;left:0px;width:162px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #hKw3EI6pybMZ8az1PbzVpl9hC0J2qZVl { top:441px;left:1px;width:118px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #fCVamk5hFTZc1wGcDsFmOo2XFEZdmoe1 { top:441px;left:283px;width:173px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #BOpRSurIxGKp8xrLFRCTzlrVA8CivIRG { top:186px;left:396px;width:368px;height:308px;display:block; }
 }@media only screen and (max-width: 763px) { #LHlsmg1upXlggz2B23teNmHZmrCxfg7C { top:131px;left:398px;width:366px;height:54px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Moa1DqqTBcp3c19haJNwtRSsa4UZqvTv { top:107px;left:344px;width:420px;height:401px;display:block; }
 }@media only screen and (max-width: 763px) { #k1Pc3BDbgoo0FDNm29RK4tJBTIBBWGT1 { top:441px;left:145px;width:115px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb { display:block; }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNyE1k22SxP51VbIwGhtBauTyM5zzxsG { top:16px;left:0px;width:764px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU { display:block; }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAnViDcE6MpipQlrGgZ6cvhTHUCR85dU { top:0px;left:0px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #fJTXpbpWm5mhD2aTEAJBpSzzBaPEPIow { top:0px;left:529px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #ndaouEhqzao13f4SxgU6zBB97zEzii8x { top:0px;left:264.5px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #GLg6zsWuWI1F6FGfWldbNg18PJxZU7Tl { top:0px;left:506px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #z87nlyxWQpA5aqIvV99QA7eFq19qJD8P { top:0px;left:23px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #TZNuPMBWA73U2FWSI71T61CE6EPwh7lh { top:10px;left:0px;width:51px;height:50px;display:block; }
 }@media only screen and (max-width: 763px) { #RQXH2XcmHH0pAfEfD8HJ9JCJUDXHJeFw { top:62px;left:0px;width:158px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #C64iHPzOGiKdla3eisWAEVnB0tlJ95Ds { top:10px;left:115px;width:45px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #t3QTwPCAuBk7aHH4DAgxAmqwQhNkxBE3 { top:63px;left:61px;width:159px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uQCJ0M0aLf2AX7GhZ4zc7OF9sdlF0BN4 { top:10px;left:356.5px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #NqwncZUaoa0J8dUxbrT7ZtPifaG1ThhM { top:63px;left:297px;width:171px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RkvHQAHuMCEmnzPUVMT0k3f9ThcT7ycH { top:13px;left:605px;width:37px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #ehuqMcenMbZTJa6s3fXg0hoQtVAi21dg { top:63px;left:538px;width:171px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #S2Qr26EyyGKQv0CO6KKrD3L4G6NSPOKw { top:11px;left:713px;width:41px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #ZF8SRGIRTJRDJpntWS9Vv0ZI1Qda653z { top:63px;left:593px;width:171px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IbHwkQRAKLgnyhnFTbJ6z5VEKUT0z0Z1 { top:126px;left:529px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #ZlvFaCwpIZns4WHbxgwOf79upNSX3nOn { top:126px;left:506px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #xMJvJkEKWQTPIPXfpJR36TX9PNIrVbC3 { top:126px;left:265px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #eqRvHe0TuqCdZIPSBUBBbMv4BBNONJkT { top:126px;left:23px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #oDE54h7fgUgxQh8uwHT1FrqxUlpLnwqy { top:126px;left:0px;width:235px;height:117px;display:block; }
 }@media only screen and (max-width: 763px) { #GT9rdFn6ss6kiUnsvpmivNGRXbaW05X7 { top:189px;left:0px;width:159px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DAhpkhaAza9fnvbv0wJr9EPTVa56I0WE { top:189px;left:61px;width:159px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1sxbWixJzwsFsn8ybzgrbpZNebd7DfA { top:189px;left:297px;width:171px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qnLVC5XNX4mirNDCIuV3eqiruTt1lNxC { top:189px;left:538px;width:171px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vwJ5sKBgo1UvD6bUZSc6sIcQ0ygX6FOV { top:189px;left:593px;width:171px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cZrGLddrfG82CqKalMkz5GWiSm0A8EIT { top:136px;left:0px;width:45px;height:45px;display:block; }
 }@media only screen and (max-width: 763px) { #Saf7TtFTSIfKpAsr4FSlpHgCkTTTs34F { top:137px;left:732px;width:32px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #kpmdfy6Tgy3sN5y5JJhzSfthd2zldNd5 { top:136px;left:115px;width:44px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #vga52oQuaoRUTo9Tc0kWUdEX1u2U77AA { top:136px;left:357px;width:43px;height:44px;display:block; }
 }@media only screen and (max-width: 763px) { #VnZXRyu46llCakksDmeLnnb7dX0B1x3o { top:137px;left:601px;width:46px;height:43px;display:block; }
 }@media only screen and (max-width: 763px) { #M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG { display:block; }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxZWDX464EqlVD2itlIrk6ITb05BMndT { width:196px;height:51px;top:8px;left:286.49215698242px;display:block; }
 }@media only screen and (max-width: 763px) { #U1qcQWf5SIGgzvyCEDGaycXbdf0N6gRm { display:block; }
 }@media only screen and (max-width: 763px) { #cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu { display:block; }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU18s4oTTNfnxSiatPrM0zr3b1mZ8Pqv { top:16px;left:0px;width:764px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF { display:block; }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLry2fnxh9dwR9Q4CZSeT9VsVLwoqGUC { top:0px;left:0px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #fkMEbLZmNeEZcrusomu6wkMO0AbPud1n { top:0px;left:482px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #Kz4snX3hidKT1UctaEToRPvnwTDw5cCy { top:0px;left:100px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #NElIFQg9gCZKWH9c1UXWq6AmQadsr5t9 { top:0px;left:291px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #LLc4C0KgG6MVhLWdq1yX2HaU8HH0SoWR { top:6px;left:0px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #TyZ09fGIbvPpyn3nFCM35BGaoOP040nE { top:16px;left:182px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Hrb1khRECNLcAXQQ5y2PD2tLxOMP1HWn { top:16px;left:373px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gMTMlZXxAsWVMOLOtgDABrO0K02qHoTz { top:16px;left:564px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JyiOPgrBSdmRtl9D1kaMN74OZf0ZG4ET { top:5px;left:191px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #wlsDw0G8WV8JlCzpOFQwxKAi0SAV6sSH { top:6px;left:382px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #TyRcwwzFT0JfuwCvxJQbfnNTZw86WbLg { top:6px;left:573px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #iERB6bVcEFKtD4J1AzvVeBz6ITfGm8H0 { top:16px;left:0px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #WQ3tWihbyIOJ7p5WAP93StigZSz27R9h { display:block; }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAvG8ABiBltTlz9rA4bXMmhy6JPSRLJI { top:0px;left:0px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #PneLxxPrUlGfTIidnWTGeyxSWrCFzT0J { top:0px;left:482px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #xmrcpFAACbRfm89M2KJAb05fiU5XCEhX { top:0px;left:100px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #Kwdzn03806qndTop0o8SMl3zxoaCVyhA { top:0px;left:291px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #ls8RZufwlZA1XAD1amuy7XDsK9Wr9385 { top:6px;left:0px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #aFiVm7oJIL49tmuWS82CxRQvJVImwAF9 { top:26px;left:0px;width:200px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FmUWP4yLEyTLyZ3PyFObPTpSkP5rTW2Z { top:16px;left:182px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TBQrn11m7ueGPHBN03Mz8OsJSRoxn81u { top:16px;left:373px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FqvCkfZL8btDmVcbAsZyzh4CTwEfkAUW { top:26px;left:564px;width:200px;height:19px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Nl6rK5mZnTQLM9KuoJNrkFdTeKblWxqt { top:5px;left:191px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #an2I67Ww2iQW7G10XJ6lVTOXJQ6A2cTM { top:10px;left:382px;width:52px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #hRSoBxs4ndZDQRd89b5GtTZnONdL736f { top:6px;left:573px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm { display:block; }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNnpn4aJGxokpRJEaSvRZgsMa91yeU0z { top:0px;left:0px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #IFeb7aTPdLNViK7lUG1rUTiBXQZDoZqq { top:0px;left:482px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #n2JAgAMAcHb9KJZ2TMuDM0wx6QOtN1vH { top:0px;left:100px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #f1WxIs365TKBPVJcvsAeXOFo8pZcPLMb { top:0px;left:291px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #a5s61scZ4Xom46dbwHGE2tWigqPc702H { top:6px;left:0px;width:59px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7Uhc1P4U8ZkT0zNuoLPF7atGGXaxMf { top:16px;left:0px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yOLqzsZSQHCkiVK5l3Trpx8cCl3LElIJ { top:16px;left:182px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UgKcuSCaPEhQBJAepndomCGtVHGwByd8 { top:16px;left:373px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Z73yisEats21ask0lNxTQyTTyKoNbAfw { top:16px;left:564px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lvHkt4daPIok5CzOw3ieyBZRVQbayceg { top:5px;left:191px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #k7niR0tPBFfJkkVoDpyhh08kta6daMmG { top:10px;left:382px;width:52px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #MXflOiva9p2p52ku8EziBKrFCiofMD0K { top:6px;left:573px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 { display:block; }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Chksx1BuOVpFIfE1SMcwV235dWGIQIzh { top:0px;left:0px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #WE16LTvOWH6AC8RRwFNs9NbC9Pc2Vrwf { top:0px;left:100px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #LosrZRTuzQkAgsDETZT1wCCd4LPh8HJV { top:0px;left:291px;width:280px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #mbd5F1r2pNKry37F5WyeZZLrTVW9LSGJ { top:6px;left:0px;width:59px;height:59px;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3JJSt7Nn2uF97bIhIt8BZq55PbDIll { top:16px;left:0px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lCxfydEmdir2yHk0VAlBpCI8Dd55dopD { top:16px;left:182px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OcXdTpi1mrdRHadhDIRkzkCwKP20eLET { top:16px;left:373px;width:200px;height:39px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #haT3HZSQgtycXMFG1oPKtex9hHvtDlWs { top:5px;left:191px;width:60px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #viXptD5070itxRtyqyeuLJ7GZqmAuqLq { top:10px;left:382px;width:52px;height:53px;display:block; }
 }@media only screen and (max-width: 763px) { #mCINOHscscGgOWXUi0Svm1qIydngoh37 { top:35px;left:564px;width:200px;height:19px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz { display:block; }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlfsfdLybP0S4FowyU6TDy6IJe75Z1hT { width:196px;height:51px;top:8px;left:283.49740600586px;display:block; }
 }@media only screen and (max-width: 763px) { #qUhq6DmQ8n6pnVNem8SMGnTZaTtNSmf5 { display:block; }
 }@media only screen and (max-width: 763px) { #WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 { display:block; }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT4Zd1NOV9fgTtxml14hOmzOzIKILMLB { top:11px;left:0px;width:764px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW { display:block; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS { display:block; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afhgAW1Ert5JDpDcaLnE7Zikz3GE5nuo { top:9px;left:0px;width:764px;height:46px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #UbeNRXCQauH49Npaoh8TeSg9HWZNPVds { display:block; }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB { top:88px;left:0px;width:764px;height:418px;display:block; }
 }@media only screen and (max-width: 763px) { #Dg0QclOU4fQkcIXgJqSFlcTH7DlIqAqd { top:245px;left:0px;width:656px;height:104px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #GgU1myQSc5npvAuMAR8xoNm0XXK8sKhs { width:130px;height:52px;top:399px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #NATEo4irBnSXCeF1NOpZPaMXhwRPnCAl { display:block; }
 }@media only screen and (max-width: 763px) { #CaP0nVRSFZhhiJRnasaVNTmD18ZW6FsB { top:6px;left:374px;width:390px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #I5lSawCnvVP38qWTfx5fg8gttHK7Xhod { top:128px;left:0px;width:260px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V { display:block; }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX { top:99px;left:0px;width:764px;height:420px;display:block; }
 }@media only screen and (max-width: 763px) { #a0z1VUUsm9nC0b5VUThDWIxFCeqzRJrh { top:12px;left:0px;width:480px;height:452px;display:block; }
 }@media only screen and (max-width: 763px) { #hC2pwQk1kh7th6rCq5gN4P9oOHoqA9by { top:153px;left:326px;width:206px;height:70px;display:block; }
 }@media only screen and (max-width: 763px) { #FTSg16BVNs2FeZ9WJAMkvMGQUNkEkz08 { top:257px;left:108px;width:656px;height:104px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #O1yhEHGn8ElxqtIoTsyRxAox4us48syg { width:130px;height:52px;top:413px;left:326px;display:block; }
 }@media only screen and (max-width: 763px) { #cxE8iMf5x77wsWfe72JsdLCwzlXSCEE8 { display:block; }
 }@media only screen and (max-width: 763px) { #ub813QITzQcdrG9bSR8GEuL6N7EL1yqF { display:block; }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSyBEBqwUuzBixMgXauwOXxavcD3a2u { top:88px;left:0px;width:764px;height:418px;display:block; }
 }@media only screen and (max-width: 763px) { #TWlPcIpEGEQgB2HpdzT6MdtUqA1C4xAF { top:271px;left:0px;width:656px;height:52px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #KCXgzpmM05uHx7ry8WTbebzkz7ag3edR { width:130px;height:52px;top:399px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #CdVDR9i1K58mhIiFETlSRxQ3fzNREsE6 { display:block; }
 }@media only screen and (max-width: 763px) { #BOOS1F1dbEN4ThtoF5aci0sTGIztFJSe { top:6px;left:224px;width:540px;height:500px;display:block; }
 }@media only screen and (max-width: 763px) { #OqGO5nNyHHlJfHwsW9neE0wNHD4f6baJ { top:166px;left:0px;width:656px;height:50px;font-size:39px;display:block; }
 }@media only screen and (max-width: 763px) { #HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT { display:block; }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #culTht4T6ahFKNVQgiRxAqE71atlhfQF { display:block; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfnzxaQTBOzbM4XmKX4M3L3mc1qQqavT { top:139px;left:0px;width:262px;height:93px;display:block; }
 }@media only screen and (max-width: 763px) { #EMX3lkqpdP9wWFEIUOVlfrh2hQTTRiiD { top:139px;left:113px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #WTquIEtDFtoyyC7kKxEJSd7vTfTcVa0T { top:139px;left:502px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #pC3PhKgIcE73aLaGciwiCMTT89NbH3TG { top:139px;left:396px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #wc5FflEhqJxBqby7VZ4qVlqqtTS5D6mE { top:271px;left:502px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #cRsTiZxbSzfCpdzVTEnZCc0a8AzTOsZg { top:271px;left:396px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #TaNifNNE5fe2LNXsXzi2qm73XdVSbtMi { top:271px;left:113px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #thceU3bZXvtNgqo8egumiT9wJlITiSm7 { top:271px;left:0px;width:260px;height:92px;display:block; }
 }@media only screen and (max-width: 763px) { #oNXdQruShi8SuKZOlOW6FS6zuUPpUevO { top:38px;left:0px;width:764px;height:45px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h7wQFDoVFN4Nf5VfTgxbPGqzwq3GTKew { top:61px;left:0px;width:470px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #EEUXI9WzmuTLLRQdk4XZxrIm0T9bBANe { top:61px;left:294px;width:470px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #pVza0IemgnVR61hJA009bVCDqeu0cgKX { display:block; }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvbBDz6ues0fWcOzvbebiMu24od7owcf { width:196px;height:51px;top:8px;left:286.49215698242px;display:block; }
 }@media only screen and (max-width: 763px) { #tFKbx72UdQzIF9BbuUrMJOiB2Mbb8INW { display:block; }
 }@media only screen and (max-width: 763px) { #Fk29seHaQR0oTHKqxQFJz28yWO12nEpR { display:block; }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLb9aK4dBBUWmsl85J8vwPHexich0Vxm { top:52px;left:0px;width:203px;height:55px;display:block; }
 }@media only screen and (max-width: 763px) { #cOGMcwPlJlG03nTpkiOrPwrAEnucnhMT { top:52px;left:0px;width:764px;height:27.181702668361px;display:block; }
 }@media only screen and (max-width: 763px) { #g1eOgFgLbX9OR6W435lr8OurHli6PlZS { top:146px;left:0px;width:432px;height:124px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #ysNfGHloMTJn3sqzoRMkoJ9x5en6wipS { top:133px;left:564px;width:200px;height:26px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #EggzBWmC553smDb1FDG4ORKTbzgrXoDW { top:169px;left:514px;width:250px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ky2Ili89GHX7DWrtXszMHoxHHVKpVFia { top:185px;left:564px;width:200px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lkUZM8v2uGRwwd9eDLKzWBX2TdwNTQpp { top:185px;left:623px;width:141px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JQmDLnKsKDs2IpgVh0vAuJJlgQRFoydE { top:241px;left:636px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #KtE7p1hs9kmEyfTnr9Tx1tlCakITLyHc { top:241px;left:682px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #HPDIDBX1Wc389WDaxPfunIy7TNMWnCIT { top:241px;left:724px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #SM5kGLadcOvZKTXHMpFxBhD2eiqfJC0h { top:241px;left:740px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Q0K4pyqcLfeiTnLuotEUoByxh4Ig7iTh { top:241px;left:740px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #V3QGRWszvhTShC22GRv4Scxz81DnXL0Z { top:241px;left:740px;width:24px;height:24px;display:block; }
 }@media only screen and (max-width: 763px) { #d7xtnnEa6ciDsnRqAddIUyEB7iM4nage { display:block; }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2eNqOEoWXhXF742JIowaSxPfOVVM9xl { top:0px;left:0px;width:764px;height:1px;display:block; }
 }@media only screen and (max-width: 763px) { #ISQ6oaeSNoFO85g3lf5L1Da7bHCGOoOn { top:17px;left:0px;width:264px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { #wC9WNKOZRJhNRyUyE3OU8iTL8QBqKnzR { top:16px;left:501px;width:263px;height:20px;font-size:13px;display:block; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row > .video-iframe-container { display: none; }#RTS0IFX4qTPQOy11v0DFc0xloTBvxlCb > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT { position:fixed;z-index:199999;top:0px;left:0px;right:0px;display:block; }#TJLpx5EgSp5wdUCLGCn7ZiKHwt1BBWuT > .row .container { width:320px;height:55px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PfZEQb9hWi0TKq4qpCZzQ5p0cxw9Ff40 { width:144px;height:37px;top:14px;left:0px;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VfTOJQrGDzxXtDPfF21010bTTDz181C8 { display:flex;width:19px;height:19px;top:20.989593505859px;left:184.49739646912px;font-size:13px; }
 }@media only screen and (max-width: 763px) { #cIKUBO3CcGCLJqihmLTuyEgoNVRBPpaz { width:97px;height:23.4px;top:18.9453125px;left:204.99217796326px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #z12mtZR8Pm0MJ2ZteTyGQukD7VwKv35y { width:116px;height:20.7969px;top:199px;left:102px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/31be9a93-fb01-4e89-bfeb-60df5d57e4ea/Frame483106.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;display:block; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA.adaptive-delivery-prevent-bg, #VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA.lazyload, #VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA.lazyloading { background-image: none; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container { background-color: transparent; background-image: none; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container > .video-iframe-container { display: none; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row > .video-iframe-container { display: none; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .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); }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container { border-width: 0; border-radius: 0; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row > .video-iframe-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px; }#VKiddyOC9q6d4Q3JWGE48rvTDO3vcJhA > .row .container { width:320px;height:1079px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qg7zh9TMfEmETLbfqRtqPTG9BHhQ0IcG { width:320px;height:86.4px;top:754px;left:0px;font-size:32px;text-align:center;text-align-last:center;z-index:15003;color:#ffffff;text-shadow:1px 1px 3px rgba(0,0,0,0.93);display:block; }
 }@media only screen and (max-width: 763px) { #y0OT8k1ZKANZFlfEpcPiQUkv8DEkTBq2 { width:170px;height:256.992px;top:498px;left:75px;display:block; }
 }@media only screen and (max-width: 763px) { #vwLJ4zpgtJLkTJ9sz82DEtdyx9qO3RwM { width:320px;height:218px;top:847px;left:0px;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #W2bnrMt4RHNoSNaNdAFnm4wmy9pZqCLQ { width:117px;height:41px;top:853px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #FZirT7TZTlBoWGVTCroADVF375yGTv2Q { width:83.9974px;height:40.9896px;top:905px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #DZSDEPstx8GXJhHStqUop6fyoDSedN9q { width:133.997px;height:40.9896px;top:853px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #q0JkZANsn3qCxVEy4VntaBy6qPFH0Ne6 { width:163.971px;height:40.9896px;top:962px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #fTWDRTGBpBLsz4TJ7pcrfpWFwLi1MENZ { width:158px;height:42px;top:904px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #hKw3EI6pybMZ8az1PbzVpl9hC0J2qZVl { width:117.995px;height:42.9948px;top:961px;left:5px;display:block; }
 }@media only screen and (max-width: 763px) { #fCVamk5hFTZc1wGcDsFmOo2XFEZdmoe1 { width:172.995px;height:42.9948px;top:1013px;left:148px;display:block; }
 }@media only screen and (max-width: 763px) { #BOpRSurIxGKp8xrLFRCTzlrVA8CivIRG { width:320px;height:225.99px;top:133px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LHlsmg1upXlggz2B23teNmHZmrCxfg7C { width:320px;height:46.8px;top:86px;left:0px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Moa1DqqTBcp3c19haJNwtRSsa4UZqvTv { width:320px;height:401px;top:71px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #k1Pc3BDbgoo0FDNm29RK4tJBTIBBWGT1 { width:115px;height:43px;top:1013px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb { display:block; }#vVFKtcfnutsLHTwXpJGZINqq2rzJwHIb > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNyE1k22SxP51VbIwGhtBauTyM5zzxsG { width:320px;height:29.9px;top:20px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU { display:block; }#gcZ0tFfTB7yMGsJmGisB6vL7FB36ezDU > .row .container { width:320px;height:655px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yAnViDcE6MpipQlrGgZ6cvhTHUCR85dU { width:155px;height:117px;top:13px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fJTXpbpWm5mhD2aTEAJBpSzzBaPEPIow { width:155px;height:117px;top:270px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ndaouEhqzao13f4SxgU6zBB97zEzii8x { width:155px;height:117px;top:141px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #GLg6zsWuWI1F6FGfWldbNg18PJxZU7Tl { width:155px;height:117px;top:142px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #z87nlyxWQpA5aqIvV99QA7eFq19qJD8P { width:155px;height:117px;top:13px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #TZNuPMBWA73U2FWSI71T61CE6EPwh7lh { width:43px;height:42px;top:24px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #RQXH2XcmHH0pAfEfD8HJ9JCJUDXHJeFw { width:155px;height:36.4px;top:77px;left:1px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #C64iHPzOGiKdla3eisWAEVnB0tlJ95Ds { width:45px;height:44px;top:22px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #t3QTwPCAuBk7aHH4DAgxAmqwQhNkxBE3 { width:155px;height:36.4px;top:76px;left:165px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #uQCJ0M0aLf2AX7GhZ4zc7OF9sdlF0BN4 { width:44px;height:44px;top:151px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #NqwncZUaoa0J8dUxbrT7ZtPifaG1ThhM { width:155px;height:36.4px;top:204px;left:1px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #RkvHQAHuMCEmnzPUVMT0k3f9ThcT7ycH { width:37px;height:44px;top:154px;left:225px;display:block; }
 }@media only screen and (max-width: 763px) { #ehuqMcenMbZTJa6s3fXg0hoQtVAi21dg { width:154px;height:36.4px;top:206px;left:166px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #S2Qr26EyyGKQv0CO6KKrD3L4G6NSPOKw { width:41px;height:44px;top:281px;left:58px;display:block; }
 }@media only screen and (max-width: 763px) { #ZF8SRGIRTJRDJpntWS9Vv0ZI1Qda653z { width:155px;height:36.4px;top:336px;left:1px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #IbHwkQRAKLgnyhnFTbJ6z5VEKUT0z0Z1 { width:155px;height:117px;top:528px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #ZlvFaCwpIZns4WHbxgwOf79upNSX3nOn { width:155px;height:117px;top:528px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xMJvJkEKWQTPIPXfpJR36TX9PNIrVbC3 { width:155px;height:117px;top:399px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #eqRvHe0TuqCdZIPSBUBBbMv4BBNONJkT { width:155px;height:117px;top:399px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #oDE54h7fgUgxQh8uwHT1FrqxUlpLnwqy { width:155px;height:117px;top:270px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #GT9rdFn6ss6kiUnsvpmivNGRXbaW05X7 { width:155px;height:36.4px;top:335px;left:165px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #DAhpkhaAza9fnvbv0wJr9EPTVa56I0WE { width:156px;height:36.4px;top:462px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Q1sxbWixJzwsFsn8ybzgrbpZNebd7DfA { width:156px;height:36.4px;top:463px;left:164px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #qnLVC5XNX4mirNDCIuV3eqiruTt1lNxC { width:155px;height:36.4px;top:591px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #vwJ5sKBgo1UvD6bUZSc6sIcQ0ygX6FOV { width:155px;height:36.4px;top:596px;left:165px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #cZrGLddrfG82CqKalMkz5GWiSm0A8EIT { width:45px;height:45px;top:280px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #Saf7TtFTSIfKpAsr4FSlpHgCkTTTs34F { width:32px;height:44px;top:539px;left:226px;display:block; }
 }@media only screen and (max-width: 763px) { #kpmdfy6Tgy3sN5y5JJhzSfthd2zldNd5 { width:44px;height:44px;top:408px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #vga52oQuaoRUTo9Tc0kWUdEX1u2U77AA { width:43px;height:44px;top:410px;left:220px;display:block; }
 }@media only screen and (max-width: 763px) { #VnZXRyu46llCakksDmeLnnb7dX0B1x3o { width:46px;height:43px;top:538px;left:55px;display:block; }
 }@media only screen and (max-width: 763px) { #M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG { display:block; }#M9sS6Cw0hTabxEaTLOH6AEzmhKd4lDkG > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KxZWDX464EqlVD2itlIrk6ITb05BMndT { width:197px;height:52px;top:12px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #U1qcQWf5SIGgzvyCEDGaycXbdf0N6gRm { display:block; }
 }@media only screen and (max-width: 763px) { #cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu { display:block; }#cZfWTM51umD1c3bllHLIUkIxyXCbv6Pu > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZU18s4oTTNfnxSiatPrM0zr3b1mZ8Pqv { width:320px;height:29.9px;top:20px;left:0px;font-size:23px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF { display:block; }#QJsvnEEPZ6shn05bcBcBPvSpRbJ7IELF > .row .container { width:320px;height:160px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FLry2fnxh9dwR9Q4CZSeT9VsVLwoqGUC { width:155px;height:71px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fkMEbLZmNeEZcrusomu6wkMO0AbPud1n { width:155px;height:71px;top:83px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #Kz4snX3hidKT1UctaEToRPvnwTDw5cCy { width:155px;height:71px;top:0px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #NElIFQg9gCZKWH9c1UXWq6AmQadsr5t9 { width:155px;height:71px;top:83px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #LLc4C0KgG6MVhLWdq1yX2HaU8HH0SoWR { width:49px;height:52px;top:9.5px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #TyZ09fGIbvPpyn3nFCM35BGaoOP040nE { width:101px;height:30.8px;top:21.09375px;left:219px;font-size:14px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Hrb1khRECNLcAXQQ5y2PD2tLxOMP1HWn { width:107px;height:46.2px;top:96.40625px;left:51px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #gMTMlZXxAsWVMOLOtgDABrO0K02qHoTz { width:101px;height:46.2px;top:93.1015625px;left:219px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #JyiOPgrBSdmRtl9D1kaMN74OZf0ZG4ET { width:46px;height:48px;top:12.5px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #wlsDw0G8WV8JlCzpOFQwxKAi0SAV6sSH { width:41px;height:42px;top:98.5px;left:2px;display:block; }
 }@media only screen and (max-width: 763px) { #TyRcwwzFT0JfuwCvxJQbfnNTZw86WbLg { width:57px;height:58px;top:90px;left:164.98305084746px;display:block; }
 }@media only screen and (max-width: 763px) { #iERB6bVcEFKtD4J1AzvVeBz6ITfGm8H0 { width:76px;height:46.2px;top:10.1015625px;left:58px;font-size:14px;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #WQ3tWihbyIOJ7p5WAP93StigZSz27R9h { display:block; }#WQ3tWihbyIOJ7p5WAP93StigZSz27R9h > .row .container { width:320px;height:157px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QAvG8ABiBltTlz9rA4bXMmhy6JPSRLJI { width:155px;height:71px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #PneLxxPrUlGfTIidnWTGeyxSWrCFzT0J { width:155px;height:71px;top:84px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #xmrcpFAACbRfm89M2KJAb05fiU5XCEhX { width:155px;height:71px;top:0px;left:162px;display:block; }
 }@media only screen and (max-width: 763px) { #Kwdzn03806qndTop0o8SMl3zxoaCVyhA { width:155px;height:71px;top:83px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ls8RZufwlZA1XAD1amuy7XDsK9Wr9385 { width:50px;height:51px;top:11px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #aFiVm7oJIL49tmuWS82CxRQvJVImwAF9 { width:81px;height:30.8px;top:21.09375px;left:54px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FmUWP4yLEyTLyZ3PyFObPTpSkP5rTW2Z { width:101px;height:30.8px;top:18.90625px;left:219px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #TBQrn11m7ueGPHBN03Mz8OsJSRoxn81u { width:104px;height:46.2px;top:97.40625px;left:50px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #FqvCkfZL8btDmVcbAsZyzh4CTwEfkAUW { width:101px;height:30.8px;top:102.90625px;left:219px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Nl6rK5mZnTQLM9KuoJNrkFdTeKblWxqt { width:51px;height:52px;top:10.5px;left:165px;display:block; }
 }@media only screen and (max-width: 763px) { #an2I67Ww2iQW7G10XJ6lVTOXJQ6A2cTM { width:45px;height:46px;top:97.5px;left:1px;display:block; }
 }@media only screen and (max-width: 763px) { #hRSoBxs4ndZDQRd89b5GtTZnONdL736f { width:48px;height:49px;top:96px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm { display:block; }#fM5BsBDqlVuZlyRx9kNChQbXkfxzKuZm > .row .container { width:320px;height:166px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FNnpn4aJGxokpRJEaSvRZgsMa91yeU0z { width:155px;height:71px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #IFeb7aTPdLNViK7lUG1rUTiBXQZDoZqq { width:155px;height:71px;top:93px;left:164px;display:block; }
 }@media only screen and (max-width: 763px) { #n2JAgAMAcHb9KJZ2TMuDM0wx6QOtN1vH { width:155px;height:71px;top:10px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #f1WxIs365TKBPVJcvsAeXOFo8pZcPLMb { width:155px;height:71px;top:92px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #a5s61scZ4Xom46dbwHGE2tWigqPc702H { width:42px;height:44px;top:23.5px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Kb7Uhc1P4U8ZkT0zNuoLPF7atGGXaxMf { width:106px;height:46.2px;top:22.40625px;left:50px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #yOLqzsZSQHCkiVK5l3Trpx8cCl3LElIJ { width:101px;height:46.2px;top:19.1015625px;left:219px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #UgKcuSCaPEhQBJAepndomCGtVHGwByd8 { width:101px;height:46.2px;top:105px;left:52px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Z73yisEats21ask0lNxTQyTTyKoNbAfw { width:101px;height:46.2px;top:106.40625px;left:219px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lvHkt4daPIok5CzOw3ieyBZRVQbayceg { width:41px;height:42px;top:24.5px;left:171px;display:block; }
 }@media only screen and (max-width: 763px) { #k7niR0tPBFfJkkVoDpyhh08kta6daMmG { width:40px;height:41px;top:108px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #MXflOiva9p2p52ku8EziBKrFCiofMD0K { width:41px;height:41px;top:109px;left:170px;display:block; }
 }@media only screen and (max-width: 763px) { #eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 { display:block; }#eptVkBqIJpFaCv6kRkqMp0ptqoXsXWS5 > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Chksx1BuOVpFIfE1SMcwV235dWGIQIzh { width:155px;height:71px;top:9px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WE16LTvOWH6AC8RRwFNs9NbC9Pc2Vrwf { width:155px;height:71px;top:10px;left:163px;display:block; }
 }@media only screen and (max-width: 763px) { #LosrZRTuzQkAgsDETZT1wCCd4LPh8HJV { width:155px;height:71px;top:91px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mbd5F1r2pNKry37F5WyeZZLrTVW9LSGJ { width:41px;height:41px;top:25px;left:4px;display:block; }
 }@media only screen and (max-width: 763px) { #Tk3JJSt7Nn2uF97bIhIt8BZq55PbDIll { width:101px;height:46.2px;top:22px;left:57px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #lCxfydEmdir2yHk0VAlBpCI8Dd55dopD { width:101px;height:46.2px;top:23px;left:219px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OcXdTpi1mrdRHadhDIRkzkCwKP20eLET { width:101px;height:46.2px;top:104px;left:53px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #haT3HZSQgtycXMFG1oPKtex9hHvtDlWs { width:40px;height:41px;top:26px;left:169px;display:block; }
 }@media only screen and (max-width: 763px) { #viXptD5070itxRtyqyeuLJ7GZqmAuqLq { width:40px;height:41px;top:107px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #mCINOHscscGgOWXUi0Svm1qIydngoh37 { width:155px;height:22.2px;top:116.5px;left:165px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz { display:block; }#d5uo3hJnH1tsRXXW7VTflJs7k5CEOqaz > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlfsfdLybP0S4FowyU6TDy6IJe75Z1hT { width:197px;height:52px;top:12px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #qUhq6DmQ8n6pnVNem8SMGnTZaTtNSmf5 { display:block; }
 }@media only screen and (max-width: 763px) { #WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 { display:block; }#WX92AkHGMxmfqKW6H5xhFhrzCcam6rq5 > .row .container { width:320px;height:65px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT4Zd1NOV9fgTtxml14hOmzOzIKILMLB { width:320px;height:29.9px;top:20px;left:0px;font-size:23px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW { display:block; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW { background-color: transparent; background-image: none; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container > .video-iframe-container { display: none; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row > .video-iframe-container { display: none; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .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); }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW { border-width: 0; border-radius: 0; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container { width:320px;height:660px;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/593e09c9-f8a7-431a-a295-16e5668b52dd/AndroidCompact1.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container.adaptive-delivery-prevent-bg, #cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container.lazyload, #cFrslT4OhxuERxGhsnXw4lpw2NT6EoFW > .row .container.lazyloading { background-image: none; } }@media only screen and (max-width: 763px) { #qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS { display:block; }#qsTe5ocly1auFnA5QB4w1yzNm5O4wbbS > .row .container { width:320px;height:79px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #afhgAW1Ert5JDpDcaLnE7Zikz3GE5nuo { width:320px;height:59.8px;top:20px;left:0px;font-size:23px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbeNRXCQauH49Npaoh8TeSg9HWZNPVds { display:block; }#UbeNRXCQauH49Npaoh8TeSg9HWZNPVds > .row .container { width:320px;height:564px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB { width:320px;height:544px;top:20px;left:0px;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/75476633-18c8-453b-8934-a9eb517e0f82/Frame482975.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB.adaptive-delivery-prevent-bg, #m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB.lazyload, #m4qzs71tJMaR2InCZHPXPMGAIsWV9TeB.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #Dg0QclOU4fQkcIXgJqSFlcTH7DlIqAqd { width:299px;height:197.6px;top:102.8046875px;left:10.5px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GgU1myQSc5npvAuMAR8xoNm0XXK8sKhs { width:197px;height:51.9922px;top:491.99209594727px;left:61.484373092651px;display:block; }
 }@media only screen and (max-width: 763px) { #NATEo4irBnSXCeF1NOpZPaMXhwRPnCAl { display:block; }
 }@media only screen and (max-width: 763px) { #CaP0nVRSFZhhiJRnasaVNTmD18ZW6FsB { width:142px;height:183px;top:309px;left:89px;display:block; }
 }@media only screen and (max-width: 763px) { #I5lSawCnvVP38qWTfx5fg8gttHK7Xhod { width:205px;height:54px;top:37.5px;left:57.5px;display:block; }
 }@media only screen and (max-width: 763px) { #Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V { display:block; }#Wxqsar1DBCk8U22u6v0yiLC2ClXD6P7V > .row .container { width:320px;height:561px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX { width:320px;height:482px;top:20px;left:0px;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/f8615866-4a67-4930-9bb6-e35d6e534859/Frame483093.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX.adaptive-delivery-prevent-bg, #OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX.lazyload, #OHnzmzlOG0FRhkpf6wTTtyIGQhZC3wXX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a0z1VUUsm9nC0b5VUThDWIxFCeqzRJrh { width:176px;height:166px;top:395px;left:72px;display:block; }
 }@media only screen and (max-width: 763px) { #hC2pwQk1kh7th6rCq5gN4P9oOHoqA9by { width:206px;height:70px;top:40px;left:57px;display:block; }
 }@media only screen and (max-width: 763px) { #FTSg16BVNs2FeZ9WJAMkvMGQUNkEkz08 { width:299px;height:222.3px;top:110px;left:10.5px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O1yhEHGn8ElxqtIoTsyRxAox4us48syg { width:197px;height:51.9922px;top:343.84114837646px;left:61.484373092651px;display:block; }
 }@media only screen and (max-width: 763px) { #cxE8iMf5x77wsWfe72JsdLCwzlXSCEE8 { display:block; }
 }@media only screen and (max-width: 763px) { #ub813QITzQcdrG9bSR8GEuL6N7EL1yqF { display:block; }#ub813QITzQcdrG9bSR8GEuL6N7EL1yqF > .row .container { width:320px;height:480px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rcSyBEBqwUuzBixMgXauwOXxavcD3a2u { width:320px;height:480px;top:0px;left:0px;background-color:#000000;background-image:url("https://images.assets-landingi.com/uc/ad5add04-abac-4a4d-b74f-bb30b7a83a5e/Group290025.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#rcSyBEBqwUuzBixMgXauwOXxavcD3a2u.adaptive-delivery-prevent-bg, #rcSyBEBqwUuzBixMgXauwOXxavcD3a2u.lazyload, #rcSyBEBqwUuzBixMgXauwOXxavcD3a2u.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #TWlPcIpEGEQgB2HpdzT6MdtUqA1C4xAF { width:299px;height:98.8px;top:87.3984375px;left:10.5px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KCXgzpmM05uHx7ry8WTbebzkz7ag3edR { width:197px;height:51.9922px;top:204.96092224121px;left:61.484373092651px;display:block; }
 }@media only screen and (max-width: 763px) { #CdVDR9i1K58mhIiFETlSRxQ3fzNREsE6 { display:block; }
 }@media only screen and (max-width: 763px) { #BOOS1F1dbEN4ThtoF5aci0sTGIztFJSe { width:215px;height:199px;top:281px;left:52.5px;display:block; }
 }@media only screen and (max-width: 763px) { #OqGO5nNyHHlJfHwsW9neE0wNHD4f6baJ { width:320px;height:41.6px;top:22.3984375px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT { display:block; }#HHoRDDOlcbkTkJUg2KewiwiNV4JTfdgT > .row .container { width:320px;height:30px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #culTht4T6ahFKNVQgiRxAqE71atlhfQF { display:block; }#culTht4T6ahFKNVQgiRxAqE71atlhfQF > .row .container { width:320px;height:710px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BfnzxaQTBOzbM4XmKX4M3L3mc1qQqavT { width:238px;height:69px;top:53.6328125px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #EMX3lkqpdP9wWFEIUOVlfrh2hQTTRiiD { width:238px;height:69px;top:133.7578125px;left:40px;display:block; }
 }@media only screen and (max-width: 763px) { #WTquIEtDFtoyyC7kKxEJSd7vTfTcVa0T { width:237.984px;height:69px;top:297.3046875px;left:40.0078125px;display:block; }
 }@media only screen and (max-width: 763px) { #pC3PhKgIcE73aLaGciwiCMTT89NbH3TG { width:237.984px;height:69px;top:213.515625px;left:40.0078125px;display:block; }
 }@media only screen and (max-width: 763px) { #wc5FflEhqJxBqby7VZ4qVlqqtTS5D6mE { width:237.984px;height:69px;top:632px;left:40.0078125px;display:block; }
 }@media only screen and (max-width: 763px) { #cRsTiZxbSzfCpdzVTEnZCc0a8AzTOsZg { width:237.984px;height:69px;top:548px;left:40.0078125px;display:block; }
 }@media only screen and (max-width: 763px) { #TaNifNNE5fe2LNXsXzi2qm73XdVSbtMi { width:237.984px;height:69px;top:463px;left:40.0078125px;display:block; }
 }@media only screen and (max-width: 763px) { #thceU3bZXvtNgqo8egumiT9wJlITiSm7 { width:237.984px;height:69px;top:381px;left:40.0078125px;display:block; }
 }@media only screen and (max-width: 763px) { #oNXdQruShi8SuKZOlOW6FS6zuUPpUevO { width:320px;height:29.9px;top:23.75px;left:0px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #h7wQFDoVFN4Nf5VfTgxbPGqzwq3GTKew { width:320px;height:1px;top:1172.414075px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #EEUXI9WzmuTLLRQdk4XZxrIm0T9bBANe { width:320px;height:1px;top:1193.414075px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #pVza0IemgnVR61hJA009bVCDqeu0cgKX { display:block; }#pVza0IemgnVR61hJA009bVCDqeu0cgKX > .row .container { width:320px;height:66px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvbBDz6ues0fWcOzvbebiMu24od7owcf { width:197px;height:52px;top:8px;left:61.5px;display:block; }
 }@media only screen and (max-width: 763px) { #tFKbx72UdQzIF9BbuUrMJOiB2Mbb8INW { display:block; }
 }@media only screen and (max-width: 763px) { #Fk29seHaQR0oTHKqxQFJz28yWO12nEpR { display:block; }#Fk29seHaQR0oTHKqxQFJz28yWO12nEpR > .row .container { width:320px;height:330px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KLb9aK4dBBUWmsl85J8vwPHexich0Vxm { width:159px;height:42px;top:19px;left:80.5px;display:block; }
 }@media only screen and (max-width: 763px) { #cOGMcwPlJlG03nTpkiOrPwrAEnucnhMT { width:320px;height:11.38500635324px;top:79px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #g1eOgFgLbX9OR6W435lr8OurHli6PlZS { width:320px;height:49.4px;top:110.375px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ysNfGHloMTJn3sqzoRMkoJ9x5en6wipS { width:200px;height:26px;top:184px;left:60px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EggzBWmC553smDb1FDG4ORKTbzgrXoDW { width:320px;height:1px;top:221px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ky2Ili89GHX7DWrtXszMHoxHHVKpVFia { width:200px;height:20.8px;top:235px;left:35px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lkUZM8v2uGRwwd9eDLKzWBX2TdwNTQpp { width:141px;height:20.8px;top:235px;left:145px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JQmDLnKsKDs2IpgVh0vAuJJlgQRFoydE { display:flex;width:24px;height:24px;top:278.5px;left:12px; }
 }@media only screen and (max-width: 763px) { #KtE7p1hs9kmEyfTnr9Tx1tlCakITLyHc { display:flex;width:24px;height:24px;top:278.5px;left:71.5px; }
 }@media only screen and (max-width: 763px) { #HPDIDBX1Wc389WDaxPfunIy7TNMWnCIT { display:flex;width:24px;height:24px;top:278.5px;left:123px; }
 }@media only screen and (max-width: 763px) { #SM5kGLadcOvZKTXHMpFxBhD2eiqfJC0h { display:flex;width:24px;height:24px;top:278.5px;left:177px; }
 }@media only screen and (max-width: 763px) { #Q0K4pyqcLfeiTnLuotEUoByxh4Ig7iTh { display:flex;width:24px;height:24px;top:278.5px;left:286px; }
 }@media only screen and (max-width: 763px) { #V3QGRWszvhTShC22GRv4Scxz81DnXL0Z { display:flex;width:24px;height:24px;top:278.5px;left:239.5px; }
 }@media only screen and (max-width: 763px) { #d7xtnnEa6ciDsnRqAddIUyEB7iM4nage { display:block; }#d7xtnnEa6ciDsnRqAddIUyEB7iM4nage > .row .container { width:320px;height:85px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a2eNqOEoWXhXF742JIowaSxPfOVVM9xl { width:320px;height:1px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ISQ6oaeSNoFO85g3lf5L1Da7bHCGOoOn { width:320px;height:16.9px;top:8.3984375px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wC9WNKOZRJhNRyUyE3OU8iTL8QBqKnzR { width:320px;height:16.9px;top:30.28125px;left:0px;font-size:13px;text-align:center;text-align-last:center;display:block; }
 }