.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/a0e886f4-ef6a-4eab-bd87-a912336ad672/RUANGANMP4SIZEKECIL.gif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp.adaptive-delivery-prevent-bg, #DrwiGhRyFlCumoirxmthtVnsV8LgIoPp.lazyload, #DrwiGhRyFlCumoirxmthtVnsV8LgIoPp.lazyloading { background-image: none; }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .row .container { background-color: transparent; background-image: none; }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .row .container > .video-iframe-container { display: none; }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .row > .video-iframe-container { display: none; }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .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); }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .row .container { border-width: 0; border-radius: 0; }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#DrwiGhRyFlCumoirxmthtVnsV8LgIoPp > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw { 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; }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .row .container { background-color: transparent; background-image: none; }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .row .container > .video-iframe-container { display: none; }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .row > .video-iframe-container { display: none; }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .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); }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .row .container { border-width: 0; border-radius: 0; }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#S4IR3wXiORSRzv8RWT6sLTJ3FHH33Zqw > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#nDsggJ8X2ghE8vq5itIXe4hkeW6tTReU { position:absolute;display:block;z-index:15000;background-color:rgba(197,179,154,0.5);background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:60rem;top:2.8125rem;left:0rem;display:block; }
#MxmOWpZCKLapzUnSyRMX5nPy4o9LiQD8 { box-sizing:content-box;color:#a0a0a0;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15002;top:0.5625rem;left:55rem;display:block; }
#TLhi4CF6lEGBOfsRFTv8Vrh6XfyT3Jun { box-sizing:content-box;color:#c5b39a;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.5625rem;left:56.6875rem;display:block; }
#Fw25Sgu48G1qHHt1BRfBi7WTJGsTXzgx { box-sizing:content-box;color:#a0a0a0;font-size:1.125rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15003;top:0.625rem;left:58.3125rem;display:block; }
#PCkTvC6ZtFZ58fPFwDIlH4TL2eHmMbrX { color:#3c3833;display:block;width:17.3125rem;position:absolute;font-family:"times new roman";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.9373222589492rem;left:21.342681884766rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vlTh5zMhOCP2fIv3ZTk3OSb9xmWQ5maa { color:#3c3833;display:block;width:8.3125rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7.4367895126344rem;left:25.842506408691rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yr860zwPx8CPQSCThBIUXc4vIxfiiyHb { color:#1e1e1e;display:block;width:40.5625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0068359375rem;left:11.0625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bJMAIElURqarriVFQPnGO3HTTyFO1mmx { 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:2.875rem;width:6rem;top:9.375rem;left:18.529296875rem;overflow:hidden;display:block; }
#MiOrW6R7M1lX7oIvVXuc2Ezezr1VWwbx { 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:2.5rem;width:4.75rem;top:9.5625rem;left:35.185546875rem;overflow:hidden;display:block; }
#rW6ryhLc4NNM0LGcguJDnoLgQBCUkp2p { 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:3.3125rem;width:9.75rem;top:8.9375rem;left:25.125rem;overflow:hidden;display:block; }
#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 { 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; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { background-color: transparent; background-image: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { display: none; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .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); }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { border-width: 0; border-radius: 0; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mDBkCoI1pcLwemTq4DGwDU7CDN59b6T4 > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:60rem;position:relative;display:block; }#Da09US5CgE8CxvI4pmDFxLKNM4M7027m { 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:20.5rem;width:36.9375rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#d3dPeq7D3DKqVESSSZBupOs8939h5wF4 { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.625rem 1.25rem rgba(0,0,0,0.15) ;height:20.3125rem;width:29.375rem;top:8.875rem;left:30.625rem;display:block; }
#XWGBxsHSDIqMCu365fgdJVbppJozw6CA { color:rgba(30,30,30,0.5);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:12.0625rem;left:33.125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDC72FfbNqtREZfzQvHaCQRoKEgRkipM { color:#1e1e1e;display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:13.9375rem;left:33.125rem;height:1.86875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T4NRUB1TcNhUGUMXavZ3OsvfyInaZvT5 { color:rgba(30,30,30,0.7);display:block;width:24.375rem;position:absolute;font-family:roboto;font-size:0.8125rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:16.1875rem;left:33.125rem;height:13rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk { 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; }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .row .container { background-color: transparent; background-image: none; }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .row .container > .video-iframe-container { display: none; }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .row > .video-iframe-container { display: none; }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .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); }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .row .container { border-width: 0; border-radius: 0; }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GRXtsSd2KBaW0k8HmirKeqCfqJmunhMk > .row .container { font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;position:relative;display:block; }#vPDGG3133gdXweE9fCpqdbIT2Jxf7zxg { color:#909090;display:block;width:30.0625rem;position:absolute;font-family:raleway;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:21.125rem;left:29.9375rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z6bQlQCTm2HAcLAELz2RL8OThM5uTb9F { color:#616161;display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:25.75rem;left:30rem;height:1.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#icWSAB1sHlE525gEOM3z1PAdIgmfCSvb { color:#616161;display:block;width:29.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:43.012500762939rem;left:0rem;height:5.85rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wQIci4L3XkI5sHbu8rg2vmPXySmCFJrv { color:#616161;display:block;width:29.8125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:35.875rem;left:0rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d6auN64OzcyAJIRTGNb2u5GIZDkDtbKo { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.75rem;top:4.8125rem;left:30.0625rem;display:block; }
#tAbE9TKr6hMzLUixq4nsLzOy99AuxNds { color:#616161;display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:0rem;left:30.0625rem;height:4.3875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#sRHrlWHPQukB49BHtiULkC39bKB4soEO { box-sizing:content-box;color:#f3cc11;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:37.625rem;left:7.25rem;display:block; }
#BCrdIFfwTckNN71tCFbSMkbLoWaD9s6K { box-sizing:content-box;color:#f3cc11;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:37.625rem;left:10.3125rem;display:block; }
#vLRPo17T4znf1UcnBrcpBvvk2aonseOD { box-sizing:content-box;color:#f3cc11;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:37.625rem;left:19.6875rem;display:block; }
#om33q0qRmwtLLB2r75O2LmmnOivlFTRk { box-sizing:content-box;color:#f3cc11;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:37.625rem;left:13.4375rem;display:block; }
#WdAktupsq3kvBFAufzIWMRAetbc9xleX { box-sizing:content-box;color:#f3cc11;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:37.625rem;left:16.5625rem;display:block; }
#C6DQgPe2zc6ZCmOPdIJVSQcWOLwQA19U { 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:11.4375rem;width:29.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ERxiZWzi48ipra9rgf6ZaZO1TiOwFrrA { color:#616161;display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:27.9375rem;left:30.0625rem;height:4.3875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#WrfNhUpXteQ78TLabIOSfuTq9kqwahlW { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.75rem;top:32.375rem;left:30.0625rem;display:block; }
#gxWHeNpxSNGTHmk69mBIZGCJAFx0xL3V { color:#616161;display:block;width:29.9375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.625rem;left:0.0625rem;height:4.3875rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#M957lEalV90xyM8iTFuGCggsU1M2a9IJ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.6875rem;width:29.75rem;top:17rem;left:0rem;display:block; }
#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/bcPaacZa/BG2.png");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1.adaptive-delivery-prevent-bg, #Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1.lazyload, #Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1.lazyloading { background-image: none; }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .row .container { background-color: transparent; background-image: none; }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .row .container > .video-iframe-container { display: none; }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .row > .video-iframe-container { display: none; }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .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); }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .row .container { border-width: 0; border-radius: 0; }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Pop8poyf3Gpn1WG1TDHo7F02H6UlO5W1 > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#mMHehXzW2SKlQJWWZqoQazAdcl4zxHGq { color:rgba(30,30,30,0.7);display:block;width:37.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:17.6875rem;left:22.9375rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yqJEs85OCSQTvM6CyywOw8ARhMa7BaO6 { color:rgba(30,30,30,0.5);display:block;width:42.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.375rem;left:0.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ODeBhNHtcAVminH13yNemdThcmJsc7mw { color:#1e1e1e;display:block;width:40rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.375rem;left:0.6875rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ArTTOIJT0pJiovdJ326oopgoIEdaJOKf { 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:26.8125rem;width:21.125rem;top:9.69921875rem;left:0rem;overflow:hidden;display:block; }
#OAEMlIb2o3QV0tnxVXciGT2ytTvOldi2 { color:rgba(30,30,30,0.5);display:block;width:32.8125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:22.91250038147rem;left:23.8125rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wwF7VhyxdPDw9r1T7ITZT9hRnzPvoO6u { color:#1e1e1e;display:block;width:11rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.125rem;left:27.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tnt6BXJyN5RX5QbtHTyCGXps0cGo8Ddb { position:absolute;display:block;z-index:15030;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:7.375rem;width:15.3125rem;top:10.26171875rem;left:22.9375rem;overflow:hidden;display:block; }
#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .row .container { background-color: transparent; background-image: none; }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .row .container > .video-iframe-container { display: none; }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .row > .video-iframe-container { display: none; }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .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); }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .row .container { border-width: 0; border-radius: 0; }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0BakKlKISc0oD6gsX4bENDcmeZMrFEi > .row .container { font-size:0.875rem;font-family:arial;height:71.5rem;width:60rem;position:relative;display:block; }#Fmy02LM10B8Gwg7XFIcISAUdeAHhtrqI { color:#9e9d9d;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:0rem;left:40rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fJLKHJv6I5nWK1zWImhGhAWneqWM3OTc { color:#aea9a9;display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:20.63671875rem;left:42.3125rem;height:7rem;font-style:normal;display:block; }
#VWsIrihA5RHGKX9JcxZr0Df1b0gG3t0L { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XRPTPV0J/Image.png");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:20.1875rem;display:block; }#VWsIrihA5RHGKX9JcxZr0Df1b0gG3t0L.adaptive-delivery-prevent-bg, #VWsIrihA5RHGKX9JcxZr0Df1b0gG3t0L.lazyload, #VWsIrihA5RHGKX9JcxZr0Df1b0gG3t0L.lazyloading { background-image: none; }
#snHT9LxwC6LTZuzFhBuUtUpBgyAKpPbc { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center right !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14.625rem;left:0rem;display:block; }#snHT9LxwC6LTZuzFhBuUtUpBgyAKpPbc.adaptive-delivery-prevent-bg, #snHT9LxwC6LTZuzFhBuUtUpBgyAKpPbc.lazyload, #snHT9LxwC6LTZuzFhBuUtUpBgyAKpPbc.lazyloading { background-image: none; }
#AMHmTinIJlvuKgwiZBl0yPZyuMJ1WfcE { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:55.5rem;width:19.75rem;top:14.625rem;left:20.1875rem;display:block; }#AMHmTinIJlvuKgwiZBl0yPZyuMJ1WfcE.adaptive-delivery-prevent-bg, #AMHmTinIJlvuKgwiZBl0yPZyuMJ1WfcE.lazyload, #AMHmTinIJlvuKgwiZBl0yPZyuMJ1WfcE.lazyloading { background-image: none; }
#Bl6PNah25MIfcvmxAS296eAxTLEaURg6 { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.625rem;left:0rem;display:block; }#Bl6PNah25MIfcvmxAS296eAxTLEaURg6.adaptive-delivery-prevent-bg, #Bl6PNah25MIfcvmxAS296eAxTLEaURg6.lazyload, #Bl6PNah25MIfcvmxAS296eAxTLEaURg6.lazyloading { background-image: none; }
#VTvXd7EzSfPNWbg2LyJM78mUAV9r3H3J { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.6875rem;top:4.375rem;left:40rem;display:block; }
#v0ofcSrh0UodhzZH0pk0naU7PXHt2I9i { position:absolute;display:block;z-index:15012;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:13.4375rem;width:13.4375rem;top:0.75rem;left:3.84375rem;overflow:hidden;display:block; }
#JS1c99FkMTIaPlbrThdOGt1hJ843l6Kl { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XRPTPV0J/Image.png");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:0.125rem;display:block; }#JS1c99FkMTIaPlbrThdOGt1hJ843l6Kl.adaptive-delivery-prevent-bg, #JS1c99FkMTIaPlbrThdOGt1hJ843l6Kl.lazyload, #JS1c99FkMTIaPlbrThdOGt1hJ843l6Kl.lazyloading { background-image: none; }
#cGPTUnSVyumm0vTi8NuVFLQyCGq2eSLf { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:42.8125rem;left:0.125rem;display:block; }#cGPTUnSVyumm0vTi8NuVFLQyCGq2eSLf.adaptive-delivery-prevent-bg, #cGPTUnSVyumm0vTi8NuVFLQyCGq2eSLf.lazyload, #cGPTUnSVyumm0vTi8NuVFLQyCGq2eSLf.lazyloading { background-image: none; }
#EOQ2PKzzoySTs9oPqIZGxPgyTw1FobRF { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:56.75rem;left:0rem;display:block; }#EOQ2PKzzoySTs9oPqIZGxPgyTw1FobRF.adaptive-delivery-prevent-bg, #EOQ2PKzzoySTs9oPqIZGxPgyTw1FobRF.lazyload, #EOQ2PKzzoySTs9oPqIZGxPgyTw1FobRF.lazyloading { background-image: none; }
#XeIT8yxp5ITqLFURm6hFHg60F1VtnIHs { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:42.8125rem;left:40.125rem;display:block; }#XeIT8yxp5ITqLFURm6hFHg60F1VtnIHs.adaptive-delivery-prevent-bg, #XeIT8yxp5ITqLFURm6hFHg60F1VtnIHs.lazyload, #XeIT8yxp5ITqLFURm6hFHg60F1VtnIHs.lazyloading { background-image: none; }
#udT9uLpH9TCfsgy6XTdG3RMhrkZhERDQ { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:56.75rem;left:40.125rem;display:block; }#udT9uLpH9TCfsgy6XTdG3RMhrkZhERDQ.adaptive-delivery-prevent-bg, #udT9uLpH9TCfsgy6XTdG3RMhrkZhERDQ.lazyload, #udT9uLpH9TCfsgy6XTdG3RMhrkZhERDQ.lazyloading { background-image: none; }
#fCBo3bp0zKWRFvS0rhFDTALpNTTn545Q { position:absolute;display:block;z-index:15012;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:60rem;top:70.125rem;left:0rem;display:block; }
#ZOLt2HXavT5GP82KopBW1tmErLFEztX1 { position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XRPTPV0J/Image.png");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.1875rem;left:40rem;display:block; }#ZOLt2HXavT5GP82KopBW1tmErLFEztX1.adaptive-delivery-prevent-bg, #ZOLt2HXavT5GP82KopBW1tmErLFEztX1.lazyload, #ZOLt2HXavT5GP82KopBW1tmErLFEztX1.lazyloading { background-image: none; }
#fDvHSWh9amwSo3phP6AppDlCAsiZ34Kt { color:#151824;display:block;width:19.9375rem;position:absolute;font-family:"titillium web";font-size:3.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:6.5625rem;left:40rem;height:8.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#stinL1SWQFxP1ZyohkIqibo4iqVoDSS7 { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XRPTPV0J/Image.png");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:5.875rem;left:40rem;display:block; }#stinL1SWQFxP1ZyohkIqibo4iqVoDSS7.adaptive-delivery-prevent-bg, #stinL1SWQFxP1ZyohkIqibo4iqVoDSS7.lazyload, #stinL1SWQFxP1ZyohkIqibo4iqVoDSS7.lazyloading { background-image: none; }
#qkreyTguDF5Zdn864pcemeB5r8KMx6NX { 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:13.4375rem;width:13.4375rem;top:17.416015625rem;left:23.28125rem;overflow:hidden;display:block; }
#O5KDc9vBXazX1dbsOImFII9tgFEWv576 { 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:13.4375rem;width:13.4375rem;top:34.5rem;left:23.28125rem;overflow:hidden;display:block; }
#aXTBn9xMX2t6mCG4gftThIEN0QSZAr2Q { 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:13.4375rem;width:13.4375rem;top:54.4375rem;left:23.28125rem;overflow:hidden;display:block; }
#PqHmvyFvTi1yJgSuUt6JTZyUv4tw9qJB { 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:13.4375rem;width:13.4375rem;top:0.75rem;left:23.28125rem;overflow:hidden;display:block; }
#xstkEpEAR68frVznGl3IWfbte55LdTqW { 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:13.4375rem;width:13.4375rem;top:14.6875rem;left:3.84375rem;overflow:hidden;display:block; }
#lwBRJ1dXQUZDkMrM4SkZRNbLC63K1iqv { 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:13.4375rem;width:13.4375rem;top:29.03125rem;left:3.84375rem;overflow:hidden;display:block; }
#Q9HeAPzONzRJPs8K1LMTweIMN7iOTeb4 { position:absolute;display:block;z-index:15016;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:13.4375rem;width:13.4375rem;top:42.875rem;left:3.84375rem;overflow:hidden;display:block; }
#nONmi8NygmssKRHZrLxE3SNZzztDtTvO { position:absolute;display:block;z-index:15017;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:13.4375rem;width:13.4375rem;top:56.9375rem;left:3.84375rem;overflow:hidden;display:block; }
#K9w6q3xT8f3TkSq52bxQVARUCON4SOIq { 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:13.4375rem;width:13.4375rem;top:28.1875rem;left:43.28125rem;overflow:hidden;display:block; }
#fGiI6pXsMHJrnukU0hEriNQ1N8IZT4ZZ { position:absolute;display:block;z-index:15016;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:13.4375rem;width:13.4375rem;top:42.875rem;left:43.28125rem;overflow:hidden;display:block; }
#aevSrXWgu6nIW0FErURO26F7dodqd46T { position:absolute;display:block;z-index:15017;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:13.4375rem;width:13.4375rem;top:56.75rem;left:43.28125rem;overflow:hidden;display:block; }
#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .row .container { background-color: transparent; background-image: none; }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .row .container > .video-iframe-container { display: none; }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .row > .video-iframe-container { display: none; }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .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); }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .row .container { border-width: 0; border-radius: 0; }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZJ7qWKK0N1uaMlWxfDECKacToS9mT9P0 > .row .container { font-size:0.875rem;font-family:arial;height:72.625rem;width:60rem;position:relative;display:block; }#bhJxuT9ubGzrRJhlnMJLTukT9Rb4vo57 { color:#9e9d9d;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:2.125rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;top:0rem;left:40rem;height:4.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hMoB4ZHvrO8XTZWy0ihHV1lOrbuKT6Uf { color:#aea9a9;display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:20.63671875rem;left:42.3125rem;height:7rem;font-style:normal;display:block; }
#rwQbTOTgHUDWKVh1x82bZE1cR4TEcAms { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XRPTPV0J/Image.png");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:20.1875rem;display:block; }#rwQbTOTgHUDWKVh1x82bZE1cR4TEcAms.adaptive-delivery-prevent-bg, #rwQbTOTgHUDWKVh1x82bZE1cR4TEcAms.lazyload, #rwQbTOTgHUDWKVh1x82bZE1cR4TEcAms.lazyloading { background-image: none; }
#qeLyhe25F1JTqazkh1B3KFnrms1Ry1n1 { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center right !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:14.625rem;left:0rem;display:block; }#qeLyhe25F1JTqazkh1B3KFnrms1Ry1n1.adaptive-delivery-prevent-bg, #qeLyhe25F1JTqazkh1B3KFnrms1Ry1n1.lazyload, #qeLyhe25F1JTqazkh1B3KFnrms1Ry1n1.lazyloading { background-image: none; }
#X6Xg5OVBdGdCAg7Hepp0TPTZsEzZTaRa { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.75rem;width:19.75rem;top:14.625rem;left:20.1875rem;display:block; }#X6Xg5OVBdGdCAg7Hepp0TPTZsEzZTaRa.adaptive-delivery-prevent-bg, #X6Xg5OVBdGdCAg7Hepp0TPTZsEzZTaRa.lazyload, #X6Xg5OVBdGdCAg7Hepp0TPTZsEzZTaRa.lazyloading { background-image: none; }
#nWQOR6QOFOW2iFhxX8Sk7gcvEGXbssGh { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.625rem;left:0rem;display:block; }#nWQOR6QOFOW2iFhxX8Sk7gcvEGXbssGh.adaptive-delivery-prevent-bg, #nWQOR6QOFOW2iFhxX8Sk7gcvEGXbssGh.lazyload, #nWQOR6QOFOW2iFhxX8Sk7gcvEGXbssGh.lazyloading { background-image: none; }
#ud8Xf0fRO2TT3PgEEKF8cixVl9sZIcx9 { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:7.6875rem;top:6.3125rem;left:41.0625rem;display:block; }
#Wqz6OnMAvXqIxyPPuWOb3KL9m10u91u2 { position:absolute;display:block;z-index:15012;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:13.4375rem;width:13.4375rem;top:0.75rem;left:23.28125rem;overflow:hidden;display:block; }
#kHKcppQiFTQTte1kTdfztAMpubOd5GZs { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XRPTPV0J/Image.png");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:0.6875rem;left:0.125rem;display:block; }#kHKcppQiFTQTte1kTdfztAMpubOd5GZs.adaptive-delivery-prevent-bg, #kHKcppQiFTQTte1kTdfztAMpubOd5GZs.lazyload, #kHKcppQiFTQTte1kTdfztAMpubOd5GZs.lazyloading { background-image: none; }
#posyhBaD7dm3yCPfHXbMGqO2tL7Pnput { position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:42.8125rem;left:0.125rem;display:block; }#posyhBaD7dm3yCPfHXbMGqO2tL7Pnput.adaptive-delivery-prevent-bg, #posyhBaD7dm3yCPfHXbMGqO2tL7Pnput.lazyload, #posyhBaD7dm3yCPfHXbMGqO2tL7Pnput.lazyloading { background-image: none; }
#B8HTqXeQ0bBs3vTd8tR9xBPzxhWDCtXs { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:42.8125rem;left:40.125rem;display:block; }#B8HTqXeQ0bBs3vTd8tR9xBPzxhWDCtXs.adaptive-delivery-prevent-bg, #B8HTqXeQ0bBs3vTd8tR9xBPzxhWDCtXs.lazyload, #B8HTqXeQ0bBs3vTd8tR9xBPzxhWDCtXs.lazyloading { background-image: none; }
#XKTpk570UVvLrTSGPMFg1mBOwxgtGr0S { position:absolute;display:block;z-index:15012;background-color:#ffffff;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3125rem;width:60rem;top:71.125rem;left:0rem;display:block; }
#ICvlrek2xvU72soq7VJ2wu2PV1XSpkaW { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:28.75rem;left:40.125rem;display:block; }#ICvlrek2xvU72soq7VJ2wu2PV1XSpkaW.adaptive-delivery-prevent-bg, #ICvlrek2xvU72soq7VJ2wu2PV1XSpkaW.lazyload, #ICvlrek2xvU72soq7VJ2wu2PV1XSpkaW.lazyloading { background-image: none; }
#M6GK2y31EUreXwi6zf82CfHgybpn6XTw { position:absolute;display:block;z-index:15016;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/XRPTPV0J/Image.png");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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:5.5625rem;left:40.25rem;display:block; }#M6GK2y31EUreXwi6zf82CfHgybpn6XTw.adaptive-delivery-prevent-bg, #M6GK2y31EUreXwi6zf82CfHgybpn6XTw.lazyload, #M6GK2y31EUreXwi6zf82CfHgybpn6XTw.lazyloading { background-image: none; }
#yNZtS14JzTQQTOoovATN3X4JCdxTInyU { color:#151824;display:block;width:19.9375rem;position:absolute;font-family:"titillium web";font-size:3.1875rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:6.6875rem;left:39.9375rem;height:12.55625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kl3kZHGqr5VnPqVShSE54FwI0t4KqL05 { position:absolute;display:block;z-index:15012;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:57rem;left:0rem;display:block; }#Kl3kZHGqr5VnPqVShSE54FwI0t4KqL05.adaptive-delivery-prevent-bg, #Kl3kZHGqr5VnPqVShSE54FwI0t4KqL05.lazyload, #Kl3kZHGqr5VnPqVShSE54FwI0t4KqL05.lazyloading { background-image: none; }
#CuM8lUWwVi6fxB4cdnQmg4lki7Sczn6Z { position:absolute;display:block;z-index:15013;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:56.9375rem;left:20rem;display:block; }#CuM8lUWwVi6fxB4cdnQmg4lki7Sczn6Z.adaptive-delivery-prevent-bg, #CuM8lUWwVi6fxB4cdnQmg4lki7Sczn6Z.lazyload, #CuM8lUWwVi6fxB4cdnQmg4lki7Sczn6Z.lazyloading { background-image: none; }
#Ke4KQX6IbfKFy1cd20VtmTmEZ5GrJqd0 { position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center left !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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:19.75rem;top:57rem;left:40.25rem;display:block; }#Ke4KQX6IbfKFy1cd20VtmTmEZ5GrJqd0.adaptive-delivery-prevent-bg, #Ke4KQX6IbfKFy1cd20VtmTmEZ5GrJqd0.lazyload, #Ke4KQX6IbfKFy1cd20VtmTmEZ5GrJqd0.lazyloading { background-image: none; }
#FQcJTD6d8WkCoMWwvbxukuOfHznFQ3ka { color:#151824;display:block;width:19.9375rem;position:absolute;font-family:"titillium web";font-size:3.1875rem;font-weight:300;z-index:15022;line-height:1.3;letter-spacing:0;top:57.5654296875rem;left:20rem;height:12.55625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nIJi3Tisnf0quxUlB8BtdXkXBTa12Kb8 { 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:13.4375rem;width:13.4375rem;top:0.75rem;left:3.28125rem;overflow:hidden;display:block; }
#NiUHlgbTAhOxKi86W9TVCq0s0K1qsOZA { 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:13.4375rem;width:13.4375rem;top:14.6875rem;left:3.28125rem;overflow:hidden;display:block; }
#mxLqs1vSIRVfxkAaJp9eDUTkbvETzyFh { 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:13.4375rem;width:13.4375rem;top:28.78125rem;left:3.28125rem;overflow:hidden;display:block; }
#slb7NSqTTmPKzTdGRFG7JnQ3C7IMgMKN { 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:13.4375rem;width:13.4375rem;top:14.8125rem;left:23.28125rem;overflow:hidden;display:block; }
#vemkwOTkkVKNWclfvk1gkE0Tvx6MQQX3 { position:absolute;display:block;z-index:15016;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:13.4375rem;width:13.4375rem;top:28.78125rem;left:23.28125rem;overflow:hidden;display:block; }
#QyvPWWr4ST2w4PB5EP1QsOuEhN7oDiyt { position:absolute;display:block;z-index:15017;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:13.4375rem;width:13.4375rem;top:43rem;left:23.28125rem;overflow:hidden;display:block; }
#FOhIDTV2ZAda53EmcHLGPmFcwS2zg8pH { position:absolute;display:block;z-index:15016;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:13.4375rem;width:13.4375rem;top:28.78125rem;left:43.28125rem;overflow:hidden;display:block; }
#MTAsQvUQVpIoIlUIrWVvrtRCeJ7b5apF { position:absolute;display:block;z-index:15017;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:13.4375rem;width:13.4375rem;top:43rem;left:43.28125rem;overflow:hidden;display:block; }
#vvL0D94PTRNbmgbruovKeXF7vHX8WmE1 { position:absolute;display:block;z-index:15018;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:13.4375rem;width:13.4375rem;top:43.625rem;left:3.28125rem;overflow:hidden;display:block; }
#KQCV13Dx7DZwCNatgEXXTFUgarSiC34a { 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:13.4375rem;width:13.4375rem;top:57.0625rem;left:3.28125rem;overflow:hidden;display:block; }
#XhoVqMQIIDDS8FZlRiKuWx9K0Eix7OXL { 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:13.4375rem;width:13.4375rem;top:57.75rem;left:43.28125rem;overflow:hidden;display:block; }
#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA { border-top:0.3125rem solid #000000;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; }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .row .container { background-color: transparent; background-image: none; }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .row .container > .video-iframe-container { display: none; }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .row > .video-iframe-container { display: none; }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .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); }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .row .container { border-width: 0; border-radius: 0; }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#htlLFxWQoaxD4FBXbkg11SkiABL3cwwA > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#RWa63rrOAnMNyGbiyUorSQJRQi8BWqAN { position:absolute;display:block;z-index:15003;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:48.375rem;display:block; }
#wkszlXDelHUMwc1hIURyMPTytmxc7f9W { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:15.125rem;left:48.875rem;display:block; }
#KznFOTB948pVlIUvlywG2i9eNEx6UOiP { position:absolute;display:block;z-index:15005;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:52.9375rem;display:block; }
#hlntrwX6crImNcuFmKVg0rWGHTTIBwB9 { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15006;top:15.125rem;left:53.4375rem;display:block; }
#P7NAdpW9d4WTflz4d3RSVvsFWndEzLFi { position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:56.9375rem;display:block; }
#xm2rKsiwC8riIzn4eTPFr959u7v7Nb7y { box-sizing:content-box;color:#f9f9f9;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:15.09375rem;left:57.46875rem;display:block; }
#RuDlDQ7guknHoukaVrwJE2XkITXfXGZc { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:14.5rem;left:0rem;display:block; }
#IApBQuPkbRryLEwam5EvQcDb0OlZePlm { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:14.5rem;left:11.0625rem;display:block; }
#DrmIUuhlcZiRTeenUXCQcvT8fX8HW0MF { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:14.5rem;left:3.6875rem;display:block; }
#mxowakm30sZNMp9oiZzt4LliVD8kLM7U { box-sizing:content-box;color:#333333;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:14.5rem;left:7.3125rem;display:block; }
#LaXze4iqzG6deDTmS1aWycnfs0XTaJQG { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:5.6875rem;left:0.75rem;height:4.9rem;font-style:normal;display:block; }
#c6s1T38yltfwpGPcWNHtKPbXBBR943oS { color:#000000;display:block;width:22.625rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:13.0625rem;left:0.75rem;height:1.05rem;font-style:normal;display:block; }
#WgQ08gDVc1FhQkC56iSne42qqOatMT4l { position:absolute;display:block;z-index:15015;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#q1CBG3FSOrJ9av4VMfuFK67t8bThyyS0 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.0625rem;left:48.1875rem;height:1.05rem;font-style:normal;display:block; }
#okrx2KkMSPOusyQ6mu6K3arJfBtVtwFV { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.9375rem;height:;font-style:normal;display:block; }
#TH8z5FLfQPpwfit8DBW20PDtSI6r02sc { position:absolute;display:block;z-index:15016;background-color:#000000;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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0.6875rem;display:block; }
#X1ZpElSp4LR4ciknzxzs01ol1tZKZaNo { 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:3.25rem;width:6.6875rem;top:1.9249992370606rem;left:0.6875rem;overflow:hidden;display:block; }
#dPRFwGrokdZWvgl4sLVscMmRu19bZPs5 { 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:4.25rem;width:4.25rem;top:6.8125rem;left:24.9375rem;overflow:hidden;display:block; }
#GP7dFeT5yxBMsLhGFH0lULStlcZ8dhsM { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.1875rem;width:5.75rem;top:6.875rem;left:32.375rem;overflow:hidden;display:block; }
#DPOXgQE4Dr5r9L4z1Jg7b3hT2OkG0sTK { 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:4.125rem;width:4.125rem;top:6.9375rem;left:40.8125rem;overflow:hidden;display:block; }
#cWT8IH14kDInGpTE7z9kJhUbxuRTwwMC { color:#1e1e1e;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:5.6875rem;left:23.375rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Zv8XTF136DisUzOKLTNxwfqNKB8OWeW9 { color:#1e1e1e;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:5.6875rem;left:31.71875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vsppvMMiDsOHIqXnQPcAmTq6EvB0pRSn { color:#1e1e1e;display:block;width:7.0625rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41.1875rem;height:0.975rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
