.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); }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 { 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; }#AQg4DrfGfggytITxHT43pOJpDsxo3me7.adaptive-delivery-prevent-bg, #AQg4DrfGfggytITxHT43pOJpDsxo3me7.lazyload, #AQg4DrfGfggytITxHT43pOJpDsxo3me7.lazyloading { background-image: none; }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .row .container { background-color: transparent; background-image: none; }#AQg4DrfGfggytITxHT43pOJpDsxo3me7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .row .container > .video-iframe-container { display: none; }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .row > .video-iframe-container { display: none; }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .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); }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .row .container { border-width: 0; border-radius: 0; }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AQg4DrfGfggytITxHT43pOJpDsxo3me7 > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;overflow:visible;position:relative;display:block; }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH { 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; }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .row .container { background-color: transparent; background-image: none; }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .row .container > .video-iframe-container { display: none; }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .row > .video-iframe-container { display: none; }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .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); }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .row .container { border-width: 0; border-radius: 0; }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KckUI6oNqcwm8g88fdFdT3WGKVCaRkQH > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;position:relative;display:block; }#xRd0nvtvf0K9oH6ce5s8UKBeGIk6txCI { 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; }
#BySe6rpdNyPrarxsXvXv40DLdEqDnnpQ { 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; }
#cPMFkhB6G0Td1OHSFkDGF0PVQ8lU9mV8 { 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; }
#qKyLHqHZiC7eQkbwLclaLD6kCaCUrGTz { 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; }
#OOQwdS0uUxpbBmH5ptmcB5gKAHVIlP3b { 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; }
#L22issZJonHCTBZxMkgAPkuABofhI7hG { 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; }
#GcBXXm42af5ZSugHa5JE3ibiZwVJVZ7B { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.25rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:5.375rem;left:17.091796875rem;display:block; }
#qpUA8NAWmZ7zkTBr5b7g2xNqOcwA49Uy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#auTdI9yGGsalTiAIAef232lv8u3NTtxg { background-color:rgba(0,0,0,0);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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#3c3833;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:2.25rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:5.375rem;left:34.154296875rem;display:block; }
#KeIf1LCJqLbC7m4bVVytZTTWIDN48VTc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MCqLopC1kTkdFNP0S2r0y9bx39rQ7fFh { color:#1e1e1e;display:block;width:35.75rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.0078125rem;left:12.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; }
#nl8XE5ByKhLT2BV1ZKso3ETSPR34g5BD { 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; }
#XwUqBvuxJBUWsIuWa5H9v4NCVnZZTDID { 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; }
#Rti2F7lQyJTuGwm6ck8R0Hi15CITtHKc { 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; }
#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T { position:relative;display:block; }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T { background-color: transparent; background-image: none; }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T > .row .container > .video-iframe-container { display: none; }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T > .row > .video-iframe-container { display: none; }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T > .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); }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T { border-width: 0; border-radius: 0; }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T > .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; }#fTw40Jnd1fyLCePg4yI0fQeuR8fbQi9T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:27.5625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MVLlLoRrocF5GTHEyEDq1iq1LhOcvdUc { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:4.0625rem;left:10rem;display:block; }
#STHuJIaU0Z4md6pIVqcVsiEl2DlMs5zI { 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:1.75rem;width:1.75rem;top:4.9375rem;left:7.125rem;overflow:hidden;display:block; }
#FfLF0WZOWb66E9DiacDoidISn7SyLJql { position:absolute;display:block;z-index:14999;background-color:#fbc835;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:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.75rem;width:1.8125rem;top:25.5rem;left:49.1875rem;display:block; }
#TSUOgTcQslTxZvIn7WAQGxqFvP2cu0m0 { 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:1.75rem;width:1.75rem;top:13.0625rem;left:58.25rem;overflow:hidden;display:block; }
#S4axmUGTNsUukDWzBuiRyIGlqfRgKAa2 { position:absolute;display:block;z-index:15014;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.125rem;width:1.1875rem;top:19.8125rem;left:6.125rem;display:block; }
#sA7GaZNg0gTgbGOUAenlWMWZAn6JLMEv { 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:1.75rem;width:1.75rem;top:18.125rem;left:53.625rem;overflow:hidden;display:block; }
#FHP2u4eGpdKUiO14cq43P8hEWU3Wkf5O { color:#1e1e1e;display:block;width:34.875rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:0.625rem;left:12.5625rem;height:;text-align:center;text-align-last:center;font-style:italic;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; }
#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:29.125rem;width:33.4375rem;top:0rem;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:11.7rem;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; }
#QSrzVcickm9b9ydSAsItsvAs6vARhsVM { 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; }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM.adaptive-delivery-prevent-bg, #QSrzVcickm9b9ydSAsItsvAs6vARhsVM.lazyload, #QSrzVcickm9b9ydSAsItsvAs6vARhsVM.lazyloading { background-image: none; }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .row .container { background-color: transparent; background-image: none; }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .row .container > .video-iframe-container { display: none; }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .row > .video-iframe-container { display: none; }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .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); }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .row .container { border-width: 0; border-radius: 0; }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QSrzVcickm9b9ydSAsItsvAs6vARhsVM > .row .container { font-size:0.875rem;font-family:arial;height:25.75rem;width:60rem;position:relative;display:block; }#SgQt0xPoCFvlKVZ5y5rORW6X0H2pm8BK { 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:23.75rem;width:35.75rem;top:1.78125rem;left:12.125rem;overflow:hidden;display:block; }
#op0Vut2bGZDpPLf2TJ53uDOGMQF9f2NH { z-index:15008;top:21.6875rem;left:23.375rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#8e8e8e;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5625rem;height:4.0625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Rrw1NCWtapgnCtEZ1sMp7RbMX1UywPq1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PtNDcQxv/stickers_silver_abstract_vector_background.jpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG.adaptive-delivery-prevent-bg, #Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG.lazyload, #Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG.lazyloading { background-image: none; }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .row .container { background-color: transparent; background-image: none; }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .row .container > .video-iframe-container { display: none; }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .row > .video-iframe-container { display: none; }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .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); }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .row .container { border-width: 0; border-radius: 0; }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Fs8gS72OT9l2aHfcA73WMTAbBDZRDmdG > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:60rem;position:relative;display:block; }#al0aQHXc6q1r0P0vmyrTOLs5vMxLJahP { 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:31.375rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF { background-color:#333333;background-image:url("https://images.assets-landingi.com/zf3hI1DG/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !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;display:block; }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF.adaptive-delivery-prevent-bg, #HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF.lazyload, #HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF.lazyloading { background-image: none; }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .row .container { background-color: transparent; background-image: none; }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .row .container > .video-iframe-container { display: none; }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .row > .video-iframe-container { display: none; }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .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); }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .row .container { border-width: 0; border-radius: 0; }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HBrT9xDbcCgiN5ZJN1zGtpcGrJy3fmtF > .row .container { width:60rem;height:28.75rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#kTAAmgBfVa5vTvVLZyp6sJ0vPiE3TZ8U { color:#000000;display:block;width:60rem;position:absolute;font-family:bitter;font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.90625rem;left:0rem;height:4.0625rem;font-style:normal;display:block; }
#d9QBKriWWVNAPpFmQFbnq5Bi53LEsMgT { position:absolute;display:block;z-index:15000;background-color:#9b9b9b;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:5rem;width:22.0625rem;top:2.4375rem;left:17.375rem;display:block; }
#okRqpTagI0brJ0hmpseZyVrHMES15k7G { position:absolute;display:block;z-index:14997;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:17.5rem;width:26.75rem;top:10.90625rem;left:23.1875rem;overflow:hidden;display:block; }
#loFB3lfINuAnk5P5rMKbzZzTv2uTmMrg { position:absolute;display:block;z-index:14998;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:14.3125rem;width:14.3125rem;top:10.90625rem;left:23.1875rem;overflow:hidden;display:block; }
#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/PtNDcQxv/stickers_silver_abstract_vector_background.jpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB.adaptive-delivery-prevent-bg, #eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB.lazyload, #eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB.lazyloading { background-image: none; }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .row .container { background-color: transparent; background-image: none; }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .row .container > .video-iframe-container { display: none; }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .row > .video-iframe-container { display: none; }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .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); }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .row .container { border-width: 0; border-radius: 0; }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eIxNlytRDyBhMW3AEbWrCMox7v0N1TMB > .row .container { font-size:0.875rem;font-family:arial;height:42.6875rem;width:60rem;position:relative;display:block; }#z09xPB1kPHsAZToZGyMrm2yd71BpbATU { 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:42.5rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p { 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; }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p.adaptive-delivery-prevent-bg, #bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p.lazyload, #bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p.lazyloading { background-image: none; }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .row .container { background-color: transparent; background-image: none; }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .row .container > .video-iframe-container { display: none; }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .row > .video-iframe-container { display: none; }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .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); }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .row .container { border-width: 0; border-radius: 0; }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCV9dTiKhPz4rOtZCCnmyQvMJ2XrBJ3p > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#NT7T3kuZdx1PoIUolAZcEcsVK3u94rfI { color:rgba(30,30,30,0.5);display:block;width:40rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.4125003814698rem;left:1.1875rem;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; }
#pzx4hJAg5ymIn474P886MOXSpVGsC6tS { color:rgba(30,30,30,0.7);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:25.25rem;left:19.375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EgHyJ0ssO7H7aTwHyvaZE8dUbeD927uS { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.125rem;top:5.5625rem;left:27.6875rem;display:block; }
#pfF5eSb2NzC2lNbEfFstNJRXXeEDfEgs { 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:14.625rem;width:26.0625rem;top:5.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#DkEtKH0XUbCbpXcHV1W6hCAgKr2cJlkl { color:#bcbcbc;display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:2.625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:1.1875rem;height:3.4125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nWrHVTgCSMmmc1lwwZyXnlD5Ey7t14P9 { color:#8e8e8e;display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:22.84375rem;left:16.40625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ofqmGrthCqpRnHMSzT49gqphuC80Zxdo { background-color:#eaeaea;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9c9ea0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:23.1875rem;display:block; }
#CTrA6zZD8b1WdBfN8TGifpBTJrdrQ3kw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er { 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; }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er.adaptive-delivery-prevent-bg, #Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er.lazyload, #Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er.lazyloading { background-image: none; }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .row .container { background-color: transparent; background-image: none; }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .row .container > .video-iframe-container { display: none; }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .row > .video-iframe-container { display: none; }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .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); }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .row .container { border-width: 0; border-radius: 0; }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Cbe6mQrf3Bl90DZA8sE8AmO0GcX500Er > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#h1PcXMhycnJCsqxsq2dTQyei62bLyqkr { color:rgba(30,30,30,0.5);display:block;width:50.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0062484741211rem;left:1.1875rem;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; }
#XXJMbQyNsWTUgoyTw3BMxVczllo7RVRe { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.125rem;top:5.5625rem;left:27.6875rem;display:block; }
#k63KQTnd1JqrKfES2R8sgqpOPLhxErBu { 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:14.625rem;width:26.0625rem;top:5.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#t9ss4uagaGA957CBAUeSFMPyhPsFUHax { color:#bcbcbc;display:block;width:27.9375rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:1.1875rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lCGdBvknwsG7UJOIK1OB4ESL2HuhUJ43 { color:#8e8e8e;display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:22.84375rem;left:16.40625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tAt4xxeGhX4QaF8ntzHnCHpkQfioZnIu { background-color:#eaeaea;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9c9ea0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:23.1875rem;display:block; }
#GeklyCm5T7KTiezb3uRM0CfhtDLzrJ7X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bx203Mgd1TdHXWpShRQ7kdMxGAheoH4d { color:rgba(30,30,30,0.7);display:block;width:30.0625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:25.3125rem;left:14.96875rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym { 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; }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym.adaptive-delivery-prevent-bg, #Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym.lazyload, #Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym.lazyloading { background-image: none; }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .row .container { background-color: transparent; background-image: none; }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .row .container > .video-iframe-container { display: none; }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .row > .video-iframe-container { display: none; }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .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); }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .row .container { border-width: 0; border-radius: 0; }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Vc43zwdoU0P1tf3N6PaZxSMJcBiLt0ym > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#AWCbe0Xaun3LE1d8Xl3mRgvc0yUkLJQw { color:rgba(30,30,30,0.5);display:block;width:40rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0062503814698rem;left:1.1875rem;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; }
#pgV8XlEGAgZzqS56zAKLx1FuQ0gSqdH9 { color:rgba(30,30,30,0.7);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:25.25rem;left:19.375rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mv2RkTCGOsTfgIVb95Jh0IefCS6ZWsB1 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.125rem;top:5.5625rem;left:27.6875rem;display:block; }
#S4B3DcyZBgdeu5OoWtFFoRunIRh4EwVK { 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:14.625rem;width:26.0625rem;top:5.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#ZiTMv4PoVP6ohA6WZPEhEBIomdfmXXT0 { color:#bcbcbc;display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:1.1875rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kG6RcRN8xfpl4LGTpd5ZZvLV0uGxPZqs { color:#8e8e8e;display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:22.84375rem;left:16.40625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JKbhmFSig4rRtmpAwrS6JNReXAH3eMER { background-color:#eaeaea;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9c9ea0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:23.1875rem;display:block; }
#wWqx9RGThxn2ayPGHqyv50PwSKzI8ZUB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm { 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; }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm.adaptive-delivery-prevent-bg, #XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm.lazyload, #XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm.lazyloading { background-image: none; }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .row .container { background-color: transparent; background-image: none; }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .row .container > .video-iframe-container { display: none; }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .row > .video-iframe-container { display: none; }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .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); }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .row .container { border-width: 0; border-radius: 0; }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XBoGbAHnWyrIB3fM8lqHLMHo0B3G8UHm > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#oBIKCRWLXVRzmv9ubRIMS8pNgLUEfuRL { color:rgba(30,30,30,0.5);display:block;width:48.5rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0062484741211rem;left:1.1875rem;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; }
#BzXgmBBsqW9znJxuLIKcNrSTp4iJwAnH { color:rgba(30,30,30,0.7);display:block;width:43.875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:25.3125rem;left:8.0625rem;height:6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TbkDCnTpnfmxie5Zd8cFcCt3BdWsZTus { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.125rem;top:5.5625rem;left:27.6875rem;display:block; }
#VpaZUTd9NeXi9q39KwnNWscTCFPkUUew { 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:14.625rem;width:26.0625rem;top:5.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#rUefNJTG2qkowpmeO27OxsCy739tKEM2 { color:#bcbcbc;display:block;width:28.4375rem;position:absolute;font-family:raleway;font-size:2.3125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:1.1875rem;height:3.00625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XaQvEu4QFMeW28NKlnRnQFt4s1rZ5wDG { color:#8e8e8e;display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:22.84375rem;left:16.40625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NpVVpK0EfGAJK6s7Px2xT02wlip2FKCp { background-color:#eaeaea;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9c9ea0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:23.1875rem;display:block; }
#Sw6nndPOx39doUDnxEPA9F08A5LtoXPS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G { 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; }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G.adaptive-delivery-prevent-bg, #ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G.lazyload, #ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G.lazyloading { background-image: none; }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .row .container { background-color: transparent; background-image: none; }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .row .container > .video-iframe-container { display: none; }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .row > .video-iframe-container { display: none; }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .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); }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .row .container { border-width: 0; border-radius: 0; }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ciIaf74FKLxfrmTbcr7KBFMcFAJK4g0G > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#A25W2195ioSqVEiVlRyzWFVfTyo4nAgX { color:rgba(30,30,30,0.5);display:block;width:50.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0062484741211rem;left:1.1875rem;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; }
#bPTVl6VQywmRuKmy1OwUJlN3ohAAethT { color:rgba(30,30,30,0.7);display:block;width:25.5rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:25.25rem;left:17.25rem;height:5.6rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8ByksDdu8u46SXPM1qelPXwmbMPHWWP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.125rem;top:5.5625rem;left:27.6875rem;display:block; }
#v9lm1V0rfvaV2fackEOgdIuvcRhJTZwd { 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:14.625rem;width:26.0625rem;top:5.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#llHvh9g0AzyHVHLPy4aluNxDduWtDcyx { color:#bcbcbc;display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:1.1875rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oJZ4azx53Ubgqws6x1Ol1ufEebsIq4Bh { color:#8e8e8e;display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:22.84375rem;left:16.40625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NDw5hwA2cTy3q0rTmIOTKutzKcMQDhSq { background-color:#eaeaea;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9c9ea0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:23.1875rem;display:block; }
#KdVtiNiuSPlCSs3xxZOlpQTSnzHWtzgc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ { 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; }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ.adaptive-delivery-prevent-bg, #hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ.lazyload, #hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ.lazyloading { background-image: none; }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .row .container { background-color: transparent; background-image: none; }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .row .container > .video-iframe-container { display: none; }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .row > .video-iframe-container { display: none; }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .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); }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .row .container { border-width: 0; border-radius: 0; }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hNvtLi4KvdS8yUCC46R5aLGIcGvMVsaJ > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#e3dxiZo4LvPylQ0J5rUmZxldZ4hFxAHD { color:rgba(30,30,30,0.5);display:block;width:50.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0062484741211rem;left:1.1875rem;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; }
#z5XFG7dcgmI651UWtMwq0INCbooEzy4E { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.125rem;top:5.5625rem;left:27.6875rem;display:block; }
#kRXFElUsxvEAEXkXmQzJQRwZFwS8pOqC { 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:17.375rem;width:26.0625rem;top:5.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#UGo8lsPol1sTglKgEsDFqNZWG0kKc9Pg { color:#bcbcbc;display:block;width:27.375rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:1.1875rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KSbl8d7mZigGZ0DFbxRayDGaANZOg50t { color:#8e8e8e;display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:22.84375rem;left:16.40625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sKSKv5ChqcE69P5p2avygNkZRrVz8hfx { background-color:#eaeaea;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9c9ea0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:23.1875rem;display:block; }
#kRK8K5mW5FAyJTEX26mnmxFmtR5Bq03l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tMqtEtTCi8rkel9m790zEgwSDIRLooKZ { color:rgba(30,30,30,0.7);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:25.3125rem;left:19.375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR { 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; }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR.adaptive-delivery-prevent-bg, #I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR.lazyload, #I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR.lazyloading { background-image: none; }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .row .container { background-color: transparent; background-image: none; }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .row .container > .video-iframe-container { display: none; }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .row > .video-iframe-container { display: none; }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .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); }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .row .container { border-width: 0; border-radius: 0; }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I2HNPcDcT1vhEWBWGatPzfghmSq7qPHR > .row .container { font-size:0.875rem;font-family:arial;height:36.625rem;width:60rem;position:relative;display:block; }#oBDZDpywTvWkmRn5Wq9uPqcefEvBkT2F { color:rgba(30,30,30,0.5);display:block;width:50.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.0062484741211rem;left:1.1875rem;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; }
#tJnE9SwvMWsAlAHJ5ibyXaI0Ses0rrZ3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:17.25rem;width:31.125rem;top:5.5625rem;left:27.6875rem;display:block; }
#Zr8Pa55bRRfCepXMRF0guFui2Qz7U45K { 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:17.375rem;width:26.0625rem;top:5.5625rem;left:1.1875rem;overflow:hidden;display:block; }
#zZ0vpvObl39cQsoEZwyONvirDkdkLxqI { color:#bcbcbc;display:block;width:27.9375rem;position:absolute;font-family:raleway;font-size:2.0625rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:0rem;left:1.1875rem;height:2.68125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#euqUvqXAos7JvWW1gpb9gdgOTRfhIKXy { color:#8e8e8e;display:block;width:27.1875rem;position:absolute;font-family:"titillium web";font-size:1.5rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:22.84375rem;left:16.40625rem;height:1.8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruUlJlzpkv3ko9GmKe3IV9xEFRJN68qa { background-color:#eaeaea;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#9c9ea0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:32.75rem;left:23.1875rem;display:block; }
#UbpxQBKgUCVDaixVTMQ1TH7qXsFvthh3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HWN4ORmbFKBv3uR7Az7lkMrWIIxQw652 { color:rgba(30,30,30,0.7);display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:25.3125rem;left:19.375rem;height:7.5rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf { 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; }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .row .container { background-color: transparent; background-image: none; }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .row .container > .video-iframe-container { display: none; }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .row > .video-iframe-container { display: none; }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .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); }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .row .container { border-width: 0; border-radius: 0; }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WqwtuLsfoCEcOD1uQi3npWCd3huavaLf > .row .container { font-size:0.875rem;font-family:arial;height:40.375rem;width:60rem;position:relative;display:block; }#VTJmn0tsMakf77D2N7CdTMPOmntyTWGa { position:absolute;display:block;z-index:15008;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #cccccc, #ededed);background-image: -moz-linear-gradient(180deg, #cccccc, #ededed);background-image: -ms-linear-gradient(180deg, #cccccc, #ededed);background-image: -o-linear-gradient(180deg, #cccccc, #ededed);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ededed' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ededed' );";background-image: linear-gradient(180deg, #cccccc, #ededed);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:10.625rem;width:9.25rem;top:0.6875rem;left:0rem;display:block; }
#V9VXD94Bp8cxlwylvsXkD8la2iFELDCa { color:#000000;display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:3.625rem;left:2.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#HBn4op5DmVuEBoWWTHU1DtyiRrpTS23s { position:absolute;display:block;z-index:15012;border-top:1.25rem solid #dedede;border-left:1.25rem solid #dedede;border-right:1.25rem solid #dedede;border-bottom:1.25rem solid #dedede;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.75rem;width:18.25rem;top:12.59375rem;left:14.3828125rem;overflow:hidden;display:block; }
#dbiNz7ZVTe1hOF8LJxTsiEfkNTrTRd72 { 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:12.3125rem;width:21.9375rem;top:26.59375rem;left:36.125rem;overflow:hidden;display:block; }
#noqJ2THavNrCtLif1tsR94iHstiamspD { 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:12.75rem;width:12.75rem;top:12.59375rem;left:1.0078125rem;overflow:hidden;display:block; }
#UeRJaumwRPOrHomF9egBGT2nX5tIe9BC { 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:11.5rem;width:11.5rem;top:12.59375rem;left:36.125rem;overflow:hidden;display:block; }
#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A { position:relative;display:block; }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A { background-color: transparent; background-image: none; }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A > .row .container > .video-iframe-container { display: none; }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A > .row > .video-iframe-container { display: none; }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A > .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); }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A { border-width: 0; border-radius: 0; }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A > .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; }#tqkokDTwzWy3ytXNXGHGRAEHHxLku35A > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#d5XrQ4nXBqJzubTxNdoiPvUvGW8vkyqt { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:10.0625rem;left:10rem;display:block; }
#iOflxutgOqsgviz3yTPNUd4bxDPza2Vn { 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:1.75rem;width:1.75rem;top:10.9375rem;left:7.125rem;overflow:hidden;display:block; }
#E0rMshymp7XWXZFtdy4fungz2nbQGtvK { position:absolute;display:block;z-index:14999;background-color:#fbc835;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:4.6875rem;border-top-right-radius:4.6875rem;border-bottom-left-radius:4.6875rem;border-bottom-right-radius:4.6875rem;box-shadow: none;height:1.75rem;width:1.8125rem;top:31.5rem;left:49.1875rem;display:block; }
#tnNccKvCWEgraRBbQsOxHBps2uw2D0sB { 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:1.75rem;width:1.75rem;top:19.0625rem;left:58.25rem;overflow:hidden;display:block; }
#pybOWc0uh4FbJLsExzC2t21ntbnKL8cC { position:absolute;display:block;z-index:15014;background-color:#ffc143;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #ffc143;border-left:0.1875rem solid #ffc143;border-right:0.1875rem solid #ffc143;border-bottom:0.1875rem solid #ffc143;border-top-left-radius:3.375rem;border-top-right-radius:3.375rem;border-bottom-left-radius:3.375rem;border-bottom-right-radius:3.375rem;box-shadow: none;height:1.125rem;width:1.1875rem;top:25.8125rem;left:6.125rem;display:block; }
#lL2TLw1EEUuBJ9hxI1L3ZZJU6UzZCs2p { color:#000000;display:block;width:60rem;position:absolute;font-family:dosis;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:4.875rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xq8ZyEzqpXcIsqGUa3PRoqwXJqlJJUN7 { 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:16.1875rem;width:18.75rem;top:5.75rem;left:0rem;overflow:hidden;display:block; }
#DAlKfoxDR3JfLIItWiaOsnVcBB8Qreey { 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:1.75rem;width:1.75rem;top:24.125rem;left:53.625rem;overflow:hidden;display:block; }
#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn { 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; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.adaptive-delivery-prevent-bg, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyload, #eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn.lazyloading { background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { background-color: transparent; background-image: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { display: none; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .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); }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { border-width: 0; border-radius: 0; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eLx6ZPGplWPdiN0mQRLTk0tm4xHncLxn > .row .container { font-size:0.875rem;font-family:arial;height:36.4375rem;width:60rem;position:relative;display:block; }#vUwQ2ypD6BSDc2byBvPTF5gTbZFQHdQp { 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:12.3125rem;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; }
#GWDcXoPNuNIv1NCgAO8Bvayr5rxayIe1 { color:rgba(30,30,30,0.5);display:block;width:40rem;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; }
#wxpva5HJB1CfV6DpFBEMuWGkxsHJmBST { color:#1e1e1e;display:block;width:42.3125rem;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; }
#pmeNvEazAUsCKJVBVnrBfIcTaZi801Pc { 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:14rem;width:21rem;top:19.125rem;left:0rem;overflow:hidden;display:block; }
#xqJJXfhlRorcuNSNXQhX8G3ibQMERPlS { 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:19.125rem;left:24.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; }
#MaFofF0N3XnygLZZqTug6Agy758wMZXe { 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:13.75rem;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; }
#aCkMsx8kaXyKo0vl8cElxiJi03CLyXN6 { color:rgba(30,30,30,0.7);display:block;width:14.375rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:24.65625rem;left:24.0625rem;height:5.6rem;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; }
#TUhV7XKb6SeHtahDmUohh18pDF2s42Tw { color:#1e1e1e;display:block;width:21.25rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:22.6875rem;left:24.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; }
#Kx7OTXl9NHptdmsI1pE6q38OWUvUVc2z { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15027;top:22.34375rem;left:33.28125rem;display:block; }
#gM1sdKdbQy7QzGqHTVldTwHuIRpvkpfD { color:#1e1e1e;display:block;width:4.75rem;position:absolute;font-family:roboto;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.3;letter-spacing:0;top:21.7744140625rem;left:32.0625rem;height:0.9746125rem;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; }
#GslFc8DK2aeDT3vWsiig1nPvkFBzJ8VR { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:6.9375rem;top:30.5625rem;left:24.0625rem;overflow:hidden;display:block; }
#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN { 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; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { background-color: transparent; background-image: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { display: none; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .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); }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { border-width: 0; border-radius: 0; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Wi8VG1eMCvlIIqONngbTdHV5OAEfuxyN > .row .container { font-size:0.875rem;font-family:arial;height:78.9375rem;width:60rem;position:relative;display:block; }#aILiny9JrdMCrRhvZ9qqSbiQXSTqkEOr { color:rgba(30,30,30,0.5);display:block;width:33.0625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.875rem;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; }
#Lry4oWOvT445ikFeDtianP50g0GF1oLH { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:3.9375rem;left:19.8125rem;height:4.25rem;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; }
#qH8bbDtDIddTVkJh3nRGML4I4Mzd5D0T { color:rgba(30,30,30,0.7);display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:9.6875rem;left:0.875rem;height:4.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; }
#m8eXG6CF3HB9WiI9mQRafR3JpRqGrxxr { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.9375rem;width:3.9375rem;top:70.75rem;left:28.125rem;overflow:hidden;display:block; }
#Oq2Lh4KIQJVeH0kfckJMPg8xEB7H4EXB { background-color:#1e1e1e;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.5rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:74.625rem;left:23.84375rem;display:block; }
#wksGT57HzBFris1wscNWRqn4TUrIhJ6e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LI93fDMc8XLIDvfMSGK7fT3hA79P9ctK { position:absolute;display:block;z-index:15025;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:22.5625rem;top:13.5rem;left:18rem;display:block; }
#qtmOhRBiU9ay9zeVfoL5QP9xEegF7NQ6 { color:rgba(30,30,30,0.5);display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:14.5rem;left:18.1875rem;height:2.03125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vctaV78EyyCLVqIQpJ6mRQeumJXFl4if { position:absolute;display:block;z-index:15028;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:22.5625rem;top:42.4375rem;left:6.9375rem;display:block; }
#m7o2rdKcRzENGThuuuDKe3yvz5blHX4K { color:rgba(30,30,30,0.5);display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:43.4375rem;left:7.125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6VGcaSSx9xt4bHVHySsf4azqAP7whzD { position:absolute;display:block;z-index:15035;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:24rem;width:13.375rem;top:16.6875rem;left:23.125rem;overflow:hidden;display:block; }
#ptT1B0lGwTsecBvKLQWKkzZuxT95RTS3 { position:absolute;display:block;z-index:15036;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:23.8125rem;width:13.25rem;top:45.8125rem;left:11.5625rem;overflow:hidden;display:block; }
#PAt0LIqTJVHI6SVQLgMoy6Q1l6nRgndo { position:absolute;display:block;z-index:15031;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27rem;width:22.5625rem;top:42.4375rem;left:30.6875rem;display:block; }
#h8L9Vg5Qo5ynTTuivEoRFUC1D4s5uio8 { color:rgba(30,30,30,0.5);display:block;width:22.25rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:15045;line-height:1.3;letter-spacing:0;top:43.4375rem;left:30.875rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ut5yzmT0IupQekI2HHrEWMkJzzx90ahf { position:absolute;display:block;z-index:15039;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:23.875rem;width:13.25rem;top:45.46875rem;left:35.84375rem;overflow:hidden;display:block; }
#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL { 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; }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .row .container { background-color: transparent; background-image: none; }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .row .container > .video-iframe-container { display: none; }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .row > .video-iframe-container { display: none; }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .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); }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .row .container { border-width: 0; border-radius: 0; }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fNXWCWn8XcbOqQC8B4rRV2AXbD1hQIZL > .row .container { font-size:0.875rem;font-family:arial;height:70.0625rem;width:60rem;position:relative;display:block; }#gXFW06DElWyxsau6AhZUbZVFbXlrGeEU { color:rgba(30,30,30,0.5);display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:0.9375rem;left:0.875rem;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; }
#Qh3yS1V5KUiB6pOlZTnTMTfHBFypXOW4 { color:#1e1e1e;display:block;width:30.625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:300;z-index:15009;line-height:1;letter-spacing:0;top:3.9375rem;left:19.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; }
#pfFI7bfQ7Lwc3EANUf3oqlVvio16zZGt { position:absolute;display:block;z-index:15014;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:51.875rem;left:8.25rem;display:block; }
#hgf1CcC0R0veyhPaf5KDaql7HRmf46Mn { position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:none;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:3.5625rem;top:13.0625rem;left:37.1875rem;display:block; }
#OyTiSuXxZKDQOI7Krdh9yr7OHF1CUagD { position:absolute;display:block;z-index:15019;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:15.0625rem;left:42.3125rem;display:block; }
#hNo5BvgQeqrMLbmh3LlvM2BH6TxEmgr9 { position:absolute;display:block;z-index:15023;background-color:#e3e3e3;background-image:none;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:3.5625rem;top:13.0625rem;left:51.1875rem;display:block; }
#UL6aXihgvQE1z9GcFhGzykUyCyKDNKsx { position:absolute;display:block;z-index:15024;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:15.0625rem;left:5.75rem;display:block; }
#gzrZ0tTudLqapJ2edt46mnOJbvzg1n7v { position:absolute;display:block;z-index:15029;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:33.375rem;left:33.5rem;display:block; }
#yrd3mKszibD9NfyAzIXA9oyVXO1AIKiG { position:absolute;display:block;z-index:15028;background-color:#e3e3e3;background-image:none;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:3.5625rem;top:29.8125rem;left:37.1875rem;display:block; }
#z38zbWVfaT9K4UHNwlO2JcrMAZUCGucd { position:absolute;display:block;z-index:15033;background-color:#e3e3e3;background-image:none;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:3.5625rem;top:29.8125rem;left:51.1875rem;display:block; }
#z9nRWE2NWLcXwAC58AE6JPtghCgBfg4i { position:absolute;display:block;z-index:15034;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:16.375rem;left:6.0625rem;overflow:hidden;display:block; }
#xTK3NOWfTZvFTRGZFnlMKs9ZvbsU95Fy { position:absolute;display:block;z-index:15025;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:33.375rem;left:14.9375rem;display:block; }
#XH0fHUeLpfe49E7e4VSmCR3ZeAMvtDwQ { position:absolute;display:block;z-index:15035;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.5rem;width:13.5rem;top:35.0625rem;left:15.25rem;overflow:hidden;display:block; }
#QQaAsHpAg23EdHXvexi8qWieia1vCtoN { position:absolute;display:block;z-index:15026;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:15.0625rem;left:23.9375rem;display:block; }
#SRhOZiSNgeqnDbaEC0Qd6yqWqnbVTbA8 { position:absolute;display:block;z-index:15036;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:16.375rem;left:24.25rem;overflow:hidden;display:block; }
#LitAmTW4nyEoymsrLI9FeTSGMrlfTZJd { position:absolute;display:block;z-index:15037;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.5rem;width:13.5rem;top:35.0625rem;left:33.8125rem;overflow:hidden;display:block; }
#Co3Zu7SNsdPFT7nfLk0QzbMNtGM6FvdM { position:absolute;display:block;z-index:15038;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.5rem;width:13.5rem;top:53.5rem;left:8.5625rem;overflow:hidden;display:block; }
#ALwiF1sktIiZZNU1HPkypDybL6T8bfdz { position:absolute;display:block;z-index:15039;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.5rem;width:13.5rem;top:16.375rem;left:42.625rem;overflow:hidden;display:block; }
#xM4L4g1LWr0g8fqtJ5k3d779eDCNB1Rc { position:absolute;display:block;z-index:15015;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.0625rem solid rgba(30,30,30,0.1);border-left:0.0625rem solid rgba(30,30,30,0.1);border-right:0.0625rem solid rgba(30,30,30,0.1);border-bottom:0.0625rem solid rgba(30,30,30,0.1);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.75rem;width:14rem;top:51.875rem;left:40.75rem;display:block; }
#b3EVNeUlecw2oPCReZLvmFApoBmtcHWy { position:absolute;display:block;z-index:15039;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:53.5625rem;left:41.0625rem;overflow:hidden;display:block; }
#PdcaB88cS3i4mkUcVHhGeWWezCtphQTV { 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:3.875rem;width:3.9375rem;top:9.4375rem;left:0.875rem;overflow:hidden;display:block; }
#cZffITm9m3vTUesZX5gQFboZTD83nlyB { color:rgba(30,30,30,0.7);display:block;width:25rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.6;letter-spacing:0;top:9.4375rem;left:5.25rem;height:3rem;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; }
#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J { 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; }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .row .container { background-color: transparent; background-image: none; }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .row .container > .video-iframe-container { display: none; }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .row > .video-iframe-container { display: none; }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .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); }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .row .container { border-width: 0; border-radius: 0; }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ILvAJPALl83J4lgrKEbT6e0m3OLUK59J > .row .container { font-size:0.875rem;font-family:arial;height:20.125rem;width:60rem;position:relative;display:block; }#m7zEr8v02ErMlF52LAf1cwpmJUQ5WaSE { 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; }
#nnwbOKm1cx32wl1LZxDd2SERT3musqkP { 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; }
#n5fd9q0RTSz90tUvIv3EhWN4sbrmhtDA { 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; }
#lJ0rWD3CPvdgZkrKfTpG7wEvuX6qMKQV { 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; }
#moF8SBnIXp1Ov4kayLHZk01euuAT7geA { 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; }
#KhKmDTUq4cVOu5rOT3My5frzK79G852V { 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; }
#h5kvs1NHky2fHL5Aa1xFtads9J7WUXbs { 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; }
#aNMIOcFeCsVPItIw6vTSM8EgOGPdPJeE { 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; }
#hSPr4H60mmac0ipi70mXZFRgcZH7tH6U { 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; }
#LNSfpnNKXlf3TkzFrrgt6e6853t87O9H { 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; }
#zLvpKktE5CcBr7STmCNiLMqdTeV3z5l8 { 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; }
#w0zXUDaLsV0Jthqgdhfqb5EnMuT3VkDs { 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; }
#r70R6pbZzlqX50xcCm4Ns7qizfM1tTWz { 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; }
#kc6JNw3AfrPhHTRVCrMQdrApfwZOhF9x { 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; }
#VOM62PkNv1BHQsgd0f6nfKOKoJnQ2be1 { 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; }
#Chdonv2eicfb0mIkaqToMtuE1gS4bJbf { 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; }
#p7ZZ05VTbwcbzG6ps2CEm0Kbhx2FNkuh { 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; }
#bSOTqA12gd1RmSSaTPfWEFi5wATWShT4 { 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; }
#S9XmfRMNIHo1h65TucRztsltsF18KS1c { 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; }
#yHnmxzMzuHVsXwEga3oGDxuOTteKhg0b { 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; }
#OLaClMaow7bJBnZnZbtDdNmtmQkPOwFs { 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; }
#c4OP0eJceA8dZb6dVA5NrtKoRUvT9aOJ { 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; }
#HK9zVwxZqVo1CZ5hzDL7m7a0SIo5qT6l { 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; }
