@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Bold.woff') format("woff"), url('../fonts/Inter-ExtraBold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../fonts/Inter-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral-900: #0a071b;
  --neutral-600: #3c3754;
  --neutral-700: #2a263f;
  --neutral-500: #5b5675;
  --orange-600: #f58859;
  --neutral-100: #f8f7fc;
  --neutral-300: #bcb8d0;
  --green: #56624a;
  --orange-100: #fdf5f1;
  --orange-800: #d2693c;
  --neutral-400: #8c87a6;
  --neutral-800: #141125;
  --orange-800-801: #984d2c;
  --neutral-200: #e1dfec;
  --orange-300: #fac4ad;
  --gold: #f3d090;
}

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

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

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 64px;
}

h2 {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  margin-top: 0;
  font-family: Dela Gothic One, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
}

h3 {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

h4 {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

h5 {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

h6 {
  max-width: 650px;
  color: var(--neutral-900);
  margin: 10px auto;
  font-family: Dela Gothic One, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

p {
  color: var(--neutral-600);
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 32px;
}

li {
  color: var(--neutral-700);
  margin-top: 10px;
  font-size: 16px;
  line-height: 32px;
}

label {
  color: var(--neutral-500);
  text-align: left;
  margin-bottom: 0;
  font-weight: 400;
  display: block;
}

blockquote {
  background-color: var(--orange-600);
  color: #fff;
  border-left: 1px #000;
  margin-top: 32px;
  margin-bottom: 10px;
  padding: 32px;
  font-size: 16px;
  line-height: 32px;
}

.header {
  background-color: #0a071b;
  justify-content: center;
  align-items: center;
  margin-top: -125px;
  padding: 153px 3% 56px;
  display: flex;
}

.container {
  z-index: 5;
  text-align: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.left {
  text-align: left;
  justify-content: center;
}

.header-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  display: flex;
}

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

.header-content {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 580px;
  position: relative;
}

.hero-title {
  color: var(--neutral-100);
  text-align: left;
  letter-spacing: -.03em;
  white-space: normal;
  margin-top: 0;
  padding: 10px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1em;
}

.hero-title.margin-bottom-32 {
  margin-bottom: 32px;
}

.hero-title.green-text {
  color: var(--neutral-700);
}

.header-accent {
  z-index: -1;
  position: absolute;
  inset: -30px auto auto -25px;
}

.subheading {
  color: var(--neutral-300);
  letter-spacing: 1px;
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.button-wrapper {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.button {
  background-color: var(--orange-600);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 14px 32px;
  font-weight: 700;
  transition: all .3s;
  display: block;
}

.button:hover {
  background-color: #fc9b71;
}

.button.button-full {
  width: 100%;
}

.button.margin-top-32 {
  margin-top: 32px;
}

.button.spacing {
  margin-bottom: 20px;
}

.button.telnum.w--current {
  background-color: var(--neutral-900);
}

.button-secondary {
  background-color: var(--neutral-700);
  white-space: nowrap;
  border-radius: 4px;
  min-height: 48px;
  padding: 14px 32px;
  font-weight: 500;
  transition: color .3s, background-color .3s;
}

.button-secondary:hover {
  color: #0a071b;
  background-color: #fff;
}

.button-secondary.margin-top-32 {
  margin-top: 32px;
  font-weight: 700;
}

.button-secondary.about-button {
  margin-left: 16px;
  transition: all .3s;
}

.button-secondary.about-me-button {
  margin-left: 16px;
  margin-right: 16px;
  transition: all .3s;
}

.button-secondary.about-me-button.margin {
  font-weight: 700;
}

.nav-link {
  color: var(--neutral-300);
  letter-spacing: -.01em;
  border: 1px solid #fff0;
  border-radius: 4px;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.nav-link:hover {
  background-color: var(--neutral-700);
  color: var(--neutral-100);
}

.nav-link:active {
  border: 1px solid #fff;
}

.nav-link:focus {
  color: var(--neutral-100);
  border: 1px solid #fff;
}

.nav-link.w--current {
  color: var(--green);
}

.nav-link.w--current:hover {
  color: var(--neutral-100);
}

.brand {
  justify-content: center;
  align-items: center;
  margin-right: 60px;
  display: flex;
}

.navigation-default {
  border-bottom: 4px solid var(--neutral-900);
  background-color: #f5f5f5;
  border-radius: 20px;
  align-items: center;
  min-height: 100px;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 3%;
  display: flex;
  position: sticky;
  top: 20px;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-menu {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo {
  max-width: 225px;
}

.button-basic {
  background-color: var(--neutral-900);
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 14px 32px;
  font-weight: 700;
  transition: all .3s;
}

.button-basic:hover {
  border-color: var(--orange-100);
  color: #f58859;
}

.button-basic.margin-top-48 {
  margin-top: 48px;
}

.small-feature-section {
  background-color: #0a071b;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 3%;
  display: flex;
}

.content-section {
  justify-content: center;
  align-items: center;
  padding: 96px 3% 72px;
  display: flex;
  position: relative;
}

.content-section.vertical {
  flex-direction: column;
}

.content-grid {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 440px;
}

.body-normal-300 {
  color: var(--neutral-300);
  text-align: left;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.body-normal-300._75--wide {
  width: 75%;
}

.content-block {
  z-index: 5;
  padding-top: 0;
  position: relative;
}

.image-wrapper {
  width: 100%;
  max-width: 400px;
  height: 500px;
  position: relative;
}

.content-accent {
  position: absolute;
  inset: auto -9% -13% auto;
}

.service-section {
  padding: 124px 3% 64px;
}

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.title-wrap-centre.margin-bottom-64 {
  text-align: left;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 64px;
  padding: 20px 32px;
}

.title-wrap-centre.margin-bottom-64.heading {
  text-align: center;
  align-items: center;
}

.header-inner {
  background-color: var(--neutral-900);
  background-image: url('../images/Section-Accent.svg');
  background-position: 0 110px;
  background-repeat: no-repeat;
  background-size: 200px;
  justify-content: center;
  align-items: center;
  margin-top: -102px;
  padding: 210px 3% 72px;
  display: flex;
}

.orange-dark {
  background-color: var(--orange-800);
}

.button-grid {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 60px;
}

.detail-block {
  border: 1px solid var(--orange-800);
  background-color: var(--orange-100);
  color: var(--neutral-700);
  border-radius: 6px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 30px 20px;
  font-size: 16px;
  line-height: 32px;
}

.font-size {
  color: var(--neutral-400);
  font-size: 16px;
}

.body-small {
  color: var(--neutral-500);
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.style-guide-block {
  text-align: left;
  background-color: #0a071b;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 60px 42px;
  display: flex;
}

.title {
  color: var(--neutral-400);
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.body-large-white {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.container-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.neutral-800 {
  background-color: var(--neutral-800);
}

.style-detail {
  color: #6a768a;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

.style-full-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
}

.neutral-500 {
  background-color: var(--neutral-500);
}

.style-title {
  color: var(--neutral-600);
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.color-wrapper {
  margin-bottom: 60px;
}

.style-guide-short-link {
  color: #3c3754;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.sidebar-menu {
  white-space: normal;
  border-radius: 6px;
  min-height: 240px;
  padding: 18px 18px 24px;
  position: sticky;
  top: 32px;
  box-shadow: 65px 65px 114px -56px #2b1d6714;
}

.color-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: start;
  justify-items: start;
  width: 100%;
  margin-top: 24px;
}

.neutral-700 {
  background-color: var(--neutral-700);
}

.body-medium {
  color: #5b5675;
  letter-spacing: -.03em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.style-guide-icon {
  width: 40px;
  margin-right: 24px;
}

.button-cell {
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.style-title-small {
  color: var(--neutral-400);
  letter-spacing: 1px;
  font-weight: 600;
}

.template-section {
  justify-content: center;
  align-items: center;
  padding: 60px 3% 100px;
  display: flex;
}

.neutral-400 {
  background-color: var(--neutral-400);
}

.colour {
  background-color: #fff;
  align-items: center;
  width: 100%;
  max-width: 170px;
  display: block;
  overflow: hidden;
  box-shadow: 34px 34px 74px -12px #38327c14;
}

.orange-darker {
  background-color: var(--orange-800-801);
}

.body-large {
  color: var(--neutral-900);
  letter-spacing: -.03em;
  font-size: 18px;
  line-height: 32px;
}

.line-break {
  background-color: #f4f5fd;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-arrow {
  margin-left: 8px;
}

.neutral-900 {
  background-color: var(--neutral-900);
}

.orange-lighter {
  background-color: var(--orange-100);
}

.hero-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 64px;
  line-height: 72px;
}

.neutral-200 {
  background-color: var(--neutral-200);
}

.neutral-600 {
  background-color: var(--neutral-600);
}

.heading-white {
  color: #fff;
}

.orange-normal {
  background-color: var(--orange-600);
}

.paragraph-style-wrap {
  max-width: 560px;
}

.text-wrap {
  width: 100%;
  margin-bottom: 32px;
}

.template-detail-block {
  background-color: #fff;
  padding: 20px;
}

.orange-light {
  background-color: var(--orange-300);
}

.style-grid {
  grid-row-gap: 42px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 60px;
}

.neutral-300 {
  background-color: var(--neutral-300);
}

.neutral-100 {
  background-color: var(--neutral-100);
}

.button-link {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.typography-block {
  border-bottom: 1px solid #ececec;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.color-base {
  z-index: -1;
  height: 120px;
  position: relative;
}

.style-guide-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.h3-title-white {
  color: #fff;
  margin-bottom: 8px;
  font-family: Dela Gothic One, sans-serif;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 12px 16px;
  display: flex;
}

.feature-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.feature-point {
  background-color: #f58859;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 16px;
  display: flex;
}

.check-wrapper {
  color: #fff;
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.navigation-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-normal-500 {
  color: var(--neutral-500);
  text-align: left;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.container-small {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  max-width: 800px;
}

.title-accent {
  z-index: -1;
  display: block;
  position: absolute;
  inset: -25px auto auto -35px;
}

.service-thumbnail {
  object-fit: cover;
  border-radius: 6px;
  max-height: 400px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

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

.header-pattern-block {
  opacity: 1;
  background-color: #2a263f;
  background-image: url('../images/Hero-Accent-Large.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.header-image-wrapper {
  min-width: 500px;
  height: 100%;
  min-height: 600px;
  position: relative;
}

.header-image {
  object-fit: cover;
  object-position: 64% 50%;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.h1-title-white {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 6vw;
}

.h1-title-white.green-text {
  color: var(--neutral-700);
  font-size: 4vw;
  line-height: 6vw;
}

.h1-title-white.green-text.center {
  text-align: center;
  width: 80%;
}

.footer {
  background-color: var(--orange-100);
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  margin-top: 10px;
  margin-bottom: 20px;
  display: grid;
}

.footer-legal {
  background-color: #141125;
  padding: 32px 3% 100px;
}

.footer-link-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.feature-section {
  background-color: var(--neutral-900);
  padding: 64px 3%;
}

.feature-block {
  background-color: var(--neutral-800);
  width: 100%;
  height: 100%;
  color: var(--neutral-400);
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
}

.h5-title-white {
  color: #fff;
  margin-bottom: 16px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.feature-icon {
  width: 48px;
  margin-bottom: 40px;
}

.service-wrapper {
  max-width: none;
  text-decoration: none;
}

.arrow-link {
  color: var(--neutral-400);
  align-items: center;
  margin-top: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.arrow-link:hover {
  color: var(--orange-600);
}

.testimonial-wrapper {
  flex-direction: row;
  align-items: center;
  min-height: 456px;
  display: flex;
  position: relative;
}

.testimonial-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.testimonial-background {
  z-index: -1;
  background-color: var(--neutral-100);
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  box-shadow: 52px 52px 72px -24px #55557c14;
}

.author-wrap {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.avatar {
  background-color: var(--orange-600);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.author-detail-wrapper {
  margin-left: 16px;
}

.blog-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-image-wrapper {
  border-radius: 12px;
  align-items: flex-end;
  width: 100%;
  height: 600px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.blog-card {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  max-width: 90%;
  min-height: 240px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  position: relative;
  top: 64px;
  left: 0%;
  right: 0%;
  overflow: hidden;
  box-shadow: 52px 52px 96px -32px #55557c14;
}

.blog-wrapper {
  align-items: flex-end;
  min-height: 600px;
  display: flex;
  position: relative;
}

.blog-full-wrapper {
  margin-bottom: 100px;
}

.author-wrapper {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.avatar-small {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.blog-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.category {
  background-color: var(--neutral-100);
  color: var(--neutral-400);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.blog-line-break {
  background-color: #ebe9f3;
  height: 1px;
}

.arrow {
  margin-left: 6px;
}

.blog-heading {
  font-size: 30px;
}

.service-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.avatar-image-full {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.author-name {
  color: var(--neutral-900);
  letter-spacing: -.01em;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.location-text {
  color: var(--neutral-400);
  letter-spacing: -.02em;
  line-height: 24px;
}

.h5-title {
  color: var(--green);
  margin-bottom: 16px;
  font-family: Dela Gothic One, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.title-wrap-large-centre {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.title-wrap-large-centre.margin-bottom-48 {
  margin-bottom: 48px;
}

.title-wrap-large-centre.margin-bottom-80 {
  margin-bottom: 80px;
}

.header-centre {
  background-color: #0a071b;
  justify-content: center;
  align-items: center;
  margin-top: -102px;
  padding: 174px 3% 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-wrapper-centre {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.service-image-large {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-full {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.white-bar-header {
  background-color: #fff;
  height: 180px;
  position: absolute;
  inset: auto 0% 0%;
}

.large-image-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.large-image-accent {
  z-index: -1;
  max-width: 170px;
  position: absolute;
  inset: auto -40px -56px auto;
}

.about-section {
  padding: 100px 3% 220px;
}

.about-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px 1fr;
  display: flex;
}

.about-image {
  max-width: 220px;
}

.button-navigation {
  white-space: nowrap;
  background-color: #0a071b;
  border: 1px solid #fff;
  border-radius: 10px;
  margin-left: 20px;
  padding: 14px 32px;
  transition: all .3s;
}

.button-navigation:hover {
  color: #f58859;
  border-color: #f58859;
}

.about-image-square {
  position: relative;
}

.about-image-square.top-image {
  border-radius: 10px;
}

.accent-grey {
  z-index: -1;
  position: absolute;
  inset: auto -40px -40px auto;
}

.accent-grey-top {
  z-index: -1;
  position: absolute;
  inset: -40px auto auto -40px;
}

.experience-section {
  background-color: #0a071b;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.experience-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 72px;
}

.subheading-small {
  color: #8c87a6;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.map-block {
  background-color: #bcb8d0;
  justify-content: center;
  align-items: center;
  height: 440px;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.map-block:hover {
  transform: scale(1.1);
}

.value-section {
  background-color: var(--neutral-100);
  padding: 96px 3% 80px;
  position: relative;
}

.value-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.value-block {
  background-color: #fff;
  border-radius: 6px;
  padding: 40px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-section {
  background-color: #0a071b;
  background-image: url('../images/Section-Accent.svg');
  background-position: 100% 270%;
  background-repeat: no-repeat;
  background-size: 670px;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #2a263f;
  border: 1px #000;
  border-radius: 4px;
  min-height: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.text-field::placeholder {
  color: #adaabb;
}

.map-pin {
  width: 52px;
  display: none;
  position: absolute;
  inset: auto auto 291px 57.5%;
}

.map-pin.about {
  display: none;
  bottom: 237px;
  left: 58.5%;
}

.header-author {
  background-color: var(--neutral-900);
  align-items: center;
  min-height: 380px;
  padding: 100px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.author-block {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 70px;
  display: flex;
  position: relative;
  box-shadow: 66px 66px 114px -56px #2b1d6714;
}

.avatar-extra-large {
  border-radius: 100px;
  width: 180px;
  min-width: 180px;
  height: 180px;
  min-height: 180px;
  margin-bottom: 24px;
  overflow: hidden;
}

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

.author-section {
  height: auto;
  padding: 72px 3%;
  overflow: hidden;
}

.author-job-title {
  color: var(--neutral-500);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.author-pattern {
  z-index: -1;
  max-width: 170px;
  position: absolute;
  inset: auto -45px -70px auto;
}

.footer-link-wrapper {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-logo {
  width: 250px;
  margin-bottom: 40px;
}

.cta-wrap {
  background-color: var(--neutral-900);
  border-radius: 6px;
  align-items: center;
  padding: 70px 80px;
  display: flex;
}

.cta-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 82px 3%;
  display: flex;
  overflow: hidden;
}

.cta-block {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
  position: relative;
}

.cta-accent {
  height: 130%;
  max-height: 620px;
  position: absolute;
  inset: auto 20px auto auto;
}

.class-section {
  padding: 64px 3%;
  overflow: hidden;
}

.class-wrapper {
  margin-top: 72px;
}

.class-wrapper.no-padding {
  margin-top: 0;
}

.row-heading {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a071b;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
}

.grid-row-cell {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.grid-row-cell.large {
  width: auto;
}

.class-title {
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.class-title.small {
  font-size: 12px;
}

.row-grey {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f7fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-cell {
  height: 100px;
  color: var(--neutral-900);
  text-align: center;
  border-bottom: 1px solid #ebe9f3;
  border-right: 1px solid #ebe9f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  display: flex;
}

.grid-cell.large {
  width: auto;
  height: auto;
}

.row-white {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.time-cell {
  height: 100px;
  color: var(--neutral-900);
  text-align: center;
  border-bottom: 1px solid #ebe9f3;
  border-left: 1px solid #ebe9f3;
  border-right: 1px solid #ebe9f3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  font-weight: 500;
  display: flex;
}

.time-cell.large {
  width: auto;
  height: auto;
}

.faq-section {
  justify-content: center;
  align-items: center;
  padding: 96px 3% 64px;
  display: flex;
}

.blog-section {
  padding: 20px 3% 64px;
  display: flex;
}

.faq-wrapper {
  border: 5px solid var(--neutral-400);
  border-radius: 14px;
  margin-left: auto;
  margin-right: auto;
}

.title-pattern-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-toggle {
  color: #bcb8d0;
  letter-spacing: -.01px;
  border-radius: 4px;
  padding: 0;
  transition: all .35s;
}

.dropdown-toggle:hover {
  color: #fff;
  background-color: #2a263f;
}

.dropdown-toggle:focus {
  color: var(--neutral-100);
}

.dropdown-toggle.w--open {
  background-color: var(--neutral-600);
  color: #fff;
}

.dropdown-list {
  background-color: #0000;
  min-width: 200px;
  overflow: hidden;
}

.dropdown-block {
  background-color: var(--neutral-700);
  padding: 6px;
}

.dropdown-link {
  color: #fff;
  border-radius: 6px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.dropdown-link:hover {
  background-color: var(--neutral-500);
}

.dropdown-link.w--current {
  color: var(--orange-600);
}

.video-wrapper {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.overview-section {
  background-color: var(--neutral-900);
  justify-content: center;
  align-items: center;
  padding: 96px 3% 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-block {
  background-color: #fff;
  border-radius: 6px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px;
  position: relative;
  box-shadow: 42px 42px 96px -32px #55557c14;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
}

.contact-form {
  margin-top: 48px;
}

.input-field {
  border: 1px solid var(--neutral-300);
  color: #8c87a6;
  letter-spacing: -.01em;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.input-field:hover {
  border-color: var(--neutral-600);
}

.input-field:focus {
  border-color: var(--orange-600);
}

.input-field::placeholder {
  color: #8c87a6;
}

.button-large {
  text-transform: capitalize;
  background-color: #f58859;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 14px 32px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.button-large:hover {
  background-color: #fc9b71;
}

.blog-author {
  color: #fff;
  letter-spacing: -.02em;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  display: flex;
}

.avatar-medium {
  border-radius: 100px;
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  overflow: hidden;
}

.blog-header {
  z-index: 5;
  height: 600px;
  position: relative;
}

.category-dark {
  background-color: var(--neutral-600);
  color: var(--orange-100);
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 4px 12px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.author-overview {
  padding: 68px 3% 80px;
}

.service-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr;
  width: 100%;
  display: flex;
}

.class-detail {
  background-color: var(--neutral-900);
  border-radius: 6px;
  width: 100%;
  padding: 32px;
  position: static;
  top: 126px;
}

.author-card {
  background-color: #fff;
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  box-shadow: 52px 52px 96px -32px #55557c14;
}

.avatar-large {
  border-radius: 100px;
  width: 64px;
  height: 64px;
  margin-right: 24px;
  overflow: hidden;
}

.author-title {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.subheading-small-dark {
  color: var(--neutral-900);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 24px;
}

.author-detail {
  align-items: center;
  display: flex;
}

.author-background {
  z-index: -1;
  background-color: var(--neutral-100);
  max-width: 1060px;
  min-height: 284px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -68px 0% auto;
}

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

.article {
  text-align: left;
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

.article h2 {
  margin: 20px auto 0;
  font-size: 32px;
}

.article p, .article h4 {
  margin-left: auto;
  margin-right: auto;
}

.article h3 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
  font-size: 28px;
}

.article h5 {
  max-width: 650px;
  margin-left: 0;
  margin-right: auto;
}

.article blockquote {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.blog-header-accent, .service-header-accent {
  max-height: 240px;
  position: absolute;
  inset: auto -40px -56px auto;
}

.button-wrapper-contact {
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.faq-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr;
}

.faq-question-wrap {
  border-radius: 6px;
  padding: 20px 32px;
  text-decoration: none;
  display: block;
}

.faq-question-bar {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.faq-title {
  color: var(--neutral-900);
  letter-spacing: -.02em;
  font-size: 18px;
  line-height: 32px;
}

.faq-paragraph {
  color: var(--neutral-300);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
}

.header-contact {
  background-color: #0a071b;
  justify-content: center;
  align-items: center;
  margin-top: -102px;
  padding: 170px 3% 72px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.experience-accent {
  max-width: 220px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.map-bg {
  background-color: var(--neutral-100);
  min-height: 210px;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-content {
  text-align: left;
  margin-top: 0;
  overflow: hidden;
}

.contact-information-bar {
  background-color: var(--neutral-100);
  padding: 48px 24px;
}

.contact-detail-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.content-item {
  color: var(--neutral-900);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
}

.content-item:hover {
  transform: scale(1.1);
}

.blog-author-name {
  margin-left: 16px;
}

.footer-link {
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #fff0;
  border-radius: 4px;
  margin-left: 6px;
  margin-right: 6px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.footer-link:hover {
  background-color: var(--neutral-700);
  color: #fff;
}

.footer-link:active {
  border: 1px solid #fff;
}

.footer-link:focus {
  color: var(--green);
  border: 1px solid #fff;
}

.footer-link.w--current {
  color: #fff;
}

.footer-link.light {
  background-color: var(--neutral-700);
  width: 50px;
  height: 50px;
  color: var(--neutral-300);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link.light:hover {
  color: var(--neutral-100);
}

.footer-link.light._100 {
  width: auto;
  height: auto;
}

.footer-extra-links {
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.overview-bg {
  background-color: #fff;
  min-height: 160px;
  max-height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.success-message {
  background-color: var(--orange-600);
  color: #fff;
  background-image: url('../images/Grey-Accent.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-accent {
  z-index: -1;
  position: absolute;
  inset: -30px auto auto 40px;
}

.map-wrapper-large {
  justify-content: center;
  align-items: center;
  height: 544px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.map-wrapper-large:hover {
  transform: scale(1.1);
}

.scroll-information {
  color: var(--neutral-900);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .25s;
  display: none;
}

.dropdown {
  color: var(--green);
  margin-left: 6px;
  margin-right: 6px;
}

.dropdown:hover {
  background-color: var(--neutral-800);
  color: var(--neutral-100);
}

.text-span {
  font-size: 20px;
}

.collection-item {
  margin-bottom: 40px;
}

.review-letter {
  font-family: Dela Gothic One, sans-serif;
  font-size: 25px;
}

.body {
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.image {
  object-fit: cover;
  object-position: 100% 80%;
  width: 100%;
  height: 100%;
  display: block;
}

.wide-container {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  padding-left: 115px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.wide-container.top-padding {
  margin-top: 60px;
}

.body-2 {
  margin-left: auto;
  margin-right: auto;
}

.h2-green {
  color: var(--neutral-700);
  text-align: left;
  font-family: Dela Gothic One, sans-serif;
}

.h2-green.caps {
  text-transform: uppercase;
  font-family: Changa One, Impact, sans-serif;
  font-size: 40px;
}

.error-message {
  background-color: var(--gold);
}

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

.text-block {
  width: 100%;
  height: 100%;
  color: var(--green);
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-weight: 500;
  transition: color .2s;
}

.text-block:hover {
  color: var(--neutral-100);
}

.footer-logo-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.footer-service-pages {
  width: 100%;
  height: 100%;
}

.social-wrapper {
  flex-direction: row;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 10px;
  padding: 20px 32px;
  display: flex;
  position: relative;
}

.title-wrap-left.horizontal {
  flex-direction: row;
  justify-content: space-between;
}

.title-wrap-left.horizontal.no-padding {
  margin-bottom: 0;
}

.map-link {
  z-index: 100;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 400px;
  transition: transform .2s;
  position: absolute;
  inset: 0 0 0% auto;
}

.map-link:hover {
  transform: scale(1.1);
}

.google-review {
  width: 200px;
}

.google-image {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 20px 32px;
  display: flex;
  position: relative;
}

.h2-white {
  color: var(--neutral-100);
  text-align: left;
}

.orange-text {
  color: var(--neutral-100);
}

.navigation-wrapper {
  align-items: center;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.location-link {
  color: var(--orange-600);
  text-decoration: none;
}

.location-pin {
  margin-right: 10px;
}

.divider {
  height: 100px;
}

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

.icons-small {
  margin-right: 10px;
}

.icons-small.tall {
  height: 25px;
}

.icons-small.wide {
  width: 25px;
}

.content-wrapper {
  white-space: nowrap;
  align-items: center;
  display: flex;
}

.brand-info-wrapper {
  border-top: 1px solid var(--neutral-300);
  border-bottom: 1px solid var(--neutral-400);
  color: var(--neutral-400);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand-info {
  width: 70%;
  color: var(--neutral-400);
  text-align: center;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.brand-info.openhouts {
  text-align: left;
  width: 30%;
  margin-top: 10px;
}

.heading-8 {
  color: var(--green);
  font-size: 4vw;
  line-height: 6vw;
}

.div-block-7 {
  width: 100%;
}

.div-block-8 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.c-main-img-lightbox {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.free-consultation {
  z-index: 100000000;
  border-top: 4px solid var(--neutral-900);
  border-bottom: 4px solid var(--neutral-900);
  background-color: var(--orange-100);
  color: var(--orange-100);
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: fixed;
  inset: auto 1% 1% auto;
}

.free-consultation:hover {
  transform: translate(0, -3px)scale(1.1);
}

.consultation-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.content-block-smaller {
  background-color: #fff;
  border-radius: 6px;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 20px;
  position: relative;
  box-shadow: 42px 42px 96px -32px #55557c14;
}

.gallery-dyn-list {
  column-count: 3;
  flex-wrap: wrap;
  width: 100vw;
  margin-bottom: 15px;
  padding-left: 4%;
  padding-right: 4%;
}

.gallery-item {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: opacity .3s;
}

.gallery-item:hover {
  opacity: .65;
}

.office-gallery {
  padding: 64px 3%;
}

.map-link-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-2 {
  z-index: 99999;
  background-color: var(--orange-600);
  background-image: linear-gradient(270deg, var(--orange-600), var(--orange-800));
  border-radius: 10px;
  padding: 10px 25px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: all .2s;
  position: fixed;
  inset: auto 1% 1% auto;
  box-shadow: 1px 1px 5px #000000bd;
}

.button-2:hover {
  transform: scale(1.1);
}

.heading-10 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.button-3 {
  background-image: linear-gradient(219deg, var(--orange-600), var(--orange-800));
  text-align: center;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 600;
  transition: opacity .2s;
}

.button-3:hover {
  transform: scale(1.1);
}

.heading-11 {
  margin-top: 10px;
  font-size: 30px;
}

.heading-11.left {
  text-align: left;
}

.button-3-copy {
  background-image: linear-gradient(219deg, var(--orange-600), var(--orange-800));
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  transition: opacity .2s;
}

.button-3-copy {
  background-image: linear-gradient(219deg, var(--orange-600), var(--orange-800));
  text-align: center;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  transition: opacity .2s;
}

.button-3-copy:hover {
  transform: scale(1.1);
}

.paragraph.left {
  text-align: left;
}

.div-block-13 {
  justify-content: space-between;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.slide {
  background-color: #0000;
  width: 100%;
}

.image-4 {
  border-radius: 7px;
  max-width: 32%;
  box-shadow: 3px 3px 7px 5px #00000030;
}

.slider {
  background-color: #ddd0;
  height: 250px;
}

.icon-3 {
  color: #000;
  background-color: #7f4b4b00;
}

.icon-4 {
  color: #000;
}

.slide-nav {
  color: #972929;
  display: none;
}

.button-3-copy65 {
  background-image: linear-gradient(219deg, var(--orange-600), var(--orange-800));
  text-align: center;
  border-radius: 10px;
  margin-top: -20px;
  margin-bottom: 5px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 600;
  transition: opacity .2s;
}

.button-3-copy65:hover {
  transform: scale(1.1);
}

.collection-item-4 {
  text-align: left;
}

.section {
  background-color: #f7f7f7;
  background-image: url('../images/White_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90%;
  background-attachment: fixed;
  padding-top: 100px;
}

.section.hide {
  display: flex;
}

.column-2 {
  position: sticky;
  top: 175px;
}

.collection-list-wrapper-2 {
  display: none;
}

.members {
  border-radius: 20px;
  margin-top: 100px;
  margin-left: 40px;
  margin-right: 40px;
}

.member-wrapper {
  border: 5px solid var(--orange-600);
  color: #fff;
  text-align: left;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-height: 300px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.member-wrapper:hover {
  color: #2bded3;
}

.member-stripe {
  background-image: linear-gradient(to top, #f588592e, #0000 52%);
  width: 100%;
  min-height: 300px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 3em;
  text-decoration: none;
}

.member-stripe:hover {
  color: var(--orange-600);
}

.name-parent {
  height: 4em;
  overflow: hidden;
}

.member-name {
  margin-top: 5px;
  margin-bottom: 15px;
}

.title-member {
  opacity: .7;
  max-width: 50%;
  color: var(--neutral-500);
  font-size: 1em;
}

.member-image {
  z-index: 2;
  width: 15em;
  height: 20em;
  position: absolute;
  right: 10%;
}

.member-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.section__team {
  background-color: #0000;
  margin-bottom: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

._60px-spacing.height {
  width: 100%;
  height: 60px;
}

.massage-type {
  height: 100%;
  display: flex;
  position: relative;
}

.collection-item-5 {
  justify-content: center;
  align-items: center;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.flex-wrapper.massage-type-wrapper {
  grid-column-gap: 40px;
  flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-wrapper.massage-type-flex2 {
  align-items: flex-start;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

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

.service-type {
  height: 100%;
  display: flex;
}

.service-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.button-wrapper---services {
  width: 100%;
}

.orange-circle {
  background-color: var(--orange-600);
  border-radius: 100%;
}

.flex-wrap {
  flex-direction: row;
  display: flex;
}

.flex-wrap.massage-type-1 {
  padding-left: 40px;
  padding-right: 40px;
}

.massage-name {
  font-size: 32px;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.massage-type-image {
  object-fit: cover;
  width: 400px;
  height: 400px;
}

.therapists-collection-massage-types {
  grid-column-gap: 10px;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: 100%;
  width: 75px;
  height: 75px;
}

.collection-item-7 {
  flex-direction: column;
  display: flex;
}

.available-therapists {
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.section-massages {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
}

.massage-type-title-home {
  color: #fff;
  min-height: 64px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.image-7 {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 200px;
}

.idtext {
  margin-top: 100px;
  display: none;
}

.link-description.hidden {
  display: none;
}

.link-block {
  transition: transform .2s;
}

.link-block:hover {
  transform: scale(1.1);
}

.divider-line {
  background-color: var(--orange-600);
  height: 3px;
}

.anchor {
  color: var(--neutral-400);
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.arrow-link-cms {
  color: var(--neutral-400);
  align-items: center;
  margin-top: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.arrow-link-cms:hover {
  color: var(--orange-600);
  transform: scale(1.2);
}

.text-area-with-placeholder {
  border: 1px solid var(--neutral-300);
  color: #8c87a6;
  letter-spacing: -.01em;
  border-radius: 6px;
  min-height: 112px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.text-area-with-placeholder:hover {
  border-color: var(--neutral-600);
}

.text-area-with-placeholder:focus {
  border-color: var(--orange-600);
}

.text-area-with-placeholder::placeholder {
  color: #8c87a6;
}

.special-map {
  padding-bottom: 10px;
}

.section-2 {
  height: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
}

.container-11 {
  max-width: 90%;
}

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

.recaptcha {
  margin-top: 20px;
}

.div-block-14 {
  color: var(--orange-100);
}

.bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
  font-weight: 400;
}

.bold-text-5 {
  text-align: center;
  font-weight: 400;
}

.container-large-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.author-head {
  color: var(--neutral-700);
  text-transform: capitalize;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 6vw;
}

.link-block-2 {
  text-decoration: none;
}

.faqwrap {
  background-color: var(--orange-100);
  text-align: left;
  margin-top: 40px;
  padding: 24px 24px 24px 40px;
}

.heading-46 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.faqblogh3 {
  font-size: 28px;
}

.heading-47 {
  color: var(--neutral-100);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.text-span-4 {
  color: var(--orange-600);
}

@media screen and (min-width: 1440px) {
  .template-section {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-small {
    max-width: 100%;
  }

  .h1-title-white {
    font-size: 4vw;
    line-height: 5vw;
  }

  .wide-container {
    align-items: flex-start;
    max-width: 85%;
    overflow: visible;
  }

  .wide-container.top-padding {
    max-width: 100%;
  }

  .section.hide {
    display: none;
  }

  .members {
    outline-width: 5px;
  }

  .member-stripe {
    cursor: grab;
  }

  .collection-list-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .button-wrapper---services {
    width: 100%;
  }

  .author-head {
    font-size: 4vw;
    line-height: 5vw;
  }
}

@media screen and (min-width: 1920px) {
  .button.telnum, .button.telnum.w--current {
    background-color: var(--orange-600);
  }

  .service-section {
    background-color: #f7f7f7;
    background-image: url('../images/White_1.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90%;
    background-attachment: fixed;
  }

  .h1-title-white {
    font-size: 4vw;
    line-height: 5vw;
  }

  .h1-title-white.green-text.center {
    width: 100%;
  }

  .article {
    text-align: left;
  }

  .wide-container {
    align-items: flex-start;
    max-width: 80%;
  }

  .author-head {
    font-size: 4vw;
    line-height: 5vw;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 60px;
  }

  .header-grid {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column;
    grid-template-columns: 1fr;
    padding-top: 104px;
  }

  .header-content {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-title.margin-bottom-32, .hero-title.green-text {
    font-size: 48px;
    line-height: 56px;
  }

  .header-accent {
    left: 10px;
  }

  .button.telnum.w--current {
    background-color: var(--orange-600);
  }

  .nav-link {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-default, .navigation-container {
    position: relative;
  }

  .nav-menu {
    background-color: var(--orange-100);
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    margin-right: 0;
    padding: 8px;
  }

  .menu-button-mobile {
    color: #fff;
    background-color: #2a263f;
    border: 1px solid #0000;
    border-radius: 6px;
    margin-left: 12px;
    padding: 12px;
  }

  .menu-button-mobile.w--open {
    background-color: #f58859;
  }

  .small-feature-section.hide {
    display: none;
  }

  .content-section {
    padding-top: 72px;
  }

  .content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .content-accent {
    z-index: -1;
  }

  .title-wrap-centre.margin-bottom-64.heading {
    padding-left: 0;
    padding-right: 0;
  }

  .header-inner {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .detail-block {
    margin-top: 0;
  }

  .container-large {
    align-items: center;
  }

  .style-full-grid {
    grid-template-columns: 3fr;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

  .text-wrap {
    margin-bottom: 16px;
  }

  .typography-block {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-grid {
    grid-template-rows: auto auto;
  }

  .container-small {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .header-image-wrapper {
    min-width: 100%;
  }

  .h1-title-white {
    font-size: 40px;
    line-height: 56px;
  }

  .h1-title-white.green-text {
    font-size: 48px;
    line-height: 56px;
  }

  .h1-title-white.green-text.center {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template: "Area Area Area"
                   ". . ."
                   / 1fr 1fr 1fr;
    align-items: start;
  }

  .footer-link-block {
    flex-direction: column;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .author-detail-wrapper {
    margin-top: 16px;
    margin-left: 0;
  }

  .blog-list {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
    grid-template-columns: 1fr;
  }

  .blog-image-wrapper {
    align-items: flex-end;
    position: absolute;
  }

  .blog-card {
    top: 40px;
  }

  .blog-full-wrapper {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .about-grid {
    grid-row-gap: 92px;
    grid-template-columns: 1fr;
  }

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

  .button-navigation {
    display: block;
  }

  .experience-grid {
    grid-template-columns: 1fr 1fr;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .footer-link-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-logo {
    width: 300px;
    margin-bottom: 32px;
  }

  .cta-wrap {
    flex-direction: column;
    padding: 51px 32px;
  }

  .cta-block {
    max-width: 100%;
  }

  .cta-accent {
    height: 100%;
    max-height: 320px;
    inset: auto 10px -20px auto;
  }

  .class-wrapper {
    overflow: scroll;
  }

  .class-wrapper.no-padding {
    flex-direction: column;
    display: flex;
  }

  .grid-row-cell {
    width: auto;
  }

  .class-title {
    font-size: 12px;
  }

  .class-title.small {
    font-size: 10px;
  }

  .grid-cell, .time-cell {
    width: auto;
  }

  .faq-section, .dropdown-toggle {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-top: 0;
  }

  .blog-header {
    height: 500px;
  }

  .service-grid {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }

  .faq-grid {
    padding-left: 20px;
  }

  .faq-question-wrap {
    padding: 0;
  }

  .faq-title {
    text-align: left;
  }

  .faq-paragraph {
    width: 100%;
    max-width: 60vw;
  }

  .experience-accent {
    max-width: 140px;
    right: 55px;
  }

  .faq-content {
    max-width: 60vw;
  }

  .faq-content.full-width {
    max-width: 80vw;
  }

  .footer-link {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link.w--current {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-extra-links {
    flex-wrap: wrap;
    margin-top: 32px;
  }

  .overview-bg {
    min-height: 140px;
  }

  .contact-accent {
    left: 20px;
  }

  .scroll-detail {
    margin-top: 32px;
  }

  .scroll-information {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown:hover {
    color: var(--neutral-100);
  }

  .wide-container {
    padding-left: 70px;
  }

  .h2-green {
    font-size: 30px;
    line-height: 40px;
  }

  .h2-green.caps {
    font-size: 30px;
    line-height: 30px;
  }

  .text-block {
    height: auto;
  }

  .footer-logo-wrapper {
    width: 100%;
  }

  .text-block-9 {
    white-space: nowrap;
  }

  .div-block-4 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .map-link {
    background-position: 75% 100%;
    min-width: 100%;
    height: 500px;
    position: static;
    top: 50px;
    right: 32px;
  }

  .heading-8 {
    font-size: 48px;
    line-height: 56px;
  }

  .content-block-smaller {
    margin-top: 60px;
  }

  .gallery-item {
    margin-top: 0;
  }

  .office-gallery {
    height: auto;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .image-4 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .slider {
    height: auto;
  }

  .button-3-copy65 {
    margin-top: auto;
  }

  .members {
    outline-color: var(--orange-600);
    outline-offset: 0px;
    outline-width: 3px;
    outline-style: none;
    margin-left: 0;
    margin-right: 0;
  }

  .member-wrapper {
    border-style: none;
  }

  .member-stripe {
    background-image: none;
    height: auto;
    padding-left: 5em;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .flex-wrapper.massage-type-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .service-block {
    padding: 20px;
  }

  .massage-type-name {
    margin-bottom: 20px;
  }

  .massage-name {
    font-size: 32px;
    line-height: 50px;
  }

  .massage-type-image {
    width: 100%;
  }

  .title-description-wrapper {
    padding-top: 20px;
  }

  .rich-text-block-3 {
    margin-bottom: 20px;
  }

  .container-11 {
    max-width: 90%;
  }

  .container-large-copy {
    align-items: center;
  }

  .author-head {
    font-size: 48px;
    line-height: 56px;
  }
}

@media screen and (max-width: 767px) {
  .hero-title {
    font-size: 50px;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .color-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .feature-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-thumbnail {
    min-height: auto;
    max-height: none;
  }

  .header-image-wrapper {
    min-width: 100%;
  }

  .footer-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .feature-block {
    padding: 24px;
  }

  .testimonial-grid, .blog-list, .service-list {
    grid-template-columns: 1fr;
  }

  .button-navigation {
    display: none;
  }

  .value-grid {
    grid-template-columns: 1fr;
  }

  .value-block {
    padding: 24px;
  }

  .cta-wrap {
    flex-direction: column;
  }

  .cta-block {
    max-width: 100%;
  }

  .cta-accent {
    max-height: 220px;
    position: relative;
    right: 16px;
  }

  .cta-accent.hide {
    display: none;
  }

  .grid-row-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .class-title.small {
    line-height: 12px;
  }

  .grid-cell, .time-cell {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-wrapper {
    max-width: none;
  }

  .contact-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-header {
    height: 450px;
  }

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

  .header-contact {
    margin-top: -102px;
    padding-top: 152px;
  }

  .experience-accent {
    right: 32px;
  }

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

  .social-link-wrapper {
    display: flex;
  }

  .overview-bg {
    display: none;
  }

  .contact-accent {
    left: 40px;
  }

  .wide-container {
    align-items: flex-start;
    padding-left: 35px;
  }

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

  .div-block-4, .title-wrap-left.horizontal {
    flex-direction: column;
  }

  .map-link {
    min-width: 100%;
    height: 500px;
    position: static;
  }

  .brand-info {
    width: 60%;
  }

  .brand-info.openhouts {
    width: 40%;
  }

  .content-block-smaller {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gallery-dyn-list {
    column-count: 2;
  }

  .gallery-item {
    min-width: 50%;
  }

  .heading-9 {
    font-size: 30px;
    line-height: 40px;
  }

  .button-3-copy65 {
    margin-top: 40px;
  }

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

  .member-stripe {
    padding-left: 3em;
    padding-right: 3em;
  }

  .title-member {
    max-width: 100%;
  }

  .member-image {
    width: 100%;
    height: 35em;
    position: static;
  }

  .member-img {
    border-radius: 0;
  }

  .section__team {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .flex-wrapper.massage-type-flex2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .flex-wrap.massage-type-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-massages {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .container-11 {
    max-width: 90%;
  }
}

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

  h3 {
    font-size: 7vw;
    line-height: 9vw;
  }

  .header {
    padding-top: 0;
  }

  .header-grid {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    display: flex;
  }

  .header-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .hero-title {
    text-align: left;
    font-size: 24px;
    line-height: 40px;
  }

  .hero-title.margin-bottom-32, .hero-title.green-text {
    font-size: 30px;
    line-height: 40px;
  }

  .header-accent {
    display: block;
  }

  .subheading {
    text-align: center;
    flex-direction: row;
    width: 90vw;
    font-size: 12px;
    display: block;
  }

  .button-wrapper {
    flex-flow: wrap;
    place-content: space-around flex-start;
    align-items: center;
    margin-top: 20px;
  }

  .button-wrapper.no-padding {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
  }

  .button {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.margin-top-32 {
    width: 90%;
    margin-right: 0;
  }

  .button._100 {
    width: 100%;
  }

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

  .button-secondary.about-button {
    margin-top: 16px;
    margin-left: 0;
  }

  .button-secondary.about-button.w--current {
    width: 100%;
    margin-top: 16px;
    margin-left: 0;
  }

  .button-secondary.about-button.no-margin {
    margin-top: 0;
  }

  .button-secondary.about-button._100 {
    width: 100%;
  }

  .button-secondary.about-me-button {
    margin-top: 0;
    margin-left: 0;
  }

  .button-secondary.about-me-button.margin {
    width: 100%;
    margin-bottom: 20px;
  }

  .nav-link {
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    max-width: 100%;
  }

  .button-basic {
    white-space: nowrap;
  }

  .body-normal-300._75--wide {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
  }

  .content-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-section {
    width: 100%;
    padding-top: 60px;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-block {
    padding-left: 28px;
    padding-right: 28px;
  }

  .color-grid {
    grid-template-columns: 1fr;
  }

  .template-section {
    overflow: hidden;
  }

  .body-large {
    font-size: 12px;
    line-height: 18px;
  }

  .hero-heading {
    font-size: 52px;
    line-height: 60px;
  }

  .template-detail-block {
    padding: 0;
  }

  .body-normal-500 {
    font-size: 12px;
    line-height: 18px;
  }

  .service-thumbnail {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .header-pattern-block {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .header-image-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 360px;
    display: flex;
    overflow: visible;
  }

  .header-image {
    object-fit: scale-down;
    object-position: 50% 100%;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .h1-title-white {
    font-size: 30px;
    line-height: 40px;
  }

  .h1-title-white.green-text {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
  }

  .footer-wrapper {
    grid-template: "Area"
                   "."
                   "."
                   / 1fr;
    justify-items: center;
  }

  .footer-link-block {
    flex-direction: column-reverse;
  }

  .feature-section {
    overflow: hidden;
  }

  .h5-title-white {
    font-size: 18px;
    line-height: 24px;
  }

  .testimonial-card {
    padding: 24px;
  }

  .author-wrap {
    flex-direction: row;
    align-items: center;
  }

  .avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .author-detail-wrapper {
    height: 100%;
    margin-top: 0;
  }

  .blog-card {
    padding: 25px;
  }

  .blog-heading {
    max-width: none;
    font-size: 20px;
    line-height: 30px;
  }

  .author-name {
    font-size: 12px;
    line-height: 18px;
  }

  .location-text {
    font-size: 10px;
    line-height: 12px;
  }

  .button-wrapper-centre {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-image-large {
    height: 420px;
  }

  .about-section {
    overflow: visible;
  }

  .about-grid {
    flex-direction: column;
  }

  .about-image-square.bottom-image {
    display: none;
  }

  .experience-grid {
    grid-template-columns: 1fr;
    padding-left: 32px;
  }

  .utility-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .author-block {
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-logo {
    width: 100%;
  }

  .cta-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .cta-accent {
    max-width: 30%;
    right: 0;
  }

  .class-section {
    display: none;
  }

  .title-pattern-wrapper {
    width: 100%;
  }

  .contact-block {
    padding: 40px 20px;
  }

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

  .button-large {
    width: 100%;
  }

  .blog-header {
    height: 400px;
  }

  .author-card {
    text-align: center;
    padding: 24px;
  }

  .avatar-large {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .author-title {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .author-detail {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
  }

  .faq-question-wrap {
    padding: 16px;
  }

  .faq-question-wrap.hide {
    display: none;
  }

  .faq-paragraph {
    font-size: 12px;
    line-height: 24px;
  }

  .header-contact {
    margin-top: -102px;
    padding-top: 170px;
  }

  .experience-accent {
    display: none;
  }

  .contact-detail-grid {
    place-items: start;
  }

  .footer-extra-links {
    text-align: center;
    flex-wrap: wrap;
    display: flex;
  }

  .contact-accent {
    display: none;
  }

  .map-wrapper-large {
    height: 400px;
  }

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

  .review-letter {
    font-size: 16px;
    line-height: 16px;
  }

  .h2-green {
    font-size: 20px;
    line-height: 30px;
  }

  .h2-green.caps {
    text-align: center;
    font-size: 20px;
    line-height: 20px;
  }

  .html-embed {
    white-space: break-spaces;
    font-size: 7px;
  }

  .logo-link-block.w--current {
    width: 75%;
  }

  .title-wrap-left {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-wrap-left.horizontal {
    flex-direction: column;
  }

  .google-review {
    width: 100px;
  }

  .google-image {
    align-items: flex-start;
  }

  .h2-white {
    font-size: 30px;
    line-height: 40px;
  }

  .navigation-wrapper {
    margin-top: 0;
  }

  .location-link {
    text-align: left;
    white-space: break-spaces;
  }

  .divider {
    height: 50px;
  }

  .subheading-wrapper {
    width: 100%;
    display: none;
  }

  .text-block-10 {
    white-space: nowrap;
  }

  .brand-info-wrapper {
    flex-direction: column;
  }

  .brand-info, .brand-info.openhouts {
    width: 100%;
  }

  .heading-8 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-7 {
    width: 90vw;
  }

  .content-block-smaller {
    width: 100%;
    padding: 40px 10px;
  }

  .gallery-dyn-list {
    column-gap: 8px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .gallery-item {
    min-width: 100%;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .collection-item-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 14px;
    line-height: 25px;
  }

  .div-block-13 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-arrow-2 {
    height: 50px;
    inset: -10% 0% auto auto;
  }

  .left-arrow-2 {
    height: 50px;
    inset: -10% auto auto 0%;
  }

  .member-stripe {
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-member {
    font-size: 12px;
    line-height: 18px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .flex-wrapper.massage-type-flex2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .massage-type-title-home {
    font-size: 18px;
    line-height: 24px;
  }

  .divider-line {
    height: 50px;
  }

  .author-head {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 40px;
  }
}

#w-node-ae540814-b6a4-9ead-a908-7c0bd11d2d8d-242be62b, #w-node-_4448e81b-4e8c-cd83-19e4-21e81a0c11c1-242be62b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#What-can-we-help-you-with.w-node-e3e9ac66-3712-9499-d431-3dc5c20fd74b-9a166734 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_0e6be01a-f6ba-bbaa-241c-3f4fc6e70029-7d12ad0c {
  place-self: center start;
}

#w-node-_57c19a75-2c51-8e8d-ef9f-3911f4d55a6f-7d12ad0c {
  place-self: end;
}

#w-node-_0a185f03-eaa3-76de-ccd0-beacb40ff87c-df12ad09 {
  align-self: center;
}

#w-node-f4e2431c-32c8-8d89-a3f8-656293935629-df12ad09, #w-node-e1b1646f-2dcb-4b6e-029f-d066def0714e-df12ad09, #w-node-c7a2d0a1-6a49-0d7c-ba74-c08b4ad699d8-df12ad09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f7754618-e0c1-9fb1-4581-ebea12603550-df12ad09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3a5fa510-f03f-f1d3-644a-4d2357c24d97-df12ad09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ae540814-b6a4-9ead-a908-7c0bd11d2d8d-242be62b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3e7835b0-6b2b-2b0c-e369-c596242be630-242be62b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_27d4d6f0-2890-0f7c-7df1-04b0157c473b-242be62b {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ae540814-b6a4-9ead-a908-7c0bd11d2d8d-242be62b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_27d4d6f0-2890-0f7c-7df1-04b0157c473b-242be62b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_0d3239dd-542c-7a71-696a-e4a19a69f85a-7d12ad0c {
    order: -9999;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff'), url('../fonts/Inter-ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}