.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { 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; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { background-color: transparent; background-image: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { border-width: 0; border-radius: 0; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { font-size:0.875rem;font-family:arial;height:6rem;width:60rem;position:relative;display:block; }#snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.37446875rem;width:17.9368125rem;top:1.3121448755264rem;left:1.0609016418457rem;overflow:hidden;display:block; }
#T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { color:#000000;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:45.25rem;height:1.38139375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#egOEQZWkcoMJ8ne9JzxF6R8gdRGafAxc { 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:1.124825rem;width:1.3742875rem;top:2.4375rem;left:44.4375rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/FqqiAvJejto/unsplash/frames-for-your-heart-FqqiAvJejto-photo-1512918728675-ed5a9ecdebfd.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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(255,255,255,0.3); }#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(255,255,255,0.3); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:24.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#yb4FUwon7TssB0Z66QyOssby6UTtLoyl { position:absolute;display:block;z-index:15000;background-color:#37c977;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:14.8748125rem;width:9.4993125rem;top:4.56232213974rem;left:0rem;display:block; }
#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:#ffffff;display:block;width:38.9994375rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:7.2487568855288rem;left:2.8125rem;height:3.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lUhJt2uNfJxMiCDqra387CI50tgd839h { color:#ffffff;display:block;width:33.5618125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:15.936611652374rem;left:2.8125rem;height:2.3757125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#TNo2tt6TmQxoPi6grEzGTNieHfBRU3EX { color:#ffffff;display:block;width:38.9985625rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:11.375176906586rem;left:2.8116111755371rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { 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; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { background-color: transparent; background-image: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .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); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { border-width: 0; border-radius: 0; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;position:relative;display:block; }#d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { color:#101010;display:block;width:51.8119375rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:3.9151287078858rem;left:4.6209182739258rem;height:5.91086875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { 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:0.625rem;width:0.625rem;top:10.5625rem;left:18.6875rem;overflow:hidden;display:block; }
#vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:17.8125rem;top:12.1875rem;left:0rem;overflow:hidden;display:block; }
#L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:17.8125rem;top:12.1875rem;left:42.1875rem;overflow:hidden;display:block; }
#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { 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; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { background-color: transparent; background-image: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .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); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { border-width: 0; border-radius: 0; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:60rem;position:relative;display:block; }#F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:1.4375rem;left:1.875rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { color:rgba(16,16,16,0.7);display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.8133878707888rem;left:1.875rem;height:7.4973125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hZDMfns6ZabUZsMuVJMOikqD0Gw9hKsL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.625rem;top:16.75rem;left:1.875rem;overflow:hidden;display:block; }
#vd4706x2XnLMqkb9cuH5EryD0Or1GcgG { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:5.625rem;top:16.75rem;left:15rem;overflow:hidden;display:block; }
#LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.25rem;width:14.1875rem;top:0.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#rIJTxZv70MflRydcZKyLEOroXTDQOeTI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:16.0618125rem;width:12.8125rem;top:3.5289402008057rem;left:42.998931884766rem;overflow:hidden;display:block; }
#GKbFrCcD9TUMuq4f335N8LXLfFHz2bFF { background-color:#37c977;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:20.811431884766rem;left:43.154296875rem;display:block; }
#zr6KUhfowX1azQZQUgnftNlFaTT9Zcpu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xia3uJloWc9101WoTrn24slm7Bcdl5pb { color:rgba(16,16,16,0.03);display:block;width:24.43625rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:0rem;left:0rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { 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; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { background-color: transparent; background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .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); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { border-width: 0; border-radius: 0; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { font-size:0.875rem;font-family:arial;height:33.25rem;width:60rem;position:relative;display:block; }#GFm5VzeEcNnMXrmDhqiyKzcWAbfL8wdN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:22rem;width:33.0625rem;top:4.185905456543rem;left:26.819953918457rem;overflow:hidden;display:block; }
#veagUflVv97FtTJBdLtbSRySxakzNupM { color:#101010;display:block;width:24.437125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:1.875rem;left:2.1297950744629rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ftDGlA5WDW0zkUq53N1EdFCH41TNPuDv { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:5.6143474578858rem;left:2.1297950744629rem;height:2.436075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ipaUyLP0V18ETT0JEnqknn2Rs6tGODFv { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:12.362392425537rem;left:2.1297950744629rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CJpvnsDK7vV3VTM5JwW21heoekLtX4g2 { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.0486507415769rem;left:2.1297950744629rem;height:2.74858125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#CJpvnsDK7vV3VTM5JwW21heoekLtX4g2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#CJpvnsDK7vV3VTM5JwW21heoekLtX4g2 li:before{  }
#mfNhWRSfifXTNDRsO147tnMBLK13ECVZ { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.674184799194rem;left:2.1297950744629rem;height:4.27911875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#mfNhWRSfifXTNDRsO147tnMBLK13ECVZ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#mfNhWRSfifXTNDRsO147tnMBLK13ECVZ li:before{  }
#rxH7TB86SwksRbtLC7c13oicLHoZBZr7 { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:26.5625rem;left:2.125rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JIOJM98h5py5th3vltdPh3Xao5vntsk4 { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:29.125rem;left:2.125rem;height:2.43608125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#JIOJM98h5py5th3vltdPh3Xao5vntsk4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JIOJM98h5py5th3vltdPh3Xao5vntsk4 li:before{  }
#Pb6CQWtC8cNx9WCWifGyRhmOzqmt3DzL { color:rgba(16,16,16,0.7);display:block;width:18.81125rem;position:absolute;font-family:lato;font-size:0.8125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:26.780892848969rem;left:26.819068908691rem;height:1.05625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XIcuCQ1UL2FuOZNMvnhxrcC2ruHBg2TC { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:21.387962341309rem;left:2.12890625rem;height:3.65411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#XIcuCQ1UL2FuOZNMvnhxrcC2ruHBg2TC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XIcuCQ1UL2FuOZNMvnhxrcC2ruHBg2TC li:before{  }
#nEZcPpnhexJCohFGCqFTpquToTT9uC5c { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:20.420808792114rem;left:2.12890625rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vnQU2TU0mSB3HuexlQB7dhAxNmb6uGef { color:rgba(16,16,16,0.7);display:block;width:33.6869375rem;position:absolute;font-family:lato;font-size:2.3125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:28.880502223969rem;left:26.313034057618rem;height:6.012075rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.adaptive-delivery-prevent-bg, #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.lazyload, #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.lazyloading { background-image: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { background-color: transparent; background-image: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container > .video-iframe-container { display: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container { display: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .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); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { border-width: 0; border-radius: 0; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.3110809326175rem;left:1.9886360168457rem;height:4.87215625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:25.9375rem;width:20rem;top:3.125rem;left:18.125rem;display:block; }
#VNdZ4BIiJ8iFACrrxRtCnuBoFDtBxnrR { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:12.5rem;top:4.3741130828858rem;left:21.875rem;overflow:hidden;display:block; }
#cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { color:rgba(16,16,16,0.7);display:block;width:17.0623125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:19.408737182618rem;left:20.187320709229rem;height:7.9945rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { 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;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:25.9375rem;width:20rem;top:3.125rem;left:40rem;display:block; }
#mvOPbi6ASpJcOa4rhZRPRASxsEptBJaE { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:20.125rem;top:3.125rem;left:40rem;overflow:hidden;display:block; }
#ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { color:rgba(16,16,16,0.7);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:20.133167266846rem;left:42.1875rem;height:4.7967rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SIUrVWaKRG21mBcEs3c3LBpOOm7pOTx7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.375rem;width:16.5625rem;top:15.085227966309rem;left:0.6818199157715rem;overflow:hidden;display:block; }
#XM3wa7XPDs6eGmTWTmceKoTrl93ATGoo { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:13.187125rem;top:22.903053283691rem;left:2.3686065673828rem;overflow:hidden;display:block; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:41.3125rem;width:60rem;position:relative;display:block; }#bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { position:absolute;display:block;z-index:15006;background-color:#37c977;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:10.625rem;width:9.25rem;top:0.9375rem;left:0rem;display:block; }
#vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { color:#101010;display:block;width:24.437125rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:3.4987583160401rem;left:2.4946746826172rem;height:2.4746125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { color:rgba(16,16,16,0.7);display:block;width:33.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:3.4987652301788rem;left:26.875rem;height:5.99786875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.4375rem;width:17.3125rem;top:13.0625rem;left:26.875rem;overflow:hidden;display:block; }
#RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9985625rem;width:15.1864375rem;top:16.25rem;left:42.3125rem;overflow:hidden;display:block; }
#bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:21.8125rem;width:24.375rem;top:13.375rem;left:0rem;display:block; }
#RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:15.8125rem;left:2.3125rem;height:2.2745rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { color:rgba(16,16,16,0.5);display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:18.625rem;left:2.3125rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { position:absolute;display:block;z-index:15026;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:22.125rem;left:2.1875rem;display:block; }
#trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { color:#101010;display:block;width:20.062125rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:23.56178855896rem;left:2.1555404663086rem;height:1.42489375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { 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:1.124825rem;width:1.3742875rem;top:27.622514724731rem;left:2.8125rem;overflow:hidden;display:block; }
#HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { position:absolute;display:block;z-index:15027;background-color:rgba(229,229,229,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.375rem;width:2.375rem;top:31rem;left:2.25rem;display:block; }
#bicQnbWuSIMA1XwAnteCm9lOTnAMe7A3 { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:31rem;left:2.3125rem;overflow:hidden;display:block; }
#I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { position:absolute;display:block;z-index:15029;background-color:rgba(229,229,229,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.375rem;width:2.375rem;top:31rem;left:6rem;display:block; }
#OobsdFZuOctNWqKKDSVZtIhLe4XJvanV { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:31rem;left:6.0625rem;overflow:hidden;display:block; }
#PbuzOwRh5VZCEU8CqIIV1zn3tJCPmcO9 { position:absolute;display:block;z-index:15031;background-color:rgba(229,229,229,0.5);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: none;height:2.375rem;width:2.375rem;top:31rem;left:9.75rem;display:block; }
#g1rXv6nRIzXXqTl6fOPs8Cy22gGepSik { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:31rem;left:9.8125rem;overflow:hidden;display:block; }
#evnbqGDMaz49GMznKAzTTO7BqMgQP5Sc { color:#000000;display:block;width:14.74875rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:27.412983179092rem;left:4.8117904663086rem;height:3.0877125rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E { position:relative;display:block; }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E { background-color: transparent; background-image: none; }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .row .container > .video-iframe-container { display: none; }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .row > .video-iframe-container { display: none; }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .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); }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E { border-width: 0; border-radius: 0; }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#uvXi0OlE3JnCGB1VpfqliXsSEIoMJhgo { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#37c977;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; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { background-color: transparent; background-image: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .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); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { border-width: 0; border-radius: 0; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { width:17.875rem;height:3.3628399084983rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { width:15.8125rem;height:1.375rem;top:5.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egOEQZWkcoMJ8ne9JzxF6R8gdRGafAxc { width:1.3125rem;height:1.0742532494111rem;top:2.4375rem;left:38.3125rem;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) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:9.4375rem;height:14.8125rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:38.9375rem;height:3.125rem;top:7.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhJt2uNfJxMiCDqra387CI50tgd839h { width:33.5rem;height:1.1875rem;top:15.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNo2tt6TmQxoPi6grEzGTNieHfBRU3EX { width:38.9375rem;height:;top:11.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:47.75rem;height:2.9375rem;top:3.875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:0.625rem;height:0.625rem;top:10.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:17.8125rem;height:11.8119375rem;top:12.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:17.8125rem;height:11.8119375rem;top:12.1875rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:24.375rem;height:;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:22.8125rem;height:;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZDMfns6ZabUZsMuVJMOikqD0Gw9hKsL { width:5.625rem;height:5.499825rem;top:16.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4706x2XnLMqkb9cuH5EryD0Or1GcgG { width:5.625rem;height:5.499825rem;top:16.75rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:14.1875rem;height:21.25rem;top:0.9375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:12.8125rem;height:16.0618125rem;top:3.5rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbFrCcD9TUMuq4f335N8LXLfFHz2bFF { width:12.5rem;height:3.75rem;top:20.75rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr6KUhfowX1azQZQUgnftNlFaTT9Zcpu { display:block; }
 }@media only screen and (max-width: 763px) { #xia3uJloWc9101WoTrn24slm7Bcdl5pb { width:24.375rem;height:4.0625rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFm5VzeEcNnMXrmDhqiyKzcWAbfL8wdN { width:33.0625rem;height:21.999686785786rem;top:4.125rem;left:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veagUflVv97FtTJBdLtbSRySxakzNupM { width:24.375rem;height:;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftDGlA5WDW0zkUq53N1EdFCH41TNPuDv { width:15.3125rem;height:2.375rem;top:5.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipaUyLP0V18ETT0JEnqknn2Rs6tGODFv { width:15.3125rem;height:1.1875rem;top:12.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJpvnsDK7vV3VTM5JwW21heoekLtX4g2 { width:15.3125rem;height:;top:8rem;left:0rem;font-size:1rem;display:block; }#CJpvnsDK7vV3VTM5JwW21heoekLtX4g2 li:before{  }
 }@media only screen and (max-width: 763px) { #mfNhWRSfifXTNDRsO147tnMBLK13ECVZ { width:15.3125rem;height:4.25rem;top:14.625rem;left:0rem;font-size:1rem;display:block; }#mfNhWRSfifXTNDRsO147tnMBLK13ECVZ li:before{  }
 }@media only screen and (max-width: 763px) { #rxH7TB86SwksRbtLC7c13oicLHoZBZr7 { width:15.3125rem;height:1.1875rem;top:26.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIOJM98h5py5th3vltdPh3Xao5vntsk4 { width:15.3125rem;height:2.375rem;top:29.125rem;left:0rem;font-size:0.9375rem;display:block; }#JIOJM98h5py5th3vltdPh3Xao5vntsk4 li:before{  }
 }@media only screen and (max-width: 763px) { #Pb6CQWtC8cNx9WCWifGyRhmOzqmt3DzL { width:18.75rem;height:1rem;top:26.75rem;left:20.694068908691rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIcuCQ1UL2FuOZNMvnhxrcC2ruHBg2TC { width:15.3125rem;height:3.625rem;top:21.375rem;left:0rem;font-size:1rem;display:block; }#XIcuCQ1UL2FuOZNMvnhxrcC2ruHBg2TC li:before{  }
 }@media only screen and (max-width: 763px) { #nEZcPpnhexJCohFGCqFTpquToTT9uC5c { width:15.3125rem;height:;top:20.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQU2TU0mSB3HuexlQB7dhAxNmb6uGef { width:33.625rem;height:3rem;top:28.875rem;left:14.125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { width:15.3125rem;height:4.8125rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { width:20rem;height:25.9375rem;top:3.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNdZ4BIiJ8iFACrrxRtCnuBoFDtBxnrR { width:12.5rem;height:13.4375rem;top:4.3125rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { width:17rem;height:;top:19.375rem;left:14.061435699463rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { width:20rem;height:25.9375rem;top:3.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvOPbi6ASpJcOa4rhZRPRASxsEptBJaE { width:20.125rem;height:15.0625rem;top:3.125rem;left:27.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { width:15.625rem;height:;top:20.125rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIUrVWaKRG21mBcEs3c3LBpOOm7pOTx7 { top:15.0625rem;left:0rem;width:16.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM3wa7XPDs6eGmTWTmceKoTrl93ATGoo { top:22.875rem;left:0rem;width:13.125rem;height:8.0867228451994rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:9.1875rem;height:10.625rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:24.375rem;height:2.4375rem;top:3.4375rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:33.125rem;height:;top:3.4375rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:17.25rem;height:25.345989371419rem;top:13.0625rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:15.125rem;height:18.920831395612rem;top:16.25rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:24.375rem;height:21.8125rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:19.6875rem;height:;top:15.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0;top:22.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { width:20rem;height:1.375rem;top:23.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { width:1.3125rem;height:1.0742532494111rem;top:27.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { width:2.3125rem;height:2.3125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bicQnbWuSIMA1XwAnteCm9lOTnAMe7A3 { width:2.3125rem;height:2.3125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { width:2.3125rem;height:2.3125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OobsdFZuOctNWqKKDSVZtIhLe4XJvanV { width:2.3125rem;height:2.3125rem;top:31rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbuzOwRh5VZCEU8CqIIV1zn3tJCPmcO9 { width:2.3125rem;height:2.3125rem;top:31rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1rXv6nRIzXXqTl6fOPs8Cy22gGepSik { width:2.3125rem;height:2.3125rem;top:31rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #evnbqGDMaz49GMznKAzTTO7BqMgQP5Sc { width:16.5rem;height:1.5rem;top:38.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E { display:block; }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvXi0OlE3JnCGB1VpfqliXsSEIoMJhgo { top:0rem;left:0rem;width:47.75rem;height:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { width:14.437125rem;height:2.87464375rem;top:1.3742897510529rem;left:2.7805395722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { width:15.8125rem;height:1.298825rem;top:5.8125rem;left:5.0621448159218rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #egOEQZWkcoMJ8ne9JzxF6R8gdRGafAxc { width:1.3742875rem;height:1.124825rem;top:5.7111148834229rem;left:2.6242895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/dMtKddcT/BG.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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 { width:20rem;height:19.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yb4FUwon7TssB0Z66QyOssby6UTtLoyl { width:9.5rem;height:14.875rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:18.75rem;height:4.75rem;top:7.1875rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUhJt2uNfJxMiCDqra387CI50tgd839h { width:18.75rem;height:1.9992875rem;top:14.873046875rem;left:1.2491121888161rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TNo2tt6TmQxoPi6grEzGTNieHfBRU3EX { width:18.5rem;height:2.000175rem;top:11.935369491577rem;left:1.375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:18.75rem;height:4.12464375rem;top:1.5616121292114rem;left:0.62411218881607rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:20rem;height:13.3125rem;top:20.87357711792rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfnokQiSNm1eJAnNqDgfIPd6uLKqkRyJ { width:17.8125rem;height:11.8119375rem;top:6.9371452331544rem;left:1.0937499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:17.8125rem;height:11.8119375rem;top:35.43678855896rem;left:1.0937499403954rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:20rem;height:45.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:18.75rem;height:4.39985625rem;top:0.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:19.375rem;height:9.593375rem;top:6.75rem;left:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #hZDMfns6ZabUZsMuVJMOikqD0Gw9hKsL { width:1.9992875rem;height:1.93714375rem;top:17.341972351074rem;left:17.999821245671rem;display:block; }
 }@media only screen and (max-width: 763px) { #vd4706x2XnLMqkb9cuH5EryD0Or1GcgG { width:2.1875rem;height:2.12446875rem;top:17.249645233154rem;left:14.902343332768rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:14.1875rem;height:21.25rem;top:17.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:10.3125rem;height:12.874625rem;top:21.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GKbFrCcD9TUMuq4f335N8LXLfFHz2bFF { width:12.5rem;height:3.75rem;top:40.686256885529rem;left:3.7500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #zr6KUhfowX1azQZQUgnftNlFaTT9Zcpu { display:block; }
 }@media only screen and (max-width: 763px) { #xia3uJloWc9101WoTrn24slm7Bcdl5pb { width:20rem;height:2.19993125rem;top:0.625rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:20rem;height:53.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFm5VzeEcNnMXrmDhqiyKzcWAbfL8wdN { width:20rem;height:13.499625rem;top:36.562320709229rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #veagUflVv97FtTJBdLtbSRySxakzNupM { width:20rem;height:2.19993125rem;top:0.74928855895994rem;left:0rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftDGlA5WDW0zkUq53N1EdFCH41TNPuDv { width:15.3125rem;height:2.59765rem;top:4.7494659423828rem;left:0.99964481592181rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipaUyLP0V18ETT0JEnqknn2Rs6tGODFv { width:15.3125rem;height:1.298825rem;top:11.6875rem;left:1rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJpvnsDK7vV3VTM5JwW21heoekLtX4g2 { width:15.3125rem;height:2.91015625rem;top:6.9996452331544rem;left:0.99964481592181rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#CJpvnsDK7vV3VTM5JwW21heoekLtX4g2 li:before{  }
 }@media only screen and (max-width: 763px) { #mfNhWRSfifXTNDRsO147tnMBLK13ECVZ { width:15.3125rem;height:4.5214875rem;top:14.124820709229rem;left:0.99964481592181rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#mfNhWRSfifXTNDRsO147tnMBLK13ECVZ li:before{  }
 }@media only screen and (max-width: 763px) { #rxH7TB86SwksRbtLC7c13oicLHoZBZr7 { width:15.3125rem;height:1.298825rem;top:20.124996185302rem;left:0.99964481592181rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JIOJM98h5py5th3vltdPh3Xao5vntsk4 { width:15.3125rem;height:2.43608125rem;top:22.499645233154rem;left:0.99964481592181rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }#JIOJM98h5py5th3vltdPh3Xao5vntsk4 li:before{  }
 }@media only screen and (max-width: 763px) { #Pb6CQWtC8cNx9WCWifGyRhmOzqmt3DzL { width:18.75rem;height:1.055575rem;top:50.0625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIcuCQ1UL2FuOZNMvnhxrcC2ruHBg2TC { width:15.3125rem;height:3.89648125rem;top:27.147903442382rem;left:0.99964481592181rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#XIcuCQ1UL2FuOZNMvnhxrcC2ruHBg2TC li:before{  }
 }@media only screen and (max-width: 763px) { #nEZcPpnhexJCohFGCqFTpquToTT9uC5c { width:15.3125rem;height:1.298825rem;top:26.257987976074rem;left:0.99964481592181rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vnQU2TU0mSB3HuexlQB7dhAxNmb6uGef { width:20rem;height:1.7871125rem;top:32.893287658691rem;left:0rem;text-align:left;text-align-last:left;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { width:20rem;height:72.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { width:15.3125rem;height:5.1953125rem;top:1.3742866516113rem;left:2.3428621888161rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { width:20rem;height:25.9375rem;top:7.2496433258056rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #VNdZ4BIiJ8iFACrrxRtCnuBoFDtBxnrR { width:10.4998125rem;height:11.25rem;top:8.24928855896rem;left:4.7496448159218rem;display:block; }
 }@media only screen and (max-width: 763px) { #cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { width:15.625rem;height:7.9945rem;top:21.061784744262rem;left:2.3428621888161rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { width:20rem;height:22.6875rem;top:34.936973571778rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvOPbi6ASpJcOa4rhZRPRASxsEptBJaE { width:19.9375rem;height:14.9375rem;top:34.93696641922rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { width:15.625rem;height:4.7967rem;top:51.186964511871rem;left:2.0862925648689rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SIUrVWaKRG21mBcEs3c3LBpOOm7pOTx7 { width:16.5625rem;height:12.375rem;top:55.982776641846rem;left:1.7178621888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM3wa7XPDs6eGmTWTmceKoTrl93ATGoo { width:13.125rem;height:8.0867228451994rem;top:64.248931884762rem;left:3.4375000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:60.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:9.2498125rem;height:10.625rem;top:0.81143569946287rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:18.125rem;height:2.68110625rem;top:3.6239356994629rem;left:1.8741121888161rem;text-align:left;text-align-last:left;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:20rem;height:11.1923125rem;top:12.374822616577rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:8.4375rem;height:12.6243125rem;top:47.558591842651rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:10.3125rem;height:12.87375rem;top:47.435190200806rem;left:9.6866117119788rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:20rem;height:20rem;top:25.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:15.0625rem;height:2.1120375rem;top:27.625rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:0.99964375rem;top:30.4375rem;left:2.3125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:33.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { width:17.249625rem;height:1.27485625rem;top:35.498933196067rem;left:2.3109019398689rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { width:1.3734rem;height:1.124825rem;top:38.43483543396rem;left:0.55752843618393rem;display:block; }
 }@media only screen and (max-width: 763px) { #HspnNqqTGDAuSFyNSGcaD3ZtQZZpctrF { width:2.375rem;height:2.375rem;top:41.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bicQnbWuSIMA1XwAnteCm9lOTnAMe7A3 { width:2.375rem;height:2.375rem;top:41.25rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0KnQi3DwQ2vcz1QdJ4uqKLHUG2zq91M { width:2.375rem;height:2.375rem;top:41.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OobsdFZuOctNWqKKDSVZtIhLe4XJvanV { width:2.375rem;height:2.375rem;top:41.25rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbuzOwRh5VZCEU8CqIIV1zn3tJCPmcO9 { width:2.375rem;height:2.375rem;top:41.25rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1rXv6nRIzXXqTl6fOPs8Cy22gGepSik { width:2.375rem;height:2.375rem;top:41.25rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #evnbqGDMaz49GMznKAzTTO7BqMgQP5Sc { width:16.5rem;height:1.625rem;top:38.43483543396rem;left:2.6553621888161rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E { display:block; }#hLyA2utMPgCUkMTw7LUqXdeqlOA4Bq2E > .row .container { width:20rem;height:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uvXi0OlE3JnCGB1VpfqliXsSEIoMJhgo { width:20rem;height:13.333333333333rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }