:root {
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.image-2 {
  width: 230px;
  height: auto;
}

.menu-wrapper {
  z-index: 900;
  position: sticky;
  top: 0;
}

.cart-nav-wrapper {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #505050;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 5px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 4px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: all .3s;
}

.nav-link:hover {
  background-color: #20b9c729;
  background-image: none;
}

.nav-link.w--current {
  color: #3d9cfa;
}

.nav-link.calltoday {
  color: #fff;
  background-color: #008ed6;
  border-radius: 20px;
  padding: 12px 26px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.nav-link.calltoday:hover {
  color: #d1f5ff;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.container {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.shop-local-container, .container.icons {
  justify-content: center;
  display: flex;
}

.container.contact {
  position: absolute;
  inset: 0%;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.brand.w--current {
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.brand.es {
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #eee;
  padding-top: 4px;
  padding-bottom: 4px;
}

.hero-button-wrapper {
  padding-bottom: 17px;
}

.hero-paragraph {
  color: #f9f9f9;
  width: 50%;
  max-width: 550px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.hero-section {
  background-image: url('../images/miss-cris.png'), linear-gradient(90deg, #00496b80, #2220 77%), linear-gradient(#00000080, #00000080), url('../images/clean-house-4.jpg');
  background-position: 100% 100%, 0 0, 0 0, 50%;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: contain, auto, auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  min-height: 0;
  padding-top: 111px;
  padding-bottom: 111px;
  display: flex;
}

.hero-section.about-hero {
  background-image: url('../images/miss-cris.png'), linear-gradient(#02486bb8, #02486bb8), linear-gradient(360deg, #222, #2220), url('../images/home-cleaning.jpg');
  background-position: 100% 0, 0 0, 0 0, 50% 60%;
  background-repeat: no-repeat, repeat, repeat, repeat;
  background-size: auto, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, scroll;
}

.hero-section.about-hero.services {
  background-image: linear-gradient(#0d243c96, #0d243c96), linear-gradient(360deg, #222, #2220), url('../images/cleaning-photo.jpg');
  background-size: auto, auto, cover;
  height: 670px;
}

.hero-section.about-hero.services.staff {
  background-image: linear-gradient(#143f6da3, #143f6da3), linear-gradient(360deg, #222, #2220), url('../images/staff.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
  height: 50vh;
}

.hero-section.contact-hero {
  filter: hue-rotate(180deg);
  background-image: linear-gradient(#4c1602ab, #4c1602ab), linear-gradient(360deg, #222, #2220), url('../images/cleaning-service.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.hero-heading {
  color: #f9f9f9;
  text-shadow: -8px 12px 5px #0000006e;
  width: 50%;
  max-width: 870px;
  padding-bottom: 26px;
  font-family: Oswald, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-heading.anout-hero-heading {
  width: 50%;
  font-family: Montserrat, sans-serif;
}

.hero-heading.anout-hero-heading.updat, .hero-heading.anout-hero-heading.sev {
  width: 60%;
}

.hero-heading.anout-hero-heading {
  width: 50%;
}

.btn {
  background-color: #008ed6;
  border: 1px #eb5757;
  border-radius: 20px;
  padding: 5px 25px;
  font-weight: 700;
  transition: border-color .3s, background-color .3s;
}

.btn:hover {
  background-color: #222;
  border-color: #222;
}

.btn.light {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light:hover {
  color: #f9f9f9;
  background-color: #eb5757;
  border-color: #eb5757;
}

.btn.light.outline {
  color: #f9f9f9;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0183af;
  padding: 14px 33px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.btn.light.outline:hover {
  color: #222;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.btn.light.outline.es {
  background-color: #dd457a;
}

.btn.light.outline.es:hover {
  color: #fff;
  background-color: #ff591c;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 94vw;
  min-height: 550px;
  padding-top: 0;
  display: flex;
}

.hero-wrapper.staff {
  min-height: 400px;
}

.support-top-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 1.2;
}

.support-top-right {
  width: 45%;
}

.support-square {
  background-color: #222;
  background-image: linear-gradient(#00000080, #00000080), url('../images/AdobeStock_557712186_Preview.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  margin-bottom: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.support-square.s1 {
  background-image: linear-gradient(#2821af45, #2821af45), url('../images/05.jpg');
  background-size: auto, cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.support-square.s6 {
  background-image: linear-gradient(#2821af45, #2821af45), url('../images/commercial.jpg');
  background-size: auto, cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.support-square.s2 {
  background-image: linear-gradient(#a121af45, #a121af45), url('../images/06.jpg');
  background-size: auto, cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.support-square.s3 {
  background-image: linear-gradient(#2821af45, #2821af45), url('../images/02.jpg');
  background-size: auto, cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.support-square.s4 {
  background-image: linear-gradient(#2821af45, #2821af45), url('../images/03.jpg');
  background-size: auto, cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.support-square.s5 {
  background-image: linear-gradient(#2161af45, #2161af45), url('../images/04.jpg');
  background-size: auto, cover;
  border-radius: 20px;
  margin-bottom: 20px;
}

.support-square-text {
  color: #f9f9f9;
  text-align: center;
  text-transform: uppercase;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}

.button-home {
  width: auto;
  text-decoration: none;
}

.phome {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.support-wrapper {
  justify-content: space-between;
  padding-bottom: 40px;
  display: flex;
}

.support-top-details-text {
  text-transform: uppercase;
}

.support-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.support-top-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 25px;
  display: flex;
}

.pill {
  color: #f9f9f9;
  background-color: #1976d2;
  border-radius: 20px;
  margin-right: 10px;
  padding: 5px 20px;
}

.pill.primary {
  background-color: #eb5757;
  font-size: 16px;
}

.pill.primary.alert-bar {
  background-color: #008ed6;
}

.pill.primary.alert-bar.button-new {
  text-align: center;
  text-transform: uppercase;
  max-width: none;
  padding: 13px 44px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.support-top-left {
  flex-direction: column;
  display: flex;
}

.support-square-number {
  color: #f9f9f9;
  border-bottom: 6px solid #20c788;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  inset: 10% auto auto 10%;
}

.support-column {
  width: 30%;
  min-height: 200px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.f-grid-two-column.v2 {
  flex-flow: column;
  display: flex;
}

.f-paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.f-image-cover {
  object-fit: cover;
  width: 100%;
  max-width: 670px;
  height: 100%;
}

.f-image-cover.v2 {
  max-width: none;
}

.bblue {
  color: #008ed6;
}

.f-h3-heading {
  color: #333;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-container-regular {
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-content-image-wrapper {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.f-section-large.tvar {
  background-color: #f4f4f4;
}

.shop-local-heading {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
}

.shop-local-wrapper {
  justify-content: flex-end;
  max-width: 1560px;
  min-height: 500px;
  display: flex;
  position: relative;
}

.shop-local-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.shop-local-content-wrapper {
  width: 80%;
  padding-left: 45px;
  padding-right: 45px;
}

.paragraph {
  color: #f9f9f9de;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.shop-local-left {
  background-image: url('../images/clean-house-5.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 36%;
  height: 0;
  min-height: 440px;
  position: absolute;
  inset: 6% auto 0% 0%;
}

.shop-local-right {
  color: #f9f9f9;
  background-color: #222;
  background-image: linear-gradient(#073958c4, #073958c4), url('../images/clean-house.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: flex-end;
  width: 80%;
  padding: 65px 45px;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -24px;
  margin-bottom: -64px;
  display: flex;
}

.social-footer-link {
  margin-left: 20px;
  transition: all .3s;
}

.social-footer-link:hover {
  opacity: .7;
}

.image-3 {
  max-width: 80%;
  height: auto;
}

.call-footer {
  color: #fff;
  text-decoration: none;
}

.footer {
  background-color: #0a3452;
  background-image: none;
  background-position: 0 0;
  padding-top: 100px;
  padding-bottom: 0;
}

.div-block-2 {
  display: none;
}

.footer-bottom-wrapper {
  color: #f9f9f9;
  text-align: center;
  margin-top: 55px;
}

.link-block {
  text-align: center;
  text-decoration: none;
}

.link-block.w--current {
  padding-bottom: 22px;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  margin-bottom: 100px;
  font-size: 12px;
}

.content-section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.content-section.why-acme-sections {
  padding-bottom: 0;
}

.maincontent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.about-top-block {
  text-align: center;
}

.why-acme-small-text {
  text-transform: uppercase;
  font-size: 14px;
}

.btext {
  text-transform: uppercase;
  font-size: 144%;
  font-weight: 700;
}

.why-acme-paragraph {
  text-align: center;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 41px;
}

.why-acme-paragraph.context {
  text-align: left;
  width: auto;
  max-width: 1340px;
  padding-top: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 130%;
}

.why-acme-heading {
  text-align: center;
  text-transform: uppercase;
}

.why-acme-block {
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-columns-wrapper {
  justify-content: space-between;
  max-width: 1560px;
  display: flex;
}

.about-column {
  width: 22%;
}

.image {
  filter: hue-rotate(190deg);
  display: block;
}

.content-wrapper {
  justify-content: center;
  display: flex;
}

.meet-the-owners-wrapper {
  justify-content: flex-end;
  max-width: 1450px;
  display: flex;
  position: relative;
}

.meet-the-owners-left {
  background-image: url('../images/house-cleaning.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 20px;
  width: 40%;
  height: 90%;
  position: absolute;
  inset: 5% auto 0% 0%;
  box-shadow: 15px 14px 20px -3px #0003;
}

.meet-the-owners-right {
  color: #f9f9f9;
  background-color: #032a4d;
  border-radius: 20px;
  width: 70%;
  padding: 90px 55px 90px 245px;
  box-shadow: 9px 8px 14px 2px #0000004f;
}

.owners-rich-text {
  font-family: Montserrat, sans-serif;
}

.why-acme-paragraph-2 {
  text-align: center;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.why-acme-paragraph-2.context {
  text-align: left;
  width: auto;
  max-width: 1340px;
  padding-top: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 130%;
}

.image-5 {
  border-radius: 27px;
  max-width: 1340px;
}

.hero-paragraph-2 {
  color: #f9f9f9;
  width: auto;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.why-acme-paragraph-3 {
  text-align: center;
  padding-top: 20px;
  font-size: 22px;
  line-height: 31px;
}

.why-acme-paragraph-3.context {
  text-align: left;
  width: auto;
  max-width: 1340px;
  padding-top: 42px;
  font-family: Montserrat, sans-serif;
  font-size: 130%;
  line-height: 31px;
}

.f-text-area {
  color: #160042;
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 112px;
  margin-bottom: 0;
  padding: 16px;
  font-size: 14px;
  line-height: 24px;
}

.f-text-area:focus {
  border-color: #b6b9ce;
}

.f-text-area::placeholder {
  color: #6b7094;
}

.f-margin-bottom-33 {
  margin-bottom: 32px;
}

.f-field-input {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  transition: all .2s;
}

.f-field-input:focus {
  border-color: #b6b9ce;
}

.f-field-input::placeholder {
  color: #6b7094;
}

.f-error-message {
  color: #5b0b11;
  text-align: center;
  background-color: #fceff0;
  border-radius: 8px;
}

.f-contact-divider {
  background-color: #e4e6f1;
  width: 1px;
  height: 24px;
}

.f-success-message-2 {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-h3-heading-2 {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-contact-form {
  flex-direction: column;
  display: flex;
}

.f-contact-form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 24px;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-button-neutral {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #008ed6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-contact-submit-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-container-x-small {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-field-label {
  color: #160042;
  letter-spacing: -.01em;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.f-section-large-2 {
  background-color: #daebfc;
  padding: 92px 5%;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-title-wrapper-left {
  max-width: 100%;
}

.hero-paragraph-3 {
  color: #f9f9f9;
  width: auto;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.contact-block-wrapper {
  display: flex;
}

.contact-image-div {
  background-image: linear-gradient(to right, #000, #2222222e 76%), url('../images/cleaning-service-downey.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 45%;
  height: 550px;
}

.contact-hero-bg-wrapper {
  background-color: #000;
  background-image: linear-gradient(270deg, #000 46%, #fff0 55%), linear-gradient(#0000008f, #0000008f), url('../images/miss-cris.png');
  background-position: 0 0, 0 0, 33%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, auto;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.heading {
  color: #fff;
  margin-top: 55px;
  font-family: Montserrat, sans-serif;
}

.contact-block {
  color: #222;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 30%;
  min-height: 350px;
  margin-top: 25px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
}

.contact-icon {
  filter: hue-rotate(215deg);
  margin-bottom: 30px;
}

.success {
  color: #f9f9f9;
  background-color: #043d75d6;
  border-radius: 5px;
  min-height: 280px;
  padding-top: 125px;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.input {
  border: 1px solid #222;
  border-radius: 5px;
}

.input:hover, .input:active, .input:focus {
  border-color: #eb5757;
}

.input::placeholder {
  color: #525252;
}

.error {
  color: #f9f9f9;
  background-color: #e53935;
  border-radius: 5px;
}

.contact-right {
  width: 70%;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
}

.contact-left {
  width: 30%;
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: #173c90;
  font-weight: 700;
}

.paragraph-2 {
  padding-top: 46px;
  padding-left: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.heading-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.ab {
  font-size: 20px;
}

.heading-4 {
  font-size: 22px;
}

.paragraph-3 {
  font-size: 22px;
  font-weight: 700;
}

.bold-text {
  font-weight: 500;
}

.bold-text-2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-4 {
  font-size: 17px;
  font-weight: 500;
}

.image-6 {
  border-radius: 27px;
}

.section-footer {
  background-color: #070707;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.section-footer.promo {
  background-color: #070707;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-4 {
  text-align: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  transform: scale(.8);
}

.paragraph-white {
  color: #b8b8b8;
}

.paragraph-white.pwd {
  color: #bebebe;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.image-7 {
  border-radius: 20px;
}

.recaptcha, .recaptcha-2 {
  margin-top: 20px;
}

@media screen and (min-width: 1440px) {
  .section-footer {
    flex-direction: row;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .section-footer.promo {
    background-color: #000;
  }

  .link-block-4 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .paragraph-white.pwd {
    margin-bottom: 0;
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    font-weight: 400;
  }
}

@media screen and (max-width: 991px) {
  .icon {
    color: #5a5a5a;
  }

  .nav-button {
    color: #f9f9f9;
  }

  .nav-button.w--open {
    z-index: 100;
    background-color: #bee6fa;
    border-radius: 5px;
  }

  .nav-link {
    text-align: center;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 30px;
  }

  .nav-menu {
    background-color: #001f3d;
    width: 100vw;
    padding-top: 140px;
    padding-bottom: 30px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.contact {
    padding-bottom: 35px;
    position: static;
  }

  .hero-paragraph {
    width: 55%;
  }

  .hero-section {
    background-image: linear-gradient(to right, #00496b, #2220 77%), url('../images/miss-cris.png'), linear-gradient(#00000080, #00000080), url('../images/clean-house-4.jpg');
    background-position: 0 0, 100% 100%, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, repeat;
    background-size: auto, auto, auto, cover;
  }

  .hero-heading {
    width: 60%;
  }

  .support-square {
    min-height: 330px;
  }

  .support-square-text {
    font-size: 30px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .f-container-regular, .f-content-image-wrapper {
    max-width: 100%;
  }

  .shop-local-heading {
    margin-top: 0;
  }

  .shop-local-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-local-left {
    top: 8%;
  }

  .why-acme-block {
    width: 100%;
  }

  .meet-the-owners-left {
    background-position: 50% 100%;
  }

  .meet-the-owners-right {
    padding-left: 145px;
  }

  .hero-paragraph-2, .hero-paragraph-3 {
    width: 55%;
  }

  .contact-block-wrapper {
    justify-content: space-between;
  }

  .contact-image-div {
    background-image: linear-gradient(to top, #222, #2222222e 76%), url('../images/cleaning-service-downey.jpg');
    background-position: 0 0, 50% 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: 100%;
    height: 350px;
  }

  .contact-hero-bg-wrapper {
    background-image: linear-gradient(#000000c7, #000000c7), url('../images/miss-cris.png');
    background-position: 0 0, 50% 320%;
    background-repeat: repeat, no-repeat;
    flex-direction: column-reverse;
  }

  .contact-block {
    width: 48%;
    margin-right: 0;
  }

  .contact-wrapper {
    flex-direction: column;
  }

  .contact-right {
    width: 100%;
    padding-left: 0;
  }

  .contact-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .section-footer {
    padding-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .nav-button.w--open {
    background-color: #bee6fa;
  }

  .nav-menu {
    background-color: #001f3d;
  }

  .container.shop-local-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section {
    background-image: linear-gradient(to right, #00496b, #2220 77%), url('../images/miss-cris.png'), linear-gradient(#0000, #0000), url('../images/clean-house-4.jpg');
    background-position: 0 0, -50% 100%, 0 0, 50%;
  }

  .support-top-right {
    width: 100%;
  }

  .support-square-text {
    font-size: 40px;
  }

  .support-wrapper {
    flex-wrap: wrap;
  }

  .support-top-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .support-top-left {
    margin-bottom: 15px;
  }

  .support-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .shop-local-wrapper {
    flex-wrap: wrap;
  }

  .shop-local-left {
    border-radius: 0;
    width: 100%;
    position: static;
  }

  .shop-local-right {
    border-radius: 0;
    justify-content: center;
    width: 100%;
  }

  .about-columns-wrapper {
    flex-wrap: wrap;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 45px;
    display: flex;
  }

  .meet-the-owners-wrapper {
    flex-direction: column;
  }

  .meet-the-owners-left {
    border-radius: 0;
    width: 100%;
    height: 400px;
    position: static;
  }

  .meet-the-owners-right {
    border-radius: 0;
    width: 100%;
    padding-left: 45px;
    padding-right: 45px;
  }

  .f-h3-heading-2 {
    font-size: 40px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .contact-block-wrapper {
    flex-direction: column;
  }

  .contact-hero-bg-wrapper {
    background-image: linear-gradient(#000000c4, #000000c4), url('../images/miss-cris.png');
    background-position: 0 0, 50% 240%;
    background-repeat: repeat, no-repeat;
  }

  .contact-block {
    width: 100%;
  }

  .section-footer {
    padding-top: 29px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 67%;
    height: auto;
  }

  .icon {
    color: #5a5a5a;
  }

  .nav-button.w--open {
    color: #fff;
    background-color: #bee6fa;
  }

  .nav-link {
    color: #ffffff5e;
    background-color: #fff0;
    padding-top: 22px;
    padding-bottom: 22px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
  }

  .nav-link:active, .nav-link:focus, .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link:visited {
    color: #fff;
  }

  .nav-link.calltoday {
    margin-top: 78px;
  }

  .nav-menu {
    background-color: #001f3d;
    padding-top: 94px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.shop-local-container {
    max-width: 100%;
  }

  .container.contact {
    padding-left: 10px;
  }

  .brand, .brand.w--current {
    width: auto;
  }

  .hero-button-wrapper {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-paragraph {
    text-align: center;
    width: 99%;
    font-size: 114%;
    line-height: 1.8;
  }

  .hero-section {
    background-image: linear-gradient(to top, #021b27b8 33%, #2220 65%), url('../images/miss-cris.png'), linear-gradient(#011925ad, #011925ad), url('../images/clean-house-4.jpg');
    background-position: 0 0, 50% 100%, 0 0, 50%;
    background-repeat: repeat, no-repeat, repeat, repeat;
    background-size: auto, 580px, auto, cover;
    justify-content: flex-end;
    height: 611px;
    min-height: 0;
    padding-top: 84px;
    padding-bottom: 0;
  }

  .hero-section.about-hero {
    background-image: linear-gradient(360deg, #222, #2220), url('../images/miss-cris.png'), linear-gradient(#0000, #0000), url('../images/home-cleaning.jpg');
    background-position: 0 0, 50% 0, 0 0, 50% 60%;
    background-repeat: repeat, no-repeat, repeat, repeat;
    background-size: auto, 150%, auto, cover;
    background-attachment: scroll, scroll, scroll, scroll;
  }

  .hero-section.about-hero.services.staff {
    background-image: linear-gradient(#143f6da3, #143f6da3), linear-gradient(360deg, #222, #2220), url('../images/staff.jpg');
    background-position: 0 0, 0 0, 100%;
    background-size: auto, auto, cover;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .hero-section.contact-hero {
    background-position: 0 0, 80%;
  }

  .hero-heading {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
    font-size: 30px;
  }

  .hero-heading.anout-hero-heading {
    width: 90%;
    font-size: 41px;
  }

  .btn.light.outline {
    border-radius: 30px;
    padding: 13px 36px;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 290px;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .support-square.s1 {
    border-radius: 9px;
    margin-bottom: 25px;
  }

  .support-square.s2 {
    border-radius: 27px;
  }

  .support-square-text {
    text-align: center;
    letter-spacing: 1px;
    text-shadow: -8px 8px 4px #0000005c;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 190%;
  }

  .button-home {
    width: 100%;
  }

  .phome {
    color: #223766;
    text-align: justify;
    font-family: Open Sans, sans-serif;
    line-height: 30px;
  }

  .support-wrapper {
    padding-bottom: 0;
  }

  .support-section {
    padding: 22px 0 0;
  }

  .pill.primary.alert-bar {
    margin-bottom: 15px;
    font-size: 12px;
  }

  .pill.primary.alert-bar.button-new {
    letter-spacing: 6px;
    border-radius: 27px;
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 17px;
    font-weight: 600;
    transform: scale(.8);
  }

  .support-square-number {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 19px;
  }

  .f-paragraph-large {
    padding-bottom: 20px;
    font-family: Open Sans, sans-serif;
  }

  .f-image-cover {
    max-width: none;
  }

  .f-h3-heading {
    text-align: center;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
  }

  .f-container-regular {
    max-width: 87%;
  }

  .f-section-large.tvar {
    padding: 20px 0% 40px;
  }

  .shop-local-heading {
    font-family: Varela, sans-serif;
    font-weight: 200;
  }

  .shop-local-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .shop-local-content-wrapper {
    width: 87%;
  }

  .paragraph {
    font-size: 16px;
  }

  .shop-local-left {
    min-height: 260px;
  }

  .shop-local-right {
    padding: 59px 0;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .social-footer-link {
    margin-left: 25px;
    margin-right: 25px;
  }

  .image-3 {
    max-width: 100%;
    padding-top: 38px;
    padding-bottom: 4px;
  }

  .footer-logo-column {
    margin-bottom: 30px;
  }

  .footer {
    background-image: linear-gradient(#00050cf0, #00050cf0), url('../images/bubbles.jpg');
    background-position: 0 0, 50% 100%;
  }

  .div-block-2 {
    display: none;
  }

  .content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btext {
    font-size: 17px;
  }

  .why-acme-paragraph {
    font-size: 21px;
  }

  .why-acme-paragraph.context {
    text-align: left;
    width: 90%;
    font-size: 127%;
    line-height: 1.8;
  }

  .why-acme-block {
    width: 100%;
  }

  .about-column {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .meet-the-owners-right {
    padding: 47px 16px;
  }

  .why-acme-paragraph-2 {
    font-size: 21px;
  }

  .why-acme-paragraph-2.context {
    text-align: left;
    width: 90%;
    font-size: 127%;
    line-height: 1.8;
  }

  .hero-paragraph-2 {
    text-align: center;
    width: 90%;
    font-size: 120%;
    line-height: 1.8;
  }

  .why-acme-paragraph-3 {
    font-size: 21px;
  }

  .why-acme-paragraph-3.context {
    text-align: left;
    width: 90%;
    font-size: 127%;
    line-height: 1.8;
  }

  .f-contact-divider {
    display: none;
  }

  .f-contact-form-grid {
    grid-template-columns: 1fr;
  }

  .f-contact-submit-wrapper {
    grid-row-gap: 24px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .hero-paragraph-3 {
    text-align: center;
    width: 90%;
    font-size: 120%;
    line-height: 1.8;
  }

  .contact-image-div {
    background-image: linear-gradient(to top, #000, #2222222e 76%), url('../images/cleaning-service-downey.jpg');
    background-position: 0 0, 50% 35%;
    background-size: auto, cover;
  }

  .contact-hero-bg-wrapper {
    background-image: linear-gradient(#000000bf, #000000bf), url('../images/miss-cris.png');
    background-position: 0 0, 0 100%;
    background-size: auto, 130%;
  }

  .text-block {
    font-size: 8px;
    font-weight: 700;
  }

  .paragraph-2 {
    padding-top: 20px;
    padding-left: 0;
    line-height: 30px;
  }

  .ab {
    color: #000;
    font-size: 21px;
    font-weight: 700;
  }

  .heading-3 {
    height: 42px;
  }

  .heading-4 {
    color: #da0e0e;
    font-size: 22px;
    line-height: 32px;
  }

  .paragraph-3 {
    color: #b95656;
    font-size: 22px;
    font-weight: 700;
  }

  .bold-text, .bold-text-2 {
    color: #000;
    font-size: 20px;
  }

  .section-footer {
    padding: 35px 10px;
  }

  .section-footer.promo {
    padding-bottom: 20px;
  }

  .link-block-4 {
    text-align: center;
    flex-direction: column;
    text-decoration: none;
  }

  .paragraph-white.pwd {
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1000c650-6119-ff1d-70c0-db693d523b1d-2710c051, #w-node-_5ca5932b-8cfe-0120-0404-037e189577b5-2710c051 {
    order: -9999;
  }
}


