.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/dbc505b2-b8ee-4b35-9235-7c64af9f828d/DuskDew15.png");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:45.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#EM5V75kqWd350uEuLT1TEanfkyKrPdoB { 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:0.125rem;width:22.5rem;top:11.5rem;left:5.375rem;overflow:hidden;display:block; }
#Li5fv3a8XMRKLVKaM8M5pL2MlQHbWcuZ { position:absolute;display:block;z-index:15005;background-color:rgba(227,227,227,0.18);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.125rem;width:12.5rem;top:33.9375rem;left:10.0625rem;display:block; }
#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy { 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; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { background-color: transparent; background-image: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container > .video-iframe-container { display: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row > .video-iframe-container { display: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .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); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { border-width: 0; border-radius: 0; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#Uwghw6RLPHDb51nGHtgGNyDDtSed0BIf { 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:0.3125rem;width:20rem;top:11.75rem;left:20rem;overflow:hidden;display:block; }
#Ako72KMGERgqcGoDZcrCuAQAIBppakFo { color:#626465;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#dad5ea;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; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container { background-color: transparent; background-image: none; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container > .video-iframe-container { display: none; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row > .video-iframe-container { display: none; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .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); }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container { border-width: 0; border-radius: 0; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:60rem;position:relative;display:block; }#dp8zLx830lssKLO5BoAizrtw7fSOeAzI { position:absolute;display:block;z-index:15005;background-color:#dad5ea;background-image:none;border-top:0.1875rem solid #dee2e5;border-left:0.1875rem solid #dee2e5;border-right:0.1875rem solid #dee2e5;border-bottom:0.1875rem solid #dee2e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.4375rem;width:60rem;top:0rem;left:-0.1875rem;display:block; }
#C4MypPGi4xdSWlK19TziL8QENCt8pire { 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:24.375rem;width:56.5625rem;top:1.75rem;left:1.4867125984252rem;overflow:hidden;display:block; }
#W9B9RT47nNcbllDsAVCBkonmTzPN8SHp { color:#848687;display:block;width:37.125rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:20.875rem;left:11.4375rem;height:2rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0cavdddP/bg1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM.adaptive-delivery-prevent-bg, #Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM.lazyload, #Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM.lazyloading { background-image: none; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container { background-color: transparent; background-image: none; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container > .video-iframe-container { display: none; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row > .video-iframe-container { display: none; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .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); }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container { border-width: 0; border-radius: 0; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#uIO2DrMPgm4htDRruaDPfeeIOfh9o9Dn { 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:0.3125rem;width:20rem;top:11.75rem;left:20rem;overflow:hidden;display:block; }
#ZGaqJbaFb2pCLpyQEyJPardeaFyUOrPZ { color:#626465;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/0cavdddP/bg1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0.adaptive-delivery-prevent-bg, #sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0.lazyload, #sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0.lazyloading { background-image: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { background-color: transparent; background-image: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #dad5ea; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container > .video-iframe-container { display: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #dad5ea; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row > .video-iframe-container { display: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .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); }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { border-width: 0; border-radius: 0; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:60rem;position:relative;display:block; }#pCTBTJp7WW2O7calF0Jouup6PqgWAZsg { position:absolute;display:block;z-index:15006;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.1875rem solid #dee2e5;border-left:0.1875rem solid #dee2e5;border-right:0.1875rem solid #dee2e5;border-bottom:0.1875rem solid #dee2e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:2.125rem;display:block; }
#O8pK2Du3Dc6ODLPmpFahZG4CZrAcWbpp { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:10.5625rem;left:3rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DZwe2UAU0a8zm2S8h7MbxFTmhvaCX0rZ { color:#54585a;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15019;line-height:1.4;letter-spacing:0;top:16.875rem;left:1.375rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cMLLduKKaPKFZDDQnTVtTwHCeDtpB4C0 { 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:8.8125rem;width:7.9375rem;top:0.46875rem;left:3.03125rem;overflow:hidden;display:block; }
#VUKtryZdO7CONOL7Fa6NmrfCDoQ480Uu { position:absolute;display:block;z-index:15010;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.1875rem solid #dee2e5;border-left:0.1875rem solid #dee2e5;border-right:0.1875rem solid #dee2e5;border-bottom:0.1875rem solid #dee2e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:17.8125rem;display:block; }
#WagnMxZU1cinrpgUPlizRJZAvUvKLnwB { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:10.5625rem;left:18.6875rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tFUxNfXBviNK2kVB2Rr5gOHZDl2xoAg2 { color:#54585a;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.4;letter-spacing:0;top:16.875rem;left:16.875rem;height:1.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CQzps6WiTZKKwAXodNL2aRLehXUEUTpn { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:6.9375rem;top:0.875rem;left:19.21875rem;overflow:hidden;display:block; }
#TbJKNVXZ5q25xXQEmFlzkdboW3Qng7dI { 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.1875rem solid #dee2e5;border-left:0.1875rem solid #dee2e5;border-right:0.1875rem solid #dee2e5;border-bottom:0.1875rem solid #dee2e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:32.8125rem;display:block; }
#QGMHTDPfNsNxGxvEKQiKbx5O6zMLBK9W { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:10.5625rem;left:33.6875rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tEh0m4iv1uE5oQxy0yK5A8EGK12pZlKB { color:#54585a;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15027;line-height:1.4;letter-spacing:0;top:16.875rem;left:31.875rem;height:4.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gydRQNG0raBSGpKNyDqpWnW4KaRzOPGc { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:0.5rem;left:33.125rem;overflow:hidden;display:block; }
#QzU9KTvboCMSMpCRwkcSCvJUuKrE4qWQ { position:absolute;display:block;z-index:15018;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.1875rem solid #dee2e5;border-left:0.1875rem solid #dee2e5;border-right:0.1875rem solid #dee2e5;border-bottom:0.1875rem solid #dee2e5;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:0rem;left:47.8125rem;display:block; }
#Tk8ra1XpMNcwbXbsFDICihg9nLEDObW9 { color:#000000;display:block;width:8.0625rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:10.5625rem;left:48.6875rem;height:2.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kr8T28DtzAK0lauEBhF8hwh7KOTX9hPl { color:#54585a;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:0.875rem;font-weight:300;z-index:15031;line-height:1.4;letter-spacing:0;top:16.875rem;left:46.875rem;height:2.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#acB9ElMmGm4E0d2Z7GuGgxIJQn2bL9aB { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:8.75rem;top:0.5rem;left:48.375rem;overflow:hidden;display:block; }
#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/b97b3a11-bf54-4ee7-8d7a-59219e59dd69/DuskDew960x249px3.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ.adaptive-delivery-prevent-bg, #HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ.lazyload, #HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ.lazyloading { background-image: none; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container { background-color: transparent; background-image: none; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container > .video-iframe-container { display: none; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row > .video-iframe-container { display: none; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .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); }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container { border-width: 0; border-radius: 0; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ { 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; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row .container { background-color: transparent; background-image: none; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row .container > .video-iframe-container { display: none; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row > .video-iframe-container { display: none; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .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); }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row .container { border-width: 0; border-radius: 0; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row .container { font-size:0.875rem;font-family:arial;height:15.5625rem;width:60rem;position:relative;display:block; }#eI2UnuQlVaOXnrWZ5fgFH5tlgqGUEPUJ { 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:0.3125rem;width:20rem;top:11.75rem;left:20rem;overflow:hidden;display:block; }
#eOEG4T2DOllPzf6u4UJiTH4WXWPSKG17 { color:#626465;display:block;width:60rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.6875rem;left:0rem;height:3.625rem;text-align:center;text-align-last:center;display:block; }
#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c447a9f-d21c-4883-9b19-ca62e26a112e/Untitled960x822px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.adaptive-delivery-prevent-bg, #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.lazyload, #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.lazyloading { background-image: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { background-color: transparent; background-image: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container > .video-iframe-container { display: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container { display: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .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); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { border-width: 0; border-radius: 0; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#O94ok3AUJbJARethgIAE9JTu1SapfHpI { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/40d8fe82-6a72-4c2c-815b-2a47cf3f355b/Untitleddesign10.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #a6a7a7;border-left:0.25rem solid #a6a7a7;border-right:0.25rem solid #a6a7a7;border-bottom:0.25rem solid #a6a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:27.3125rem;top:2.75rem;left:2rem;display:block; }#O94ok3AUJbJARethgIAE9JTu1SapfHpI.adaptive-delivery-prevent-bg, #O94ok3AUJbJARethgIAE9JTu1SapfHpI.lazyload, #O94ok3AUJbJARethgIAE9JTu1SapfHpI.lazyloading { background-image: none; }
#kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/c0b0c5ee-faa6-4b2e-ac76-db6a2c938717/Untitleddesign11.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #a6a7a7;border-left:0.25rem solid #a6a7a7;border-right:0.25rem solid #a6a7a7;border-bottom:0.25rem solid #a6a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:27.3125rem;top:2.75rem;left:30.375rem;display:block; }#kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t.adaptive-delivery-prevent-bg, #kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t.lazyload, #kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t.lazyloading { background-image: none; }
#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c447a9f-d21c-4883-9b19-ca62e26a112e/Untitled960x822px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb.adaptive-delivery-prevent-bg, #bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb.lazyload, #bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb.lazyloading { background-image: none; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container { background-color: transparent; background-image: none; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container > .video-iframe-container { display: none; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row > .video-iframe-container { display: none; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .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); }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container { border-width: 0; border-radius: 0; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container { font-size:0.875rem;font-family:arial;height:32.375rem;width:60rem;position:relative;display:block; }#Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/3e2385a8-df2b-4366-8a41-1271af94f5d6/Untitleddesign12.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #a6a7a7;border-left:0.25rem solid #a6a7a7;border-right:0.25rem solid #a6a7a7;border-bottom:0.25rem solid #a6a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:27.3125rem;top:2.75rem;left:2rem;display:block; }#Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO.adaptive-delivery-prevent-bg, #Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO.lazyload, #Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO.lazyloading { background-image: none; }
#gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/288c5ca2-3475-4053-bc5e-c263b34a80db/3.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #a6a7a7;border-left:0.25rem solid #a6a7a7;border-right:0.25rem solid #a6a7a7;border-bottom:0.25rem solid #a6a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:27.3125rem;width:27.3125rem;top:2.75rem;left:30.375rem;display:block; }#gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX.adaptive-delivery-prevent-bg, #gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX.lazyload, #gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX.lazyloading { background-image: none; }
#JxpuLIX7bRmbFTDTXrlLQtJDRnD8PHqe { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #a6a7a7;border-left:0.25rem solid #a6a7a7;border-right:0.25rem solid #a6a7a7;border-bottom:0.25rem solid #a6a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.4375rem;width:56.0625rem;top:34.0625rem;left:1.84375rem;display:block; }#JxpuLIX7bRmbFTDTXrlLQtJDRnD8PHqe.adaptive-delivery-prevent-bg, #JxpuLIX7bRmbFTDTXrlLQtJDRnD8PHqe.lazyload, #JxpuLIX7bRmbFTDTXrlLQtJDRnD8PHqe.lazyloading { background-image: none; }
#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c447a9f-d21c-4883-9b19-ca62e26a112e/Untitled960x822px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG.adaptive-delivery-prevent-bg, #qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG.lazyload, #qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG.lazyloading { background-image: none; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container { background-color: transparent; background-image: none; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container > .video-iframe-container { display: none; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row > .video-iframe-container { display: none; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .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); }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container { border-width: 0; border-radius: 0; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container { font-size:0.875rem;font-family:arial;height:40.5rem;width:60rem;position:relative;display:block; }#HPeGfxs9IQ40N4K2RBTC0HUS3a6DntL6 { color:#626465;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:2.6875rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.5rem;left:18.3125rem;height:3.4375rem;text-align:center;text-align-last:center;display:block; }
#k5CMsTgBTZkx5RxiyySwv2LNzoEfBSgh { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:11.25rem;left:5.732421875rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fFBWFIxwILPRg9fVfB1UhJXae7L9sETh { 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:18rem;width:17.25rem;top:14.84375rem;left:6.638671875rem;overflow:hidden;display:block; }
#v8M4TK3a1kTSbNbDS0rsCq2UL5QKDNKT { 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:17.625rem;width:21.9375rem;top:15.03125rem;left:33.099830575174rem;overflow:hidden;display:block; }
#CZvnoWQHFUBVSNEHlsl3sJif63Boc3qK { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:12rem;left:34.537109375rem;height:1.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#foJlaWUBbsUKyM231lur6zXacCUTEKf8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/8c447a9f-d21c-4883-9b19-ca62e26a112e/Untitled960x822px.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8.adaptive-delivery-prevent-bg, #foJlaWUBbsUKyM231lur6zXacCUTEKf8.lazyload, #foJlaWUBbsUKyM231lur6zXacCUTEKf8.lazyloading { background-image: none; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container { background-color: transparent; background-image: none; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container > .video-iframe-container { display: none; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row > .video-iframe-container { display: none; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .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); }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container { border-width: 0; border-radius: 0; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container { font-size:0.875rem;font-family:arial;height:51.375rem;width:60rem;position:relative;display:block; }#SREb1cgTGc6CGffhQyrr4EeEd4FMOA26 { position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.75);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.25rem solid #a6a7a7;border-left:0.25rem solid #a6a7a7;border-right:0.25rem solid #a6a7a7;border-bottom:0.25rem solid #a6a7a7;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41rem;width:40.9375rem;top:5.5rem;left:9.28125rem;display:block; }#SREb1cgTGc6CGffhQyrr4EeEd4FMOA26.adaptive-delivery-prevent-bg, #SREb1cgTGc6CGffhQyrr4EeEd4FMOA26.lazyload, #SREb1cgTGc6CGffhQyrr4EeEd4FMOA26.lazyloading { background-image: none; }
#zAy2dtsvbMhPLVTmaLvAdUHe9I6TUDug { color:#626465;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:8.25rem;left:18.3125rem;height:7.25rem;text-align:center;text-align-last:center;display:block; }
#dTaO7yIaP7x1SOLfyAf1n0rhowu5MwTK { color:#626465;display:block;width:19.0625rem;position:absolute;font-family:raleway;font-size:2.1875rem;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:31.5625rem;left:20.46875rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dCenBMfMN9dQowQbLFtFGC4yy0QHu6x4 { position:absolute;display:block;z-index:15006;background-color:rgba(194,196,197,0.84);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.1875rem;width:12.5rem;top:29.8125rem;left:23.75rem;display:block; }
#NcsZZOgIItp7mcWthVlRinSBAVllCFe8 { color:#626465;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:35.8125rem;left:23.75rem;height:3.875rem;text-align:center;text-align-last:center;display:block; }
#zKEUKFZTgNTxp73E42u7n8Pf0tDRr4dg { 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:7rem;width:6.125rem;top:20.03125rem;left:35.0625rem;overflow:hidden;display:block; }
#kIL8DLPREFvfsat7Kur22wey99Ep2xJI { 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:6.9375rem;width:6.0625rem;top:20.0625rem;left:27.53125rem;overflow:hidden;display:block; }
#bmwCNymyqxTV4yKP4LvsNA7AtFRDvRNU { 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:6.9375rem;width:6.9375rem;top:19.96875rem;left:18.9375rem;overflow:hidden;display:block; }
#sDpLy9IBnNsCb21hsDMrBeNU8xTfSdk8 { background-color:#32325d;background-image:url("https://images.assets-landingi.com/landend/payment/stripe_logo_2.svg");background-position:center !important;background-repeat:no-repeat !important;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:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:41.125rem;left:20.625rem;display:block; }#sDpLy9IBnNsCb21hsDMrBeNU8xTfSdk8.adaptive-delivery-prevent-bg, #sDpLy9IBnNsCb21hsDMrBeNU8xTfSdk8.lazyload, #sDpLy9IBnNsCb21hsDMrBeNU8xTfSdk8.lazyloading { background-image: none; }
#WpsEkG9v1Z7nSOc23Duo0tsdI1kG1FM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EM5V75kqWd350uEuLT1TEanfkyKrPdoB { width:22.5rem;height:0.125rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Li5fv3a8XMRKLVKaM8M5pL2MlQHbWcuZ { width:12.5rem;height:0.125rem;top:33.9375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy { display:block; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uwghw6RLPHDb51nGHtgGNyDDtSed0BIf { width:20rem;height:0.3125rem;top:11.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ako72KMGERgqcGoDZcrCuAQAIBppakFo { width:47.75rem;height:3.625rem;top:6.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ { display:block; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp8zLx830lssKLO5BoAizrtw7fSOeAzI { width:47.375rem;height:27.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MypPGi4xdSWlK19TziL8QENCt8pire { width:47.75rem;height:20.577348066298rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9B9RT47nNcbllDsAVCBkonmTzPN8SHp { width:37.125rem;height:2rem;top:20.875rem;left:5.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM { display:block; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIO2DrMPgm4htDRruaDPfeeIOfh9o9Dn { width:20rem;height:0.3125rem;top:11.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGaqJbaFb2pCLpyQEyJPardeaFyUOrPZ { width:47.75rem;height:3.625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 { display:block; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCTBTJp7WW2O7calF0Jouup6PqgWAZsg { width:9.375rem;height:9.375rem;top:0rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8pK2Du3Dc6ODLPmpFahZG4CZrAcWbpp { width:8.0625rem;height:1.25rem;top:10.5625rem;left:1.46875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZwe2UAU0a8zm2S8h7MbxFTmhvaCX0rZ { width:11.25rem;height:1.1875rem;top:16.875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMLLduKKaPKFZDDQnTVtTwHCeDtpB4C0 { width:7.9375rem;height:8.8125rem;top:0.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUKtryZdO7CONOL7Fa6NmrfCDoQ480Uu { width:9.375rem;height:9.375rem;top:0rem;left:13.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WagnMxZU1cinrpgUPlizRJZAvUvKLnwB { width:8.0625rem;height:1.25rem;top:10.5625rem;left:14.09375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUxNfXBviNK2kVB2Rr5gOHZDl2xoAg2 { width:11.25rem;height:1.1875rem;top:16.875rem;left:12.28125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQzps6WiTZKKwAXodNL2aRLehXUEUTpn { width:6.9375rem;height:8rem;top:0.875rem;left:14.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJKNVXZ5q25xXQEmFlzkdboW3Qng7dI { width:9.375rem;height:9.375rem;top:0rem;left:25.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMHTDPfNsNxGxvEKQiKbx5O6zMLBK9W { width:8.0625rem;height:5rem;top:10.5625rem;left:26.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEh0m4iv1uE5oQxy0yK5A8EGK12pZlKB { width:11.25rem;height:4.75rem;top:16.875rem;left:24.21875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gydRQNG0raBSGpKNyDqpWnW4KaRzOPGc { width:8.75rem;height:8.75rem;top:0.5rem;left:25.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzU9KTvboCMSMpCRwkcSCvJUuKrE4qWQ { width:9.375rem;height:9.375rem;top:0rem;left:37.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8ra1XpMNcwbXbsFDICihg9nLEDObW9 { width:8.0625rem;height:2.5rem;top:10.5625rem;left:37.96875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8T28DtzAK0lauEBhF8hwh7KOTX9hPl { width:11.25rem;height:2.375rem;top:16.875rem;left:36.15625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #acB9ElMmGm4E0d2Z7GuGgxIJQn2bL9aB { width:8.75rem;height:8.75rem;top:0.5rem;left:37.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ { display:block; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTcDJguD7Laf1AONyJtHMS3utewSmoyZ { display:block; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI2UnuQlVaOXnrWZ5fgFH5tlgqGUEPUJ { width:20rem;height:0.3125rem;top:11.75rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOEG4T2DOllPzf6u4UJiTH4WXWPSKG17 { width:47.75rem;height:3.625rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV { display:block; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O94ok3AUJbJARethgIAE9JTu1SapfHpI { width:27.3125rem;height:27.3125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t { width:27.3125rem;height:27.3125rem;top:2.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb { display:block; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO { width:27.3125rem;height:27.3125rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX { width:27.3125rem;height:27.3125rem;top:2.75rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxpuLIX7bRmbFTDTXrlLQtJDRnD8PHqe { width:47.25rem;height:34.4375rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG { display:block; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPeGfxs9IQ40N4K2RBTC0HUS3a6DntL6 { width:23.375rem;height:3.4375rem;top:6.5rem;left:12.1875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5CMsTgBTZkx5RxiyySwv2LNzoEfBSgh { width:19.0625rem;height:1.5rem;top:11.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFBWFIxwILPRg9fVfB1UhJXae7L9sETh { width:17.25rem;height:18rem;top:14.8125rem;left:0.513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8M4TK3a1kTSbNbDS0rsCq2UL5QKDNKT { width:21.9375rem;height:17.625rem;top:15rem;left:24.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZvnoWQHFUBVSNEHlsl3sJif63Boc3qK { width:19.0625rem;height:0;top:12rem;left:28.412109375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foJlaWUBbsUKyM231lur6zXacCUTEKf8 { display:block; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SREb1cgTGc6CGffhQyrr4EeEd4FMOA26 { width:40.9375rem;height:41rem;top:5.5rem;left:3.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAy2dtsvbMhPLVTmaLvAdUHe9I6TUDug { width:23.375rem;height:7.25rem;top:8.25rem;left:12.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaO7yIaP7x1SOLfyAf1n0rhowu5MwTK { width:19.0625rem;height:2.8125rem;top:31.5625rem;left:14.34375rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCenBMfMN9dQowQbLFtFGC4yy0QHu6x4 { width:12.5rem;height:0.1875rem;top:29.8125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcsZZOgIItp7mcWthVlRinSBAVllCFe8 { width:12.5rem;height:3.875rem;top:35.8125rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKEUKFZTgNTxp73E42u7n8Pf0tDRr4dg { width:6.125rem;height:7rem;top:20rem;left:28.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIL8DLPREFvfsat7Kur22wey99Ep2xJI { width:6.0625rem;height:6.9375rem;top:20.0625rem;left:21.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmwCNymyqxTV4yKP4LvsNA7AtFRDvRNU { width:6.9375rem;height:6.9375rem;top:19.9375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDpLy9IBnNsCb21hsDMrBeNU8xTfSdk8 { width:18.75rem;height:2.8125rem;top:41.125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpsEkG9v1Z7nSOc23Duo0tsdI1kG1FM0 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/753a99ad-b6e9-4ab2-839b-380d5d00dd56/DuskDew320x64px6.png");background-position:top 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EM5V75kqWd350uEuLT1TEanfkyKrPdoB { width:13.75rem;height:0.125rem;top:0rem;left:2.4375rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #Li5fv3a8XMRKLVKaM8M5pL2MlQHbWcuZ { width:10.1875rem;height:0.3125rem;top:3.6875rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy { background-color:#ffffff;background-image:none;display:block; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { background-color: transparent; background-image: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container > .video-iframe-container { display: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row > .video-iframe-container { display: none; }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .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); }#pC98RCFmqfF34aSCQRl2zrbxnWSC2OKy > .row .container { width:20rem;height:11.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Uwghw6RLPHDb51nGHtgGNyDDtSed0BIf { width:13.75rem;height:0.3125rem;top:9.8125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ako72KMGERgqcGoDZcrCuAQAIBppakFo { width:17.6875rem;height:7.3125rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ { background-color:#dad5ea;background-image:none;display:block; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container { background-color: transparent; background-image: none; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container > .video-iframe-container { display: none; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row > .video-iframe-container { display: none; }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .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); }#LSZ2hwRGDWKKWVWIMQ4Bvf88XIL1JwEQ > .row .container { width:20rem;height:16.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dp8zLx830lssKLO5BoAizrtw7fSOeAzI { width:3.375rem;height:1.875rem;top:5.9375rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4MypPGi4xdSWlK19TziL8QENCt8pire { width:20rem;height:8.5625rem;top:2.78125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9B9RT47nNcbllDsAVCBkonmTzPN8SHp { width:17.5rem;height:1.5rem;top:12.625rem;left:1.25rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM { background-color:transparent;background-image:url("https://images.assets-landingi.com/0cavdddP/bg1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM.adaptive-delivery-prevent-bg, #Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM.lazyload, #Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM.lazyloading { background-image: none; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container { background-color: transparent; background-image: none; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container > .video-iframe-container { display: none; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #ffffff; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row > .video-iframe-container { display: none; }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .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); }#Z7Nu4Dg2XoZxpLslQgVZDi5NR5kxGOUM > .row .container { width:20rem;height:8.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uIO2DrMPgm4htDRruaDPfeeIOfh9o9Dn { width:13.75rem;height:0.3125rem;top:7.375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGaqJbaFb2pCLpyQEyJPardeaFyUOrPZ { width:17.6875rem;height:4.875rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 { background-color:transparent;background-image:url("https://images.assets-landingi.com/0cavdddP/bg1.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0.adaptive-delivery-prevent-bg, #sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0.lazyload, #sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0.lazyloading { background-image: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { background-color: transparent; background-image: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #dad5ea; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container > .video-iframe-container { display: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #dad5ea; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row > .video-iframe-container { display: none; }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .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); }#sFEafXm6pO1d2wi0StwoNNLDtQDeHUD0 > .row .container { width:20rem;height:83.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pCTBTJp7WW2O7calF0Jouup6PqgWAZsg { width:9.375rem;height:9.375rem;top:1.25rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8pK2Du3Dc6ODLPmpFahZG4CZrAcWbpp { width:8.0625rem;height:1.1875rem;top:11.8125rem;left:6rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZwe2UAU0a8zm2S8h7MbxFTmhvaCX0rZ { width:11.25rem;height:1.125rem;top:14.3125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#54585a;display:block; }
 }@media only screen and (max-width: 763px) { #cMLLduKKaPKFZDDQnTVtTwHCeDtpB4C0 { width:7.4375rem;height:8.375rem;top:1.9375rem;left:6.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUKtryZdO7CONOL7Fa6NmrfCDoQ480Uu { width:9.375rem;height:9.375rem;top:19.6875rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WagnMxZU1cinrpgUPlizRJZAvUvKLnwB { width:8.0625rem;height:1.1875rem;top:30.25rem;left:6rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFUxNfXBviNK2kVB2Rr5gOHZDl2xoAg2 { width:11.25rem;height:1.125rem;top:32.75rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#54585a;display:block; }
 }@media only screen and (max-width: 763px) { #CQzps6WiTZKKwAXodNL2aRLehXUEUTpn { width:7.5625rem;height:8.75rem;top:20.1875rem;left:6.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbJKNVXZ5q25xXQEmFlzkdboW3Qng7dI { width:9.375rem;height:9.375rem;top:38.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGMHTDPfNsNxGxvEKQiKbx5O6zMLBK9W { width:8.0625rem;height:4.75rem;top:49.125rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tEh0m4iv1uE5oQxy0yK5A8EGK12pZlKB { width:11.25rem;height:4.5rem;top:54.125rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#54585a;display:block; }
 }@media only screen and (max-width: 763px) { #gydRQNG0raBSGpKNyDqpWnW4KaRzOPGc { width:9rem;height:9rem;top:38.5rem;left:5.4866071428572rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #QzU9KTvboCMSMpCRwkcSCvJUuKrE4qWQ { width:9.375rem;height:9.375rem;top:59.5rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tk8ra1XpMNcwbXbsFDICihg9nLEDObW9 { width:8.0625rem;height:2.375rem;top:70.5rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kr8T28DtzAK0lauEBhF8hwh7KOTX9hPl { width:11.25rem;height:2.25rem;top:73.9375rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.8125rem;color:#54585a;display:block; }
 }@media only screen and (max-width: 763px) { #acB9ElMmGm4E0d2Z7GuGgxIJQn2bL9aB { width:9rem;height:9rem;top:59.875rem;left:5.5rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ { background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/817038ed-1b63-4e7c-84c0-e8fe9dc95d25/DuskDew960x249px5.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:auto !important;display:block; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ.adaptive-delivery-prevent-bg, #HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ.lazyload, #HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ.lazyloading { background-image: none; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container { background-color: transparent; background-image: none; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container > .video-iframe-container { display: none; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row > .video-iframe-container { display: none; }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .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); }#HUIZG3yda7onxvDAmc0Rxi9PsfNlt6oQ > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTcDJguD7Laf1AONyJtHMS3utewSmoyZ { display:block; }#TTcDJguD7Laf1AONyJtHMS3utewSmoyZ > .row .container { width:20rem;height:6.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eI2UnuQlVaOXnrWZ5fgFH5tlgqGUEPUJ { width:13.75rem;height:0.3125rem;top:4.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eOEG4T2DOllPzf6u4UJiTH4WXWPSKG17 { width:17.6875rem;height:2.4375rem;top:1.25rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7186ecfc-c77f-41a1-9e70-f3b62948d53a/Untitleddesign9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.adaptive-delivery-prevent-bg, #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.lazyload, #f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV.lazyloading { background-image: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { background-color: transparent; background-image: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container > .video-iframe-container { display: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row > .video-iframe-container { display: none; }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .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); }#f75Ko4olLiESTvPtm0tNRe9OqGhoKcCV > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O94ok3AUJbJARethgIAE9JTu1SapfHpI { width:19.5rem;height:19.5rem;top:0.8125rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/79c8bc25-0779-4b14-8a29-1e8d6edfe320/1.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#O94ok3AUJbJARethgIAE9JTu1SapfHpI.adaptive-delivery-prevent-bg, #O94ok3AUJbJARethgIAE9JTu1SapfHpI.lazyload, #O94ok3AUJbJARethgIAE9JTu1SapfHpI.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t { width:19.5rem;height:19.5rem;top:23.3125rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/9b1222c5-b0ee-4e36-a1e6-f338c1e1b21c/2.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t.adaptive-delivery-prevent-bg, #kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t.lazyload, #kuiCVfaJwUsfZBM8uXnQcVsclK9xpn9t.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7186ecfc-c77f-41a1-9e70-f3b62948d53a/Untitleddesign9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb.adaptive-delivery-prevent-bg, #bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb.lazyload, #bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb.lazyloading { background-image: none; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container { background-color: transparent; background-image: none; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container > .video-iframe-container { display: none; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row > .video-iframe-container { display: none; }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .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); }#bR90BoWXDMwtDSBQ3Xr7L16GWr3xfaKb > .row .container { width:20rem;height:49.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO { width:19.5rem;height:19.5rem;top:1.1875rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/67988a97-35fb-4434-80ef-33c4bafb006b/5.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO.adaptive-delivery-prevent-bg, #Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO.lazyload, #Kg9w9U3aEDD1TRNoGiH8M77ERhx9QDfO.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX { width:19.5rem;height:19.5rem;top:23.6875rem;left:0rem;background-color:rgba(255,255,255,0.75);background-image:url("https://images.assets-landingi.com/uc/b7a4a8a5-006d-4121-afee-6a69622b76d9/3.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX.adaptive-delivery-prevent-bg, #gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX.lazyload, #gDzPKfbhS4Cmli3S4qNyTbLsp9rZ65TX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #JxpuLIX7bRmbFTDTXrlLQtJDRnD8PHqe { width:14.6875rem;height:2.0625rem;top:26.875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7186ecfc-c77f-41a1-9e70-f3b62948d53a/Untitleddesign9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG.adaptive-delivery-prevent-bg, #qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG.lazyload, #qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG.lazyloading { background-image: none; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container { background-color: transparent; background-image: none; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container > .video-iframe-container { display: none; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row > .video-iframe-container { display: none; }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .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); }#qpzt4dCCXhVl7M2leovzL8dCcJrg2TWG > .row .container { width:20rem;height:50.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HPeGfxs9IQ40N4K2RBTC0HUS3a6DntL6 { width:12.375rem;height:4rem;top:0.65625rem;left:4.28125rem;text-align:center;text-align-last:center;font-size:1.5625rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #k5CMsTgBTZkx5RxiyySwv2LNzoEfBSgh { width:19.0625rem;height:1.625rem;top:7.9375rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:1.25rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fFBWFIxwILPRg9fVfB1UhJXae7L9sETh { width:13.375rem;height:13.9375rem;top:12.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8M4TK3a1kTSbNbDS0rsCq2UL5QKDNKT { width:18rem;height:14.4375rem;top:34.6875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZvnoWQHFUBVSNEHlsl3sJif63Boc3qK { width:19.0625rem;height:1.625rem;top:31.21875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #foJlaWUBbsUKyM231lur6zXacCUTEKf8 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7186ecfc-c77f-41a1-9e70-f3b62948d53a/Untitleddesign9.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8.adaptive-delivery-prevent-bg, #foJlaWUBbsUKyM231lur6zXacCUTEKf8.lazyload, #foJlaWUBbsUKyM231lur6zXacCUTEKf8.lazyloading { background-image: none; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container { background-color: transparent; background-image: none; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container > .video-iframe-container { display: none; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row > .video-iframe-container { display: none; }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .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); }#foJlaWUBbsUKyM231lur6zXacCUTEKf8 > .row .container { width:20rem;height:69.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SREb1cgTGc6CGffhQyrr4EeEd4FMOA26 { width:14.6875rem;height:6.5625rem;top:0.84375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAy2dtsvbMhPLVTmaLvAdUHe9I6TUDug { width:12.375rem;height:4rem;top:2.375rem;left:3.8125rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTaO7yIaP7x1SOLfyAf1n0rhowu5MwTK { width:19.0625rem;height:2.625rem;top:43.875rem;left:0.46875rem;text-align:center;text-align-last:center;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCenBMfMN9dQowQbLFtFGC4yy0QHu6x4 { width:6.25rem;height:0.125rem;top:41.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcsZZOgIItp7mcWthVlRinSBAVllCFe8 { width:12.0625rem;height:2rem;top:48.8125rem;left:3.96875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKEUKFZTgNTxp73E42u7n8Pf0tDRr4dg { width:8rem;height:9.25rem;top:31.53125rem;left:5.9126506024096rem;display:block; }
 }@media only screen and (max-width: 763px) { #kIL8DLPREFvfsat7Kur22wey99Ep2xJI { width:8.125rem;height:9.4375rem;top:20.5625rem;left:5.9375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bmwCNymyqxTV4yKP4LvsNA7AtFRDvRNU { width:8.625rem;height:8.625rem;top:10.5rem;left:5.6875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #sDpLy9IBnNsCb21hsDMrBeNU8xTfSdk8 { width:18.75rem;height:2.8125rem;top:53.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpsEkG9v1Z7nSOc23Duo0tsdI1kG1FM0 { display:block; }
 }