@font-face {
  font-family: Kds;
  src: url('../fonts/KDS-bold.ttf') format("truetype"), url('../fonts/KDS-extrabold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kds;
  src: url('../fonts/KDS-light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kds;
  src: url('../fonts/KDS-regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kds;
  src: url('../fonts/KDS-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kds;
  src: url('../fonts/KDS-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kds;
  src: url('../fonts/KDS-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kds;
  src: url('../fonts/KDS-thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kds;
  src: url('../fonts/KDS-extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

:root {
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--neutral--200: #f7f7fc;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--300: #eff0f6;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--medium-purple: #b16cea;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--general--shadow-02: #14142b14;
  --elements-webflow-library--general--shadow-03: #14142b1a;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --conversion-flow-library--light-coral: #ff5e69;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.text-block-61 {
  font-size: 16px;
}

.nav_button-transparent {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #04994e;
  border: .0625rem solid #0000;
  border-radius: .3125rem;
  padding: .1875rem 20px;
  font-size: 12px;
  font-weight: 600;
}

.nav_button-transparent:hover {
  color: #e7e7e7;
  border: .0625rem solid #fff;
}

.nav-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.nav_partition-div {
  background-color: #eee;
  width: .0625rem;
}

.text-size-small {
  font-family: Kds, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.icon-5 {
  color: #04994e;
  margin-right: .625rem;
}

.nav_dropdown {
  position: static;
}

.nav_link-black {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav_link-black:hover {
  color: #444;
  text-decoration: underline;
}

.nav_grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 1.25rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #131313;
  background-color: #fff0;
  align-items: center;
  margin-right: 0;
  padding-right: 40px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.flowbase-logo {
  border: 1px solid #d6d6d6;
  width: auto;
  height: 75px;
  box-shadow: 0 2px 5px #0003;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation {
  z-index: 9;
  background-color: #fff;
  background-image: linear-gradient(45deg, #fff, #eee);
  border-top: 2px solid #04994e;
  border-bottom: 1px solid #4455671c;
  flex-direction: column;
  align-items: center;
  padding: 0 0% 0 3%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.nav_dropdown-list {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  inset: 95% 0% auto;
}

.nav_dropdown-list.w--open {
  background-color: #fff;
  border-top: .125rem solid #eee;
  width: 100%;
  padding: .625rem;
  position: absolute;
  top: 100%;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-color-gray.margin-auto {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  font-weight: 700;
}

.text-size-regular.text-weight-medium {
  font-size: 14px;
  line-height: 1.1;
}

.text-size-regular.text-weight-medium:hover {
  color: #1e7207;
}

.icon-height-small {
  height: 1rem;
  margin-left: auto;
}

.brand {
  margin-right: 44px;
}

.nav_grid-mobile {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 1.25rem;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  display: none;
}

.nav_link-black-box {
  padding: .625rem 3.125rem;
  display: flex;
}

.nav_link-black-box.is-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-right: auto;
}

.nav_link-black-box.is-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}

.nav_link-div {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #000;
  border: .125rem solid #0000;
  border-radius: .3125rem;
  justify-content: flex-start;
  align-items: center;
  padding: 10px .625rem;
  text-decoration: none;
  display: flex;
}

.nav_link-div:hover {
  color: #147a28;
  background-color: #2c7f1f00;
  border: .125rem solid #eee0;
  border-radius: .3125rem;
}

.dropdown-link-mobile {
  color: #283338;
  width: 100%;
  padding: 20px 22px 16px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link-mobile:hover {
  background-color: #f8faff;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_dropdown-button {
  align-items: center;
  height: 100%;
  padding: 20px 1.875rem 20px .625rem;
  font-family: Kds, Arial, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav_dropdown-button:hover {
  color: #7eb13c;
  font-weight: 500;
}

.nav_dropdown-button.w--open {
  color: #4ca51c;
  font-weight: 500;
}

.navigation-left {
  align-items: center;
  width: 25%;
  padding-top: 10px;
  display: flex;
}

.nav_dropdown-bottom-div {
  background-color: #ebf4e9;
  display: flex;
}

.lynx-nav-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #04994e;
  border-bottom-left-radius: 10px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: none;
  margin-bottom: 10px;
  padding: 10px 60px;
  display: flex;
}

.lynx-text-nav-info {
  color: #fff;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Kds, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 120%;
}

.body {
  font-family: Kds, Arial, sans-serif;
}

.nav-icon {
  width: 35px;
}

.nav-icon-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 30px;
  display: flex;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-left.carousel {
  padding-left: 0;
  padding-right: 0;
}

.hero-heading-left.carousel.secondary-background {
  background-color: #fcfcfc;
}

.hero-heading-left.mobile-only {
  display: none;
}

.hero-heading-left.secondary-background {
  background-color: #fbfbfb;
}

.hero-heading-left.centre-align {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-left.centre-align.light {
  background-color: #fcfcfc;
}

.hero-heading-left.cta-callback {
  background-color: #1a1a1a;
  background-image: radial-gradient(circle, #000000c4 44%, #fff0), url('../images/ChatGPT-Image-May-27-2026-11_34_53-AM.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.hero-heading-left.top-landing.light {
  background-color: #fcfcfc;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container.centre {
  text-align: center;
}

.container.px-above {
  margin-top: 40px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-wrapper._2 {
  align-items: center;
}

.hero-wrapper.centre-under-comp.callback-cta {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-around;
  align-items: center;
}

.hero-wrapper.founder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.wide {
  max-width: 55%;
}

.hero-split.wide.centre-under-comp {
  max-width: 45%;
}

.hero-split.solo {
  align-items: flex-end;
  max-width: 45%;
}

.hero-split.cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.hero-split.founder {
  max-width: 40%;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Kds, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.margin-bottom-24px.centre {
  text-align: center;
}

.margin-bottom-24px.centre.bottom {
  margin-bottom: 0;
}

.margin-bottom-24px.centre.bottom.mini {
  font-size: 16px;
}

.margin-bottom-24px.centre.bottom.bold {
  margin-bottom: 20px;
  font-weight: 500;
}

.margin-bottom-24px.centre.light {
  color: #d1d1d1;
}

.button-primary {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #063;
  border: 1px #000;
  border-radius: 5px;
  padding: 18px 40px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 2px 2px 10px 1px #0000000a;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.secondary {
  color: #000;
  background-color: #fff;
  border: .5px solid #04994e;
}

.button-primary.px-above {
  margin-top: 40px;
}

.button-primary.hero-cta {
  background-color: #063;
  border-style: solid;
  border-color: #fff;
}

.text-link {
  color: #049951;
  text-underline-offset: 8px;
  font-weight: 700;
}

.heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

.heading.cta {
  font-weight: 600;
}

.heading.centre {
  text-align: center;
}

.heading.centre.white {
  color: #fff;
}

.hero-section {
  background-image: linear-gradient(90deg, #000000e3, #0000009e 36%, #fff0 73%), url('../images/hero-blue-kitchen.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-bottom: 0;
  padding-left: 5%;
  display: flex;
}

.hero-section.test {
  background-image: linear-gradient(90deg, #000000e3, #0000009e 36%, #fff0 73%);
  align-items: center;
  padding-left: 0%;
  position: relative;
  overflow: hidden;
}

.hero-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.hero-block.test {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-left: 5%;
  position: relative;
}

.hero-heading {
  color: #fff;
  letter-spacing: -2px;
  font-size: 52px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

.hero-heading.landing {
  margin-top: 5px;
  font-family: Kds, Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.hero-tagline {
  color: #fff;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
}

.hero-tagline.location {
  font-weight: 500;
}

.navigation-right {
  flex-flow: column;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
}

.features-content {
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.features-content.blue {
  background-image: linear-gradient(45deg, #ccdcff, #78a0ff);
  border: 1px solid #1d007a;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.features-content.blue.second {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  background-image: none;
  border-color: #bdbdbd #bdbdbd #04994e;
  border-bottom-width: 10px;
  border-top-right-radius: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.features-content.blue.second.gallery {
  padding: 5px 5px 0;
}

.features-content.blue.second.img {
  border-bottom-width: 3px;
  min-width: 100%;
  padding: 2px;
}

.features-wrapper {
  width: 90%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper.secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: stretch;
}

.features-wrapper.secondary.gallery-layer {
  margin-top: 20px;
}

.div-block {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.features-title {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.category-img-cover {
  background-image: url('../images/gallery-1.webp');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 60px;
  width: 100%;
  max-width: 100%;
  height: 90%;
  min-height: 500px;
  margin-bottom: 10px;
}

.category-img-cover:hover {
  filter: brightness(110%);
}

.category-img-cover.modern {
  background-image: url('../images/gallery-3.webp');
}

.category-img-cover.cont {
  background-image: url('../images/gallery-4.webp');
  background-position: 50%;
}

.category-img-cover.locations {
  background-image: url('../images/Untitled-design---2026-04-27T103009.692.webp');
  background-position: 50%;
}

.category-img-cover.gallery {
  min-height: 400px;
  margin-bottom: 0;
}

.category-img-cover.gallery:hover {
  filter: none;
}

.category-img-cover.gallery.worktop {
  min-width: 100%;
  min-height: 300px;
}

.category-img-cover.gallery.worktop._1 {
  background-image: url('../images/gallery-5.webp');
  background-position: 50%;
}

.category-img-cover.gallery.worktop._2 {
  background-image: url('../images/gallery-6.webp');
  background-position: 50%;
  min-height: 300px;
}

.category-img-cover.gallery.worktop._3 {
  background-image: url('../images/gallery-7.webp');
  background-position: 50%;
}

.category-img-cover.gallery.worktop._4 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-10.05.46.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.worktop._5 {
  background-image: url('../images/gallery-8.webp');
  background-position: 50%;
}

.category-img-cover.gallery.worktop._6 {
  background-image: url('../images/gallery-9.webp');
  background-position: 50%;
}

.category-img-cover.gallery.fitted-k {
  min-height: 300px;
}

.category-img-cover.gallery.fitted-k._1 {
  background-image: url('../images/gallery-22.webp');
  background-position: 50%;
}

.category-img-cover.gallery.fitted-k._2 {
  background-image: url('../images/gallery-13.webp');
  background-position: 50%;
}

.category-img-cover.gallery.fitted-k._3 {
  background-image: url('../images/gallery-20.webp');
  background-position: 50%;
}

.category-img-cover.gallery.fitted-k._4 {
  background-image: url('../images/gallery-11.webp');
}

.category-img-cover.gallery.fitted-k._5 {
  background-image: url('../images/gallery-21.webp');
  background-position: 50%;
}

.category-img-cover.gallery.fitted-k._6 {
  background-image: url('../images/gallery-25.webp');
  background-position: 50%;
}

.category-img-cover.gallery.modern-1 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.47.41-7.jpeg');
  background-position: 100%;
}

.category-img-cover.gallery.modern-2 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.03-3.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.modern-3 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.47.41-5.webp');
}

.category-img-cover.gallery.modern-4 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.47.41-6.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.modern-5 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.03-2.jpeg');
}

.category-img-cover.gallery.modern-6 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.47.41-3.jpeg');
}

.category-img-cover.gallery.modern-7 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.47.41.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.modern-8 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.47.41-1.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.classic-2 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.03-1.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.classic-3 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.03-4.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.classic-4 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.03.jpeg');
  background-position: 0%;
}

.category-img-cover.gallery.contemporary-1 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.04-1.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.contemporary-2 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.03-8.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.contemporary-3 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.03-7.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.contemporary-4 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-09.57.03.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.doors-brochure-1 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-11.29.53_1.jpeg');
  min-height: 600px;
}

.category-img-cover.gallery.doors-brochure-2 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-11.29.53-1_1.jpeg');
  min-height: 600px;
}

.category-img-cover.gallery.handles {
  min-height: 300px;
}

.category-img-cover.gallery.handles._1 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-11.29.53-1.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.handles._2 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-11.29.53.jpeg');
  background-position: 50%;
}

.category-img-cover.gallery.handles._3 {
  background-image: url('../images/WhatsApp-Image-2026-04-29-at-11.29.53-2.jpeg');
  background-position: 50%;
}

.category-img-cover.location {
  min-height: 400px;
}

.category-img-cover.location.plymouth {
  background-image: url('../images/ChatGPT-Image-Apr-27-2026-12_22_33-PM.webp');
  background-position: 50%;
}

.category-img-cover.location.liverpool {
  background-image: url('../images/ChatGPT-Image-Apr-27-2026-12_24_35-PM.webp');
  background-position: 50%;
}

.category-img-cover.worktop {
  background-image: url('../images/gallery-8.webp');
  margin-bottom: 0;
}

.category-img-cover.worktop:hover {
  filter: none;
}

.category-img-cover.worktop._1 {
  background-image: url('../images/gallery-6.webp');
  background-position: 50%;
}

.category-img-cover.worktop._2 {
  background-image: url('../images/gallery-10.webp');
  background-position: 50%;
  margin-bottom: 0;
}

.category-img-cover.worktops {
  background-image: url('../images/gallery-8.webp');
}

.category-img-cover.doors {
  background-image: url('../images/gallery-24.webp');
  background-position: 50%;
}

.category-img-cover.fitted-kitchens {
  background-image: url('../images/gallery-21.webp');
  background-position: 0%;
}

.category-link-block {
  color: #333;
  width: 30%;
  text-decoration: none;
}

.category-link-block.main {
  width: 100%;
}

.category-link-block._2-wide {
  width: 45%;
}

.review-badge {
  width: 300px;
  margin-top: 20px;
}

.review-badge.in-page {
  width: 200px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.review-badge.nav {
  width: 100px;
  margin-top: 0;
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Kds, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.footer-link {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Kds, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.footer-link:hover {
  color: #049951;
}

.footer-link.w--open {
  padding-right: 55px;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Kds, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.copyright-text {
  color: #fffc;
  font-family: Kds, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

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

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-footer-section {
  color: #fff;
  background-color: #494949;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  font-family: Kds, Arial, sans-serif;
}

.socials-nav {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.socials-nav.nav {
  margin-top: 0;
}

.socials-nav.footer {
  justify-content: flex-start;
  margin-top: 10px;
}

.cf-social-media-icon {
  width: 20px;
  height: 20px;
}

.cf-social-media-bottom-container {
  margin-top: 32px;
}

.cf-footer-bold-text-14px {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Kds, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.cf-social-media-wrapper {
  background-color: #f4f4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
}

.cf-social-media-wrapper:hover {
  background-color: #caef45b3;
  transform: translate(0, -5px);
}

.cf-social-media-wrapper.social-media-wrapper-black {
  background-color: #049950;
}

.cf-social-media-wrapper.social-media-wrapper-black:hover {
  background-color: #00b95f;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-stack.internal {
  height: auto;
  min-height: 100vh;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.line-divider {
  background-color: #04994e;
  border: .5px solid #04994e;
  width: 60%;
}

.feature-split {
  background-color: #f5f7fa;
  border-top: 1px #000;
  justify-content: center;
  padding: 5px 10px;
  display: flex;
}

.feature-cont {
  width: 100%;
  max-width: none;
}

.ft-shape {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d87171;
  border-top-right-radius: 20px;
  justify-content: center;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.ft-shape.home-survey {
  background-color: #da7474;
}

.ft-shape.local-fitter {
  background-color: #d8a171;
}

.ft-shape.contact {
  background-color: #718ed8;
}

.image {
  width: 25px;
  height: 25px;
}

.feature-heading {
  color: #fff;
  flex-flow: row;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.ft-column {
  padding-left: 5px;
  padding-right: 5px;
}

.brix---color-accent-1 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-600 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

.brix---text-200 {
  font-family: Kds, Arial, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.brix---grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---card-link-icon-wrapper {
  border: 1px solid var(--elements-webflow-library--neutral--200);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 6px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--elements-webflow-library--neutral--600);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 14px 18px;
  font-family: Kds, Arial, sans-serif;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.brix---card-link-icon-wrapper:hover {
  border-color: #04994e;
  transform: scale3d(.96, .96, 1.01);
}

.brix---text-200-bold {
  color: #04994e;
  font-family: Kds, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---big-icon-left {
  filter: brightness(95%) hue-rotate(265deg);
  border-radius: 16px;
  margin-right: 16px;
}

.brix---section-position-relative {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.brix---half-bg-right---width-36 {
  z-index: -1;
  background-color: var(--elements-webflow-library--accent--primary-1);
  width: 36%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.brix---text-300-bold {
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.grid-contact {
  grid-column-gap: 60px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-contact.thank-you {
  flex-flow: wrap-reverse;
  justify-content: center;
  display: flex;
}

.brix---inner-container-400px {
  max-width: 450px;
}

.html-embed {
  color: #000;
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0 auto;
  padding: 40px;
  font-family: Kds, Arial, sans-serif;
  line-height: 1.8;
  box-shadow: 0 2px 5px #0003;
}

.form-div {
  color: #6f7192;
  flex-flow: column;
  align-items: center;
  padding-bottom: 5px;
  display: flex;
}

.form-div.top {
  width: 100%;
}

.form-logo {
  width: 60%;
  margin-bottom: 20px;
}

.form-logo.thank-you {
  width: 20%;
}

.ft-link {
  width: 100%;
  text-decoration: none;
}

.shadow-two-2 {
  background-image: radial-gradient(circle, #04994e5c, #fff0 60%);
  padding-left: 20px;
  padding-right: 20px;
}

.multi-button-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.hero-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, #000, #0000009e 35%, #fff0 65%);
  width: 100%;
  height: 100%;
  position: absolute;
}

.hero-overlay.landing {
  background-image: linear-gradient(90deg, #000, #0000009e 35%, #fff0 84%);
}

.mobile-sticky-cta {
  display: none;
}

.cta-icon.invert {
  filter: invert();
}

.mob-only {
  display: none;
}

.before-after-slider {
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  max-width: none;
  height: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000040;
}

.drag {
  z-index: 5;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: grab;
  background-color: #ffffff8c;
  justify-content: center;
  align-items: center;
  width: 2%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 49%;
}

.icon {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background-color: #1ad074fa;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 37px;
  height: 38px;
  min-height: 38px;
  padding: 5px;
  display: flex;
}

.before {
  z-index: 2;
  background-image: url('../images/KDS-BA-Images-Website-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.before_mobile {
  z-index: 2;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-01-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  overflow: hidden;
}

.after {
  z-index: 1;
  background-image: url('../images/KDS-BA-Images-Website-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.after_mobile {
  z-index: 1;
  background-image: url('../images/2023-GLB-SUV-CT-1-5-02-DR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.image-sliders-feature {
  grid-template-rows: auto;
  width: 90%;
  max-width: none;
  margin: 40px auto;
}

.image-sliders-div.no-mobile {
  display: block;
}

.before-2 {
  z-index: 2;
  background-image: url('../images/KDS-BA-Images-Website-4.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
}

.after-2 {
  z-index: 1;
  background-image: url('../images/KDS-BA-Images-Website-5.webp');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.before_mobile-2, .after_mobile-2 {
  display: none;
}

.drag-2 {
  z-index: 5;
  background-color: #ffffff8c;
  justify-content: center;
  align-items: center;
  width: 2%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 49%;
}

.before-after-slider-2 {
  background-color: #fff;
  border-radius: 8px;
  height: 300px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #00000040;
}

.carousel-container {
  display: flex;
  overflow: hidden;
}

.carousel-container._2 {
  flex-flow: row-reverse;
}

.carousel-section {
  background-color: #f5f7fa;
  padding-top: 0;
  padding-bottom: 0;
}

.carousel-section.no-mobile {
  background-color: #f5f7fa00;
}

.brix---color-accent-2 {
  color: var(--elements-webflow-library--accent--primary-1);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---color-neutral-805 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---mg-bottom-8px-2 {
  margin-bottom: 0;
}

.brix---mg-bottom-24px {
  margin-bottom: 10px;
}

.brix---text-201 {
  color: #000;
  font-family: Kds, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.brix---heading-h4-size {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kds, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.brix---flex-horizontal {
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-text {
  margin-bottom: 0;
  font-family: Kds, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.review-div {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--elements-webflow-library--neutral--100);
  width: 32%;
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 25px;
  display: flex;
}

.review-div.slider {
  width: 95%;
}

.review-div.mob {
  text-align: left;
  width: 49%;
}

.review-section {
  background-color: #f6f7fa;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
}

.review-section.slider-mobile {
  display: none;
}

.review-stars-image {
  filter: hue-rotate(212deg);
  width: 75px;
  margin-bottom: 10px;
}

.review-container {
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.review-slider {
  background-color: #f6f7fa;
  height: auto;
  padding-top: 20px;
  padding-bottom: 0;
}

.review-slider-div {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 92%;
  height: 100%;
  margin: 40px auto;
  display: flex;
}

.arrow {
  color: #007500;
  width: 40px;
  height: 40px;
}

.right-arrow {
  width: 6%;
  height: auto;
}

.left-arrow {
  width: 6%;
  display: block;
}

.slide-nav {
  margin-top: 0;
}

.review-container-2 {
  justify-content: space-around;
  align-items: stretch;
  min-width: 100%;
  display: flex;
}

.mobile-review-section {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  display: none;
}

.mobile-review-container {
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.hero-call {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f7f7f7;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.hero-cta-text {
  color: #000;
  font-family: Kds, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.hero-cta-number {
  letter-spacing: 1px;
  font-family: Kds, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
}

.hero-div {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  display: none;
}

.brix---container-default-4 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.usp-bar {
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  background-color: #d4d4d4;
  padding-left: 72px;
  padding-right: 72px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
}

.usp-bar.top {
  display: none;
}

.brix---top-bar-flex-h-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---link-wrapper-white {
  color: var(--elements-webflow-library--neutral--100);
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: none;
  display: flex;
}

.brix---link-wrapper-white:hover {
  color: var(--elements-webflow-library--neutral--100);
}

.usp-bar-padding {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-63 {
  color: #1a1a1a;
  font-family: Kds, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span {
  text-underline-offset: 4px;
  font-weight: 600;
  text-decoration: underline;
}

.callback-form {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 60%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.cf-features-section-2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 20px;
}

.cf-features-section-2-icon-wrap {
  background-color: #04994e;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35px;
  height: 35px;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Kds, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  margin-bottom: 5px;
  font-family: Kds, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 133%;
}

.cf-features-section-3-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.cf-features-section-3-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.icon-with-heading {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  width: 100%;
  display: flex;
}

.process-number {
  color: #ededed;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.promo-sub {
  color: #686868;
  font-style: italic;
}

.brix---container-default-5 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---footer-wrapper {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: #494949;
}

.brix---footer-logo {
  transform-style: preserve-3d;
  transition: transform .3s;
}

.brix---footer-logo:hover {
  transform: scale3d(.97, .97, 1.01);
}

.brix---footer-bottom {
  border-top: 1px solid var(--elements-webflow-library--neutral--300);
  color: var(--elements-webflow-library--neutral--600);
  text-align: center;
  padding-top: 32px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 30px;
}

.brix---footer-bottom.lower {
  border-top-style: none;
  padding-top: 0;
}

.brix---grid-footer-3-cols {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr .3fr;
  align-items: center;
}

.brix---footer-list-wrapper-horizontal {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.brix---footer-top-small {
  padding-top: 72px;
  padding-bottom: 72px;
}

.brix---footer-list-item-horizontal {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.slider {
  background-color: #131313;
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.img {
  height: 100%;
  display: inline-block;
}

.image-swiper {
  background-image: url('../images/KDS-BA-Images-Website-6.webp');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.mask-2 {
  border-radius: 8px;
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px #0003;
}

.slider-3 {
  background-color: #ddd0;
  height: auto;
}

.icon-6 {
  filter: invert();
}

.swiper-image {
  width: 100%;
  height: auto;
}

.swiper-container {
  margin-top: 40px;
  margin-bottom: 40px;
}

.cf-faq-line {
  background-color: #121212;
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.cf-faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-family: Kds, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
}

.cf-faq-plus-card {
  color: #181818;
  width: 100%;
  max-width: 730px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 7%;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  border-top: 1px solid #e5e5e5;
}

.cf-faq-icon-contain {
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.cf-bottom-line-2 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  width: 90%;
  font-family: Kds, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-faq-line-vertical {
  background-color: #121212;
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.cf-faqs-container {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.cf-choose-feature-container {
  position: relative;
}

.bold-text {
  text-underline-offset: 8px;
  font-style: italic;
  line-height: 1.6;
  -webkit-text-decoration: underline #04994e;
  text-decoration: underline #04994e;
}

.founder-photo {
  box-shadow: 0 2px 5px #00000047;
}

.dual-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  display: flex;
}

.callback-note {
  color: #333;
  text-underline-offset: 4px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.cf-features-section-2-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 40px;
}

.cf-features-section-2-grid-cell-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-3-wrapper-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .cf-footer-right-container {
    justify-content: center;
  }

  .footer-link {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .footer-link:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .text-size-small {
    font-size: 18px;
  }

  .nav_menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-right: 0;
  }

  .flowbase-logo {
    height: 100px;
  }

  .navigation {
    border-top-width: 3px;
    padding-left: 3%;
  }

  .brand {
    margin-right: 0;
  }

  .navigation-container-2 {
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .nav_dropdown-button {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navigation-left {
    padding-bottom: 10px;
  }

  .lynx-nav-block {
    margin-bottom: 20px;
  }

  .lynx-text-nav-info {
    font-size: 13px;
  }

  .hero-heading-left.carousel {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left.cta-callback {
    background-image: radial-gradient(circle, #000000c4 44%, #fff0 74%), url('../images/ChatGPT-Image-May-27-2026-11_34_53-AM.webp');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .container {
    max-width: 1100px;
  }

  .hero-split.solo {
    align-items: flex-end;
  }

  .hero-heading.landing {
    font-size: 62px;
  }

  .features-content.blue {
    padding-bottom: 30px;
  }

  .features-title {
    font-size: 18px;
  }

  .category-img-cover.location.plymouth, .category-img-cover.location.liverpool {
    background-position: 50% 0;
  }

  .review-badge.in-page {
    width: 200px;
    margin-top: 20px;
  }

  .cf-footer-right-container {
    margin-left: 5%;
  }

  .cf-wrapper-1200px {
    max-width: 1300px;
  }

  .cf-footer-links-wrapper {
    max-width: 200px;
  }

  .socials-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cf-social-media-wrapper.social-media-wrapper-black {
    background-color: #049950;
  }

  .cf-social-media-wrapper.social-media-wrapper-black:hover {
    filter: none;
    background-color: #03c365;
  }

  .grid-contact {
    grid-column-gap: 80px;
    grid-template-columns: 1fr 1.2fr;
  }

  .html-embed {
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .before-after-slider, .before-after-slider-2 {
    height: 400px;
  }
}

@media screen and (max-width: 991px) {
  .text-block-61 {
    font-size: 14px;
    font-weight: 400;
  }

  .dropdown-list-2 {
    background-color: #fff;
  }

  .dropdown-list-2.w--open {
    position: relative;
  }

  .nav-content-wrap {
    border-left: 1px solid #04994e;
  }

  .nav-content-wrap:hover {
    color: #253136;
  }

  .mobile-dropdown {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .menu-mob {
    color: #fff;
    background-color: #04994e;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 3%;
    padding: 10px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #000;
  }

  .nav_grid {
    display: none;
  }

  .navigation-container-mob {
    border-top: 3px solid #04994e;
    justify-content: space-between;
    max-width: none;
    padding: 0 0% 0 3%;
  }

  .mobile-nav-link {
    width: 100%;
  }

  .mobile-nav-link:hover {
    color: #141520;
  }

  .nav_menu {
    position: absolute;
  }

  .flowbase-logo {
    height: 60px;
  }

  .navigation-mob {
    background-color: #fff;
    border-top: 3px #04994e;
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .navigation {
    display: none;
  }

  .nav_dropdown-list.w--open {
    position: static;
  }

  .nav_grid-mobile {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    grid-template-columns: 1fr;
    justify-items: start;
    margin-bottom: .625rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    display: grid;
  }

  .nav_link-div {
    border-style: none;
    padding: .3125rem .3125rem 0;
    font-size: .8rem;
  }

  .nav_link-div:hover {
    background-color: #fff9e600;
    border-style: none;
    border-width: .0625rem;
    border-bottom-color: #ccc;
    border-radius: 0;
    text-decoration: underline;
  }

  .mobile-nav {
    background-color: #fff;
    padding-top: 15px;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .dropdown-link-mobile {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .dropdown-link-mobile:hover {
    color: #1e6d1b;
    background-color: #f8faff00;
  }

  .mobile-toggle {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navigation-left {
    display: flex;
  }

  .nav_dropdown-bottom-div {
    display: none;
  }

  .lynx-nav-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 2px;
    padding-bottom: 6px;
  }

  .lynx-text-nav-info {
    font-size: 10px;
  }

  .hero-heading-left.mobile-only {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-wrapper.centre-under-comp {
    align-items: center;
  }

  .hero-wrapper.centre-under-comp.callback-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .hero-wrapper.founder {
    align-items: center;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.wide {
    align-items: center;
    max-width: none;
  }

  .hero-split.wide.centre-under-comp {
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .hero-split.nav {
    padding-top: 10px;
    padding-bottom: 0;
    padding-left: 20px;
  }

  .hero-split.founder {
    max-width: 60%;
  }

  .margin-bottom-24px.comp-only {
    display: none;
  }

  .margin-bottom-24px.mob-only {
    margin-bottom: 0;
    display: block;
  }

  .margin-bottom-24px.centre-mob, .heading.centre-mob {
    text-align: center;
  }

  .hero-block.test {
    max-width: 80%;
  }

  .features-content {
    padding-right: 0;
  }

  .features-content.blue.second {
    padding: 6px 6px 20px;
  }

  .features-wrapper {
    flex-flow: column;
    margin-top: 0;
  }

  .features-wrapper.secondary {
    flex-flow: row;
    width: 100%;
    margin-top: 40px;
  }

  .features-title {
    font-size: 16px;
  }

  .category-img-cover {
    min-height: 300px;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .socials-nav.middle {
    justify-content: center;
    margin-bottom: 40px;
  }

  .cf-footer-bold-text-14px {
    line-height: 150%;
  }

  .container-2 {
    max-width: 728px;
  }

  .ft-shape.home-survey, .ft-shape.local-fitter, .ft-shape.contact {
    padding-left: 10px;
    padding-right: 10px;
  }

  .feature-heading {
    font-size: 16px;
  }

  .brix---section-position-relative {
    padding-top: 0;
    padding-bottom: 118px;
  }

  .brix---section-position-relative.landing {
    padding-bottom: 0;
  }

  .brix---half-bg-right---width-36 {
    width: 100%;
    height: 40%;
    inset: auto 0% 0%;
  }

  .grid-contact {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-contact.home-enquire-page {
    grid-row-gap: 40px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .html-embed {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .form-div.landing {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form-logo.mob-inv {
    display: none;
  }

  .brand-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .image-2.large-screen, .mobile-sticky-cta {
    display: none;
  }

  .mob-only {
    width: 100%;
    display: block;
  }

  .comp-only {
    display: none;
  }

  .before-after-slider {
    justify-content: flex-start;
    height: 400px;
    display: block;
  }

  .before {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .before_mobile {
    background-image: url('../images/KDS-BA-Images-Website-2.webp');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    display: block;
  }

  .after {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .after_mobile {
    background-image: url('../images/KDS-BA-Images-Website-3.webp');
    background-position: 50% 60%;
    background-size: cover;
    background-attachment: scroll;
    width: 100%;
    display: block;
  }

  .image-sliders-feature {
    grid-template-columns: 1fr;
  }

  .before_mobile-2 {
    z-index: 2;
    background-image: url('../images/KDS-BA-Images-Website-4.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .after_mobile-2 {
    z-index: 1;
    background-image: url('../images/KDS-BA-Images-Website-5.webp');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
  }

  .drag-2 {
    z-index: 5;
    background-color: #ffffff8c;
    justify-content: center;
    align-items: center;
    width: 2%;
    display: flex;
    position: absolute;
    inset: 0% auto 0% 49%;
  }

  .before-after-slider-2 {
    height: 400px;
  }

  .brix---heading-h4-size {
    font-size: 12px;
    line-height: 1;
  }

  .review-div {
    padding: 10px 15px;
  }

  .review-div.slider {
    width: 100%;
  }

  .review-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .review-section.slider-mobile {
    display: none;
  }

  .review-slider {
    height: auto;
    padding-bottom: 10px;
  }

  .review-slider-div {
    width: 80%;
  }

  .right-arrow, .left-arrow {
    width: 10%;
  }

  .mobile-review-section, .image-3 {
    display: none;
  }

  .usp-bar {
    padding-left: 56px;
    padding-right: 56px;
  }

  .usp-bar.top {
    display: block;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .usp-bar-padding, .usp-bar-padding.top {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-63 {
    color: #414141;
    font-size: 16px;
  }

  .callback-form {
    align-items: stretch;
    width: 85%;
    margin-top: 20px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
    max-width: 700px;
    margin-top: 0;
  }

  .cf-service-paragraph, .cf-service-heading {
    text-align: center;
  }

  .cf-features-section-3 {
    width: 100%;
  }

  .cf-features-section-3-wrapper {
    align-items: center;
    padding-top: 0;
  }

  .icon-with-heading {
    flex-flow: column;
  }

  .promo-sub {
    text-align: center;
  }

  .brix---footer-bottom {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---grid-footer-3-cols {
    grid-template-columns: 1fr;
  }

  .brix---footer-top-small {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .swiper-image {
    height: auto;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .cf-features-section-2-grid-2 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-grid-cell-2 {
    align-items: center;
  }

  .cf-features-section-3-wrapper-2 {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .mobile-dropdown {
    display: flex;
  }

  .menu-mob {
    margin-bottom: 5px;
    margin-right: 36%;
  }

  .flowbase-logo {
    height: 60px;
  }

  .mobile-nav {
    padding-left: 20px;
  }

  .mobile-toggle {
    margin-left: 0;
    margin-right: 0;
  }

  .lynx-nav-block {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-left.mobile-only {
    flex-flow: column;
    align-items: center;
    padding-top: 40px;
    display: flex;
  }

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

  .hero-split.wide {
    align-items: center;
  }

  .hero-split.wide.contact {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .margin-bottom-24px.mob-only {
    margin-bottom: 0;
  }

  .hero-block {
    max-width: none;
  }

  .hero-block.test {
    align-items: center;
    max-width: 100%;
    margin-left: 0%;
  }

  .hero-block.test.home {
    align-items: flex-start;
    padding-left: 5%;
  }

  .features-content {
    padding-bottom: 30px;
    padding-left: 0;
  }

  .features-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 20px;
  }

  .features-wrapper.secondary {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .footer-link {
    font-size: 16px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .hero-stack.enq.top-landing {
    padding-top: 40px;
  }

  .ft-shape.home-survey, .ft-shape.local-fitter, .ft-shape.contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---text-200, .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---big-icon-left {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---section-position-relative {
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---text-300-bold {
    font-size: 18px;
    line-height: 22px;
  }

  .grid-contact {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .html-embed {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .columns {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .mobile-sticky-cta {
    display: none;
  }

  .mob-only {
    width: 100%;
    display: block;
  }

  .before-after-slider {
    height: 300px;
  }

  .before_mobile {
    background-position: 50%;
  }

  .after_mobile {
    background-position: 50% 70%;
  }

  .image-sliders-div.no-mobile, .carousel-section.no-mobile {
    display: none;
  }

  .brix---text-201 {
    font-size: 12px;
    line-height: 18px;
  }

  .brix---text-201.hero {
    color: #fff;
  }

  .brix---heading-h4-size {
    font-size: 12px;
    line-height: 1;
  }

  .brix---heading-h4-size.hero, .review-text.hero {
    color: #fff;
  }

  .review-div.slider.hero {
    background-color: #0000008a;
    border-style: solid;
    border-color: #ffffff3d;
    border-radius: 8px;
    position: relative;
    top: 0%;
    bottom: -53px;
  }

  .review-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .review-section.slider-mobile {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .review-section.slider-mobile.hero {
    background-color: #55618600;
    max-width: 100%;
  }

  .review-section.no-mobile {
    display: none;
  }

  .review-stars-image {
    filter: hue-rotate(240deg);
  }

  .review-slider {
    background-color: #f6f7fa00;
  }

  .review-slider-div {
    width: 95%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .review-slider-div.hero {
    width: 95%;
  }

  .arrow, .slide-nav {
    display: none;
  }

  .slider-review-margin {
    margin-bottom: 10px;
  }

  .mobile-review-section {
    display: flex;
  }

  .hero-call.in-page {
    padding: 14px 40px;
  }

  .hero-div {
    flex-flow: column;
    align-items: flex-start;
    margin-left: 5%;
    margin-right: 5%;
    display: flex;
  }

  .image-3 {
    display: block;
  }

  .usp-bar {
    padding-left: 36px;
    padding-right: 36px;
  }

  .brix---top-bar-flex-h-center {
    flex-direction: column;
  }

  .usp-bar-padding {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .usp-bar-padding.top {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .text-block-63 {
    color: #333;
    font-size: 14px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    background-color: #fff;
    border-radius: 8px;
    grid-template-rows: auto auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---footer-logo-wrapper {
    width: 239px;
  }

  .brix---footer-top-small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 10px;
  }

  .swiper-image {
    height: auto;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .dual-cta {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-3-wrapper-2 {
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .text-block-61 {
    font-size: 14px;
    line-height: 1.1;
  }

  .nav-content-wrap {
    padding-left: 10px;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .menu-mob {
    background-color: #7eb13c;
    background-image: linear-gradient(45deg, #04994e, #09b961);
    margin-bottom: 5px;
    margin-right: 25%;
    padding: 6px;
  }

  .menu-mob.w--open {
    background-color: #000;
    background-image: none;
  }

  .navigation-container-mob {
    border-top-style: solid;
    border-top-width: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2%;
  }

  .flowbase-logo {
    height: 50px;
  }

  .navigation-mob {
    height: auto;
  }

  .mobile-nav {
    padding-left: 10px;
  }

  .dropdown-link-mobile {
    padding: 5px 20px;
  }

  .lynx-nav-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding: 6px 20px;
    display: none;
  }

  .lynx-text-nav-info {
    letter-spacing: .8px;
    font-size: 6px;
    display: none;
  }

  .hero-heading-left.mobile-only {
    padding-top: 40px;
  }

  .hero-heading-left.centre-align.light {
    background-color: #fcfcfc;
  }

  .hero-heading-left.centre-align.light.top-enq {
    padding-top: 20px;
  }

  .hero-heading-left.cta-callback {
    background-image: radial-gradient(circle, #000000c4 52%, #fff0), url('../images/Untitled-design---2026-05-27T113717.595.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-heading-left.top-landing {
    padding-top: 20px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper.centre-under-comp.callback-cta {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 0;
  }

  .hero-split.wide {
    align-items: center;
    margin-bottom: 20px;
  }

  .hero-split.wide.centre-under-comp {
    max-width: 100%;
  }

  .hero-split.founder {
    max-width: 90%;
  }

  .margin-bottom-24px.centre.less {
    margin-bottom: 0;
  }

  .margin-bottom-24px.centre.bottom.mini {
    line-height: 1.2;
  }

  .margin-bottom-24px.centre.bottom.bold {
    font-size: 14px;
    line-height: 1.2;
  }

  .margin-bottom-24px.mob-only {
    margin-bottom: 0;
  }

  .margin-bottom-24px.centre-mob {
    text-align: center;
  }

  .button-primary {
    text-align: center;
    letter-spacing: 1.2px;
    background-color: #063;
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 2px 2px 11px 1px #00000047;
  }

  .button-primary.hero-cta {
    border: 1px solid #fff;
  }

  .heading {
    font-size: 28px;
    line-height: 1.1;
  }

  .hero-section.test {
    height: 60vh;
    padding-top: 0;
  }

  .hero-section.test.home {
    height: 75vh;
  }

  .hero-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 90%;
  }

  .hero-block.test {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 5px;
  }

  .hero-block.test.home {
    align-items: flex-start;
    padding-left: 5%;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    line-height: 1.2;
  }

  .hero-heading.landing {
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 1.1;
  }

  .hero-tagline {
    font-size: 18px;
    font-weight: 300;
  }

  .hero-tagline.location {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }

  .hero-tagline.landing {
    margin-bottom: 0;
    font-size: 16.5px;
    font-weight: 400;
  }

  .features-content {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .features-content.blue.second {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 6px 6px 10px;
  }

  .features-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-top: 20px;
  }

  .features-wrapper.secondary {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    margin-top: 20px;
  }

  .category-img-cover.gallery.doors-brochure-1, .category-img-cover.gallery.doors-brochure-2 {
    min-height: 300px;
  }

  .category-img-cover.worktops, .category-img-cover.fitted-kitchens {
    min-height: 200px;
  }

  .category-link-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .category-link-block._2-wide {
    width: 90%;
  }

  .review-badge {
    width: 180px;
    margin-top: 0;
  }

  .review-badge.footer {
    width: 150px;
    margin-top: 20px;
  }

  .review-badge.in-page {
    margin-top: 0;
  }

  .review-badge.landing {
    width: 140px;
    margin-top: 0;
  }

  .review-badge.home-hero {
    margin-top: 40px;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .socials-nav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-stack.enq {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-stack.enq.top-landing {
    padding-top: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---text-200 {
    text-align: left;
    font-size: 15px;
    line-height: 16px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---card-link-icon-wrapper {
    text-align: center;
    flex-flow: row;
    align-items: center;
    padding: 20px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---big-icon-left {
    border-radius: 14px;
    max-width: 40px;
    margin-bottom: 0;
    margin-right: 10px;
  }

  .brix---section-position-relative {
    padding-top: 0;
    padding-bottom: 96px;
  }

  .brix---section-position-relative.landing {
    padding-bottom: 0;
  }

  .brix---text-300-bold {
    font-size: 17px;
    line-height: 21px;
  }

  .grid-contact {
    grid-row-gap: 0px;
  }

  .brix---inner-container-400px {
    max-width: 100%;
  }

  .html-embed {
    min-width: 100%;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
  }

  .form-logo.thank-you {
    width: 60%;
  }

  .brand-2 {
    padding-left: 0;
  }

  .quick-stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .div-block-2 {
    flex-flow: column;
    width: auto;
    display: flex;
    position: static;
  }

  .multi-button-div.cta {
    flex-flow: column;
  }

  .hero-overlay {
    background-image: linear-gradient(90deg, #000, #0000009e 35%, #0000004a 65%);
  }

  .hero-overlay.landing {
    background-image: linear-gradient(90deg, #000000e6, #0000009e 47%, #0000004a 78%);
    padding-top: 0;
  }

  .mobile-sticky-cta {
    z-index: 9999;
    background-color: #414040;
    justify-content: space-around;
    width: 100%;
    padding: 8px 10px 12px;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -8px 5px #00000024;
  }

  .cta-icon {
    width: 15px;
    height: 15px;
  }

  .cta-button {
    text-align: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .cta-button.call {
    background-color: #141414;
    border-radius: 6px;
  }

  .cta-button.survey {
    background-color: #063;
    border-radius: 6px;
  }

  .cta-button-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-bottom: 1px solid #ffffff54;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    padding: 12px 22px;
    text-decoration: none;
    display: flex;
  }

  .cta-button-text {
    color: #fff;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
  }

  .mob-only {
    width: 100%;
  }

  .before-after-slider {
    height: 250px;
  }

  .drag {
    width: 4%;
    left: 48%;
  }

  .before {
    background-repeat: repeat-x;
    background-size: cover;
  }

  .before_mobile, .after_mobile {
    background-position: 50%;
    background-size: cover;
  }

  .image-sliders-feature {
    width: 100%;
  }

  .before-after-slider-2 {
    height: 250px;
  }

  .carousel-section.no-mobile {
    display: none;
  }

  .brix---mg-bottom-8px-2 {
    margin-bottom: 6px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---mg-bottom-24px.mob {
    margin-bottom: 8px;
  }

  .brix---text-201 {
    font-size: 12px;
    line-height: 16px;
  }

  .brix---text-201.hero {
    color: #cecece;
    line-height: 1;
  }

  .brix---heading-h4-size {
    font-size: 12px;
    line-height: 1;
  }

  .review-text {
    font-size: 12px;
    line-height: 1.4;
  }

  .review-text.hero {
    color: #dfdfdf;
    font-size: 12px;
    line-height: 1.2;
  }

  .review-div {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .review-div.slider {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .review-div.slider.hero {
    background-color: #00000054;
    border-style: solid;
    border-color: #ffffff1c;
    border-radius: 4px;
    height: 100%;
    padding: 5px 10px;
    position: relative;
    bottom: -39px;
  }

  .review-div.mob {
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .review-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .review-section.slider-mobile.hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .review-stars-image {
    filter: hue-rotate(252deg);
  }

  .review-slider {
    height: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .review-slider-div {
    width: 95%;
    margin-bottom: 0;
  }

  .review-slider-div.hero {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    width: 90%;
  }

  .slide-nav {
    display: none;
  }

  .slider-review-margin {
    margin-bottom: 5px;
  }

  .mobile-review-section {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .hero-call {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    padding: 5px 12px;
    text-decoration: none;
    display: flex;
  }

  .hero-cta-text {
    font-size: 14px;
  }

  .hero-cta-number {
    font-size: 15px;
  }

  .hero-div {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-bottom: 0;
  }

  .image-3 {
    margin-top: 10px;
  }

  .brix---container-default-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .usp-bar {
    background-color: #e3e3e3;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
    line-height: 26px;
  }

  .usp-bar.top {
    color: #f1eeee;
    background-color: #e0e0e0;
  }

  .usp-bar-padding, .usp-bar-padding.top {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-63 {
    color: #3c3c3c;
    font-size: 12px;
    line-height: 1.4;
  }

  .text-span {
    color: #0e0e0e;
    letter-spacing: .5px;
    text-decoration: none;
  }

  .callback-form {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-service-paragraph {
    line-height: 1.4;
  }

  .cf-features-section-3-wrapper {
    padding-top: 0;
  }

  .icon-with-heading {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .brix---container-default-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .brix---footer-list-wrapper-horizontal {
    flex-direction: column;
  }

  .brix---footer-top-small {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .brix---footer-list-item-horizontal {
    margin-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
  }

  .mask-2 {
    width: 100%;
  }

  .slider-3 {
    box-shadow: 0 2px 5px #0000004d;
  }

  .icon-6 {
    filter: none;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    color: #0daa58;
    margin-left: 0;
  }

  .icon-6.right {
    width: 40px;
    margin-left: 40px;
  }

  .swiper-image {
    height: auto;
  }

  .swiper-container {
    margin-top: 40px;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .bold-text {
    text-underline-offset: 6px;
    line-height: 1.4;
    text-decoration: none;
  }

  .div-block-4 {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .cf-features-section-2-grid-cell-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

#w-node-_08334c75-d887-a19f-2568-c08aebf32c4e-96faf37d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_91dc50e5-5b59-323f-6b98-409d77ceba30-96faf37d, #w-node-_686cf31f-eb86-3377-752f-fbd61f96c9a0-96faf37d {
  grid-column: span 2 / span 2;
}

#w-node-_8c2631e1-51a9-3514-a3b4-339b9e467e30-298a12fc, #w-node-_2017192f-77bb-7760-0a32-bad08c747bb8-298a12fc, #w-node-_2ba97d96-4756-e1f6-57ea-190cedc61429-298a12fc, #w-node-_22db8ab4-d09e-0563-c784-bcafaf860e1c-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8c2631e1-51a9-3514-a3b4-339b9e467ebd-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467ec0-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467ec3-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467ec6-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467ec9-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467ecc-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_535e05f1-000b-dd55-417d-1c8f7c4be777-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8c2631e1-51a9-3514-a3b4-339b9e467f52-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467f55-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467f58-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467f5b-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467f5e-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467f61-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28afb29e-7fa6-9bd2-bea1-21108f131a37-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8c2631e1-51a9-3514-a3b4-339b9e467fcb-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467fce-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467fd1-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467fd4-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467fd7-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e467fda-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ce9fbf8-c03c-0c3b-c964-685b126f2442-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5ce9fbf8-c03c-0c3b-c964-685b126f2448-298a12fc, #w-node-_5ce9fbf8-c03c-0c3b-c964-685b126f244b-298a12fc, #w-node-_5ce9fbf8-c03c-0c3b-c964-685b126f244e-298a12fc, #w-node-_5ce9fbf8-c03c-0c3b-c964-685b126f2451-298a12fc, #w-node-_5ce9fbf8-c03c-0c3b-c964-685b126f2454-298a12fc, #w-node-_5ce9fbf8-c03c-0c3b-c964-685b126f2457-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19cdd7e5-b72f-dcb7-c0e9-3124e7652a7c-298a12fc, #w-node-e5bd66f1-c514-e4e6-e256-2d500d27b74f-298a12fc, #w-node-feea7268-8bcc-e7ab-0da6-35223dd0055b-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8c2631e1-51a9-3514-a3b4-339b9e46803d-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e468040-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e468043-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e468046-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e468049-298a12fc, #w-node-_8c2631e1-51a9-3514-a3b4-339b9e46804c-298a12fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7193eead-c65b-b256-4fcd-1c147eea39cb-163d2518, #survey-enq.w-node-_8cadb805-534e-60e8-fbcd-d7fb4790e9e8-28614e8b {
  place-self: auto;
}

#w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-28614e8b {
  justify-self: start;
}

#survey-enq.w-node-d3ea4e7d-53a7-db97-fcb5-0cc34e6e5f7c-0aece24a {
  place-self: auto;
}

#w-node-_608dbb61-6b09-a799-82f3-b0e23a35b599-0aece24a {
  justify-self: start;
}

#w-node-_7193eead-c65b-b256-4fcd-1c147eea39cb-049c44cb, #w-node-_7193eead-c65b-b256-4fcd-1c147eea39cb-cc572d9a, #w-node-_7193eead-c65b-b256-4fcd-1c147eea39cb-23e966f7 {
  place-self: start;
}

#survey-enq.w-node-_8cadb805-534e-60e8-fbcd-d7fb4790e9e8-b3d3825a {
  place-self: auto;
}

#w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-b3d3825a {
  justify-self: start;
}

#survey-enq.w-node-_8cadb805-534e-60e8-fbcd-d7fb4790e9e8-aa37a3f7 {
  place-self: auto;
}

#w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-aa37a3f7 {
  justify-self: start;
}

#survey-enq.w-node-_8cadb805-534e-60e8-fbcd-d7fb4790e9e8-a1153fd8 {
  place-self: auto;
}

#w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-a1153fd8 {
  justify-self: start;
}

#survey-enq.w-node-_8cadb805-534e-60e8-fbcd-d7fb4790e9e8-e5de6b62 {
  place-self: auto;
}

#w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-e5de6b62 {
  justify-self: start;
}

#survey-enq.w-node-_8cadb805-534e-60e8-fbcd-d7fb4790e9e8-ad77a902 {
  place-self: auto;
}

#w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-ad77a902 {
  justify-self: start;
}

#survey-enq.w-node-_8cadb805-534e-60e8-fbcd-d7fb4790e9e8-b25c2d83 {
  place-self: auto;
}

#w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-b25c2d83 {
  justify-self: start;
}

#survey-enq.w-node-_8cadb805-534e-60e8-fbcd-d7fb4790e9e8-c6c9b180 {
  place-self: auto;
}

#w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-c6c9b180 {
  justify-self: start;
}

#w-node-_95c1d064-d143-77c0-7a83-652c102e2dc1-d922be60, #w-node-_95c1d064-d143-77c0-7a83-652c102e2dc1-b2a95493 {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-28614e8b, #w-node-_608dbb61-6b09-a799-82f3-b0e23a35b599-0aece24a, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-b3d3825a, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-aa37a3f7, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-a1153fd8, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-e5de6b62, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-ad77a902, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-b25c2d83, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-c6c9b180 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-28614e8b, #w-node-_608dbb61-6b09-a799-82f3-b0e23a35b599-0aece24a, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-b3d3825a, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-aa37a3f7, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-a1153fd8, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-e5de6b62, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-ad77a902, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-b25c2d83, #w-node-_20f2df06-ade6-9e5e-e32a-6603b2a58ee9-c6c9b180 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_08334c75-d887-a19f-2568-c08aebf32c4e-96faf37d {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_91dc50e5-5b59-323f-6b98-409d77ceba30-96faf37d, #w-node-_686cf31f-eb86-3377-752f-fbd61f96c9a0-96faf37d {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Kds';
  src: url('../fonts/KDS-bold.ttf') format('truetype'), url('../fonts/KDS-extrabold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kds';
  src: url('../fonts/KDS-light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kds';
  src: url('../fonts/KDS-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kds';
  src: url('../fonts/KDS-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kds';
  src: url('../fonts/KDS-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kds';
  src: url('../fonts/KDS-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kds';
  src: url('../fonts/KDS-thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kds';
  src: url('../fonts/KDS-extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}