:root {
  --black: black;
  --grey: #515258;
  --white: white;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --light-grey: #e9e9e9;
  --grey-text: #a1a1a1;
  --background: #1d1d1d;
  --background2: #e1d8c7;
  --waves-library--dark-elevation: #ede0d8;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 44px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

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

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

li {
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.waves-image-wrap-hero-1 {
  background-image: url('../images/flood-restoration.jpg');
  background-position: 30%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  min-width: 264px;
  height: 100%;
  overflow: visible;
}

.waves-image-wrap-hero-1._3 {
  background-image: url('../images/upholstery-clean_1upholstery-clean.avif');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.waves-image-wrap-hero-1._3.mattress {
  background-image: url('../images/carpet_cleaning2-transformed-min.jpeg');
}

.waves-image-wrap-hero-1._3.carpet {
  background-image: url('../images/carpets-new.jpg');
}

.waves-image-wrap-hero-1._3.couch {
  background-image: url('../images/IMG_12IMG_0011.webp');
}

.waves-image-wrap-hero-1._3.rug {
  background-image: url('../images/rug.jpg');
}

.waves-image-wrap-hero-1._3.car-seat {
  background-image: url('../images/car-seats.jpg');
}

.waves-image-wrap-hero-1._3.armchair {
  background-image: url('../images/armchair_1armchair.webp');
}

.waves-image-wrap-hero-1._3.bed-frame {
  background-image: url('../images/bed-frame_1bed-frame.webp');
}

.waves-image-wrap-hero-1._3.flea-spray {
  background-image: url('../images/flea-spray_1flea-spray.webp');
  background-position: 0%;
}

.waves-image-wrap-hero-1._3.commercial {
  background-image: url('../images/carpets-new.jpg');
}

.waves-gallery-hero-1 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  border-radius: 11px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 740px;
  display: flex;
  position: relative;
  overflow: visible;
}

.waves---cta-dark {
  background-color: var(--black);
  letter-spacing: 1px;
  cursor: default;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #000;
}

.waves---cta-dark.wide-cta {
  background-color: var(--grey);
  color: var(--white);
  letter-spacing: 1px;
  min-width: 200px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.waves---cta-dark.wide-cta.mob {
  display: none;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---subtitle {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
  display: none;
}

.waves---subtitle._2 {
  text-align: center;
  max-width: 1200px;
  margin-bottom: 20px;
  display: block;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---limit-480._0 {
  max-width: 550px;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1.5fr;
  width: 100%;
}

.waves---main-container {
  max-width: 1800px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-hero-primary {
  padding: 80px 30px 110px;
}

.waves---heading-3-no-margins {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-2 {
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  display: flex;
}

.waves---master-tiles-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 545px;
  display: flex;
}

.waves---paragraph-big {
  color: var(--black);
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big.medium {
  text-align: center;
  max-width: 80%;
  font-size: 22px;
}

.waves---heading-2-no-margins {
  color: #000;
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: -5px;
  font-size: 35px;
  font-weight: 800;
  line-height: 130%;
}

.waves---heading-2-no-margins.large {
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 500;
}

.waves---heading-2-no-margins._2 {
  font-size: 28px;
}

.waves---heading-2-no-margins.x {
  letter-spacing: 5px;
  font-weight: 700;
  display: none;
}

.waves---content-sticky-features-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  display: flex;
}

.waves---sticky-halves {
  position: sticky;
  top: 88px;
}

.waves---sticky-halves-left {
  position: relative;
}

.waves---grid-halves-sticky {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

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

.waves---paragraph-small {
  color: var(--black);
  letter-spacing: 1px;
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 130%;
}

.waves---paragraph-small.white {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

.waves---check-icon.invert {
  filter: invert();
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves---nav-buttons-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves---nav-link {
  color: #000;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
}

.waves---nav-link.hide {
  display: none;
}

.waves---dropdown-link {
  text-align: center;
}

.waves-dropdown-list.w--open {
  background-color: var(--waves-library--white);
  border: 1px solid #1313131a;
  border-radius: 4px;
}

.waves-icon-drodpdown {
  color: var(--white);
  width: 24px;
  height: 24px;
}

.waves-dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 8px 12px 16px;
  display: flex;
}

.waves---nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-right-nav-4 {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.waves---brand {
  border-radius: 0;
  max-width: none;
  height: 65px;
}

.waves---nav-brand-link {
  height: 70px;
}

.waves---nav-brand-link.w--current {
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
}

.waves-master-nav-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waves---nav-container {
  justify-content: space-between;
  max-width: none;
  height: 100%;
  padding-left: 24px;
  padding-right: 0;
  display: flex;
}

.waves-navbar-4 {
  background-color: #fff0;
  border-bottom: 2px solid #fff3;
  width: 100%;
  height: 120px;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
  margin-bottom: 0;
}

.waves-icon-24.call {
  transform-style: preserve-3d;
  width: 20px;
  height: 20px;
  margin-right: 0;
  transform: rotateX(30deg)rotateY(180deg)rotateZ(0);
}

.waves---icon-text-vertical {
  grid-column-gap: 8px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin: 12px 18px;
  padding: 12px 18px;
  text-decoration: none;
  display: flex;
}

.waves---icon-text-vertical.mobile {
  padding-left: 22px;
  padding-right: 20px;
}

.waves-wrapper-navbar-4 {
  z-index: 102;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.body {
  background-color: var(--light-grey);
}

.div-block {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block {
  color: var(--black);
  font-size: 16px;
}

.feature-photo {
  background-image: url('../images/natural-spray_1natural-spray.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 650px;
  display: flex;
  overflow: hidden;
}

.waves-success-mesaage {
  background-color: var(--waves-library--white);
  border-radius: 6px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  background-color: var(--black);
  color: var(--white);
  min-width: 200px;
  font-weight: 400;
}

.waves-submit-wrap-contact-1 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---checkbox-label {
  flex: 0 auto;
  margin-top: 2px;
  margin-bottom: 0;
  margin-left: 5px;
  font-size: 16px;
}

.waves---checkbox {
  border-color: var(--waves-library--black);
  background-color: #fff;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 6px;
}

.waves---checkbox.w--redirected-checked {
  background-color: #000;
  border-color: #000;
}

.waves---checkbox-field {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.waves---field-label {
  align-self: flex-start;
}

.waves---input-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.input-field {
  border: 1px solid var(--waves-library--black);
  background-color: var(--waves-library--white);
  color: var(--black);
  border-radius: 8px;
  height: 52px;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 300;
}

.input-field:focus {
  border-color: var(--waves-library--black);
  color: var(--waves-library--black);
}

.input-field::placeholder {
  color: var(--grey-text);
}

.input-field.area {
  height: 100px;
}

.input-field._2 {
  margin-bottom: 0;
}

.waves---2-inputs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.waves---form-contact-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.waves-form-block-contact-2 {
  width: 100%;
  margin-bottom: 0;
}

.waves-content-contact-2 {
  z-index: 1;
  background-color: var(--white);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 762px;
  margin-top: -120px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 100px;
  display: flex;
  position: relative;
}

.contact-image {
  object-fit: cover;
  background-image: url('../images/carpet-optimised.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.waves-image-wrap-contact-2 {
  border-radius: 24px;
  width: 100%;
  height: 420px;
  overflow: hidden;
}

.waves-master-contact-2 {
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.waves---heading-2-no-margins-2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2.centred {
  color: var(--black);
  text-align: center;
  margin-bottom: 1rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 62px;
  font-weight: 600;
}

.waves---heading-2-no-margins-2.centred._2 {
  font-weight: 500;
}

.image-2 {
  width: 400px;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  outline-offset: 0px;
  background-color: #fff;
  border-radius: 12px;
  outline: 3px dashed #4d4d4d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 1200px;
  padding-top: 41px;
  padding-bottom: 41px;
  display: flex;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
}

.heading {
  color: var(--black);
  text-transform: capitalize;
  font-family: Space Grotesk, sans-serif;
  font-size: 55px;
  font-weight: 500;
}

.heading.spaced {
  margin-top: 50px;
}

.heading-2 {
  color: var(--white);
  font-size: 28px;
}

.heading-2.small {
  font-size: 20px;
}

.heading-2.centred {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 44px;
}

.heading-2.centred._2 {
  font-size: 17px;
  line-height: 24px;
}

.heading-2.centred.white {
  color: var(--white);
  font-weight: 300;
}

.waves---paragraph-small-2 {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.waves---paragraph-small-2._2 {
  font-family: Space Grotesk, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.waves---check-icon-2 {
  width: 24px;
  height: 24px;
}

.waves---single-check-item-2 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-33 {
  margin-top: 16px;
}

.waves---paragraph-big-3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.waves---paragraph-big-3._2 {
  max-width: 600px;
}

.waves---heading-2-no-margins-3 {
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.waves-content-cta-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.waves-master-cta-2 {
  background-color: var(--grey);
  color: var(--waves-library--white);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 76px;
  display: flex;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.link {
  color: var(--black);
}

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-bottom-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-bottom-footer-1.last {
  justify-content: flex-end;
  align-items: center;
  margin-top: 100px;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

.waves-link-footer-1 {
  color: var(--white);
  font-weight: 300;
  text-decoration: none;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 30px;
  display: flex;
}

.waves-brand-footer-1 {
  filter: invert();
  width: 250px;
  height: auto;
}

.waves-brand-link-footer-1 {
  height: auto;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-footer-1 {
  background-color: var(--waves-library--black);
  padding-top: 80px;
  padding-bottom: 40px;
}

.heading-3 {
  font-family: Space Grotesk, sans-serif;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.3em;
}

.stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.stack.top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.quick-stack {
  grid-column-gap: 45px;
  align-self: flex-start;
  margin-left: 30px;
  padding-top: 10px;
}

.section-2 {
  padding-top: 200px;
  padding-bottom: 120px;
}

.main-container {
  max-width: 1376px;
  padding-left: 24px;
  padding-right: 24px;
}

.title-wrap-404 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 30px;
  display: flex;
}

.mega-h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 88px;
  line-height: 100%;
}

.subtitle-big {
  font-size: 32px;
  font-weight: 400;
  line-height: 135%;
}

.flex-404-cta {
  margin-top: 24px;
}

.cta-2 {
  background-color: var(--grey);
  color: #f9f6eb;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 18px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-cta {
  font-weight: 400;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  padding-top: 20px;
  display: flex;
}

.text-block-2 {
  color: var(--black);
  font-size: 18px;
  line-height: 28px;
}

.waves---heading-3-no-margins-3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 120%;
}

.waves-name-wrap-testimonial-4 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---testimonial-text-big {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.waves-bottom-testimonial-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 10px;
  display: flex;
}

.waves-right-testimonial-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-height: none;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.waves-grid-testimoials-4 {
  grid-column-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.waves-master-testimonial-4 {
  background-color: var(--white);
  color: var(--waves-library--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 450px;
  margin-bottom: 2rem;
  padding: 12px 30px;
  display: flex;
}

.waves---main-container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.waves---section-medium-4 {
  padding-top: 120px;
  padding-bottom: 100px;
}

.right-arrow {
  background-color: #131313;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  top: -113%;
  right: 46%;
}

.right-arrow._2 {
  top: -113%;
  left: 0;
  right: 7%;
}

.slide-nav {
  display: none;
}

.slide {
  width: 45%;
  height: auto;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-left: 30px;
  padding-right: 30px;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-top: 100px;
}

.div-block-7 {
  background-image: url('../images/IMG_12IMG_0011.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  min-height: 35vh;
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-7._2 {
  background-image: url('../images/carpets-new_1.jpg');
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-7._3 {
  background-image: url('../images/couch-transformation2.jpg');
}

.div-block-7._4 {
  background-image: url('../images/couch-change.jpg');
}

.heading-4 {
  color: var(--black);
  font-family: Space Grotesk, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.image-3 {
  width: 100px;
}

.div-block-9 {
  width: 160px;
  height: 10px;
}

.text-block-3 {
  text-align: center;
  margin-top: 6px;
  margin-right: 5px;
  font-weight: 700;
  line-height: 14px;
}

.text-block-3._2 {
  margin-top: 7px;
  margin-left: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
}

.div-block-11 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
}

.div-block-12 {
  width: 250px;
}

.div-block-13 {
  background-image: none;
  background-size: auto;
  border-radius: 12px;
  width: 60%;
  height: auto;
}

.flex-block {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.div-block-14._3 {
  padding-top: 0;
  padding-bottom: 20px;
}

.div-block-15 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-3 {
  font-weight: 500;
}

.slide-4 {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-left: 30px;
  padding-right: 30px;
}

.icon-3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.slide-5 {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-18 {
  background-color: #2b2b2b;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 800px;
  height: 250px;
  margin-bottom: 10px;
  margin-left: 10px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: auto;
  right: auto;
}

.white-bold {
  font-weight: 600;
}

.tab {
  color: var(--black);
  background-color: #fff;
  border: 1px dashed #fff;
  padding: 16px 33px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-19 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 40px;
  display: flex;
}

.image-a {
  border-radius: 12px;
  width: 100%;
  height: auto;
  display: block;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: none;
}

.brand {
  width: 130px;
  margin-top: 25px;
  margin-left: 25px;
}

.star-blank {
  width: 60px;
  display: inline;
  position: absolute;
}

.star-blank.filled {
  display: none;
  position: static;
  top: 0;
}

.star-holder {
  width: 60px;
  height: 70px;
  margin-left: 8px;
  margin-right: 8px;
  position: static;
}

.div-block-21 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  display: flex;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  height: 90vh;
  padding-bottom: 8rem;
  display: flex;
}

.review-heading {
  text-align: center;
  max-width: 90%;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
}

.review-heading._2 {
  margin-bottom: 15px;
}

.div-block-23 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
}

.div-block-23._2 {
  margin-top: 0;
}

.div-block-24 {
  background-color: #689dff;
  border-radius: 8px;
}

.div-block-24.black {
  background-color: #fff;
  border: 2px solid #000;
}

.text {
  color: var(--white);
  margin: 16px 20px;
  font-size: 18px;
  font-weight: 500;
}

.text.black {
  color: var(--black);
}

.link-block-3 {
  text-decoration: none;
  display: flex;
}

.label {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
}

.submit {
  background-color: #000;
  border-radius: 8px;
  margin-top: 30px;
  padding: 10px 33px;
  font-size: 16px;
}

.text-field-large {
  border: 1px solid #000;
  border-radius: 8px;
  height: 120px;
  min-height: 100px;
}

.text-field-large.small {
  min-height: 60px;
}

.form-text {
  font-size: 18px;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---cta-dark-3.wide-cta {
  min-width: 200px;
  font-weight: 400;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 130%;
}

.waves---heading-3-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.waves---paragraph-big-4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
}

.waves-grid-blog-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
}

.waves-tile-blog-2 {
  grid-column-gap: 32px;
  background-color: var(--waves-library--white);
  color: var(--black);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-image-blog-2 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 200px;
}

.waves-content-blog-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.smaller {
  color: #505050;
  font-size: 18px;
}

.div-block-26 {
  width: 85%;
  max-width: 1200px;
  margin-bottom: 50px;
}

.section-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-27 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  height: 500px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.paragraph {
  font-size: 16px;
}

.div-block-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.areas-we-service {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.code-embed {
  border-radius: 20px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.locations {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
}

.h2 {
  font-size: 36px;
  font-weight: 500;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---subtitle-2 {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-34 {
  margin-top: 16px;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---cta-white-2 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white-2.wide-cta {
  min-width: 200px;
}

.waves---cta-dark-4 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: #131313e6;
}

.waves---cta-dark-4.wide-cta {
  background-color: var(--black);
  min-width: 200px;
  font-weight: 500;
}

.key-services {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.waves---sides-heading-button-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
}

.waves---heading-3-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.waves---paragraph-big-5 {
  font-size: 20px;
  line-height: 130%;
}

.waves-grid-blog-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-blog-3 {
  grid-column-gap: 32px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
}

.waves-image-blog-3 {
  object-fit: cover;
  border-radius: 8px;
  flex: none;
  width: 200px;
  height: 250px;
}

.waves-content-blog-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.section-5 {
  display: flex;
}

.lottie-animation {
  z-index: -1;
  width: 400px;
  position: absolute;
  inset: auto -23% -25% auto;
}

.pricing-photo {
  display: none;
}

.div-block-30 {
  width: 85%;
  max-width: 800px;
}

.div-block-31 {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 100px;
  display: flex;
}

.heading-5 {
  margin-bottom: 50px;
}

.review-photo {
  border-radius: 10px;
  margin-top: 20px;
}

.code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .waves-image-wrap-hero-1 {
    width: 100%;
    min-width: 0;
    height: 320px;
    min-height: 400px;
  }

  .waves-image-wrap-hero-1._3 {
    width: 100%;
    min-height: 400px;
  }

  .waves-gallery-hero-1 {
    justify-content: space-between;
    align-items: flex-start;
    width: 85%;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .waves---subtitle._2 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .waves---main-container {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .waves---section-hero-primary {
    text-align: center;
    padding-top: 80px;
  }

  .waves-tile-features-2.mobile {
    display: none;
  }

  .waves---master-tiles-features-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .waves---paragraph-big.medium {
    text-align: center;
    font-size: 20px;
  }

  .waves---content-sticky-features-2 {
    text-align: center;
    align-items: center;
  }

  .waves---sticky-halves {
    flex-direction: column;
    align-items: center;
  }

  .waves---sticky-halves-left {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .waves---grid-halves-sticky {
    grid-row-gap: 65px;
    grid-template-columns: 1fr;
  }

  .waves---master-checks-vertical._2 {
    justify-content: center;
    align-items: center;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves---grid-image-halves {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .waves---menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---menu-button.w--open {
    background-color: var(--waves-library--black);
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .waves---nav-buttons-right {
    grid-column-gap: 8px;
  }

  .waves---nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    display: flex;
  }

  .waves---nav-link.hide {
    font-size: 18px;
    display: block;
  }

  .waves---dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .waves-dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .waves-dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .waves---nav-menu {
    background-color: var(--waves-library--white);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 4px;
  }

  .waves---nav-brand-link {
    padding-left: 0;
  }

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

  .waves---icon-text-vertical {
    margin-right: 5px;
  }

  .waves-wrapper-navbar-4 {
    padding: 0 12px;
  }

  .text-block {
    font-size: 18px;
  }

  .feature-photo {
    height: auto;
  }

  .input-field.area {
    height: 100px;
  }

  .waves-content-contact-2 {
    padding: 48px 40px;
  }

  .contact-image {
    height: 100%;
  }

  .waves-image-wrap-contact-2 {
    height: auto;
  }

  .waves---heading-2-no-margins-2.centred {
    margin-bottom: 1rem;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
  }

  .div-block-5 {
    width: 85%;
    padding-left: 26px;
    padding-right: 26px;
  }

  .section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading {
    text-align: center;
    font-size: 40px;
  }

  .heading-2.centred {
    text-align: center;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
  }

  .waves-content-cta-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .waves-master-cta-2 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 57px 53px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-top-right-footer-1 {
    justify-content: center;
    align-items: center;
  }

  .waves-top-right-footer-1._2 {
    margin-left: 0;
  }

  .waves-brand-link-footer-1 {
    height: auto;
  }

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .heading-3 {
    margin-top: 0;
    font-size: 50px;
  }

  .stack {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stack.top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .quick-stack {
    margin-left: 0;
  }

  .mega-h1 {
    font-size: 52px;
  }

  .subtitle-big {
    font-size: 28px;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }

  .waves-grid-testimoials-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .waves-master-testimonial-4 {
    padding: 36px;
  }

  .waves---section-medium-4 {
    padding-bottom: 0;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    top: -108%;
    right: 43%;
  }

  .right-arrow._2 {
    top: -108%;
    left: 0;
    right: 9%;
  }

  .slide {
    width: 95%;
    height: auto;
  }

  .slider {
    width: 100%;
    height: auto;
  }

  .div-block-7 {
    background-position: 50%;
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-7._2 {
    background-image: url('../images/carpets-new_1.jpg');
    min-height: 400px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-7._3 {
    min-height: 300px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-11 {
    flex-flow: column;
    margin-bottom: 1rem;
  }

  .mask {
    width: 100%;
  }

  .div-block-13 {
    width: 100%;
    height: 600px;
  }

  .flex-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column-reverse;
  }

  .slide-4, .slide-5 {
    width: 95%;
  }

  .div-block-18 {
    border-radius: 20px;
    width: 94%;
    margin-bottom: 3%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .tab {
    padding: 9px 26px;
    font-size: 14px;
  }

  .star-blank {
    width: 50px;
  }

  .star-holder {
    width: 50px;
    height: 60px;
  }

  .div-block-21 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-22._2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .review-heading {
    text-align: center;
    font-size: 34px;
  }

  .div-block-23 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-blog-2 {
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .waves---sides-heading-button-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-grid-blog-3 {
    grid-template-columns: 1fr;
  }

  .lottie-animation {
    width: 150px;
    bottom: -14.5%;
    right: -12.5%;
  }

  .pricing-photo {
    margin-bottom: 40px;
  }

  .review-photo {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .waves-gallery-hero-1 {
    width: 90%;
  }

  .waves---cta-dark.wide-cta {
    display: none;
  }

  .waves---cta-dark.wide-cta.mob {
    display: flex;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---limit-480 {
    flex-flow: column;
    display: flex;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-tile-features-2 {
    width: 95%;
  }

  .waves---master-tiles-features-2 {
    justify-content: center;
    align-items: center;
  }

  .waves---paragraph-big.medium {
    text-align: center;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---heading-2-no-margins.x {
    font-size: 30px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---paragraph-small.white {
    line-height: 18px;
  }

  .waves---dropdown-link {
    font-size: 18px;
  }

  .waves---brand {
    height: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .waves---nav-brand-link.w--current {
    height: 60px;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .waves---nav-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .waves---icon-text-vertical {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 0;
    padding: 10px 18px 8px;
  }

  .waves---icon-text-vertical.mobile {
    display: none;
  }

  .waves-wrapper-navbar-4 {
    height: 130px;
  }

  .feature-photo {
    height: auto;
  }

  .waves-content-contact-2 {
    width: 92%;
    padding: 40px 32px;
  }

  .waves-image-wrap-contact-2 {
    height: auto;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---heading-2-no-margins-2.centred {
    margin-bottom: 1rem;
    font-size: 40px;
  }

  .waves---heading-2-no-margins-2.centred._2 {
    font-size: 50px;
  }

  .image-2 {
    width: 300px;
  }

  .div-block-5 {
    width: 90%;
    padding-left: 29px;
    padding-right: 29px;
  }

  .heading {
    line-height: 50px;
  }

  .heading-2.small {
    text-align: center;
  }

  .heading-2.centred._2 {
    line-height: 30px;
  }

  .waves---master-checks-horizontal {
    grid-row-gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 40px;
    line-height: 125%;
  }

  .waves-master-cta-2 {
    padding: 35px 32px;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .heading-3 {
    font-size: 45px;
    font-weight: 600;
  }

  .quick-stack {
    grid-column-gap: 20px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mega-h1 {
    font-size: 50px;
  }

  .subtitle-big {
    font-size: 24px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 20px;
  }

  .waves---testimonial-text-big {
    font-size: 18px;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 30px;
  }

  .waves-grid-testimoials-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .waves-master-testimonial-4 {
    padding: 32px;
  }

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .right-arrow {
    top: -109%;
    right: 40%;
  }

  .right-arrow._2 {
    top: -109%;
    left: 0;
    right: 10%;
  }

  .div-block-7._2 {
    min-height: 200px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 40px;
    font-weight: 500;
    line-height: 45px;
  }

  .div-block-11 {
    margin-bottom: 0;
  }

  .div-block-13 {
    height: auto;
  }

  .div-block-20 {
    justify-content: center;
    align-items: flex-end;
    height: 70px;
    display: flex;
  }

  .brand {
    width: 110px;
  }

  .div-block-21 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .div-block-23 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-tile-blog-2 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-2 {
    width: 100%;
    height: 320px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .key-services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-tile-blog-3 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves-image-blog-3 {
    width: 100%;
    height: 320px;
  }

  .lottie-animation {
    z-index: 1;
    width: 110px;
    bottom: -10%;
    right: -11%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 34px;
  }

  .waves-image-wrap-hero-1 {
    width: 100%;
    height: 300px;
    min-height: 300px;
  }

  .waves-image-wrap-hero-1._3 {
    background-image: url('../images/carpet-cleaning-vert-4_1carpet-cleaning-vert-4.avif');
    background-position: 50%;
    order: 0;
    width: 100%;
    height: 300px;
    min-height: 300px;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---limit-480 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .waves-grid-hero-1 {
    grid-auto-flow: row;
  }

  .waves---section-hero-primary {
    padding: 40px 0 80px;
  }

  .waves---heading-3-no-margins {
    font-size: 24px;
    line-height: 130%;
  }

  .waves-tile-features-2 {
    padding-left: 31px;
    padding-right: 31px;
  }

  .waves-tile-features-2.mobile {
    display: flex;
  }

  .waves---paragraph-big {
    font-size: 17px;
    line-height: 1.5em;
  }

  .waves---paragraph-big._2 {
    font-size: 18px;
  }

  .waves---paragraph-big.x {
    margin-top: 10px;
  }

  .waves---paragraph-big.medium {
    max-width: 90%;
    font-size: 18px;
  }

  .waves---heading-2-no-margins {
    font-size: 26px;
  }

  .waves---heading-2-no-margins.large {
    font-size: 8vw;
  }

  .waves---heading-2-no-margins._2 {
    font-size: 5.2vw;
  }

  .waves---heading-2-no-margins.x {
    font-size: 7vw;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .waves---paragraph-small {
    text-align: left;
    font-size: 5vw;
  }

  .waves---paragraph-small.white {
    font-size: 4vw;
  }

  .waves---master-checks-vertical {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }

  .waves---content-image-halves {
    grid-row-gap: 16px;
    align-items: stretch;
  }

  .waves---hamburger-icon {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .waves---menu-button.w--open {
    margin-top: 5px;
  }

  .waves---dropdown-link {
    font-size: 16px;
  }

  .waves---brand {
    height: 55px;
  }

  .waves---nav-brand-link.w--current {
    height: 65px;
    margin-bottom: 5px;
  }

  .waves-master-nav-4, .waves---nav-container, .waves-navbar-4 {
    height: auto;
  }

  .waves-icon-24.call {
    width: 18px;
    height: 18px;
  }

  .waves---icon-text-vertical {
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .waves-wrapper-navbar-4 {
    height: auto;
  }

  .div-block {
    justify-content: center;
    align-items: center;
  }

  .feature-photo {
    height: auto;
  }

  .waves---input-wrap {
    margin-bottom: 0;
  }

  .input-field {
    margin-bottom: 10px;
  }

  .waves---2-inputs {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .waves-content-contact-2 {
    margin-top: -60px;
    padding: 29px 20px;
  }

  .contact-image {
    background-position: 38% 100%;
    background-size: auto 110%;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---heading-2-no-margins-2.centred {
    font-size: 40px;
    font-weight: 600;
  }

  .waves---heading-2-no-margins-2.centred._2 {
    margin-bottom: 2rem;
    font-size: 38px;
    font-weight: 600;
  }

  .image-2 {
    width: 80%;
    max-width: 250px;
  }

  .div-block-5 {
    width: 88%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    justify-content: center;
  }

  .heading {
    font-size: 7vw;
    font-weight: 600;
    line-height: 1.3em;
  }

  .heading-2 {
    font-size: 7vw;
  }

  .heading-2.small {
    font-size: 5vw;
    line-height: 1.5em;
  }

  .heading-2.centred {
    font-size: 5vw;
    line-height: 2em;
  }

  .heading-2.centred._2 {
    line-height: 24px;
  }

  .heading-2.centred.white.small {
    font-size: 4vw;
  }

  .waves---paragraph-small-2._2 {
    font-size: 20px;
  }

  .waves---paragraph-big-3 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 26px;
    font-weight: 500;
  }

  .waves-master-cta-2 {
    padding: 25px 16px 40px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    margin-left: 0;
  }

  .waves-top-right-footer-1.let {
    justify-content: center;
    align-items: flex-start;
    margin-left: 20px;
  }

  .waves-brand-footer-1 {
    width: 180px;
  }

  .waves-footer-1 {
    background-color: var(--grey);
  }

  .heading-3 {
    font-size: 38px;
  }

  .quick-stack {
    margin-bottom: 0;
    margin-left: 10px;
  }

  .section-2 {
    min-height: 600px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-wrap-404 {
    margin-left: 10px;
  }

  .mega-h1 {
    font-size: 40px;
  }

  .subtitle-big {
    font-size: 22px;
  }

  .flex-404-cta {
    margin-top: 0;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves---testimonial-text-big {
    font-size: 20px;
    font-weight: 400;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves-master-testimonial-4 {
    padding: 20px;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 45px;
  }

  .right-arrow {
    right: 33%;
  }

  .right-arrow._2 {
    right: 19%;
  }

  .slide {
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-7 {
    min-height: 250px;
  }

  .div-block-7._2 {
    background-image: url('../images/carpets-new_1.jpg');
    min-height: 250px;
  }

  .div-block-7._3 {
    min-height: 250px;
  }

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

  .image-3 {
    width: 22vw;
  }

  .div-block-9 {
    margin-bottom: 12px;
  }

  .text-block-3._2 {
    margin-top: 4px;
    font-size: 3.9vw;
  }

  .div-block-13 {
    height: auto;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-4, .slide-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .white-bold {
    font-size: 4.5vw;
  }

  .tab {
    text-align: center;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .text-span-4 {
    font-weight: 500;
  }

  .div-block-20 {
    height: auto;
  }

  .brand {
    width: 100px;
  }

  .star-blank {
    width: 40px;
  }

  .star-holder {
    width: 40px;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-21 {
    width: 85%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-heading {
    font-size: 28px;
    line-height: 1.3em;
  }

  .div-block-23 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 60px;
  }

  .div-block-23._2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .div-block-23._3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .text, .text.black {
    font-size: 16px;
  }

  .label {
    text-align: center;
    margin-top: 20px;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .waves---section-medium-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-4 {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .waves-tile-blog-2 {
    padding: 16px;
  }

  .waves-image-blog-2 {
    height: 62vw;
  }

  .smaller {
    font-size: 15px;
  }

  .div-block-27 {
    height: 300px;
  }

  .div-block-29 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .locations {
    font-size: 22px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .key-services {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-5 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-5 {
    font-size: 24px;
  }

  .waves---paragraph-big-5 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .waves-grid-blog-3 {
    place-items: center;
  }

  .waves-tile-blog-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 85%;
    padding: 16px;
  }

  .waves-image-blog-3 {
    height: 62vw;
    overflow: clip;
  }

  .waves-content-blog-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-animation {
    width: 80px;
    bottom: -25px;
    right: -40px;
  }
}

#w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd76e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-803dd76e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6395d263-c96d-f62b-45ce-b416e63e0162-803dd76e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d1df6e4f-6214-0409-b0e9-2317d61a55a8-d61a55a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a4ebb67e-78ae-7aed-b20d-577bd87e0926-803dd76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-a4ebb67e-78ae-7aed-b20d-577bd87e0939-803dd76f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-e91f860b-2179-c3dd-8ecb-ea7411b4a2be-803dd76f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e91f860b-2179-c3dd-8ecb-ea7411b4a2c7-803dd76f {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_844b0628-8487-5574-f47e-1de86dc359c6-6dc359c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_844b0628-8487-5574-f47e-1de86dc359d1-6dc359c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-adc2cb60-04c0-077c-02dd-d0ef6f787735-803dd771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-adc2cb60-04c0-077c-02dd-d0ef6f787748-803dd771 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_618a0dc7-3b2f-2b3e-d207-4df9f99b8825-803dd771 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_618a0dc7-3b2f-2b3e-d207-4df9f99b882e-803dd771 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_0490efc6-20f2-d7bc-758d-9ceadbccab7e-dbccab65, #w-node-_7b599529-737b-c66b-c29e-ff566d8c9c67-dbccab65, #w-node-_1a7546cd-4be3-2698-abb9-3fc845120c57-dbccab65, #w-node-_0490efc6-20f2-d7bc-758d-9ceadbccab8d-dbccab65 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00cb1adb-bd15-5520-d04a-3229410817ae-803dd772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_00cb1adb-bd15-5520-d04a-3229410817c1-803dd772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_28a0f155-0ee4-13ad-8230-a49a671e7eea-671e7edf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28a0f155-0ee4-13ad-8230-a49a671e7ef5-671e7edf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_795f8148-73ca-daa3-bf58-12329250f17b-803dd773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_795f8148-73ca-daa3-bf58-12329250f18e-803dd773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-f065083b-6a08-bee2-2aa6-cd7c61f5943c-803dd775 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f065083b-6a08-bee2-2aa6-cd7c61f5944f-803dd775 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_74a07ca3-47f4-c699-16ab-13a9e656a702-803dd775 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74a07ca3-47f4-c699-16ab-13a9e656a70b-803dd775 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b1fd-803dd776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b210-803dd776 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_95cc713d-378d-8256-c7a7-0f2a6789ba23-803dd776 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_95cc713d-378d-8256-c7a7-0f2a6789ba2c-803dd776 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_910f6dcd-915d-3510-925e-767987044140-803dd778 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_910f6dcd-915d-3510-925e-767987044153-803dd778 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b1fd-803dd779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b210-803dd779 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_16a477ee-28ef-231c-1c7e-25288cdeb5f7-803dd779 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16a477ee-28ef-231c-1c7e-25288cdeb600-803dd779 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_910f6dcd-915d-3510-925e-767987044140-803dd77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_910f6dcd-915d-3510-925e-767987044153-803dd77a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-f57b7127-2073-4c0d-daa5-825bec2ef2fe-803dd77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f57b7127-2073-4c0d-daa5-825bec2ef313-803dd77b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-af21df61-0227-6716-12f6-1e968fe4714d-803dd77b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af21df61-0227-6716-12f6-1e968fe47156-803dd77b {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd784 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-803dd784 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-803dd785 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_43aaba2b-e1eb-e4ce-7d6c-632c25cf0d9c-803dd785 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_43aaba2b-e1eb-e4ce-7d6c-632c25cf0da5-803dd785 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-f065083b-6a08-bee2-2aa6-cd7c61f5943c-803dd788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-f065083b-6a08-bee2-2aa6-cd7c61f5944f-803dd788 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_74a07ca3-47f4-c699-16ab-13a9e656a702-803dd788 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_74a07ca3-47f4-c699-16ab-13a9e656a70b-803dd788 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

#w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd78e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-803dd78e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_6395d263-c96d-f62b-45ce-b416e63e0162-803dd78e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6395d263-c96d-f62b-45ce-b416e63e016b-803dd78e {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

@media screen and (max-width: 991px) {
  #w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd76e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-d1df6e4f-6214-0409-b0e9-2317d61a55a8-d61a55a4 {
    order: 9999;
  }

  #w-node-a4ebb67e-78ae-7aed-b20d-577bd87e0926-803dd76f, #w-node-adc2cb60-04c0-077c-02dd-d0ef6f787735-803dd771, #w-node-_00cb1adb-bd15-5520-d04a-3229410817ae-803dd772, #w-node-_795f8148-73ca-daa3-bf58-12329250f17b-803dd773, #w-node-f065083b-6a08-bee2-2aa6-cd7c61f5943c-803dd775, #w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b1fd-803dd776, #w-node-_910f6dcd-915d-3510-925e-767987044140-803dd778, #w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b1fd-803dd779, #w-node-_910f6dcd-915d-3510-925e-767987044140-803dd77a, #w-node-f57b7127-2073-4c0d-daa5-825bec2ef2fe-803dd77b, #w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd784, #w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd785, #w-node-f065083b-6a08-bee2-2aa6-cd7c61f5943c-803dd788, #w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd78e {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_844b0628-8487-5574-f47e-1de86dc359d1-6dc359c3 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd76e {
    order: -9999;
  }

  #w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-803dd76e {
    order: 9999;
  }

  #w-node-a4ebb67e-78ae-7aed-b20d-577bd87e0926-803dd76f {
    order: -9999;
  }

  #w-node-a4ebb67e-78ae-7aed-b20d-577bd87e0939-803dd76f {
    order: 9999;
  }

  #w-node-e91f860b-2179-c3dd-8ecb-ea7411b4a2c7-803dd76f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-adc2cb60-04c0-077c-02dd-d0ef6f787735-803dd771 {
    order: -9999;
  }

  #w-node-adc2cb60-04c0-077c-02dd-d0ef6f787748-803dd771 {
    order: 9999;
  }

  #w-node-_618a0dc7-3b2f-2b3e-d207-4df9f99b882e-803dd771 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_00cb1adb-bd15-5520-d04a-3229410817ae-803dd772 {
    order: -9999;
  }

  #w-node-_00cb1adb-bd15-5520-d04a-3229410817c1-803dd772 {
    order: 9999;
  }

  #w-node-_28a0f155-0ee4-13ad-8230-a49a671e7ef5-671e7edf {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_795f8148-73ca-daa3-bf58-12329250f17b-803dd773 {
    order: -9999;
  }

  #w-node-_795f8148-73ca-daa3-bf58-12329250f18e-803dd773 {
    order: 9999;
  }

  #w-node-f065083b-6a08-bee2-2aa6-cd7c61f5943c-803dd775 {
    order: -9999;
  }

  #w-node-f065083b-6a08-bee2-2aa6-cd7c61f5944f-803dd775 {
    order: 9999;
  }

  #w-node-_74a07ca3-47f4-c699-16ab-13a9e656a70b-803dd775 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b1fd-803dd776 {
    order: -9999;
  }

  #w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b210-803dd776 {
    order: 9999;
  }

  #w-node-_95cc713d-378d-8256-c7a7-0f2a6789ba2c-803dd776 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_910f6dcd-915d-3510-925e-767987044140-803dd778 {
    order: -9999;
  }

  #w-node-_910f6dcd-915d-3510-925e-767987044153-803dd778 {
    order: 9999;
  }

  #w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b1fd-803dd779 {
    order: -9999;
  }

  #w-node-_8cb7af2b-1990-1ee9-46a4-40f7e937b210-803dd779 {
    order: 9999;
  }

  #w-node-_16a477ee-28ef-231c-1c7e-25288cdeb600-803dd779 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_910f6dcd-915d-3510-925e-767987044140-803dd77a {
    order: -9999;
  }

  #w-node-_910f6dcd-915d-3510-925e-767987044153-803dd77a {
    order: 9999;
  }

  #w-node-f57b7127-2073-4c0d-daa5-825bec2ef2fe-803dd77b {
    order: -9999;
  }

  #w-node-f57b7127-2073-4c0d-daa5-825bec2ef313-803dd77b {
    order: 9999;
  }

  #w-node-af21df61-0227-6716-12f6-1e968fe47156-803dd77b {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd784 {
    order: -9999;
  }

  #w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-803dd784 {
    order: 9999;
  }

  #w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd785 {
    order: -9999;
  }

  #w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-803dd785 {
    order: 9999;
  }

  #w-node-_43aaba2b-e1eb-e4ce-7d6c-632c25cf0da5-803dd785 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-f065083b-6a08-bee2-2aa6-cd7c61f5943c-803dd788 {
    order: -9999;
  }

  #w-node-f065083b-6a08-bee2-2aa6-cd7c61f5944f-803dd788 {
    order: 9999;
  }

  #w-node-_74a07ca3-47f4-c699-16ab-13a9e656a70b-803dd788 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_471975ba-232f-a6e6-a4a1-fe1b5208067c-803dd78e {
    order: -9999;
  }

  #w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-803dd78e {
    order: 9999;
  }

  #w-node-_6395d263-c96d-f62b-45ce-b416e63e016b-803dd78e {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}


