.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;
}
:root { --color-primary-0:217,248,218;--color-primary-1:142,235,145;--color-primary-2:66,221,72;--color-primary-3:19,212,26;--color-primary-4:12,169,12;--color-secondary-0:254,248,204;--color-secondary-1:253,235,103;--color-secondary-2:252,222,2;--color-secondary-3:229,218,28;--color-secondary-4:50,44,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Raleway";--paragraphs-font-family:"Poppins"; }@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:rgba(var(--color-tertiary-0),1);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/f1fb3842-cfd0-48c5-960d-728c42f0a368/imgi_72_6349998365e23005b5502764_moveoutcleaningprofessionals.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:auto;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(74,72,73,0.55); }#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(74,72,73,0.55); }#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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:48.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { color:rgba(var(--color-tertiary-0),1);display:block;width:48.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:12.123046875rem;left:5.90625rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ufz99rev0w8LPqdVdBke1RvKmTozxbra { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:29.5625rem;left:12.8125rem;height:;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TN0Hrv2b142hOW1u47sRnToPr6z0SovT { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.3125rem dotted #ce0d0d;border-left:0.3125rem dotted #ce0d0d;border-right:0.3125rem dotted #ce0d0d;border-bottom:0.3125rem dotted #ce0d0d;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:15.5rem;top:33.5625rem;left:9.125rem;display:none; }
#QkHUIWdJuXLsOVVThSDXsTKRyvL4fgET { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:13.40625rem;left:36.3125rem;overflow:hidden;display:none; }
#KXfr4c9EV7kTE24Coa5KMyy3M9BfUM6x { 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:8.5625rem;width:8.5625rem;top:1.998046875rem;left:2.5rem;overflow:hidden;display:block; }
#kva9FGh76UiiqtuoPeEKHJeEDtxbKQL0 { background-color:#f21d2f;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: 0.25rem 0.25rem 0rem #070002 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.125rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.29785rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:36.125rem;left:9.875rem;display:block; }
#uXc6KAyMZ1KRTnRw24qv29EUR7r2FI1V { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LgQncC0qiDx2APMl7Hg0yBei8T8ZpNRF { background-color:#1e2759;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: 0.25rem 0.25rem 0rem #070002 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.375rem;height:3.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:36.125rem;left:30.75rem;display:block; }
#Zm0JeJMaQQWhuVHPfX6kDctZSa86w8RD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nKG43BmlZaSCGCZZTTwnsnXSDCvblp4i { color:rgba(var(--color-tertiary-0),1);display:block;width:34.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;top:41.6875rem;left:12.8125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { background-color: transparent; background-image: none; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container > .video-iframe-container { display: none; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row > .video-iframe-container { display: none; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .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); }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { border-width: 0; border-radius: 0; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { font-size:0.875rem;font-family:arial;height:40.875rem;width:60rem;position:relative;display:block; }#scXlMo1kS7lPMENvJFNyex3eAys6qZi5 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.9375rem;width:13.5rem;top:14.25rem;left:0.5625rem;display:block; }
#Ksta5saxXtrfN59D4F6qVr1qTtiPC2kb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:20.125rem;left:0.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTvkdp9UBJsVGk6s0vwQ2nbkQ6MIenu8 { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:23.75rem;left:1.6875rem;height:5.59765625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MqpSNL4uX3UdIzTblI6mB84FW0Mm0K55 { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.8748922348023rem;left:0rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u43OgWw20Ace11qn3K597JTTG2KdXMJ9 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:16.5rem;left:6.25rem; }
#ATKrs9Dy8RaEetIyclP3byKB20pxGpU8 { position:absolute;display:block;z-index:15026;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.56241125rem;width:1.06223125rem;top:18.4375rem;left:6.25rem;display:block; }
#ZxG8MN6de63frptmImdrPD8PpvDpsXqh { position:absolute;display:block;z-index:15007;background-color:#f21d2f;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.37473125rem;width:1.37473125rem;top:17rem;left:8.0625rem;display:block; }
#zh1mdvTu7pJaEbZ5zQkIXJET554qXNRi { position:absolute;display:block;z-index:15003;background-color:#232020;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:13.5625rem;top:30.5rem;left:0.75rem;display:block; }
#QpDMwtXPUpG3Cm2elvApgVdEazhgXaeP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.9375rem;width:13.5rem;top:14.25rem;left:15.5625rem;display:block; }
#nPr3I2OCTRm09QtTgc24cA4RP0BebqGv { position:absolute;display:block;z-index:15010;background-color:#232020;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:13.5625rem;top:30.5rem;left:15.75rem;display:block; }
#gd0m1lv3S8zxFhuwBZBiMVsJxBG7MyGo { color:#333333;display:block;width:12.1249375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15009;line-height:1.6;letter-spacing:0;top:23.75rem;left:16.4375rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rLMeVa0Msiwyd3Tn7QUwK1xnIZM9grxp { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:20.1875rem;left:15.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWImNpS1EVkXAaV8xV62V8cHkOSw7UAO { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;top:16.5rem;left:21.25rem; }
#AriwyTDix3gmsQoTRXf67BAmEZbI6Dzi { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:18.5rem;left:21.25rem;display:block; }
#ZNGKc5o6pOG48Z912T9dZlAIoi8KI9iq { position:absolute;display:block;z-index:15014;background-color:#f21d2f;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:17rem;left:23.0625rem;display:block; }
#HLq3qwLkHcHHxa86F4VSIAwB8Pvx1M5X { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.9375rem;width:13.5rem;top:14.25rem;left:45.5625rem;display:block; }
#wJhLUofN72sFnN2llyQNSzKEeFrhtrcZ { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;top:16.5rem;left:51.25rem; }
#dOU1nbai5XGHrZfRsc8nAeC4Ele3rbvR { position:absolute;display:block;z-index:15021;background-color:#f21d2f;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:17rem;left:53.0625rem;display:block; }
#zv3V31QAyT9er7x9h9iIUTa7V10e0lQn { position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:18.4375rem;left:51.25rem;display:block; }
#VKhKgSGNh8t000Fvk1zIW29ZcU0KMCaP { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.9375rem;width:13.5rem;top:14.25rem;left:30.5625rem;display:block; }
#yA9KTAxl0IgzIRAiHmdwRCX3y504DNeV { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:20.125rem;left:45.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wsv01i5e4JD3efernm7ybb0PAdQgXlXb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:20.125rem;left:30.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#m7Ol3TJttxHyHW3iZ0DSpzhBDwLgw5Xr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:16.5rem;left:35.75rem; }
#MzzLMPDshNLv4rcBXJPeitt9N9q3a8ik { position:absolute;display:block;z-index:15047;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:18.75rem;left:35.75rem;display:block; }
#d99kNPRml4B6RWw0p9uaGwGn948b5l6X { position:absolute;display:block;z-index:15028;background-color:#f21d2f;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:17rem;left:37.5625rem;display:block; }
#JbFfEURO7qHv5BAZFzUTBnUF882kLZmn { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15016;line-height:1.6;letter-spacing:0;top:23.75rem;left:46.6875rem;height:2.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n5wUFFNB4hwy8n6UqCLHWXbq6zQBMNHs { position:absolute;display:block;z-index:15017;background-color:#232020;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:13.5625rem;top:30.5rem;left:45.75rem;display:block; }
#uGhSD851VlJioiXvedCUH67XiZu7efUw { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#URKChZpCI8T3ZdIzvhMOfL6HMcTtQlO9 { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#lFrHNBu9f9VK5oTz0BRJlmOaaDPeQhHI { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KTBXIuVDvZIhvI9T2nCaXx1Tay4EsxZW { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#yTioDTsUNAoxkNwkBMTTtiKn80zX9nBV { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#BOBfDpssLSv8w2yozzDikOsEQ6deWhIq { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#IWwTTGNdD7JiVHl3J8rgmukP9TnkHHJB { position:absolute;display:block;z-index:15024;background-color:#66a8ff;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:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#SL8n8FXARJvIxIMlZh3KC5XxdbKlGmpw { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#JJLLTvBAusFcm8x9RNrOvpSsBvFgD9It { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#B7uE9yAp7C55A4IaZMg2XK9aOgW720zy { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#vtizbEMa2n95QqHdtQUZZzeoVfhzXKMr { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#mmWzFC0wCzzHGwC0JGoLqMt6gT3PgkmX { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#yOapVP7k3JMCz3DoRgKD1NRbPSnyZWEM { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#QDSXzqcfddNreIuKsd1uTy5gnF97z2WF { position:absolute;display:block;z-index:15024;background-color:#66a8ff;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:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#EwQQ9awXviFqf4e2aLgBRG2KUcwpsLKh { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #f2f2f2;border-left:0.1875rem solid #f2f2f2;border-right:0.1875rem solid #f2f2f2;border-bottom:0.1875rem solid #f2f2f2;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.9375rem;width:13.5rem;top:7.625rem;left:45.5625rem;display:none; }
#mSv64FbvcwesVaaodLSqKL4c8Kf6E55J { position:absolute;display:block;z-index:15047;background-color:#ff5335;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.5625rem;width:1.0625rem;top:11.8125rem;left:51.25rem;display:none; }
#eMswA1L69HsNs9JBfPgsi2AECfrod20q { color:rgba(var(--color-tertiary-4),1);display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.5rem;left:45.9375rem;height:3.2492875rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#BXb6wFm61Tq30CDr4V0T0NKlhV02GMP1 { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;top:9.8125rem;left:51.25rem;display:none; }
#JNe9EaZEZdNyA31TFhCcv1yFOTXLZZCu { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:17.125rem;left:46.6875rem;height:5.59836875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#UsvMNFw7GBG6TnrJsnhNnWzuXdPhQOlU { position:absolute;display:block;z-index:15028;background-color:#ff5335;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:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:10.375rem;left:53.0625rem;display:none; }
#S7ByOsCmuLI5PIOMKPKX6fNEO25sI8VZ { position:absolute;display:block;z-index:15024;background-color:#66a8ff;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:13.5625rem;top:23.875rem;left:45.75rem;display:none; }
#LpedldwDB0V9WZbkKM3lGbgnpVe5cbAv { color:rgba(var(--color-tertiary-4),1);display:block;width:49.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.4843759536744rem;left:5.3125rem;height:5.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#flkbsmcynwHVkwXMHNTiwlkiR8mRG1Dd { color:#333333;display:block;width:11.625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:23.75rem;left:31.6875rem;height:4.19824375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qdGoPqrubk4mCKsXAUXhtu0lbNOBDU8c { position:absolute;display:block;z-index:15024;background-color:#232020;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:13.5625rem;top:30.5rem;left:30.6875rem;display:block; }
#R42ZcQxrf2f8fD3e9BnfgqNThuhDRb7Q { background-color:#1e2759;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6180555rem;height:2.86783675rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:33.43408203125rem;left:20.1904296875rem;display:block; }
#WEkG85RUkvqsxwBDJqsafBaD3kddU3nr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(30,39,89,0.05);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; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { background-color: transparent; background-image: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { display: none; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .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); }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { border-width: 0; border-radius: 0; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { font-size:0.875rem;font-family:arial;height:66rem;width:60rem;position:relative;display:block; }#otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { color:#1e2759;display:block;width:52.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.3125rem;left:3.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { color:#1e2759;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.5;letter-spacing:0;top:9.625rem;left:0.875rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b0621e10-08e0-4f98-9d15-3d503cc4c14a/imgi_11_68c9a450e60be0cdf651f90f_StandardCleaningServices.format_auto.avif");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.21) ;height:23.875rem;width:24.375rem;top:37.0625rem;left:34.77099609375rem;display:block; }#X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.adaptive-delivery-prevent-bg, #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.lazyload, #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.lazyloading { background-image: none; }
#NRDKBfhIWupLESwBQwehkpkHmwJuv8wy { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/42706ad8-c84a-4785-900b-82070e6edf30/imgi_2_634d6d8e2c17160b001e58de_moppinglivingroomfloor.webp");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: 0rem 0rem 0.4375rem rgba(var(--color-tertiary-4),0.21) ;height:23.75rem;width:24.375rem;top:10.3125rem;left:34.771071428571rem;display:block; }#NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.adaptive-delivery-prevent-bg, #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.lazyload, #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.lazyloading { background-image: none; }
#EyviZrXfBxTBOg5vueO4m5N1ttdiA7lC { background-color:#1e2759;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.796875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:58.203125rem;left:0.875rem;display:block; }
#ntRTABzsgxsr5FT9PWXCKNvUssRRmsXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lQBKJWxwkRQclADQBivlnTxmO5s3ghVD { color:#1e2759;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:16.30615234375rem;left:0.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KlT47xMZ3GTk2R3cgqVyLApTI6pWvBCF { color:#1e2759;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:19.0625rem;left:0.875rem;height:7.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KlT47xMZ3GTk2R3cgqVyLApTI6pWvBCF li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KlT47xMZ3GTk2R3cgqVyLApTI6pWvBCF li:before{  }
#z9m9tTird3E6ZTGN9JZEDJvH7JJHnXzT { color:#1e2759;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.6;letter-spacing:0;top:52.5625rem;left:0.875rem;height:1.79980625rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#E6o8LXqHuSTQWsXlCP3ErCTNnQGVm6DD { color:#1e2759;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.6;letter-spacing:0;top:28.1875rem;left:0.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#D5cUaW3nuC87fHNHzTy9G5vdu9iyvGfD { color:#1e2759;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.5;letter-spacing:0;top:30.8125rem;left:0.875rem;height:7.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#D5cUaW3nuC87fHNHzTy9G5vdu9iyvGfD li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D5cUaW3nuC87fHNHzTy9G5vdu9iyvGfD li:before{  }
#rhogDek2IS8tcSnnQVwVaID0nJPPGUt6 { color:#1e2759;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.6;letter-spacing:0;top:40.5625rem;left:0.875rem;height:1.79980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LyDQ0QVCnwRawuAiSC9rFMDeNqftsTr8 { color:#1e2759;display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.5;letter-spacing:0;top:43.28125rem;left:0.875rem;height:7.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#LyDQ0QVCnwRawuAiSC9rFMDeNqftsTr8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#LyDQ0QVCnwRawuAiSC9rFMDeNqftsTr8 li:before{  }
#aTJ9RkvlOEyOuLRl7IvCuFv8JUfHIebt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:15.9248046875rem;left:8.125rem; }
#e4fBsbv1iSzsd0daDvpwnLOlhHE4Ph5e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:27.80615234375rem;left:8.125rem; }
#yNmLNNoMUqnkkT9ISnvUBpnF1o52tJXO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:40.18115234375rem;left:16.5rem; }
#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(242,29,47,0.59);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; }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row .container { background-color: transparent; background-image: none; }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row .container > .video-iframe-container { display: none; }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row > .video-iframe-container { display: none; }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .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); }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row .container { border-width: 0; border-radius: 0; }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row .container { font-size:0.875rem;font-family:arial;height:56.0625rem;width:60rem;position:relative;display:block; }#vkFFLBSIcmqkxCJDDe5qXTqViMgfr1Uz { color:rgba(var(--color-tertiary-0),1);display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;text-shadow:0.1875rem 0rem 0.1875rem #070002;top:1.5rem;left:3.15625rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Tp8ywTxuBuhVPa5LVziO9abfB0BExOUP { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:8.3125rem;left:0rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/b8ca001a-09f2-4ee9-afd0-7ee3b40765a3/imgi_14_63cb125f993f005df12f0906_RoutineCleaning.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0rem 0.25rem #070002 ;height:21.125rem;width:26.4375rem;top:29.125rem;left:32.625rem;display:block; }#afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx.adaptive-delivery-prevent-bg, #afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx.lazyload, #afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx.lazyloading { background-image: none; }
#pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e038fffe-469b-4517-8c9e-a6123b956969/imgi_9_63f7b547d262df7f3d69ddff_DormCleaning.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0rem 0.25rem #070002 ;height:17.874rem;width:26.4375rem;top:8.3125rem;left:32.625rem;display:block; }#pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y.adaptive-delivery-prevent-bg, #pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y.lazyload, #pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y.lazyloading { background-image: none; }
#QbDvOMKpXyiIbD9f7odkFvBi5oek0Z89 { background-color:#1e2759;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.0625rem;height:2.984375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:47.328125rem;left:0.9375rem;display:block; }
#kOV0DzGTCi6BezNV2o1qmNMNQ9GTf4mT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r594PtoinCgv6O1bP4Aw58fxiIS4Sast { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:17.9375rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7HlFsOVpWy17UMXUG2e6n8VItfRWxVN { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:20.1875rem;left:0rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ht7KA5ETqMh8lKsNAWFaocGCvxczsocC { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:27.5625rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WqBI3Zs7DsyqGWypGvTLnqG6ElJJUD3C { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:30.125rem;left:0rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MCxddRoCHL3kGzxTW9TVth9QJ93KtL9K { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:37.4375rem;left:0rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TmnyiuJ3E2EFTBSEFbndhMdDCpaLMMbF { color:rgba(var(--color-tertiary-0),1);display:block;width:29.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0rem 0.0625rem #070002;top:39.875rem;left:0rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bNdiSbXXW8VIkbGXzo6HoDPuIKiWIETv { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:17.6875rem;left:15.625rem; }
#TKEHJDCE2sqZltI5OabwFQVpO8ZaorHA { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:27.3125rem;left:15.625rem; }
#TthPGqusLFgrCdSedeb0qZrMyZBiNzDi { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:37.1875rem;left:20.8125rem; }
#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/rw3tmqdx/AdobeStock_136351203.jpeg");background-position:center left !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; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.adaptive-delivery-prevent-bg, #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.lazyload, #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.lazyloading { background-image: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { background-color: transparent; background-image: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.35); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container > .video-iframe-container { display: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.35); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container { display: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .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); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { border-width: 0; border-radius: 0; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo::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; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { font-size:0.875rem;font-family:arial;height:33.3125rem;width:60rem;position:relative;display:block; }#ZARnTkDrXz2rCdXV5ubUyf97WvwLB8bO { position:absolute;display:block;z-index:15010;height:11.25rem;width:57.25rem;top:6.875rem;left:1.375rem;display:block; }
#XcMhBECQ9hnkIuizUuQ05Ab0BvRDLoX3 { color:rgba(var(--color-tertiary-0),1);display:block;width:31.499rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:1.50390625rem;left:14.25rem;height:3.25rem;font-style:normal;display:block; }
#rC92ED6J0S3cpElExvopg0g8hXLZCTub { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f21d2f;background-image:url("https://images.assets-landingi.com/AKecebds/08.jpg");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; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub.adaptive-delivery-prevent-bg, #rC92ED6J0S3cpElExvopg0g8hXLZCTub.lazyload, #rC92ED6J0S3cpElExvopg0g8hXLZCTub.lazyloading { background-image: none; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { background-color: transparent; background-image: none; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container > .video-iframe-container { display: none; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row > .video-iframe-container { display: none; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .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); }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { border-width: 0; border-radius: 0; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { font-size:0.875rem;font-family:arial;height:24.625rem;width:60rem;position:relative;display:block; }#b4ZX8VOD3TGUFSiAPa6Q5SJb4ts0JarK { color:rgba(var(--color-tertiary-0),1);display:block;width:38.4995rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8544921875rem;left:10.7490234375rem;height:3.0058625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.25rem;font-family:var(--paragraphs-font-family); }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;height:auto;line-height:1.5;overflow:hidden;font-family:var(--paragraphs-font-family); }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-trigger.adaptive-delivery-prevent-bg, #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-trigger.lazyload, #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-trigger.lazyloading { background-image: none; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 { box-sizing:content-box;height:auto;width:57.1230625rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15021;background-color:rgba(var(--color-tertiary-0),0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:8.5rem;left:0.18798828125rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw { display:block;position:relative; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ { display:block;position:relative; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z { display:none; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #po71mliXukKPqmAbBg5B671B0A9msemS { display:block;position:relative; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cAh0dwecxrONic0kIxy03565CQexySni { display:none; }
#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { background-color: transparent; background-image: none; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container > .video-iframe-container { display: none; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row > .video-iframe-container { display: none; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .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); }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { border-width: 0; border-radius: 0; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#lrFtsdB8cO8uXnuQpI7nc6xhGxqN9Oau { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:0.87158203125rem;left:0rem;height:3.0058625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { background-color: transparent; background-image: none; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container > .video-iframe-container { display: none; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row > .video-iframe-container { display: none; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .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); }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { border-width: 0; border-radius: 0; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/iltVR44e/163832307_455825539200985_5629729545176171030_n.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:0.625rem;display:block; }#Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.adaptive-delivery-prevent-bg, #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.lazyload, #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.lazyloading { background-image: none; }
#DScxwVnsTca9OhgPU8TacNfzEqnLd4ga { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/y1WGQlyC/carpet2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:30.625rem;display:block; }#DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.adaptive-delivery-prevent-bg, #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.lazyload, #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.lazyloading { background-image: none; }
#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { background-color: transparent; background-image: none; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container > .video-iframe-container { display: none; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row > .video-iframe-container { display: none; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .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); }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { border-width: 0; border-radius: 0; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mnkfdcZM/moving_cleaning.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:0.625rem;display:block; }#NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.adaptive-delivery-prevent-bg, #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.lazyload, #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.lazyloading { background-image: none; }
#wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/MfkhEJgR/AdobeStock_113345367.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:30.625rem;display:block; }#wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.adaptive-delivery-prevent-bg, #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.lazyload, #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.lazyloading { background-image: none; }
#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { background-color: transparent; background-image: none; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container > .video-iframe-container { display: none; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row > .video-iframe-container { display: none; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .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); }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { border-width: 0; border-radius: 0; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:60rem;position:relative;display:block; }#ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hpUJqIDo/kitchen_cleaning_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:0.625rem;display:block; }#ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.adaptive-delivery-prevent-bg, #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.lazyload, #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.lazyloading { background-image: none; }
#a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/N1ibUsMO/apartment_cleaning.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0.3125rem solid rgba(var(--color-tertiary-4),1);border-left:0.3125rem solid rgba(var(--color-tertiary-4),1);border-right:0.3125rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.3125rem solid rgba(var(--color-tertiary-4),1);border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.875rem;width:28.125rem;top:0.8125rem;left:30.625rem;display:block; }#a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.adaptive-delivery-prevent-bg, #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.lazyload, #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.lazyloading { background-image: none; }
#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { background-color: transparent; background-image: none; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container > .video-iframe-container { display: none; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row > .video-iframe-container { display: none; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .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); }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { border-width: 0; border-radius: 0; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:60rem;position:relative;display:block; }#LJ4azLgH3T3DfPAysQOGyPNT4oFtg0tQ { background-color:#1e2759;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #070002;border-left:0.0625rem solid #070002;border-right:0.0625rem solid #070002;border-bottom:0.0625rem solid #070002;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.125rem;height:3.125rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.8125rem;left:21.9375rem;display:block; }
#CzBHkcQVvoZ4URKdRcEiu5RtpmcbOHss { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74461127-b08c-45f8-b7ab-2e0cc1b7f5ea/imgi_13_68c9a4729fe2141346096482_RecurringServices.format_auto.avif");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; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.adaptive-delivery-prevent-bg, #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.lazyload, #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.lazyloading { background-image: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { background-color: transparent; background-image: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,55,101,0.83); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container > .video-iframe-container { display: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,55,101,0.83); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container { display: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .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); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { border-width: 0; border-radius: 0; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp::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; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:60rem;position:relative;display:block; }#CWOoadgx6Sg2qWiAsazkl5Jl5XcrScoq { display:block;width:21.6235625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.375rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:8.287109375rem;left:35.46875rem;height:6.173825rem;color:rgba(var(--color-tertiary-0),1);text-align:center;text-align-last:center;display:block; }
#kgcTBSpq0nlmNrDqCuzu8yB4pvTQkTi8 { position:absolute;display:block;z-index:15007;height:17.5rem;width:31.25rem;top:2.625rem;left:1.3125rem;display:block; }
#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f8;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;z-index:auto;display:block; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { background-color: transparent; background-image: none; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container > .video-iframe-container { display: none; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row > .video-iframe-container { display: none; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .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); }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { border-width: 0; border-radius: 0; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { font-size:0.875rem;font-family:arial;height:2.9375rem;width:60rem;position:relative;display:block; }#CAXrOsRQcziTcwTMT2yguVFscTUITorm { background-color:#f21d2f;background-image:none;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: 0.25rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.1875rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.3125rem;left:48.0625rem;display:block; }
#z9Jnhihsls6sQL92TA7tO7nbFpILonwc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H26rr1h2Kl2C8vHXHsow72bBAMP7BocT { background-color:#1e2759;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.0625rem 0.1875rem #070002 ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);text-shadow:0.0625rem 0.0625rem 0.1875rem #070002;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.3125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.3125rem;left:35.875rem;display:block; }
#EcGiMwxQkarcDyPiI1x8EeEAI3UAN5cZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FDxThZA86tt1Bsd36bLOKvaLSKa6p3pw { 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:2.375rem;width:2.375rem;top:0.25rem;left:2.875rem;overflow:hidden;display:block; }
#aESNTivwo2rCcCTrdo3x2yfVHQrUVLMh { 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:2.5rem;width:2.5rem;top:0.25rem;left:0rem;overflow:hidden;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) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:47.75rem;height:;top:12.0625rem;left:0rem;font-size:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:34.375rem;height:;top:29.5625rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0Hrv2b142hOW1u47sRnToPr6z0SovT { top:33.5625rem;left:3rem;width:15.5rem;height:7.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QkHUIWdJuXLsOVVThSDXsTKRyvL4fgET { width:2.1875rem;height:2.1875rem;top:13.375rem;left:30.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KXfr4c9EV7kTE24Coa5KMyy3M9BfUM6x { top:1.9375rem;left:0rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kva9FGh76UiiqtuoPeEKHJeEDtxbKQL0 { width:19.375rem;height:3.25rem;top:36.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXc6KAyMZ1KRTnRw24qv29EUR7r2FI1V { display:block; }
 }@media only screen and (max-width: 763px) { #LgQncC0qiDx2APMl7Hg0yBei8T8ZpNRF { width:19.375rem;height:3.3125rem;top:36.125rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0JeJMaQQWhuVHPfX6kDctZSa86w8RD { display:block; }
 }@media only screen and (max-width: 763px) { #nKG43BmlZaSCGCZZTTwnsnXSDCvblp4i { width:34.375rem;height:1.625rem;top:41.6875rem;left:6.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ { display:block; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scXlMo1kS7lPMENvJFNyex3eAys6qZi5 { width:13.5rem;height:15.9375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ksta5saxXtrfN59D4F6qVr1qTtiPC2kb { width:13.125rem;height:4.875rem;top:20.125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTvkdp9UBJsVGk6s0vwQ2nbkQ6MIenu8 { width:11.625rem;height:5.5625rem;top:23.75rem;left:0.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqpSNL4uX3UdIzTblI6mB84FW0Mm0K55 { width:47.75rem;height:2.4375rem;top:2.8125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u43OgWw20Ace11qn3K597JTTG2KdXMJ9 { width:2.5rem;height:2.5rem;top:16.5rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ATKrs9Dy8RaEetIyclP3byKB20pxGpU8 { width:1rem;height:0.5rem;top:18.4375rem;left:4.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxG8MN6de63frptmImdrPD8PpvDpsXqh { width:1.3125rem;height:1.3125rem;top:17rem;left:6.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh1mdvTu7pJaEbZ5zQkIXJET554qXNRi { width:13.5625rem;height:0.125rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpDMwtXPUpG3Cm2elvApgVdEazhgXaeP { width:13.4375rem;height:15.9375rem;top:14.25rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPr3I2OCTRm09QtTgc24cA4RP0BebqGv { width:13.5rem;height:0.0625rem;top:30.5rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gd0m1lv3S8zxFhuwBZBiMVsJxBG7MyGo { width:12.0625rem;height:4.1875rem;top:23.75rem;left:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLMeVa0Msiwyd3Tn7QUwK1xnIZM9grxp { width:13.125rem;height:3.25rem;top:20.1875rem;left:10.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWImNpS1EVkXAaV8xV62V8cHkOSw7UAO { width:2.5rem;height:2.5rem;top:16.5rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AriwyTDix3gmsQoTRXf67BAmEZbI6Dzi { width:1rem;height:0.5rem;top:18.5rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNGKc5o6pOG48Z912T9dZlAIoi8KI9iq { width:1.3125rem;height:1.3125rem;top:17rem;left:18.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLq3qwLkHcHHxa86F4VSIAwB8Pvx1M5X { width:13.5rem;height:15.9375rem;top:14.25rem;left:33.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJhLUofN72sFnN2llyQNSzKEeFrhtrcZ { width:2.5rem;height:2.5rem;top:16.5rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOU1nbai5XGHrZfRsc8nAeC4Ele3rbvR { width:1.375rem;height:1.375rem;top:17rem;left:42.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zv3V31QAyT9er7x9h9iIUTa7V10e0lQn { width:1.0625rem;height:0.5625rem;top:18.4375rem;left:40.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VKhKgSGNh8t000Fvk1zIW29ZcU0KMCaP { width:13.4375rem;height:15.9375rem;top:14.25rem;left:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9KTAxl0IgzIRAiHmdwRCX3y504DNeV { width:13.125rem;height:3.25rem;top:20.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsv01i5e4JD3efernm7ybb0PAdQgXlXb { width:13.125rem;height:3.25rem;top:20.125rem;left:22.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Ol3TJttxHyHW3iZ0DSpzhBDwLgw5Xr { width:2.5rem;height:2.5rem;top:16.5rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzzLMPDshNLv4rcBXJPeitt9N9q3a8ik { width:1rem;height:0.5rem;top:18.75rem;left:28.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d99kNPRml4B6RWw0p9uaGwGn948b5l6X { width:1.3125rem;height:1.3125rem;top:17rem;left:29.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JbFfEURO7qHv5BAZFzUTBnUF882kLZmn { width:11.625rem;height:2.75rem;top:23.75rem;left:35.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5wUFFNB4hwy8n6UqCLHWXbq6zQBMNHs { width:13.5625rem;height:0.125rem;top:30.5rem;left:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGhSD851VlJioiXvedCUH67XiZu7efUw { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #URKChZpCI8T3ZdIzvhMOfL6HMcTtQlO9 { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFrHNBu9f9VK5oTz0BRJlmOaaDPeQhHI { width:13.125rem;height:3.875rem;top:106.625rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTBXIuVDvZIhvI9T2nCaXx1Tay4EsxZW { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTioDTsUNAoxkNwkBMTTtiKn80zX9nBV { width:14.875rem;height:3.375rem;top:111rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BOBfDpssLSv8w2yozzDikOsEQ6deWhIq { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IWwTTGNdD7JiVHl3J8rgmukP9TnkHHJB { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #SL8n8FXARJvIxIMlZh3KC5XxdbKlGmpw { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJLLTvBAusFcm8x9RNrOvpSsBvFgD9It { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #B7uE9yAp7C55A4IaZMg2XK9aOgW720zy { width:13.125rem;height:3.875rem;top:63.6875rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vtizbEMa2n95QqHdtQUZZzeoVfhzXKMr { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mmWzFC0wCzzHGwC0JGoLqMt6gT3PgkmX { width:14.875rem;height:6.75rem;top:38.1875rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOapVP7k3JMCz3DoRgKD1NRbPSnyZWEM { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #QDSXzqcfddNreIuKsd1uTy5gnF97z2WF { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EwQQ9awXviFqf4e2aLgBRG2KUcwpsLKh { width:13.5rem;height:15.9375rem;top:7.625rem;left:33.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #mSv64FbvcwesVaaodLSqKL4c8Kf6E55J { width:1.0625rem;height:0.5625rem;top:11.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #eMswA1L69HsNs9JBfPgsi2AECfrod20q { width:13.125rem;height:3.875rem;top:42.4375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BXb6wFm61Tq30CDr4V0T0NKlhV02GMP1 { width:2.5rem;height:2.5rem;top:9.8125rem;left:40.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNe9EaZEZdNyA31TFhCcv1yFOTXLZZCu { width:14.875rem;height:6.75rem;top:46.8125rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsvMNFw7GBG6TnrJsnhNnWzuXdPhQOlU { width:1.375rem;height:1.375rem;top:10.375rem;left:42.34375rem;display:none; }
 }@media only screen and (max-width: 763px) { #S7ByOsCmuLI5PIOMKPKX6fNEO25sI8VZ { width:13.5625rem;height:0.125rem;top:23.875rem;left:34.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #LpedldwDB0V9WZbkKM3lGbgnpVe5cbAv { width:47.75rem;height:5.0625rem;top:6.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #flkbsmcynwHVkwXMHNTiwlkiR8mRG1Dd { width:11.625rem;height:4.1875rem;top:23.75rem;left:24.03125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdGoPqrubk4mCKsXAUXhtu0lbNOBDU8c { width:13.5rem;height:0.0625rem;top:30.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R42ZcQxrf2f8fD3e9BnfgqNThuhDRb7Q { width:19.5625rem;height:2.8125rem;top:33.375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkG85RUkvqsxwBDJqsafBaD3kddU3nr { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { width:47.75rem;height:3.25rem;top:3.3125rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:29.875rem;height:5.0625rem;top:9.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v { width:24.375rem;height:23.875rem;top:37.0625rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy { width:24.375rem;height:23.75rem;top:10.3125rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EyviZrXfBxTBOg5vueO4m5N1ttdiA7lC { width:19.0625rem;height:2.75rem;top:58.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntRTABzsgxsr5FT9PWXCKNvUssRRmsXm { display:block; }
 }@media only screen and (max-width: 763px) { #lQBKJWxwkRQclADQBivlnTxmO5s3ghVD { width:29.875rem;height:1.75rem;top:16.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KlT47xMZ3GTk2R3cgqVyLApTI6pWvBCF { width:29.875rem;height:;top:19.0625rem;left:0rem;font-size:1.125rem;display:block; }#KlT47xMZ3GTk2R3cgqVyLApTI6pWvBCF li:before{  }
 }@media only screen and (max-width: 763px) { #z9m9tTird3E6ZTGN9JZEDJvH7JJHnXzT { width:29.875rem;height:1.75rem;top:52.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6o8LXqHuSTQWsXlCP3ErCTNnQGVm6DD { width:29.875rem;height:1.75rem;top:28.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D5cUaW3nuC87fHNHzTy9G5vdu9iyvGfD { width:29.875rem;height:7.6875rem;top:30.8125rem;left:0rem;font-size:1.125rem;display:block; }#D5cUaW3nuC87fHNHzTy9G5vdu9iyvGfD li:before{  }
 }@media only screen and (max-width: 763px) { #rhogDek2IS8tcSnnQVwVaID0nJPPGUt6 { width:29.875rem;height:1.75rem;top:40.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyDQ0QVCnwRawuAiSC9rFMDeNqftsTr8 { width:29.875rem;height:7.6875rem;top:43.25rem;left:0rem;font-size:1.125rem;display:block; }#LyDQ0QVCnwRawuAiSC9rFMDeNqftsTr8 li:before{  }
 }@media only screen and (max-width: 763px) { #aTJ9RkvlOEyOuLRl7IvCuFv8JUfHIebt { top:15.875rem;left:2rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4fBsbv1iSzsd0daDvpwnLOlhHE4Ph5e { top:27.75rem;left:2rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNmLNNoMUqnkkT9ISnvUBpnF1o52tJXO { top:40.125rem;left:10.375rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d { display:block; }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkFFLBSIcmqkxCJDDe5qXTqViMgfr1Uz { width:47.75rem;height:3.0625rem;top:1.5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tp8ywTxuBuhVPa5LVziO9abfB0BExOUP { width:29.875rem;height:5.0625rem;top:8.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx { width:26.4375rem;height:21.125rem;top:29.125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y { width:26.4375rem;height:17.8125rem;top:8.3125rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QbDvOMKpXyiIbD9f7odkFvBi5oek0Z89 { width:19.0625rem;height:2.9375rem;top:47.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOV0DzGTCi6BezNV2o1qmNMNQ9GTf4mT { display:block; }
 }@media only screen and (max-width: 763px) { #r594PtoinCgv6O1bP4Aw58fxiIS4Sast { width:29.875rem;height:1.6875rem;top:17.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7HlFsOVpWy17UMXUG2e6n8VItfRWxVN { width:29.875rem;height:3.375rem;top:20.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ht7KA5ETqMh8lKsNAWFaocGCvxczsocC { width:29.875rem;height:1.6875rem;top:27.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBI3Zs7DsyqGWypGvTLnqG6ElJJUD3C { width:29.875rem;height:3.375rem;top:30.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCxddRoCHL3kGzxTW9TVth9QJ93KtL9K { width:29.875rem;height:1.6875rem;top:37.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmnyiuJ3E2EFTBSEFbndhMdDCpaLMMbF { width:29.875rem;height:3.375rem;top:39.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNdiSbXXW8VIkbGXzo6HoDPuIKiWIETv { top:17.6875rem;left:9.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKEHJDCE2sqZltI5OabwFQVpO8ZaorHA { top:27.3125rem;left:9.5rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TthPGqusLFgrCdSedeb0qZrMyZBiNzDi { top:37.1875rem;left:14.6875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo { display:block; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZARnTkDrXz2rCdXV5ubUyf97WvwLB8bO { top:6.875rem;left:0rem;width:47.75rem;height:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMhBECQ9hnkIuizUuQ05Ab0BvRDLoX3 { width:31.4375rem;height:3.25rem;top:1.5rem;left:8.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC92ED6J0S3cpElExvopg0g8hXLZCTub { display:block; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4ZX8VOD3TGUFSiAPa6Q5SJb4ts0JarK { width:38.4375rem;height:3rem;top:2.8125rem;left:4.6240234375rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 { display:flex;height:auto;width:45.25rem;top:20.1875rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR { display:block; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrFtsdB8cO8uXnuQpI7nc6xhGxqN9Oau { top:0.8125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq { display:block; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM { top:0.8125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga { top:0.8125rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy { display:block; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O { top:0.8125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ { top:0.8125rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw { display:block; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp { top:0.8125rem;left:0rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL { top:0.8125rem;left:19rem;width:28.125rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn { display:block; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJ4azLgH3T3DfPAysQOGyPNT4oFtg0tQ { width:16.125rem;height:3.125rem;top:0.8125rem;left:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzBHkcQVvoZ4URKdRcEiu5RtpmcbOHss { display:block; }
 }@media only screen and (max-width: 763px) { #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp { display:block; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWOoadgx6Sg2qWiAsazkl5Jl5XcrScoq { width:21.5625rem;height:6.125rem;top:8.25rem;left:26.1875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgcTBSpq0nlmNrDqCuzu8yB4pvTQkTi8 { top:2.625rem;left:0rem;width:31.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtcg62zTnatdfGILtPDsmatSHoFNTtS4 { display:block; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAXrOsRQcziTcwTMT2yguVFscTUITorm { width:11.25rem;height:2.3125rem;top:0.3125rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Jnhihsls6sQL92TA7tO7nbFpILonwc { display:block; }
 }@media only screen and (max-width: 763px) { #H26rr1h2Kl2C8vHXHsow72bBAMP7BocT { width:11.25rem;height:2.3125rem;top:0.3125rem;left:29.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcGiMwxQkarcDyPiI1x8EeEAI3UAN5cZ { display:block; }
 }@media only screen and (max-width: 763px) { #FDxThZA86tt1Bsd36bLOKvaLSKa6p3pw { top:0.25rem;left:0rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aESNTivwo2rCcCTrdo3x2yfVHQrUVLMh { top:0.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/4ad2126b-5353-4c45-929f-20ff923ed2b2/imgi_12_68c9a45ec3947459a000c7fb_DeepCleaningFast.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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(74,72,73,0.46); }#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(74,72,73,0.46); }#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:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bLcIbRsTS0dkGQHyRbULhhJErGGSKPuK { width:18.75rem;height:6.82325rem;top:16.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ufz99rev0w8LPqdVdBke1RvKmTozxbra { width:19.3125rem;height:7.3095625rem;top:24.9375rem;left:0.34375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0Hrv2b142hOW1u47sRnToPr6z0SovT { width:14.75rem;height:3.25rem;top:69.9375rem;left:2.3125rem;z-index:15010;display:none; }
 }@media only screen and (max-width: 763px) { #QkHUIWdJuXLsOVVThSDXsTKRyvL4fgET { width:2.125rem;height:2.125rem;top:18.3125rem;left:17.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #KXfr4c9EV7kTE24Coa5KMyy3M9BfUM6x { width:10.75rem;height:10.75rem;top:3.0625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kva9FGh76UiiqtuoPeEKHJeEDtxbKQL0 { width:19.6875rem;height:3.25rem;top:34.375rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXc6KAyMZ1KRTnRw24qv29EUR7r2FI1V { display:block; }
 }@media only screen and (max-width: 763px) { #LgQncC0qiDx2APMl7Hg0yBei8T8ZpNRF { width:19.6875rem;height:3.25rem;top:38.625rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zm0JeJMaQQWhuVHPfX6kDctZSa86w8RD { display:block; }
 }@media only screen and (max-width: 763px) { #nKG43BmlZaSCGCZZTTwnsnXSDCvblp4i { width:20rem;height:2.923825rem;top:43.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ { display:block; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ { border-width: 0; border-radius: 0; }#NSXBLwlMxxCpEtbolgw8oULZW9UfZ5rZ > .row .container { width:20rem;height:113.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #scXlMo1kS7lPMENvJFNyex3eAys6qZi5 { width:16.5625rem;height:18.75rem;top:6.4240055084231rem;left:1.1101739406586rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ksta5saxXtrfN59D4F6qVr1qTtiPC2kb { width:13.125rem;height:0;top:12.92480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTvkdp9UBJsVGk6s0vwQ2nbkQ6MIenu8 { width:13.125rem;height:0;top:16.237125396729rem;left:3.4374998807907rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MqpSNL4uX3UdIzTblI6mB84FW0Mm0K55 { width:19rem;height:5.25rem;top:0.8125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #u43OgWw20Ace11qn3K597JTTG2KdXMJ9 { width:2.5rem;height:2.5rem;top:9.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ATKrs9Dy8RaEetIyclP3byKB20pxGpU8 { width:1.0625rem;height:0.5625rem;top:11.23730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZxG8MN6de63frptmImdrPD8PpvDpsXqh { width:1.1875rem;height:1.1875rem;top:9.79980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zh1mdvTu7pJaEbZ5zQkIXJET554qXNRi { width:14.0625rem;height:0.125rem;top:22.6123046875rem;left:2.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QpDMwtXPUpG3Cm2elvApgVdEazhgXaeP { width:16.5625rem;height:18.75rem;top:26.361862182618rem;left:1.548295378685rem;display:none; }
 }@media only screen and (max-width: 763px) { #nPr3I2OCTRm09QtTgc24cA4RP0BebqGv { width:13.5625rem;height:0.125rem;top:41.5498046875rem;left:3.21875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gd0m1lv3S8zxFhuwBZBiMVsJxBG7MyGo { width:11.625rem;height:0;top:34.79980625rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #rLMeVa0Msiwyd3Tn7QUwK1xnIZM9grxp { width:13.125rem;height:0;top:31.17480625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mWImNpS1EVkXAaV8xV62V8cHkOSw7UAO { width:2.5rem;height:2.5rem;top:27.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AriwyTDix3gmsQoTRXf67BAmEZbI6Dzi { width:1.0625rem;height:0.5625rem;top:29.48730625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZNGKc5o6pOG48Z912T9dZlAIoi8KI9iq { width:1.375rem;height:1.375rem;top:28.04980625rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HLq3qwLkHcHHxa86F4VSIAwB8Pvx1M5X { width:16.5625rem;height:18.75rem;top:44.4375rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJhLUofN72sFnN2llyQNSzKEeFrhtrcZ { width:2.5rem;height:2.5rem;top:46.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOU1nbai5XGHrZfRsc8nAeC4Ele3rbvR { width:1.375rem;height:1.375rem;top:47.1875rem;left:10.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zv3V31QAyT9er7x9h9iIUTa7V10e0lQn { width:1.0625rem;height:0.5625rem;top:48.625rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VKhKgSGNh8t000Fvk1zIW29ZcU0KMCaP { width:16.5625rem;height:18.75rem;top:69.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA9KTAxl0IgzIRAiHmdwRCX3y504DNeV { width:13.125rem;height:0;top:50.3125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsv01i5e4JD3efernm7ybb0PAdQgXlXb { width:13.125rem;height:3.8984375rem;top:75.6875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7Ol3TJttxHyHW3iZ0DSpzhBDwLgw5Xr { width:3.9999125rem;height:3.9999125rem;top:70.9375rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzzLMPDshNLv4rcBXJPeitt9N9q3a8ik { width:1.31214375rem;height:0.625rem;top:74.375rem;left:7.4375rem;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #d99kNPRml4B6RWw0p9uaGwGn948b5l6X { width:1.68723125rem;height:1.68723125rem;top:73.5rem;left:11rem;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JbFfEURO7qHv5BAZFzUTBnUF882kLZmn { width:11.625rem;height:0;top:53.9375rem;left:4.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #n5wUFFNB4hwy8n6UqCLHWXbq6zQBMNHs { width:13.5625rem;height:0.125rem;top:60.6875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uGhSD851VlJioiXvedCUH67XiZu7efUw { width:16.5625rem;height:18.75rem;top:90.4375rem;left:1.5rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #URKChZpCI8T3ZdIzvhMOfL6HMcTtQlO9 { width:1.31214375rem;height:0.625rem;top:95.6875rem;left:7.375rem;z-index:15054;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lFrHNBu9f9VK5oTz0BRJlmOaaDPeQhHI { width:13.125rem;height:3.8984375rem;top:97rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #KTBXIuVDvZIhvI9T2nCaXx1Tay4EsxZW { width:3.9999125rem;height:3.9999125rem;top:92.25rem;left:7.9375rem;z-index:15065;display:block; }
 }@media only screen and (max-width: 763px) { #yTioDTsUNAoxkNwkBMTTtiKn80zX9nBV { width:14.9374375rem;height:3.3984375rem;top:101.375rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #BOBfDpssLSv8w2yozzDikOsEQ6deWhIq { width:1.68723125rem;height:1.68723125rem;top:94.8125rem;left:10.9375rem;z-index:15035;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #IWwTTGNdD7JiVHl3J8rgmukP9TnkHHJB { width:16.6860625rem;height:0.12402375rem;top:109.5009765625rem;left:1.65625rem;z-index:15031;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SL8n8FXARJvIxIMlZh3KC5XxdbKlGmpw { width:16.5625rem;height:18.75rem;top:47.5rem;left:1.5625rem;z-index:15035;display:block; }
 }@media only screen and (max-width: 763px) { #JJLLTvBAusFcm8x9RNrOvpSsBvFgD9It { width:1.31214375rem;height:0.625rem;top:52.75rem;left:7.4375rem;z-index:15061;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #B7uE9yAp7C55A4IaZMg2XK9aOgW720zy { width:13.125rem;height:3.8984375rem;top:54.0625rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #vtizbEMa2n95QqHdtQUZZzeoVfhzXKMr { width:3.9999125rem;height:3.9999125rem;top:49.3125rem;left:8rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #mmWzFC0wCzzHGwC0JGoLqMt6gT3PgkmX { width:14.9374375rem;height:6.796875rem;top:58.4375rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #yOapVP7k3JMCz3DoRgKD1NRbPSnyZWEM { width:1.68723125rem;height:1.68723125rem;top:51.875rem;left:11rem;z-index:15042;background-color:#00ba2e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #QDSXzqcfddNreIuKsd1uTy5gnF97z2WF { width:16.68725rem;height:0.12473375rem;top:66.5rem;left:1.6875rem;z-index:15038;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #EwQQ9awXviFqf4e2aLgBRG2KUcwpsLKh { width:16.5625rem;height:18.75rem;top:26.25rem;left:1.5625rem;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #mSv64FbvcwesVaaodLSqKL4c8Kf6E55J { width:1.31214375rem;height:0.625rem;top:31.5rem;left:7.4375rem;z-index:15068;background-color:#13d41a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #eMswA1L69HsNs9JBfPgsi2AECfrod20q { width:13.125rem;height:3.8984375rem;top:32.8125rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1.5rem;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #BXb6wFm61Tq30CDr4V0T0NKlhV02GMP1 { width:3.9999125rem;height:3.9999125rem;top:28.0625rem;left:8rem;z-index:15079;display:block; }
 }@media only screen and (max-width: 763px) { #JNe9EaZEZdNyA31TFhCcv1yFOTXLZZCu { width:14.9374375rem;height:6.796875rem;top:37.1875rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #UsvMNFw7GBG6TnrJsnhNnWzuXdPhQOlU { width:1.68723125rem;height:1.68723125rem;top:30.625rem;left:11rem;z-index:15049;background-color:#13d41a;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #S7ByOsCmuLI5PIOMKPKX6fNEO25sI8VZ { width:16.68725rem;height:0.12473375rem;top:45.25rem;left:1.6875rem;z-index:15045;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #LpedldwDB0V9WZbkKM3lGbgnpVe5cbAv { width:18.375rem;height:15.1875rem;top:7.3125rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #flkbsmcynwHVkwXMHNTiwlkiR8mRG1Dd { width:14.9374375rem;height:5.09765625rem;top:80.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdGoPqrubk4mCKsXAUXhtu0lbNOBDU8c { width:16.68725rem;height:0.12473375rem;top:88.125rem;left:1.625rem;background-color:#232020;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #R42ZcQxrf2f8fD3e9BnfgqNThuhDRb7Q { width:14.375rem;height:3.125rem;top:59.6875rem;left:2.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEkG85RUkvqsxwBDJqsafBaD3kddU3nr { display:block; }
 }@media only screen and (max-width: 763px) { #wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm { display:block; }#wpm5ThI0WTHZvL7tekZeESTgeHNSO5fm > .row .container { width:20rem;height:132.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #otsSxXch2Ficx8LnQz8Qde8SR6xkbyly { width:18.0625rem;height:4.548825rem;top:1.3115234375rem;left:0.96875rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2cx4XVH6b5V4TWfDEloDTTe3eyf2ElD { width:18.75rem;height:8.4375rem;top:7.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v { width:19.7485625rem;height:19.0625rem;top:85.625rem;left:0.1875rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b0621e10-08e0-4f98-9d15-3d503cc4c14a/imgi_11_68c9a450e60be0cdf651f90f_StandardCleaningServices.format_auto.avif");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.adaptive-delivery-prevent-bg, #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.lazyload, #X9pivJxIFWDsVTOOi3QOd38sZd7aFe5v.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy { width:19.7485625rem;height:19.8735625rem;top:106.25rem;left:0.0625rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/42706ad8-c84a-4785-900b-82070e6edf30/imgi_2_634d6d8e2c17160b001e58de_moppinglivingroomfloor.webp");background-position:top center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.adaptive-delivery-prevent-bg, #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.lazyload, #NRDKBfhIWupLESwBQwehkpkHmwJuv8wy.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #EyviZrXfBxTBOg5vueO4m5N1ttdiA7lC { width:19.0625rem;height:2.8125rem;top:127.8125rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntRTABzsgxsr5FT9PWXCKNvUssRRmsXm { display:block; }
 }@media only screen and (max-width: 763px) { #lQBKJWxwkRQclADQBivlnTxmO5s3ghVD { width:18.75rem;height:1.79980625rem;top:21.875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #KlT47xMZ3GTk2R3cgqVyLApTI6pWvBCF { width:19.5rem;height:12.75rem;top:24.375rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }#KlT47xMZ3GTk2R3cgqVyLApTI6pWvBCF li:before{  }
 }@media only screen and (max-width: 763px) { #z9m9tTird3E6ZTGN9JZEDJvH7JJHnXzT { width:19.25rem;height:3.19921875rem;top:80.1875rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #E6o8LXqHuSTQWsXlCP3ErCTNnQGVm6DD { width:20rem;height:1.79980625rem;top:42.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #D5cUaW3nuC87fHNHzTy9G5vdu9iyvGfD { width:19.5rem;height:11.0625rem;top:45.3125rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }#D5cUaW3nuC87fHNHzTy9G5vdu9iyvGfD li:before{  }
 }@media only screen and (max-width: 763px) { #rhogDek2IS8tcSnnQVwVaID0nJPPGUt6 { width:20rem;height:1.79980625rem;top:62.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #LyDQ0QVCnwRawuAiSC9rFMDeNqftsTr8 { width:19.5rem;height:12.75rem;top:65.1875rem;left:0.25rem;text-align:center;text-align-last:center;font-size:1.125rem;font-family:poppins;display:block; }#LyDQ0QVCnwRawuAiSC9rFMDeNqftsTr8 li:before{  }
 }@media only screen and (max-width: 763px) { #aTJ9RkvlOEyOuLRl7IvCuFv8JUfHIebt { display:flex;width:2.5625rem;height:2.5625rem;top:18.5rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #e4fBsbv1iSzsd0daDvpwnLOlhHE4Ph5e { display:flex;width:2.5625rem;height:2.5625rem;top:39.375rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #yNmLNNoMUqnkkT9ISnvUBpnF1o52tJXO { display:flex;width:2.5625rem;height:2.5625rem;top:58.99365234375rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d { display:block; }#eEBQFTLT7huhBDmzTstZ7tCPZTaoSg2d > .row .container { width:20rem;height:120.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vkFFLBSIcmqkxCJDDe5qXTqViMgfr1Uz { width:18.6875rem;height:6.75rem;top:1.5615234375rem;left:0.65625rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Tp8ywTxuBuhVPa5LVziO9abfB0BExOUP { width:20rem;height:6.75rem;top:31.12255859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx { width:19.7475625rem;height:19.0625rem;top:10.31103515625rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/b8ca001a-09f2-4ee9-afd0-7ee3b40765a3/imgi_14_63cb125f993f005df12f0906_RoutineCleaning.format_auto.avif");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx.adaptive-delivery-prevent-bg, #afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx.lazyload, #afPNCwuXoMm1Wxd1yIyxzsLHJ3XwTqnx.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y { width:19.7480625rem;height:19.8735625rem;top:90.5rem;left:0rem;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/e038fffe-469b-4517-8c9e-a6123b956969/imgi_9_63f7b547d262df7f3d69ddff_DormCleaning.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y.adaptive-delivery-prevent-bg, #pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y.lazyload, #pOtPm34c2nP6T0Je41FqrAvGi3M4ia3y.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QbDvOMKpXyiIbD9f7odkFvBi5oek0Z89 { width:19.0625rem;height:2.9921875rem;top:113.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kOV0DzGTCi6BezNV2o1qmNMNQ9GTf4mT { display:block; }
 }@media only screen and (max-width: 763px) { #r594PtoinCgv6O1bP4Aw58fxiIS4Sast { width:19.375rem;height:1.59375rem;top:44.875rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #g7HlFsOVpWy17UMXUG2e6n8VItfRWxVN { width:20rem;height:4.78125rem;top:47.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #ht7KA5ETqMh8lKsNAWFaocGCvxczsocC { width:20rem;height:1.59375rem;top:61.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #WqBI3Zs7DsyqGWypGvTLnqG6ElJJUD3C { width:20rem;height:4.78125rem;top:63.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #MCxddRoCHL3kGzxTW9TVth9QJ93KtL9K { width:20rem;height:1.59375rem;top:78.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #TmnyiuJ3E2EFTBSEFbndhMdDCpaLMMbF { width:20rem;height:4.78125rem;top:81rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;text-shadow:0.0625rem 0.0625rem 0.0625rem #070002;display:block; }
 }@media only screen and (max-width: 763px) { #bNdiSbXXW8VIkbGXzo6HoDPuIKiWIETv { display:flex;width:2.1875rem;height:2.1875rem;top:41.5rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #TKEHJDCE2sqZltI5OabwFQVpO8ZaorHA { display:flex;width:2.1875rem;height:2.1875rem;top:57.75rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #TthPGqusLFgrCdSedeb0qZrMyZBiNzDi { display:flex;width:2.1875rem;height:2.1875rem;top:75.0625rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo { background-color:transparent;background-image:url("https://images.assets-landingi.com/rw3tmqdx/AdobeStock_136351203.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.adaptive-delivery-prevent-bg, #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.lazyload, #sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo.lazyloading { background-image: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { background-color: transparent; background-image: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container > .video-iframe-container { display: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.35); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row > .video-iframe-container { display: none; }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .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); }#sIOqq1O5kBGEcDGHGXqBlPomg8hXzpuo > .row .container { width:20rem;height:32.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZARnTkDrXz2rCdXV5ubUyf97WvwLB8bO { width:20rem;height:11.25rem;top:5.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcMhBECQ9hnkIuizUuQ05Ab0BvRDLoX3 { width:20rem;height:1.86865rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC92ED6J0S3cpElExvopg0g8hXLZCTub { display:block; }#rC92ED6J0S3cpElExvopg0g8hXLZCTub > .row .container { width:20rem;height:36.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b4ZX8VOD3TGUFSiAPa6Q5SJb4ts0JarK { width:17rem;height:5.0371125rem;top:1.25rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-heading-text { text-align:center;text-align-last:center;line-height:1.4;overflow:hidden;height:auto; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 { display:flex;height:auto;width:17.5rem;top:7.96875rem;left:0rem; }
#MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #WoFT9a4xrVGQe3i3CLTTQrT9WEpEw0cZ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cHcEZlWFHJ6VzTJ8vJJg3QtmV6gU9gVC {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #zo3MTJw0KvNKDC6Xx76nabsTgayy7UCw {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ZriqIJMUNaKeosDki2qy0icUvIzBR8LZ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #dFi9RQ1z1UuwIFrEsZVUEyWvOhHNKdIS {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #su5LfJAbDvRkTCOWsgiO5bvMpT7tZZnE {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #ROSNNA0p3GexAoBqA6vviSPBWUCZIwLA {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #z0FKPzIRDTvIoX2awSbgqDZqMarwUQZQ {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #MvEev45JILM0KQpCndAESWUC7KGJaOXi {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #wTrViPOB0P5PA5UW4DvH9F7C9mqHyU6z {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #Vy3eCfirBJpGsz7nTOLe5OKCdt5sRV8k {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #E8zKTh8G6TOob3s9eHcJ4P5XbS9Ixvoh {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #po71mliXukKPqmAbBg5B671B0A9msemS {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #xk6mcJfQ9Jbo6VTKrbX1bhCdm2ColeOX {  }
 }@media only screen and (max-width: 763px) { #MUaHAfEzMmRn6TT604ivWt3eAhEaTM82 #cAh0dwecxrONic0kIxy03565CQexySni {  }
 }@media only screen and (max-width: 763px) { #Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR { display:block; }#Mvhl0W2mrip6mZPmslCTSTSTynmQ2JtR > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrFtsdB8cO8uXnuQpI7nc6xhGxqN9Oau { width:20rem;height:5.0371125rem;top:1.23095703125rem;left:0rem;font-size:1.9375rem;font-family:raleway;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq { display:block; }#NwNdIntE8G4mIXNDOKH9FoiGRZgwLPqq > .row .container { width:20rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM { width:20rem;height:12.5rem;top:13.25rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/iltVR44e/163832307_455825539200985_5629729545176171030_n.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.adaptive-delivery-prevent-bg, #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.lazyload, #Ibca6tlr37mpONLSL6E4BlsSxKDMB5JM.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga { width:20rem;height:12.5rem;top:0rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/y1WGQlyC/carpet2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.adaptive-delivery-prevent-bg, #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.lazyload, #DScxwVnsTca9OhgPU8TacNfzEqnLd4ga.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy { display:block; }#PC4gD3lRVblb03bPwdM5CIWuBWcMdSsy > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O { width:20rem;height:12.5rem;top:14.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/mnkfdcZM/moving_cleaning.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.adaptive-delivery-prevent-bg, #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.lazyload, #NTUrGKwTboKZrle7NiCTpiwcDvUTmh5O.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ { width:20rem;height:12.5rem;top:0.875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/MfkhEJgR/AdobeStock_113345367.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.adaptive-delivery-prevent-bg, #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.lazyload, #wu6Bdpzpzx0ZTxQQgg2AZTp6aNrRcmpJ.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw { display:block; }#RkwGtvqVSKebitKLM7Ud2EmLbVvT3Txw > .row .container { width:20rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp { width:20rem;height:12.5rem;top:13.9375rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/hpUJqIDo/kitchen_cleaning_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.adaptive-delivery-prevent-bg, #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.lazyload, #ieaAVNTpOF1FtGtf8QSs7RifCTpCXMyp.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL { width:20rem;height:12.5rem;top:0.6875rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/N1ibUsMO/apartment_cleaning.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.adaptive-delivery-prevent-bg, #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.lazyload, #a31lZuCWZMO0kQ9fzW9iOw5zNiI2aimL.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn { display:block; }#QfpBMALmQdvO9K8XKCpigJFEx4AhgCrn > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LJ4azLgH3T3DfPAysQOGyPNT4oFtg0tQ { width:14.375rem;height:3.125rem;top:1.25rem;left:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzBHkcQVvoZ4URKdRcEiu5RtpmcbOHss { display:block; }
 }@media only screen and (max-width: 763px) { #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/74461127-b08c-45f8-b7ab-2e0cc1b7f5ea/imgi_13_68c9a4729fe2141346096482_RecurringServices.format_auto.avif");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.adaptive-delivery-prevent-bg, #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.lazyload, #VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp.lazyloading { background-image: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { background-color: transparent; background-image: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,55,101,0.86); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container > .video-iframe-container { display: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,55,101,0.86); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row > .video-iframe-container { display: none; }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .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); }#VDKS9ESIVMlboVNV2S1l2vqHTEmo6oTp > .row .container { width:20rem;height:32.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CWOoadgx6Sg2qWiAsazkl5Jl5XcrScoq { width:16.75rem;height:4.875rem;top:1.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:1.875rem;font-weight:700;font-style:normal;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #kgcTBSpq0nlmNrDqCuzu8yB4pvTQkTi8 { width:20rem;height:15.3125rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtcg62zTnatdfGILtPDsmatSHoFNTtS4 { position:relative;z-index:auto;display:block; }#wtcg62zTnatdfGILtPDsmatSHoFNTtS4 > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CAXrOsRQcziTcwTMT2yguVFscTUITorm { width:8.75rem;height:2.25rem;top:3.75rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z9Jnhihsls6sQL92TA7tO7nbFpILonwc { display:block; }
 }@media only screen and (max-width: 763px) { #H26rr1h2Kl2C8vHXHsow72bBAMP7BocT { width:8.75rem;height:2.25rem;top:3.75rem;left:0.875rem;font-size:0.9375rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #EcGiMwxQkarcDyPiI1x8EeEAI3UAN5cZ { display:block; }
 }@media only screen and (max-width: 763px) { #FDxThZA86tt1Bsd36bLOKvaLSKa6p3pw { width:2.1875rem;height:2.1875rem;top:1.125rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aESNTivwo2rCcCTrdo3x2yfVHQrUVLMh { width:2.4375rem;height:2.4375rem;top:1rem;left:7.4375rem;display:block; }
 }