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

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

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

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

.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: 500;
  transition: background-color .2s;
  display: flex;
}

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

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

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

.waves---cta-dark.wide-cta.call {
  font-size: 15px;
}

.waves---cta-dark.wide-cta.book {
  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;
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
  font-family: DM Sans, sans-serif;
  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;
  overflow: visible;
}

.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-tile-features-2.mobile {
  display: none;
}

.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---paragraph-big.x {
  font-family: DM Sans, sans-serif;
  font-weight: 300;
}

.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._2 {
  font-size: 28px;
}

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

.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---section-medium._2 {
  padding-left: 30px;
  padding-right: 30px;
}

.waves---paragraph-small {
  color: var(--black);
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
}

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

.waves---paragraph-small.white._2 {
  margin-left: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
}

.waves---paragraph-small.white._2.light {
  color: var(--white);
  font-weight: 400;
}

.waves---check-icon {
  width: 20px;
  height: 20px;
  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-family: DM Sans, sans-serif;
  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;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.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: 4px solid #fff3;
  width: 100%;
  height: 120px;
}

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

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

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

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

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

.waves---icon-text-vertical._2 {
  min-width: 180px;
  height: 52px;
  margin: 0;
}

.waves---icon-text-vertical._2.x {
  min-width: 200px;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 0;
}

.waves---icon-text-vertical._2.dark {
  object-fit: scale-down;
  background-color: #525258;
  min-width: 200px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.waves---icon-text-vertical._2.dark.spaced {
  margin-top: 30px;
  margin-bottom: 30px;
}

.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);
  overflow: visible;
}

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

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

.feature-photo {
  background-image: url("https://cdn.prod.website-files.com/6612468984169f1af1d49a2e/6689dc229b400a72d88922a1_natural-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);
  min-width: 200px;
  color: var(--white);
  background-color: var(--black);
  min-width: 200px;
  font-family: DM Sans, sans-serif;
  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-family: DM Sans, sans-serif;
  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;
  width: auto;
  min-width: 200px;
  display: flex;
}

.waves---field-label {
  align-self: flex-start;
  font-family: DM Sans, sans-serif;
  font-size: 15px;
}

.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);
  height: 52px;
  color: var(--black);
  border-radius: 8px;
  margin: 0 0 10px;
  font-family: DM Sans, sans-serif;
  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;
}

.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("https://cdn.prod.website-files.com/6612468984169f1af1d49a2e/6729d3b9f2ed1854c7ad62be_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 {
  text-align: center;
  object-fit: scale-down;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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: 58px;
  font-weight: 600;
}

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

.image-2 {
  width: 400px;
}

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

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

.waves---paragraph-small-2._2 {
  font-family: DM Sans, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.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);
  height: 52px;
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: DM Sans, sans-serif;
}

.waves---cta-white.wide-cta.book {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves---cta-white.wide-cta.book.hide {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.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;
  font-family: DM Sans, sans-serif;
  line-height: 1.45em;
}

.waves---heading-2-no-margins-3 {
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 400;
  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;
  margin-bottom: 40px;
  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-family: DM Sans, sans-serif;
  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-top-right-footer-1._2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.waves-brand-footer-1 {
  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(--grey);
  padding-top: 80px;
  padding-bottom: 40px;
}

.heading-3 {
  max-width: 600px;
  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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.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-family: DM Sans, sans-serif;
  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: DM Sans, 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);
  width: 100%;
  height: auto;
  min-height: 450px;
  color: var(--waves-library--white);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  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;
}

.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: DM Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.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 {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

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

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

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

.label._2 {
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 20px;
  line-height: 18px;
}

.label._3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 18px;
  display: none;
}

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

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

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

.image-4 {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.image-4.mobile {
  display: none;
}

.div-a {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@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---cta-dark.wide-cta {
    min-width: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .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;
    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;
    max-width: 580px;
  }

  .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;
    display: none;
  }

  .waves-right-nav-4 {
    display: flex;
  }

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

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

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

  .waves---icon-text-vertical._2 {
    display: flex;
  }

  .waves---icon-text-vertical._2.dark {
    min-width: 200px;
    margin-top: 0;
    margin-right: 0;
    display: flex;
  }

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

  .body {
    overflow: visible;
  }

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

  .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;
    text-align: center;
  }

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

  .waves---cta-white.wide-cta.book {
    margin-top: 20px;
    display: flex;
  }

  .waves---cta-white.wide-cta.book.hide {
    display: flex;
  }

  .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 {
    justify-content: center;
    align-items: center;
    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;
    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: -112%;
    right: 43%;
  }

  .right-arrow._2 {
    top: -112%;
    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("https://cdn.prod.website-files.com/6612468984169f1af1d49a2e/681ebe6a2b55043268c86a7b_carpets-new.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%;
  }

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

  .label._2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

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

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

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

  .waves---paragraph-big-5 {
    font-weight: 300;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .waves-person-wrap-pricing-3 {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .waves-name-wrap-pricing-3 {
    text-align: left;
  }

  .waves-left-pricing-3 {
    text-align: center;
    align-items: center;
    margin-right: 0;
  }

  .waves-right-pricing-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 600px;
    margin-left: 0;
    display: flex;
  }

  .waves-master-pricing-3 {
    grid-row-gap: 60px;
    flex-direction: column;
    margin-top: 50px;
  }

  .waves-price-subtext-3 {
    font-weight: 300;
  }

  .div-a {
    justify-content: flex-start;
    align-items: center;
  }
}

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

  .waves---cta-dark {
    font-weight: 400;
  }

  .waves---cta-dark.wide-cta, .waves---cta-dark.wide-cta.mob, .waves---cta-dark.wide-cta, .waves---cta-dark.wide-cta.mob, .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;
    text-align: center;
  }

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

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

  .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-24.call {
    width: 15px;
    height: 15px;
  }

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

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

  .waves---icon-text-vertical._2 {
    margin-right: 0;
  }

  .waves---icon-text-vertical._2.dark {
    margin-top: -15px;
  }

  .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 {
    font-size: 42px;
    line-height: 50px;
  }

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

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

  .waves---cta-white.wide-cta.book {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 38px;
    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: -112%;
    right: 40%;
  }

  .right-arrow._2 {
    top: -112%;
    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;
  }

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

  .image-4 {
    display: none;
  }

  .image-4.mobile {
    display: block;
  }

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

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

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

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

  .waves-left-pricing-3 {
    width: 100%;
    margin-bottom: 0;
  }

  .waves-right-pricing-3 {
    background-color: #fff0;
    border-radius: 4px;
    width: 100%;
    max-width: none;
    padding: 24px;
  }

  .waves-heading-pricing-3 {
    font-size: 40px;
  }

  .waves-master-pricing-3 {
    grid-row-gap: 40px;
    padding-bottom: 40px;
  }
}

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

  .waves-image-wrap-hero-1 {
    background-image: url("https://cdn.prod.website-files.com/6612468984169f1af1d49a2e/68b4db1ae4876ff3e9ad1590_team-photo-carpet-clean.avif");
    background-position: 45%;
    width: 100%;
    height: 300px;
    min-height: 400px;
  }

  .waves-image-wrap-hero-1._3 {
    background-image: url("https://cdn.prod.website-files.com/6612468984169f1af1d49a2e/682bc2ea87fd9eae686949e1_carpet-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---cta-dark.wide-cta {
    min-width: 180px;
    max-width: none;
    height: 45px;
    padding-left: 37px;
    padding-right: 37px;
    font-size: 15px;
    display: flex;
  }

  .waves---cta-dark.wide-cta.mob {
    font-size: 15px;
  }

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

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

  .waves---subtitle._2 {
    margin-bottom: 0;
  }

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

  .waves---heading-3-no-margins {
    font-family: DM Sans, sans-serif;
    font-size: 24px;
    line-height: 130%;
  }

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

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

  .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 {
    letter-spacing: normal;
    font-family: DM Sans, sans-serif;
    font-size: 30px;
    font-weight: 600;
  }

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

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

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

  .waves---section-medium._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .waves---paragraph-small {
    text-align: left;
    letter-spacing: 0;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-weight: 300;
  }

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

  .waves---paragraph-small.white._2.light {
    color: var(--white);
    font-weight: 400;
  }

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

  .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---grid-image-halves {
    width: 95%;
  }

  .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-right-nav-4 {
    display: flex;
  }

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

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

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

  .waves-navbar-4 {
    border-bottom-width: 3px;
    height: auto;
  }

  .waves-icon-24.call {
    filter: none;
    width: 14px;
    height: 13px;
  }

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

  .waves---icon-text-vertical._2 {
    margin-right: 0;
  }

  .waves---icon-text-vertical._2.dark {
    background-color: #525258;
    border-radius: 8px;
    min-width: 180px;
    height: 45px;
    margin-top: -2px;
    margin-right: 0;
    padding-top: 8px;
    display: flex;
  }

  .waves-wrapper-navbar-4 {
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .div-block {
    flex-flow: column;
    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-family: DM Sans, sans-serif;
    font-size: 34px;
    font-weight: 600;
  }

  .waves---heading-2-no-margins-2.centred._2 {
    margin-bottom: 0;
    font-size: 35px;
    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: 30px;
    font-weight: 600;
    line-height: 1.3em;
  }

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

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

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

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

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

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

  .waves---heading-2-no-margins-3 {
    font-family: DM Sans, sans-serif;
    font-size: 30px;
    font-weight: 400;
  }

  .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: center;
    margin-left: 20px;
  }

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

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

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

  .heading-3 {
    font-family: DM Sans, sans-serif;
    font-size: 8.5vw;
  }

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

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

  .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: 18px;
  }

  .waves---testimonial-text-big {
    font-size: 18px;
    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 {
    top: -111%;
    right: 33%;
  }

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

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

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

  .div-block-7._2 {
    background-image: url("https://cdn.prod.website-files.com/6612468984169f1af1d49a2e/681ebe6a2b55043268c86a7b_carpets-new.jpg");
    min-height: 250px;
  }

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

  .heading-4 {
    font-family: DM Sans, sans-serif;
    font-size: 32px;
  }

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

  .div-block-20 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

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

  .div-block-22 {
    height: auto;
    padding-top: 4rem;
  }

  .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, .text.black {
    font-size: 16px;
  }

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

  .label._2 {
    margin-top: 20px;
    margin-bottom: 12px;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
  }

  .form {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    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;
  }

  .lottie-animation {
    width: 65px;
    bottom: -14px;
    right: -27px;
  }

  .image-4 {
    display: none;
  }

  .image-4.mobile {
    display: block;
  }

  .text-field-small {
    border: 1px solid #000;
    border-radius: 8px;
    height: 80px;
  }

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

  .waves---main-container-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .waves---section-medium-6 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 2rem;
    padding-bottom: 12rem;
    display: flex;
  }

  .waves---paragraph-big-5 {
    font-weight: 300;
  }

  .waves---center-heading {
    width: 95%;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .waves-circle-testimonial-pricing-3 {
    width: 50px;
    height: 50px;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .waves-person-wrap-pricing-3 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .waves-name-wrap-pricing-3 {
    align-items: center;
  }

  .waves-left-pricing-3 {
    text-align: center;
    align-items: center;
  }

  .waves-right-pricing-3 {
    text-align: center;
    border-radius: 6px;
    padding: 22px 0;
  }

  .waves-heading-pricing-3 {
    font-family: DM Sans, sans-serif;
    font-size: 32px;
    font-weight: 400;
  }

  .waves-master-pricing-3 {
    grid-row-gap: 16px;
    width: 95%;
    margin-top: 30px;
    padding: 32px 24px;
  }

  .waves-price-subtext-3 {
    color: #fff;
    font-weight: 300;
  }

  .waves-image-testimonial-pricing-3 {
    width: 50px;
  }

  .section-5 {
    margin-bottom: 0;
  }

  .div-a {
    display: flex;
  }
}

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

#w-node-_471975ba-232f-a6e6-a4a1-fe1b52080685-f1d49a1f {
  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-_6a8c31f4-cae4-dd7d-211d-b53ce2ab6dfb-671e7edf {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .25fr;
}

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

#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-_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;
}

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

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

@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-f1d49a1f {
    order: -9999;
  }

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

  #w-node-_6a8c31f4-cae4-dd7d-211d-b53ce2ab6dfb-671e7edf {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}
