:root {
  --white: white;
  --black: #011c40;
  --primary-color: #057faa;
  --medium-sea-green: #2e7f37;
  --10-primary-color: #0695c51a;
  --secondary-color: #3fa84b;
  --light-grey: #0000000d;
  --dark: #4b4b4b;
  --medium-grey: #919191;
  --goldenrod: #cca104;
}

.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;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

h2 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all .2s;
}

a:hover {
  color: var(--black);
}

.container {
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  position: relative;
}

.container.max-600 {
  max-width: 600px;
}

.container.max-800 {
  max-width: 800px;
}

.container.hide {
  display: none;
}

.intro-header {
  justify-content: center;
  padding-top: 175px;
  padding-bottom: 50px;
  display: flex;
}

.button {
  background-color: var(--primary-color);
  border-radius: 5px;
  transition: background-color .2s, color .2s;
}

.button:hover {
  background-color: var(--black);
  color: var(--white);
}

.button.call-us {
  background-color: var(--medium-sea-green);
  color: var(--white);
  margin-left: 10px;
}

.button.call-us:hover {
  background-color: var(--black);
}

.logo-text {
  letter-spacing: 6px;
  transform-style: preserve-3d;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
  display: none;
}

.navigation {
  align-items: center;
  display: flex;
}

.menu-wrap {
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  display: flex;
}

.phone-text-version {
  align-items: center;
  height: 100%;
  display: flex;
}

.utility-content {
  text-align: center;
  flex-direction: column;
  width: 300px;
  display: flex;
}

.section {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section.about-us {
  background-image: linear-gradient(to bottom, var(--10-primary-color), var(--10-primary-color)), url('../images/home-residence.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.secondary {
  background-color: var(--black);
  color: var(--white);
}

.section.full {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.full.bg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.no-bottom-padding {
  padding-bottom: 0;
}

.full-hero-section {
  background-image: url('../images/clean-trash-can.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100vh;
  min-height: 800px;
  display: flex;
  overflow: hidden;
}

.full-hero-section.cta {
  background-image: url('../images/hoa-clean.jpg');
}

.hero-wrap {
  text-align: right;
  background-color: #fffc;
  border-top-left-radius: 5px;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  min-width: 700px;
  padding: 30px 30px 50px;
  display: flex;
}

.h1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.2;
}

.cta-space {
  justify-content: center;
  margin-top: 25px;
  display: flex;
}

.html {
  width: 100%;
}

.contact-wrap {
  background-color: #ffffffd9;
  border-radius: 5px;
  justify-content: center;
  width: 60%;
  margin-top: 170px;
  padding: 50px 20px;
}

.image-fade-in {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.h-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-wrap.extra-padding {
  padding: 15px;
}

.top-menu {
  z-index: 999;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-social {
  color: var(--primary-color);
}

.brands {
  color: var(--primary-color);
  justify-content: center;
  padding: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 40px;
  line-height: 1.5;
  transition: color .2s;
  display: flex;
}

.brands:hover {
  color: var(--black);
}

.small-title {
  letter-spacing: 5px;
  text-transform: uppercase;
  height: 50px;
  font-weight: 700;
}

.fixed-simple {
  background-color: var(--white);
  width: 100%;
  height: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: block;
  position: fixed;
}

.logo-image {
  height: 90px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.phone-icon-version {
  height: 100%;
  display: none;
}

.lead {
  align-items: center;
  height: 100%;
  display: flex;
}

.navbar-simple {
  background-color: #0000;
}

.nav-link---simple {
  padding: 25px 15px;
  transition: all .275s ease-in;
}

.nav-link---simple:hover, .nav-link---simple.w--current {
  color: var(--primary-color);
}

.nav-link---simple.last {
  margin-right: 10px;
}

.link-block {
  background-color: var(--10-primary-color);
  color: var(--black);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.extra-small-icon {
  color: var(--primary-color);
  padding-left: 4px;
  padding-right: 4px;
  font-family: "Fa solid 900", sans-serif;
}

.small-icon {
  padding: 8px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 30px;
}

.large-icon {
  padding: 10px 20px;
  font-family: "Fa 300", sans-serif;
  font-size: 70px;
}

.bold-highlight {
  color: #0006;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.larger {
  font-size: 22px;
}

.hero {
  color: var(--secondary-color);
  text-align: right;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 75px;
  font-weight: 900;
  line-height: 1;
}

.hero.smaller {
  font-size: 60px;
}

.v-wrap {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.review-card-wrap {
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
  display: flex;
  position: static;
  top: -50px;
}

.auto-fit-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: right;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.auto-fit-grid._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.center {
  text-align: center;
  justify-content: center;
  width: 100%;
}

.justified {
  text-align: justify;
  width: 100%;
  height: 100%;
}

.spin-block {
  background-color: var(--light-grey);
  color: var(--black);
  text-align: center;
  border: 1px solid #fff0;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 20px;
  transition: background-color .2s;
  display: flex;
}

.spin-block:hover {
  border: 1px solid var(--black);
  background-color: var(--white);
  color: #333;
  box-shadow: 0 0 4px #0000001a, 4px 4px 20px #0000004a;
}

.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.dropdown-mobile {
  display: none;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.faq-top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.small-print {
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.black-link {
  color: #333;
  padding: 8px;
}

.black-link:hover {
  filter: brightness(200%);
}

.nicejob {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
  margin-left: -15px;
}

.current-year {
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.small-print-section {
  letter-spacing: 1.5px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.divider {
  color: #fff;
  background-color: #333;
  width: 1px;
  height: 15px;
}

.horizontal-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.green {
  color: var(--secondary-color);
}

.blue {
  color: var(--primary-color);
}

.wave {
  z-index: 1;
  margin-top: -150px;
  margin-bottom: 0;
  position: relative;
}

.image-icon {
  width: 125px;
  padding-bottom: 40px;
}

.image-icon.phone {
  border-radius: 100px;
  padding-bottom: 0;
}

.mascot {
  max-height: 400px;
  position: absolute;
  inset: -400px auto 0% -7%;
}

.inline {
  display: inline-block;
}

.mosquito {
  max-height: 100px;
  margin-top: 15px;
  margin-bottom: 9px;
  padding: 10px 20px;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1500px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-wrap {
    max-width: 800px;
  }

  .contact-wrap {
    max-width: 1000px;
  }

  .wave {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 20px;
  }

  .intro-header {
    padding-top: 120px;
  }

  .button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-text {
    margin-left: 0;
  }

  .navigation {
    background-color: #fff;
    display: none;
  }

  .menu-wrap {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-hero-section {
    background-position: 20% 0;
  }

  .hero-wrap {
    width: 90%;
  }

  .h1 {
    font-size: 16px;
  }

  .cta-space {
    justify-content: center;
    display: flex;
  }

  .contact-wrap {
    width: 80%;
    max-width: 80%;
  }

  .image-fade-in {
    width: 100%;
  }

  .link-social {
    padding-top: 10px;
  }

  .brands {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 30px;
  }

  .small-title {
    margin-bottom: 0;
  }

  .fixed-simple {
    padding-left: 0%;
    padding-right: 0%;
  }

  .nav-link---simple {
    text-align: center;
  }

  .nav-link---simple.last {
    margin-right: 0;
  }

  .small-icon {
    font-size: 25px;
  }

  .large-icon {
    font-size: 50px;
  }

  .hero {
    font-size: 60px;
  }

  .review-card-wrap {
    box-shadow: none;
    background-color: #0000;
  }

  .auto-fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .dropdown-mobile {
    margin-left: 10px;
    margin-right: 0;
    display: flex;
  }

  .menu-button:hover {
    color: var(--black);
    background-color: #0000;
  }

  .menu-button:active, .menu-button:focus {
    background-color: #0000;
  }

  .menu-button.w--open {
    color: var(--primary-color);
    background-color: #fff0;
  }

  .wave {
    margin-top: -125px;
  }

  .image-icon {
    width: 100px;
    padding-bottom: 20px;
  }

  .mascot {
    max-height: 300px;
    top: -350px;
    left: -6%;
  }

  .mosquito {
    max-height: 70px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    text-align: center;
    font-size: 25px;
  }

  h3 {
    text-align: center;
    font-size: 18px;
  }

  h4 {
    text-align: center;
    font-size: 16px;
  }

  li {
    text-align: left;
  }

  .intro-header {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .button {
    font-size: 14px;
  }

  .button.call-us {
    font-family: "Fa solid 900", sans-serif;
  }

  .logo-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-wrap {
    width: 80%;
    height: auto;
  }

  .phone-text-version {
    display: none;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-hero-section {
    height: auto;
    min-height: 500px;
  }

  .hero-wrap {
    min-width: auto;
    margin-top: 200px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .h1 {
    font-size: 14px;
  }

  .contact-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-fade-in {
    height: 400px;
    max-height: none;
  }

  .h-wrap {
    width: 100%;
  }

  .link-social {
    padding-top: 0;
  }

  .small-title {
    height: auto;
  }

  .fixed-simple, .logo-image {
    height: 70px;
  }

  .phone-icon-version {
    align-items: center;
    display: flex;
  }

  .navbar-simple {
    justify-content: space-between;
    display: flex;
  }

  .large-icon {
    font-size: 40px;
    line-height: 1;
  }

  .bold-highlight {
    font-size: 32px;
  }

  .larger {
    font-size: 20px;
  }

  .hero {
    font-size: 35px;
  }

  .hero.smaller {
    font-size: 40px;
  }

  .v-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .review-card-wrap {
    width: 100%;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .review-card-wrap.hide-on-mobile {
    display: none;
  }

  .auto-fit-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }

  .image {
    height: 400px;
  }

  .wave {
    margin-top: -95px;
  }

  .image-icon {
    width: 50px;
  }

  .mascot {
    display: none;
  }

  .mosquito {
    max-height: 60px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    text-align: center;
  }

  .button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.call-us {
    width: auto;
    display: block;
  }

  .logo-text {
    transform: scale3d(1none, 1none, 1none);
    letter-spacing: 4px;
    margin-top: 0;
    font-size: 16px;
  }

  .section.about-us {
    height: auto;
  }

  .full-hero-section {
    align-items: center;
  }

  .hero-wrap {
    text-align: center;
    border-top-right-radius: 5px;
    align-items: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .contact-wrap {
    width: 95%;
    max-width: none;
    padding: 10px;
  }

  .h-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .top-menu {
    height: 70px;
  }

  .brands {
    padding: 4px;
  }

  .small-title {
    text-align: center;
    padding-top: 5px;
  }

  .link-block {
    width: 100%;
  }

  .bold-highlight {
    font-size: 28px;
  }

  .larger {
    font-size: 18px;
  }

  .hero {
    text-align: center;
    font-size: 30px;
  }

  .hero.smaller {
    font-size: 22px;
  }

  .justified {
    text-align: center;
  }

  .spin-block {
    width: 100%;
  }

  .dropdown-mobile {
    margin-left: 5px;
  }

  .faq-top {
    align-items: flex-start;
  }

  .menu-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .small-print {
    flex-wrap: wrap;
    font-size: 12px;
  }

  .nicejob {
    width: 25px;
    margin-bottom: 8px;
  }

  .small-print-section {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .divider {
    width: .5px;
    height: 10px;
  }

  .wave {
    margin-top: -70px;
  }
}

#w-node-d1a333bf-3591-800a-afb0-994039afcac8-fcf90cf5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fd290985-9759-6515-cc46-885491ca29b6-fcf90cf5, #w-node-fd290985-9759-6515-cc46-885491ca29bb-fcf90cf5, #w-node-f2935555-b4ca-5e7a-b95f-32f5ed504880-fcf90cf5 {
  align-self: stretch;
}

#w-node-_60b64376-b910-4030-6722-9d41e9789ad8-33ab5a32, #w-node-_8f423645-d07b-cced-c827-689c3f525241-33ab5a32 {
  justify-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-afc78578-2f09-286f-f692-faa79679b394-fcf90cf5, #w-node-afc78578-2f09-286f-f692-faa79679b39b-fcf90cf5, #w-node-afc78578-2f09-286f-f692-faa79679b3a2-fcf90cf5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fd290985-9759-6515-cc46-885491ca29bb-fcf90cf5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}