:root {
  --light-gray\<deleted\|variable-3669a79d-eea4-8f4f-3d46-aec55b6cb97e\>: #f2f1ec;
  --gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>: #978380;
  --pink-bs: var(--pink-page-bg-and-buttons);
  --9a8568\<deleted\|variable-a59699df-9e77-a7da-8891-cff46354ec43\>: var(--transparent);
  --primary-cream-page: var(--cream-page);
  --white: var(--transparent);
  --cream-page: #f2f1ec;
  --primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>: #dbec62;
  --black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>: #050505;
  --dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>: #404040;
  --pink-page-bg-and-buttons: #97838099;
  --border-radius-large: 0px;
  --gold-page\<deleted\|variable-342a78b5-a8c4-92f3-a355-09778f249cd4\>: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  --border-radius: 0px;
  --transparent: transparent;
  --black: #000;
}

.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 {
  background-color: var(--light-gray\<deleted\|variable-3669a79d-eea4-8f4f-3d46-aec55b6cb97e\>);
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

h1 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.55vw;
  font-weight: 300;
  line-height: 6.11vw;
}

h2 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 300;
  line-height: 5vw;
}

h3 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 300;
  line-height: 3.89vw;
}

h4 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.78vw;
  font-weight: 300;
  line-height: 3.33vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1.44vw;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .78vw;
  font-weight: 400;
  line-height: 1.33vw;
}

p {
  letter-spacing: .08vw;
  margin-bottom: 0;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

a {
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  letter-spacing: .07vw;
  font-size: 1.1vw;
  line-height: 1.44vw;
  text-decoration: none;
}

ul {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.8vw;
  display: flex;
}

ol {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.78vw;
  display: flex;
}

li {
  letter-spacing: .07vw;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

img {
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

sup {
  vertical-align: super;
  font-size: 2.78vw;
  line-height: 2.22vw;
  top: -.33vw;
}

blockquote {
  border-left: 5px solid var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  margin-bottom: 0;
  padding: .56vw 0 .56vw 1.67vw;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.utilities-wrapper-colors {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utilities-wrapper-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.background-secondary {
  background-color: var(--pink-bs);
}

.space-page-top {
  min-height: 11.11vw;
}

.color-wrapper {
  border-radius: 6.25rem;
  min-width: 100%;
  max-width: 16rem;
  min-height: 8rem;
  max-height: 8rem;
  position: relative;
  overflow: hidden;
}

.color-wrapper.border {
  border: .0625rem solid var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
}

.utilities-title-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  background-color: var(--9a8568\<deleted\|variable-a59699df-9e77-a7da-8891-cff46354ec43\>);
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  overflow: hidden;
}

.container.overflow {
  overflow: visible;
}

.container.padding-4-5rem {
  background-color: var(--primary-cream-page);
  padding: 0 4.5rem;
}

.container.padding-4-5rem.treat {
  padding-top: 100px;
  padding-bottom: 60px;
}

.container.padding-4-5rem.footer-change {
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.padding-9rem {
  background-color: #9a8569;
  margin-bottom: 100px;
  padding: 100px 9rem;
}

.container.padding-9rem.bg-pic-bar {
  background-color: #9a85693d;
  padding-top: 220px;
  padding-bottom: 220px;
}

.container.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.container.rounded-corners-bottom {
  border-bottom-right-radius: 6.67vw;
  border-bottom-left-radius: 6.67vw;
}

.container.background-primary.rounded-corners-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.container.hp-faqs {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 100px;
}

.space-2rem {
  min-height: 2.2vw;
}

.rich-text {
  flex-direction: column;
  display: flex;
}

.background-black {
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
}

.utilities-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.section {
  background-color: var(--primary-cream-page);
  color: var(--pink-bs);
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.section.background-primary {
  border-top: 1px #626262;
  padding-bottom: 0;
}

.section.hp-section-gold {
  background-image: none;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section.hp-space {
  color: #978380;
  padding-top: 0;
  padding-bottom: 0;
}

.utilities-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

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

.utilities-wrapper-paragraph {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.utilities-grid-thirds {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.background-primary {
  background-color: var(--primary-cream-page);
}

.background-light-gray {
  background-color: var(--light-gray\<deleted\|variable-3669a79d-eea4-8f4f-3d46-aec55b6cb97e\>);
}

.utilities-wrapper-rich-text-and-buttons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utilities-line {
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  min-width: 2.2vw;
  min-height: .3vw;
}

.utilities-title {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utilities-line-spacer {
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  width: 100%;
  min-height: .1vw;
}

.utilities-flex-headings-and-paragraph {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.line-spacer {
  width: 100%;
}

.space-4rem {
  min-height: 4.4vw;
}

.fill {
  position: absolute;
  inset: -1rem;
}

.caps {
  text-transform: uppercase;
}

.show-on-tab {
  display: none;
}

.font-black {
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
}

.no-wrap {
  white-space: nowrap;
}

.space-1rem {
  min-height: 1.1vw;
}

.space-0-5rem {
  min-height: .56vw;
}

.space-7rem {
  background-color: #f2f1ec;
  min-height: 0;
}

.space-7rem.hp-spacer {
  text-align: center;
  min-height: 2vw;
  margin-bottom: 0;
  display: block;
}

.max-width-38rem {
  max-width: 42.22vw;
}

.invert {
  filter: invert();
}

.button-text {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  background-color: var(--pink-bs);
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: var(--cream-page);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon.button-light {
  border-color: var(--primary-cream-page);
  background-color: var(--primary-cream-page);
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
}

.button-with-circle-icon.treatments-button {
  width: 215px;
  min-width: 215px;
  max-width: 215px;
  min-height: auto;
  max-height: none;
  padding-top: .14vw;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.footer-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  left: auto;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-size: 1.2vw;
  line-height: 1.78vw;
}

.footer-link.w--current {
  font-size: 1.2vw;
}

.footer-link.move-down {
  position: absolute;
  top: 100%;
}

.footer-wrapper {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.2vw;
  padding-bottom: 2.2vw;
  display: flex;
}

.footer-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  color: #978380;
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 5vw;
  max-height: 7vw;
}

.footer-flex-bottom {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-line {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .07vw;
  display: flex;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.4vw;
  padding-bottom: 4.4vw;
  display: flex;
}

.footer-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--primary-51\<deleted\|variable-22ba2fd1-e1c9-c606-a5a2-3447eb771393\>) 80%, var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>) 90%);
  object-fit: cover;
  border-radius: 100%;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: 2.2vw;
  max-height: 2.2vw;
}

.social-icon.smaller {
  background-image: none;
  min-width: 3vw;
  max-width: 1.1vw;
  min-height: 3vw;
  max-height: 1.1vw;
}

.max-width-17vw {
  max-width: 17vw;
}

.utilities-side-bar {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-right: .07vw solid var(--dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 22.2vw;
  max-width: 22.2vw;
  height: 100vh;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
  position: sticky;
  top: 2.2vw;
}

.utilities-flex-title {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-icon {
  filter: invert();
  min-width: 2.8vw;
  height: 2.8vw;
}

.navbar {
  background-color: #f2f1ec;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

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

.logo-link-wrapper.w--current {
  left: -165px;
}

.nav-link {
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

.nav-link.w--current {
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
}

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-menu {
  margin-right: 2.2vw;
  display: flex;
}

.logo {
  object-fit: cover;
  object-position: 50% 50%;
  min-height: 4vw;
  max-height: 3vw;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-container {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.icon-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.icon-wrapper.hp {
  min-width: 15vw;
  max-width: 15vw;
  min-height: 10vw;
  max-height: 10vw;
}

.subheading-flex {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subheading-flex.icon-text {
  font-size: 1vw;
}

.small-icon {
  min-width: 1.44vw;
  max-width: 1.44vw;
}

.italics {
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
}

.italics.natural-beauty {
  letter-spacing: .7vw;
  font-family: Vibes, sans-serif;
  font-size: 5rem;
  font-weight: 400;
}

.italics.form-sub {
  text-shadow: 0 1px 3px #0003;
  font-weight: 200;
}

.card-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  display: flex;
}

.icon {
  min-width: 2.2vw;
  max-width: 2.2vw;
}

.icon.hp {
  min-width: 20vw;
  max-width: 3vw;
}

.card-text-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.large-card {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 41.4vw;
  max-width: 41.4vw;
  padding: 4.4vw;
  display: flex;
}

.large-icon {
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
}

.features-image-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.7vw;
  max-width: 21.7vw;
  min-height: 28.8vw;
  max-height: 28.8vw;
  display: flex;
  position: relative;
}

.features-image-wrapper.flip-from-left-animation {
  filter: contrast(150%);
  color: #978380;
  background-image: linear-gradient(#978380a6, #978380a6), url('../images/DEMO-PIC-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  min-width: 30vw;
  max-width: 30vw;
}

.features-image {
  border-radius: var(--border-radius-large);
  object-fit: cover;
  object-position: 30% 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.features-image.flip-from-left-animation {
  background-image: linear-gradient(to bottom, var(--gold-page\<deleted\|variable-342a78b5-a8c4-92f3-a355-09778f249cd4\>), var(--gold-page\<deleted\|variable-342a78b5-a8c4-92f3-a355-09778f249cd4\>));
  filter: contrast(55%) hue-rotate(271deg) saturate(91%);
}

.metrics-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.metrics-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrics-text {
  font-size: 6.67vw;
  font-weight: 400;
  line-height: 7.22vw;
}

.posts-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.posts-card {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 37.6vw;
  max-width: 37.6vw;
  display: flex;
  position: relative;
}

.avatar-line {
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  justify-content: flex-start;
  align-items: center;
  min-width: 2.2vw;
  max-width: 2.2vw;
  min-height: .07vw;
  max-height: .07vw;
  display: flex;
}

.posts-avatar-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.avatar-text-block {
  grid-column-gap: .28vw;
  grid-row-gap: .28vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.horizontal-line {
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: .07vw;
  max-height: .07vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.posts-text-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.avatar-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 3.3vw;
  max-width: 3.3vw;
  min-height: 3.3vw;
  max-height: 3.3vw;
  display: flex;
  overflow: hidden;
}

.latest-posts-details-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.1vw;
  padding-bottom: .44vw;
  display: flex;
}

.posts-arrow-wrapper {
  background-color: var(--light-gray\<deleted\|variable-3669a79d-eea4-8f4f-3d46-aec55b6cb97e\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding-bottom: .1vw;
  padding-left: .1vw;
  display: flex;
  position: absolute;
  inset: auto 2.22vw 2.22vw auto;
  overflow: hidden;
}

.posts-title-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 77vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-absolute {
  background-image: url('../images/PIC-800px-x-800px-3.jpg'), linear-gradient(to bottom, var(--pink-page-bg-and-buttons), var(--pink-page-bg-and-buttons));
  filter: none;
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.posts-category-date-flex {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.badge-post {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: .6vw .9vw .6vw 1vw;
  display: flex;
}

.latest-image-wrapper {
  border-radius: 20px;
  min-width: 37.6vw;
  max-width: 37.6vw;
  min-height: 33.3vw;
  max-height: 33.3vw;
  position: relative;
  overflow: hidden;
}

.success-message-sign-up-form {
  color: #f5f5f5;
  background-color: #050505;
  border-radius: 10px;
}

.sign-up-form-container {
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: .6vw 1.1vw .6vw 2.2vw;
  display: flex;
}

.red-font {
  color: #f77;
}

.sign-up-text-field {
  color: var(--white);
  background-color: #0000;
  border: 0 solid #000;
  align-self: center;
  margin-bottom: 0;
  line-height: 36px;
}

.sign-up-text-field:hover {
  border-bottom-color: #ffd81c80;
}

.sign-up-text-field:focus {
  border-bottom-color: #ffd81c;
}

.sign-up-text-field::placeholder {
  color: var(--pink-page-bg-and-buttons);
}

.sign-up-form {
  width: 32vw;
  margin-bottom: 0;
  box-shadow: 0 10px 20px -10px #0003;
}

.error-message {
  background-color: #050505;
  border-radius: 24px;
}

.cta-title {
  color: #050505;
  text-align: center;
  white-space: normal;
}

.cta-title.form-title {
  text-shadow: 0 1px 3px #0003;
  font-weight: 500;
}

.cta-container {
  background-color: var(--primary-cream-page);
  width: 100%;
  max-width: 100vw;
  max-height: 19.45vw;
  padding-left: 10vw;
  padding-right: 10vw;
}

.cta-card {
  z-index: 1;
  border-radius: var(--border-radius);
  box-shadow: none;
  text-align: center;
  background-image: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 62.2vw;
  max-width: 62.2vw;
  min-height: 38.9vw;
  max-height: 38.9vw;
  margin-left: auto;
  margin-right: auto;
  padding: 4.44vw 2.22vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-card.slide-down-animation {
  box-shadow: none;
  color: #978380;
  background-image: linear-gradient(#978380ed, #978380ed), url('../images/DEMO-PIC-3.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 4px #ab9693;
}

.cta-card.form-enquiry {
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: none;
  padding: .2vw 0;
  display: block;
}

.button-subscribe {
  background-color: var(--primary-cream-page);
  color: #050505;
  text-align: center;
  letter-spacing: 0;
  white-space: nowrap;
  cursor: pointer;
  border-radius: 5px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .9vw 2.2vw;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  box-shadow: 0 10px 20px -10px #0003;
}

.button-subscribe:hover {
  color: #050505;
  background-color: #e7e7e9;
}

.cta-wrapper {
  z-index: 999;
  border-bottom: 1px none var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  background-color: var(--pink-page-bg-and-buttons);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  top: 1.5vw;
}

.cta-wrapper.form-enquiry {
  width: auto;
  padding-top: 5px;
  display: block;
}

.font-white {
  color: var(--white);
}

.max-width-30rem {
  max-width: 33.33vw;
}

.max-width-30rem.form-sub-text {
  clear: left;
  color: var(--cream-page);
  text-shadow: 0 1px 2px #0003;
  font-weight: 700;
}

.max-width-30rem.form-sub-text.enquiry-form {
  max-width: none;
}

.title-block {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.hero-title {
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 5.5rem;
}

.hero-title.flip-from-bottom-animation {
  color: #978380;
  text-align: center;
  text-shadow: 0 1px 3px var(--primary-cream-page);
  font-family: Vibes, sans-serif;
  font-size: 6.7rem;
  font-weight: 400;
  position: relative;
  left: -646px;
}

.max-width-20rem {
  text-align: center;
  width: 60%;
  max-width: none;
  padding-bottom: 50px;
  font-size: 3vw;
  line-height: 7vh;
}

.metrics-grid-quarter {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.metrics-card {
  background-color: var(--white);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 21.65vw;
  max-width: 21.65vw;
  min-height: 22.2vw;
  max-height: 22.2vw;
  padding: 3.3vw 2.2vw;
  display: flex;
}

.metrics-card.background-primary {
  background-color: var(--primary-cream-page);
}

.metrics-card.background-secondary {
  background-color: var(--pink-bs);
}

.background-dark-gray {
  background-color: var(--pink-page-bg-and-buttons);
}

.text-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.blog-wrapper {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.blog-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-large-wrapper {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
  display: flex;
  overflow: hidden;
}

.blog-image-wrapper {
  border-radius: var(--border-radius);
  min-width: 66.7vw;
  max-width: 66.7vw;
  min-height: 41.7vw;
  max-height: 41.7vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.blog-post {
  flex-flow: column;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form-wrapper {
  max-width: 40.3vw;
  margin-left: auto;
  margin-right: auto;
}

.text-field {
  background-color: var(--white);
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  border-radius: 20px;
  height: 3.3vw;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: .97vw;
}

.text-field:focus {
  border-color: #171f33;
}

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

.message-area {
  background-color: var(--white);
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  border-radius: 20px;
  min-height: 7.8vw;
  margin-bottom: 8px;
  padding: 1.1vw;
  font-size: .97vw;
}

.message-area:focus {
  border-color: #171f33;
}

.message-area::placeholder {
  color: #707070;
}

.button {
  background-color: var(--primary-cream-page);
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  border-radius: 10px;
  font-family: Inter, sans-serif;
  font-weight: 300;
  transition: background-color .25s;
}

.button:hover {
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  color: #f5f5f5;
}

.button.contact-page {
  background-color: var(--pink-page-bg-and-buttons);
  color: var(--cream-page);
}

.contact-success-message {
  border: 1px solid var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  padding: 1.7vw 2.2vw;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.contact-error-message {
  border: 1px solid var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-top: 32px;
  padding: 1.7vw 2.2vw;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.field-label {
  font-size: .97vw;
  font-weight: 300;
}

.utilities-gallery-image-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utitlities-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-rtb-wrapper {
  flex-direction: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/img_cz6y_1img_cz6y.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18.06vw;
  display: flex;
}

.move-down {
  position: absolute;
  top: 100%;
}

.faq-question {
  color: var(--pink-page-bg-and-buttons);
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  font-size: 1.67vw;
  font-weight: 400;
  line-height: 1.67vw;
}

.faq-icon {
  min-width: 1.8vw;
  max-width: 1.8vw;
  min-height: 1.8vw;
  max-height: 1.8vw;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-dropdown {
  min-width: 100%;
}

.dropdown-toggle {
  border-radius: var(--border-radius);
  background-color: var(--cream-page);
  color: var(--primary-cream-page);
  -webkit-text-stroke-color: #978380;
  cursor: pointer;
  border: 1px solid #e8e1e1;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7vw 3.3vw .6vw;
  transition: background-color .25s;
  position: relative;
  box-shadow: 0 0 1px #0003;
}

.dropdown-toggle:hover {
  background-color: var(--primary-cream-page);
}

.dropdown-answer {
  text-align: left;
  width: 80%;
}

.faq-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  min-width: 50vw;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-image {
  border-radius: 100%;
  min-width: 11.11vw;
  max-width: 11.11vw;
  min-height: 11.11vw;
  max-height: 11.11vw;
}

.hero-wrapper {
  border-radius: var(--border-radius);
  background-image: none;
  justify-content: center;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: 40vw;
  max-height: 50.6vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-right: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-blur {
  z-index: 10;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  background-color: #ffffff4d;
  position: relative;
}

.hero-image {
  border-radius: var(--border-radius-large);
  min-width: 100%;
  max-width: 100%;
  min-height: 50vw;
  max-height: 50vw;
  padding-top: 0;
  position: absolute;
  inset: 0%;
}

.hero-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: var(--border-radius);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.2vw 4.4vw;
  display: flex;
}

.hero-block.background-blur {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #e5c10f00;
  padding-top: .2vw;
  padding-left: 29.4vw;
  left: 163px;
}

.pop-up-card {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.2vw;
  display: flex;
  position: absolute;
  box-shadow: -1rem 1rem 2rem #00000014;
}

.pop-up-card.top-right {
  top: 2rem;
  right: -4rem;
}

.pop-up-card.top-right.background-blur {
  position: absolute;
  inset: 537px auto auto 162px;
  box-shadow: -1rem 1rem 2rem 2px #00000014;
}

.pop-up-card.top-left {
  top: 2rem;
  left: -4rem;
}

.pop-up-card.top-left.background-blur {
  position: absolute;
  top: -108px;
  left: 199px;
  box-shadow: -1rem 1rem 2rem 2px #00000014;
}

.wave {
  background-color: #f2f1ec;
  background-image: url('../images/Wave-Cut-Out.svg'), linear-gradient(to bottom, var(--primary-cream-page), var(--primary-cream-page));
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  min-height: 7.8vw;
}

.about-description {
  max-width: 80%;
}

.about-tab-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: flex;
  position: relative;
}

.about-tab-wrapper.slide-up-animation {
  background-color: #f2f1ec;
  padding-top: 40px;
  padding-bottom: 40px;
}

.about-tab-flex {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.about-tabs {
  grid-column-gap: 4.44vw;
  grid-row-gap: 4.44vw;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: flex-end stretch;
  width: 100%;
  height: 90vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.flex-grid {
  grid-template: "Area-2"
                 "."
                 "."
                 "Area"
                 / 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-bottom: 6.67vw;
  display: grid;
}

.feature-image-wrapper {
  z-index: 1;
  filter: none;
  color: #978380;
  background-image: url('../images/PIC-800px-x-800px.jpg');
  background-position: 50%;
  background-size: cover;
  align-self: flex-start;
  min-width: 43.9vw;
  max-width: 43.9vw;
  min-height: 43.9vw;
  max-height: 43.9vw;
  position: relative;
  overflow: hidden;
}

.about-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: .5;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 5vw;
  padding: 1.11vw 0;
  display: flex;
}

.about-wrapper:hover {
  opacity: .75;
}

.about-wrapper.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
  margin-top: 0;
}

.feature-paragraph {
  max-width: 40vw;
  overflow: hidden;
}

.about-tab-block {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-image-wrapper {
  border-radius: var(--border-radius);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-text-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 45%;
  margin-left: 4.44vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 4.5rem;
}

.reviews-right-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  margin: 0;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 14% auto auto;
}

.reviews-right-arrow:hover {
  color: #eee;
}

.reviews-left-arrow {
  min-width: 1.875rem;
  max-width: 1.875rem;
  min-height: 1.875rem;
  max-height: 1.875rem;
  transition: color .4s ease-in-out;
  display: block;
  inset: -5% 16% auto auto;
}

.reviews-left-arrow:hover {
  color: #e67e22;
}

.reviews-listing-wrapper {
  grid-column-gap: 2.2vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-slider {
  background-color: #9a8569;
  background-image: linear-gradient(#978380b0, #978380b0), url('../images/DEMO-PIC-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: auto;
  padding-top: 66px;
  padding-bottom: 51px;
}

.reviews-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.reviews-icon {
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  font-size: 1.5625rem;
  font-weight: 900;
}

.reviews-card {
  border-radius: var(--border-radius);
  background-color: var(--pink-bs);
  color: var(--primary-cream-page);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 21.7vw;
  max-width: 21.7vw;
  padding: 4.4vw 3.3vw;
  display: flex;
  position: relative;
}

.reviews-card.background-primary {
  background-color: var(--primary-cream-page);
}

.reviews-card.background-secondary {
  background-color: var(--pink-bs);
}

.slide-nav-reviews {
  max-height: .8125rem;
  margin-top: 1.875rem;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.reviews-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.reviews-mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.reviews-image-circle {
  border-radius: 100%;
  width: 6.7vw;
  height: 6.7vw;
  position: absolute;
  inset: -3.35vw auto auto;
}

.reviews-slide {
  width: 100%;
}

.faqs-block {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.gallery-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.gallery-image-wrapper {
  border-radius: var(--border-radius);
  justify-content: center;
  align-items: center;
  min-width: 43.9vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-image-wrapper.aspect-ratio-sqaure {
  aspect-ratio: 1;
}

.gallery-image-wrapper.aspect-ratio-wide {
  aspect-ratio: 16 / 9;
}

.lightbox-link {
  width: 100%;
  display: inline-block;
}

.gallery-block {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-right {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.services-block {
  z-index: 2;
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border-radius: 48px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding: 2.2vw;
  display: flex;
}

.services-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  display: flex;
  position: relative;
}

.services-left {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: sticky;
  top: 4rem;
}

.teams-image {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  min-width: 100%;
  max-width: 100%;
}

.teams-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.teams-slider {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 19.4vw;
  max-width: 19.4vw;
  display: flex;
  position: relative;
}

.teams-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.left-arrow {
  display: none;
}

.teams-slider-wrapper {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 40vw;
  max-height: 40vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.right-arrow {
  display: none;
}

.teams-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2.2vw;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
}

.teams-text-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams-slides {
  margin-right: 3.33vw;
}

.teams-mask {
  max-width: 19.4vw;
  overflow: visible;
}

.aboutlarge-image {
  border-radius: var(--border-radius);
  min-height: 37.77vw;
  max-height: 37.77vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-parallax {
  min-width: 100%;
  position: relative;
  top: -3rem;
}

.trigger {
  min-height: 112px;
  position: absolute;
  inset: auto 0% 0%;
}

.reviews-name-block {
  flex-flow: column;
  display: flex;
}

.max-width-58rem {
  max-width: 58vw;
}

.circle-absolute {
  z-index: -1;
  background-color: var(--primary-cream-page);
  mix-blend-mode: soft-light;
  border-radius: 100px;
  min-width: 6.944vw;
  max-width: 6.944vw;
  min-height: 6.944vw;
  max-height: 6.944vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 3.33vw;
}

.top-info-skinny-section {
  background-color: #9a8569;
  height: 50px;
}

.paragraph {
  float: right;
}

.book-top-text, .register-text {
  font-weight: 600;
}

.column {
  padding-top: 5px;
  padding-right: 20px;
}

.columns {
  height: 50px;
}

.column-2 {
  height: 50px;
  padding-top: 5px;
}

.background-video {
  float: right;
  background-image: linear-gradient(#97838087, #97838087);
  border: 2px #000;
  border-radius: 0;
  width: 64%;
  min-height: 35vw;
  max-height: 50vw;
}

.top-bar-gold {
  background-color: #9a8569;
  height: auto;
}

.div-block {
  height: auto;
}

.div-block.new-top-gold-bar {
  background-color: #978380;
}

.top-columns, .column-1 {
  height: 50px;
}

.paragraph-2 {
  float: right;
  height: auto;
  padding-right: 20px;
}

.paragraph-2.new-gold-bar {
  float: none;
  padding-right: 0;
}

.paragraph-2.new-gold-bar.new {
  color: #000;
  text-align: center;
}

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

.booking-text {
  color: #fff;
  font-weight: 500;
}

.thick-gold-bar-text {
  text-align: center;
}

.thick-gold-bar-text.bar {
  color: var(--transparent);
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 3vw;
  line-height: 1vw;
}

.image {
  width: 100%;
  max-width: 66%;
  height: 150px;
}

.gold-section {
  background-color: var(--pink-page-bg-and-buttons);
  background-image: linear-gradient(#978380, #978380);
  margin-top: 70px;
  padding-top: 0;
}

.gold-section.new {
  margin-top: 21px;
}

.divider-line-full-width {
  color: var(--pink-page-bg-and-buttons);
  text-align: center;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  margin-top: 100px;
}

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

.card-link {
  box-shadow: none;
  opacity: 1;
  color: #2c1212;
  background-color: #f0ece6;
  background-image: none;
  border: 0 solid #2c121233;
  border-radius: 1.25rem;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  overflow: clip;
  transform: translateY(0);
}

.card-link:hover {
  box-shadow: none;
  opacity: .6;
  color: #2c1212;
  background-color: #f0ece6;
  transform: translateY(0);
}

.card-link.inverse-card-link {
  color: #fdf9f6;
  background-color: #2c1212;
  border-color: #0000;
}

.card-link.inverse-card-link:hover {
  color: #fdf9f6;
  background-color: #2c1212;
}

.nav-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  background-color: #0000;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.paragraph-lg {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph-lg.utility-margin-bottom-0 {
  color: #9a8568;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-layout.desktop-3-column {
  grid-template-columns: 1fr 1fr 1fr;
}

.nav-mega-menu-dropdown-list.w--open {
  background-color: #0000;
  padding-top: 1.25rem;
  left: 0;
  right: 0;
}

.nav-link-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  white-space: nowrap;
  word-break: keep-all;
  color: color-mix(in srgb, currentColor 75%, transparent);
  border-radius: 100rem;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .75em;
  text-decoration: none;
  display: flex;
}

.nav-link-2:hover {
  background-color: var(--9a8568\<deleted\|variable-a59699df-9e77-a7da-8891-cff46354ec43\>);
  color: inherit;
}

.nav-link-2.w--current {
  background-color: var(--white);
  padding-left: .5em;
  padding-right: .5em;
}

.nav-link-2.w--current:hover {
  background-color: var(--9a8568\<deleted\|variable-a59699df-9e77-a7da-8891-cff46354ec43\>);
}

.nav-link-2.w--open {
  background-color: #2c121233;
}

.nav-link-2.treat-text-nav {
  font-weight: 500;
}

.nav-logo-icon {
  aspect-ratio: 1;
  flex: none;
  height: 100%;
}

.nav-menu-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.paragraph-sm {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.nav-container-2 {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background-color: var(--cream-page);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem 2rem;
  display: flex;
}

.button-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.button-group.utility-margin-top-0 {
  position: relative;
  top: -15px;
}

.nav-logo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: inherit;
  justify-content: flex-start;
  align-items: center;
  height: 2.5rem;
  text-decoration: none;
  display: flex;
}

.nav-logo:hover {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.nav-menu-dropdown-list-wrapper {
  background-color: #fdf9f6;
  border-radius: 1.25rem;
  box-shadow: 0 4px 8px #0000001a;
}

.nav-menu-dropdown-list-wrapper.w--open {
  margin-top: .5rem;
  padding: .5rem;
  top: 100%;
  box-shadow: 0 6px 8px -4px #0000001a;
}

.eyebrow {
  letter-spacing: .01em;
  text-transform: uppercase;
  color: color-mix(in srgb, currentColor 60%, transparent);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.3em;
  display: inline-block;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.h3-heading {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .7em;
  font-size: 1.78rem;
  font-weight: 400;
  line-height: 1.04em;
}

.flex-horizontal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #682626;
  border: 1px solid #0000;
  border-radius: 100rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #953636;
}

.text-button.secondary-text-button {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.secondary-text-button:hover {
  opacity: .6;
}

.nav {
  z-index: 99;
  color: #2c1212;
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.nav.secondary-nav {
  background-color: var(--gold-page\<deleted\|variable-342a78b5-a8c4-92f3-a355-09778f249cd4\>);
}

.button-label {
  white-space: pre;
  margin-top: 4px;
}

.icon-2 {
  color: #682626;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.button-2 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--9a8568\<deleted\|variable-a59699df-9e77-a7da-8891-cff46354ec43\>);
  box-shadow: none;
  color: #f8f7f0;
  text-align: center;
  cursor: pointer;
  border: 0 solid #0000;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  padding: 1em 1.5em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s, color .2s, background-color .2s cubic-bezier(.165, .84, .44, 1), box-shadow .2s;
  display: inline-flex;
}

.button-2:hover {
  box-shadow: none;
  color: #f8f7f0;
  background-color: #953636;
  border-color: #0000;
}

.button-2:active {
  box-shadow: none;
  background-color: #682626;
}

.button-2:focus {
  outline-offset: 2px;
  outline: 2px solid #682626;
}

.button-2.new {
  background-color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
}

.button-2.new:hover {
  background-color: var(--pink-page-bg-and-buttons);
  color: #000;
  border: 1px #080000;
  font-size: 1rem;
}

.button-2.new:active {
  border-style: none;
}

.utility-margin-top-auto {
  margin-top: auto;
}

.nav-menu-dropdown {
  position: static;
}

.utility-margin-bottom-0 {
  margin-bottom: 0 !important;
}

.nav-mobile-menu-button {
  color: inherit;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .5rem;
}

.nav-mobile-menu-button:hover {
  color: inherit;
}

.nav-mobile-menu-button.w--open {
  z-index: 2;
  background-color: #0000;
}

.nav-mobile-menu-button.w--open:hover {
  color: #b58c6799;
}

.mega-nav-dropdown-list-wrapper {
  color: #2c1212;
  background-color: #fdf9f6;
  border-radius: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 2rem;
  box-shadow: 0 4px 8px -2px #0000001a;
}

.mega-nav-dropdown-list-wrapper.w--open {
  border-radius: 1.25rem;
  order: 0;
  justify-content: center;
  align-self: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 100% 0% auto;
  box-shadow: 0 8px 8px -4px #0000001a;
}

.mega-nav-link-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #2c1212;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.mega-nav-link-item:hover {
  color: #682626;
}

.nav-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-caret {
  margin: 0;
  position: relative;
}

.card-body {
  z-index: 1;
  flex-flow: column;
  height: 100%;
  padding: 3rem;
  display: flex;
  position: relative;
}

.nav-menu-list-item {
  display: flex;
  margin-bottom: 0 !important;
}

.enhance-pic-div {
  height: 140px;
  position: relative;
  bottom: -112px;
  left: -647px;
}

.image-2 {
  height: 0;
  overflow: hidden;
}

.section-2 {
  height: 2px;
}

.section-3 {
  -webkit-text-fill-color: inherit;
  background-color: #9a856899;
  background-clip: border-box;
}

.section-3.gold-page-bar {
  background-color: #978380;
}

.heading-2 {
  text-shadow: 0 4px 7px #0003;
  font-family: Vibes, sans-serif;
}

.heading-2.treatments-text-hp {
  position: relative;
  top: -25px;
  left: -413px;
}

.heading-2.treatments-text-hp.treatments-page-con {
  text-align: center;
  position: static;
}

.heading-2.treatments-text-hp.big-text-vibes-title {
  color: #978380;
  font-size: 5vw;
  font-weight: 400;
  top: -24px;
  left: auto;
}

.heading-2.new-terrys {
  color: var(--pink-page-bg-and-buttons);
  text-shadow: 0 4px 6px #0003;
  font-weight: 400;
}

.div-block-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-3 {
  color: var(--pink-page-bg-and-buttons);
  font-weight: 300;
}

.paragraph-4 {
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  line-height: 2vw;
}

.sub-title-text {
  -webkit-text-stroke-width: 2px;
  text-shadow: 0 3px 4px #0003;
  font-family: Vibes, sans-serif;
  font-size: 3vw;
  font-weight: 400;
}

.sub-title-text.smaller {
  letter-spacing: .1vw;
  -webkit-text-stroke-width: 1px;
  word-break: normal;
  font-family: Vibes, sans-serif;
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 3vw;
}

.sub-title-text.sub-text-hp {
  color: var(--black);
  letter-spacing: .2vw;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--pink-bs);
  text-transform: uppercase;
  text-shadow: 0 4px 6px #0003;
  word-break: normal;
  font-size: 2vw;
  line-height: 3vw;
}

.treatments-title-hp {
  padding-top: 40px;
}

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

.body {
  background-color: var(--primary-cream-page);
  color: #978380;
}

.text-block-2 {
  text-shadow: 0 1px 3px #0003;
  color: #978380;
  font-size: 1.4vw;
}

.enhanced-text-hp {
  font-style: italic;
}

.wavy-section {
  background-image: url('../images/DIVIDING-LINE-WAVY-PINK-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.wavy-section._2 {
  background-image: url('../images/DIVIDING-LINE-WAVY-PINK.jpg');
  background-repeat: repeat;
  background-size: cover;
  height: 219px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.wavy-section._2.top-end-top {
  height: 174px;
}

.wavy-section.bot-end-174 {
  height: 143px;
}

.wavy-section.top-end-174 {
  height: 174px;
}

.form-container {
  background-color: var(--transparent);
  text-align: center;
  width: auto;
  max-width: none;
  height: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.custom-code-form-block {
  width: auto;
  height: auto;
}

.container-2 {
  padding-top: 0;
  padding-bottom: 10px;
}

.logo-container {
  text-align: center;
  padding-top: 10px;
}

.logo-pic-hp {
  color: #978380;
  width: 59%;
  height: 100%;
  position: relative;
  top: 46px;
}

.button-with-circle-icon-2 {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  color: #050505;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f5f5f580;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding: .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.italics-2 {
  font-style: italic;
  font-weight: 100;
}

.card-flex-2 {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-3.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.space-7rem-2 {
  min-height: 7.8vw;
}

.circle-absolute-2 {
  z-index: -1;
  mix-blend-mode: soft-light;
  background-color: #c1e4c4;
  border-radius: 100px;
  min-width: 6.944vw;
  max-width: 6.944vw;
  min-height: 6.944vw;
  max-height: 6.944vw;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 3.33vw;
}

.features-image-2 {
  object-fit: cover;
  object-position: 30% 100%;
  border-radius: 64px;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.pop-up-card-2 {
  border-radius: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 2.2vw;
  display: flex;
  position: absolute;
  box-shadow: -1rem 1rem 2rem #00000014;
}

.pop-up-card-2.top-left {
  top: 2rem;
  left: -4rem;
}

.pop-up-card-2.top-right {
  top: 2rem;
  right: -4rem;
}

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

.treatments-section-2.treat-page {
  padding-top: 10px;
}

.new-hero-section-test {
  padding-top: 0;
  padding-bottom: 0;
}

.new-hero-div {
  height: auto;
  min-height: auto;
}

.background-video-2 {
  width: 64%;
  height: auto;
  min-height: 35vw;
  max-height: 50vw;
  left: 820px;
}

.container-4 {
  position: relative;
  bottom: -157px;
  left: -386px;
}

.hero-headings {
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
  font-weight: 500;
}

.hero-headings-2 {
  color: var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
}

.new-bg-video-hero {
  color: #978380;
  background-image: linear-gradient(#9783804d, #9783804d);
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding: 100px;
  display: flex;
}

.new-container-hero-text.title {
  color: var(--primary-cream-page);
  letter-spacing: .6vw;
  text-shadow: 0 1px 5px #0003;
  font-family: Vibes, sans-serif;
  font-size: 5vw;
  font-weight: 400;
}

.new-container-hero-text._2 {
  color: var(--cream-page);
  letter-spacing: .6vw;
  text-shadow: 0 1px 5px #0003;
  margin-top: 1rem;
  font-family: Vibes, sans-serif;
  font-size: 5vw;
}

.button-new {
  background-color: #978380;
  border-radius: 20px;
  width: 170px;
  height: auto;
  margin-top: 20px;
  padding-top: 0;
}

.div-block-3 {
  text-align: left;
  padding-top: 20px;
}

.paragraph-5 {
  color: var(--primary-cream-page);
  text-align: left;
  letter-spacing: 0;
  text-shadow: 0 1px 5px #0003;
  font-family: Vibes, sans-serif;
  font-size: 3vw;
  line-height: 4vw;
}

.div-block-4 {
  position: relative;
  top: 102px;
  left: 347px;
}

.paragraph-6 {
  color: var(--primary-cream-page);
  text-align: center;
  font-size: 1vw;
}

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

.heading-3 {
  color: var(--pink-bs);
  letter-spacing: .8vw;
  font-family: Vibes, sans-serif;
  font-size: 4vw;
  font-weight: 400;
}

.div-block-5 {
  color: #978380;
  padding-top: 0;
}

.heading-4 {
  color: #978380;
  font-size: 3vw;
}

.heading-4.treatments {
  font-size: 3vw;
}

.skin-condition-container {
  background-image: url('../images/PIC-800px-x-800px-4.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-3 {
  opacity: 0;
  background-color: #0000;
}

.tabs-link {
  border-bottom: 1px solid var(--primary-cream-page);
  color: var(--pink-page-bg-and-buttons);
  text-decoration: underline;
}

.tabs-link:hover {
  text-decoration: underline;
}

.italics-3 {
  font-style: italic;
  font-weight: 100;
}

.large-card-2 {
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 41.4vw;
  max-width: 41.4vw;
  padding: 4.4vw;
  display: flex;
}

.card-flex-3 {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.container-5.padding-4-5rem {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.space-7rem-3 {
  min-height: 7.8vw;
}

.heading-5 {
  color: var(--black);
}

.image-4 {
  width: 100px;
  height: 50px;
}

.image-4.logo-top-nav-hp {
  width: 180px;
  height: 100px;
}

.link-block {
  padding-top: 1px;
}

.link-block.w--current {
  width: auto;
  padding-top: 0;
}

.button-div {
  text-align: left;
  justify-content: center;
  align-items: center;
  padding: 0 220px;
  display: flex;
}

.navbar-main-text {
  color: #978380;
  font-size: 1.5vw;
}

.heading-6, .heading-7, .heading-8 {
  color: var(--black);
  text-shadow: 0 2px 1px #0003;
  font-family: Vibes, sans-serif;
  font-size: 2vw;
  text-decoration: none;
}

.section-5 {
  height: 0;
}

.paragraph-7 {
  color: var(--pink-page-bg-and-buttons);
}

.paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11 {
  color: var(--pink-bs);
}

.hero-thin-for-pages {
  background-image: url('../images/LOGO-FINAL-COLOUR-CHANGE.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 300px;
}

.section-6 {
  background-image: url('../images/DIVIDING-LINE-WAVY-PINK.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 175px;
}

.section-7 {
  background-image: url('../images/DIVIDING-LINE-WAVY-PINK-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 175px;
}

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

.paragraph-12 {
  letter-spacing: .3vw;
  margin-top: 0;
  font-size: 1.5vw;
  line-height: 4vh;
}

.section-8 {
  color: #978380;
  background-image: url('../images/DIVIDING-LINE-WAVY-PINK.jpg');
  background-position: 50%;
  background-size: cover;
  height: 175px;
}

.section-9 {
  color: #978380;
  background-image: url('../images/DIVIDING-LINE-WAVY-PINK-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 175px;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-14, .heading-15, .heading-16 {
  font-size: 3vw;
}

.telephone-number-contact-page {
  color: var(--black);
  letter-spacing: .8vw;
  text-shadow: 0 2px 1px #0003;
  font-family: Vibes, sans-serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 5vh;
}

.google-reviews-section {
  background-color: var(--pink-page-bg-and-buttons);
  color: #978380;
  padding-top: 100px;
  padding-bottom: 100px;
}

.portfolio-div {
  padding-top: 20px;
  padding-bottom: 20px;
}

.port-title-container {
  justify-content: center;
  align-items: center;
  padding-top: 19px;
  display: flex;
}

.heading-17 {
  color: var(--primary-cream-page);
  justify-content: center;
  align-items: flex-start;
  font-family: Vibes, sans-serif;
  font-size: 14vw;
  font-weight: 400;
  display: flex;
}

.heading-17.launching-text {
  font-size: 7vw;
}

.background-video-3 {
  background-image: linear-gradient(to bottom, var(--pink-page-bg-and-buttons), var(--pink-page-bg-and-buttons));
  color: #978380;
  display: flex;
}

.section-10 {
  background-color: #978380;
  padding-top: 20px;
  padding-bottom: 40px;
}

.form {
  margin-top: 42px;
}

.container-8 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-5 {
  min-width: 160px;
  min-height: 160px;
}

.image-6 {
  color: #978380;
  position: relative;
  left: -135px;
}

@media screen and (max-width: 991px) {
  body {
    font-size: .88rem;
    line-height: 1.25rem;
  }

  h1 {
    letter-spacing: -.0625rem;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h2 {
    letter-spacing: -.06rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h3 {
    letter-spacing: -.0625rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    letter-spacing: -.0625rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h5 {
    letter-spacing: .13rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  p, a {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  ul, ol {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2.5rem;
  }

  li {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  sup {
    font-size: 2.5rem;
    line-height: 2rem;
    top: -.3rem;
  }

  blockquote {
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .space-page-top {
    min-height: 10rem;
  }

  .utilities-title-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container {
    background-color: #0000;
  }

  .container.padding-4-5rem {
    padding-left: 0%;
    padding-right: 0%;
  }

  .container.padding-9rem, .container.padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.rounded-corners-bottom {
    border-bottom-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
  }

  .container.background-primary.rounded-corners-bottom {
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .container.hp-faqs {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .space-2rem {
    min-height: 1rem;
  }

  .section {
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.background-primary {
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-wrapper {
    width: 100%;
  }

  .utilities-line {
    min-width: 2rem;
    min-height: .25rem;
  }

  .utilities-title {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .utilities-line-spacer {
    min-height: .06rem;
  }

  .space-4rem {
    min-height: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hide-on-mobile, .show-on-tab {
    display: block;
  }

  .space-1rem {
    min-height: 1rem;
  }

  .space-0-5rem {
    min-height: .5rem;
  }

  .space-7rem {
    min-height: 0;
  }

  .hide-on-tab {
    display: none;
  }

  .max-width-38rem {
    max-width: 38rem;
  }

  .invert {
    filter: invert();
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .button-text.treatments {
    font-size: 1.3rem;
  }

  .arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
  }

  .button-with-circle-icon.treatments-button {
    min-height: 40px;
  }

  .footer-logo-link-wrapper {
    z-index: 1000000;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-link {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .footer-link.w--current {
    font-size: 2vw;
  }

  .footer-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .footer-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .footer-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: .06rem;
  }

  .footer-top {
    max-width: 100%;
    padding: .2rem 30px 3rem;
  }

  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .socials-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .social-icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .social-icon.smaller {
    min-width: 2.5rem;
    max-width: 1rem;
    min-height: 2.5rem;
    max-height: 1rem;
  }

  .max-width-17vw {
    max-width: 15rem;
  }

  .utilities-side-bar {
    border-right-width: .06rem;
    min-width: 20rem;
    max-width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    top: 2rem;
  }

  .utilities-flex-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .utilities-icon {
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .navbar {
    height: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-link-wrapper {
    z-index: 999;
    min-height: auto;
  }

  .logo-link-wrapper.w--current {
    left: -19px;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .nav-menu {
    background-color: var(--pink-page-bg-and-buttons);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .logo {
    min-height: 2rem;
    max-height: 2rem;
  }

  .nav-container {
    justify-content: flex-start;
    margin-left: auto;
  }

  .menu-button {
    z-index: 999;
    background-color: #0000;
    padding: 1rem 0 1rem 1rem;
  }

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

  .burger-icon {
    color: var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>);
    font-size: 1.875rem;
  }

  .icon-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .icon-wrapper.hp {
    min-width: 16%;
    max-width: 100%;
    min-height: 15vw;
    max-height: 15vw;
  }

  .subheading-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .subheading-flex.icon-text {
    justify-content: center;
    align-items: flex-start;
  }

  .small-icon {
    min-width: 1.3rem;
    max-width: 1.3rem;
  }

  .card-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 20px;
  }

  .card-flex.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
    padding-top: 20px;
  }

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .icon.hp {
    min-width: 98%;
    max-width: 75%;
    min-height: 5rem;
    max-height: 7.9rem;
  }

  .card-text-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .card-text-block.slide-from-right-animation, .card-text-block.slide-from-left-animation {
    justify-content: center;
    align-items: center;
  }

  .large-card {
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: .125rem 4rem 1rem;
    position: relative;
    top: -24px;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .features-image-wrapper.flip-from-left-animation {
    min-width: 90vw;
    max-width: 50vw;
    min-height: 30rem;
    max-height: 26rem;
  }

  .features-image {
    min-height: 30rem;
    max-height: 26rem;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .metrics-text {
    font-size: 6rem;
    line-height: 6.5rem;
  }

  .posts-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

  .posts-card {
    min-width: 33.8rem;
    max-width: 33.8rem;
  }

  .avatar-line {
    min-width: 2rem;
    max-width: 2rem;
    min-height: .0625rem;
    max-height: .0625rem;
  }

  .posts-avatar-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .avatar-text-block {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .horizontal-line {
    min-height: .0625rem;
    max-height: .0625rem;
  }

  .avatar-wrapper {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .latest-posts-details-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
    padding-bottom: .4rem;
  }

  .posts-arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    bottom: 2rem;
    right: 2rem;
  }

  .posts-title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 80%;
  }

  .posts-category-date-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .badge-post {
    padding: .5rem .8rem .5rem .9rem;
  }

  .latest-image-wrapper {
    min-width: 33.8rem;
    max-width: 33.8rem;
    min-height: 30rem;
    max-height: 30rem;
  }

  .sign-up-form-container {
    padding: .5rem 1rem .5rem 2rem;
  }

  .sign-up-form {
    width: 28.8rem;
  }

  .cta-container {
    max-width: 100%;
    max-height: 22rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .cta-card {
    background-position: 40% 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 44rem;
    max-height: 44rem;
    padding: 4rem;
    box-shadow: 0 1rem 2rem #0003;
  }

  .cta-card.form-enquiry {
    box-shadow: none;
  }

  .button-subscribe {
    padding: .8rem 2rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    top: 0;
  }

  .max-width-30rem {
    text-align: center;
    max-width: 30rem;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .hero-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .hero-title.flip-from-bottom-animation {
    position: static;
  }

  .max-width-20rem {
    max-width: none;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 2.2rem;
  }

  .metrics-grid-quarter {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .metrics-card {
    border-width: 1px;
    min-width: 18rem;
    max-width: 18rem;
    min-height: 20rem;
    max-height: 20rem;
    padding: 2rem;
  }

  .text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-wrapper, .blog-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 37.25rem;
    max-width: 37.25rem;
    min-height: 23.28rem;
    max-height: 23.28rem;
  }

  .blog-post {
    width: 90%;
  }

  .form-wrapper {
    max-width: 36.3rem;
  }

  .text-field {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .message-area {
    min-height: 7rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .88rem;
  }

  .contact-success-message, .contact-error-message {
    padding: 1.5rem 2rem;
  }

  .field-label {
    font-size: .88rem;
  }

  .utitlities-title-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .utility-page-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 16.25rem;
  }

  .faq-question {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .faq-icon {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }

  .faq-flex {
    grid-column-gap: 1.9rem;
  }

  .dropdown-toggle {
    padding: 1.5rem 3rem .5rem;
  }

  .dropdown-answer {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 90%;
    max-width: 90%;
  }

  .utilities-image {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    min-height: auto;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-image {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
  }

  .hero-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem 4rem;
  }

  .hero-block.background-blur {
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-left: 4vw;
    top: -100px;
    left: auto;
  }

  .pop-up-card {
    padding: 2rem;
  }

  .pop-up-card.top-right.background-blur {
    display: none;
    top: -4.4rem;
    right: -1.4rem;
  }

  .pop-up-card.top-left.background-blur {
    display: none;
    top: -4.9rem;
    left: -1.4rem;
  }

  .wave {
    min-height: 5rem;
  }

  .about-description {
    max-width: 30rem;
  }

  .about-tab-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 10%;
    padding-right: 10%;
  }

  .about-tab-wrapper.slide-up-animation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about-tab-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-tabs {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    height: auto;
  }

  .flex-grid {
    place-items: center;
    width: 70%;
    margin-bottom: 0;
  }

  .feature-image-wrapper {
    min-width: 39.5rem;
    max-width: 39.5rem;
    min-height: 39.5rem;
    max-height: 39.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .feature-paragraph {
    max-width: none;
  }

  .about-tab-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
    flex-flow: column;
  }

  .reviews-slider {
    background-image: linear-gradient(to bottom, var(--pink-bs), var(--pink-bs)), url('../images/DEMO-PIC-4.jpg');
    background-position: 0 0, 10%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .reviews-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .reviews-card {
    min-width: 19.5rem;
    max-width: 19.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 3rem;
  }

  .slide-nav-reviews {
    display: none;
  }

  .reviews-image-circle {
    width: 6rem;
    height: 6rem;
    top: -3rem;
  }

  .faqs-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
  }

  .gallery-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .gallery-image-wrapper {
    min-width: 20rem;
  }

  .gallery-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .services-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .0625rem;
    grid-template-columns: 1fr 10rem 1fr;
    padding: 2rem;
  }

  .services-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .teams-image {
    min-height: 20rem;
    max-height: 20rem;
  }

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

  .teams-slider {
    min-width: 17.5rem;
    max-width: 17.5rem;
  }

  .teams-title-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .teams-slider-wrapper {
    min-height: 38rem;
    max-height: 38rem;
  }

  .teams-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .teams-text-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .teams-slides {
    margin-right: 3rem;
  }

  .teams-mask {
    max-width: 17.5rem;
  }

  .aboutlarge-image {
    min-height: auto;
    max-height: none;
  }

  .max-width-58rem {
    max-width: 44rem;
  }

  .circle-absolute {
    min-width: 6.25rem;
    max-width: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
    display: none;
    inset: auto 0% -238% 18%;
  }

  .top-info-skinny-section {
    background-color: #9a8569;
    height: 35px;
  }

  .columns {
    background-color: #000;
  }

  .column-2 {
    background-color: #f2f1ec00;
    height: 35px;
  }

  .background-video {
    float: none;
    border: 2px none var(--gold-text\<deleted\|variable-7066b55e-0288-3900-d6bc-9da627b15da2\>);
    border-radius: 0;
    width: 100%;
    min-height: 100vw;
    max-height: 100vw;
  }

  .top-bar-gold, .div-block {
    height: 35px;
  }

  .div-block.new-top-gold-bar {
    padding-top: 4px;
  }

  .top-columns, .column-1 {
    height: 35px;
  }

  .booking-text, .booking-text.new {
    font-size: 1.2rem;
  }

  .gold-section.new {
    margin-top: 10px;
  }

  .divider-line-full-width {
    margin-top: 0;
    padding-top: 40px;
  }

  .nav-menu-2 {
    background-color: #fdf9f6;
    border-radius: .5rem;
    height: auto;
    max-height: calc(100dvh - 10rem);
    padding: 1rem;
    position: absolute;
    top: 100%;
    overflow: auto;
    box-shadow: 0 4px 8px #0000001a;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .nav-mega-menu-dropdown-list.w--open {
    height: auto;
    padding-bottom: .5rem;
    position: relative;
    top: 0%;
  }

  .nav-link-2 {
    justify-content: space-between;
    align-items: center;
    font-size: 1.13rem;
  }

  .nav-link-2:hover {
    color: #682626;
    background-color: color-mix(in srgb, currentColor 0%, transparent);
  }

  .nav-link-2.w--current:hover {
    background-color: #2c121233;
  }

  .nav-link-2.w--open {
    background-color: #0000;
  }

  .nav-menu-list {
    flex-flow: column;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .nav-container-2 {
    padding-left: 1rem;
  }

  .button-group.utility-margin-top-0 {
    left: -30px;
  }

  .nav-menu-dropdown-list-wrapper {
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    flex-flow: column;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: flex;
  }

  .nav-menu-dropdown-list-wrapper.w--open {
    background-color: #2c121233;
    height: auto;
    display: block;
    position: relative;
    top: 0%;
  }

  .eyebrow {
    font-size: .9rem;
  }

  .h3-heading {
    font-size: 1.42rem;
  }

  .flex-horizontal {
    flex-flow: wrap;
  }

  .nav {
    height: auto;
  }

  .nav-menu-dropdown {
    width: 100%;
    height: auto;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .nav-mobile-menu-button {
    color: inherit;
    background-color: #0000;
    align-self: center;
  }

  .nav-mobile-menu-button.w--open {
    color: #682626;
    background-color: #0000;
  }

  .nav-mobile-menu-button.w--open:hover {
    color: #682626;
  }

  .mega-nav-dropdown-list-wrapper {
    z-index: 3;
    box-shadow: none;
    background-color: color-mix(in srgb, currentColor 5%, transparent);
    padding: 1rem;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    box-shadow: none;
    text-align: left;
    background-color: #2c12121a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    position: relative;
    top: auto;
    left: 0;
    right: 0;
  }

  .card-body {
    padding: 2rem;
  }

  .nav-menu-list-item {
    flex-flow: column;
    margin-bottom: 0;
  }

  .enhance-pic-div {
    left: auto;
  }

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

  .heading-2.treatments-text-hp {
    position: static;
    left: auto;
  }

  .heading-2.treatments-text-hp.treatments-page-con {
    padding-left: 40px;
  }

  .heading-2.treatments-text-hp.big-text-vibes-title {
    font-size: 7vw;
  }

  .paragraph-3 {
    font-size: 1.1rem;
  }

  .sub-title-text.sub-text-hp {
    letter-spacing: .8vw;
    font-size: 2.5vw;
  }

  .treatments-title-hp {
    padding-top: 0;
  }

  .text-block-2 {
    font-size: 3vw;
  }

  .wavy-section._2 {
    height: 100px;
  }

  .wavy-section.bot-end-174 {
    height: 154px;
  }

  .wavy-section.top-end-174 {
    height: 100px;
  }

  .form-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-2 {
    padding-top: 10px;
  }

  .section-4 {
    padding-top: 50px;
  }

  .logo-container {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .logo-pic-hp {
    width: 50%;
    position: static;
  }

  .button-with-circle-icon-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
  }

  .card-flex-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex-2.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

  .container-3.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .space-7rem-2 {
    min-height: 7rem;
  }

  .circle-absolute-2 {
    min-width: 6.25rem;
    max-width: 6.25rem;
    min-height: 6.25rem;
    max-height: 6.25rem;
    display: none;
    inset: auto 0% -238% 18%;
  }

  .pop-up-card-2 {
    padding: 2rem;
  }

  .new-hero-section-test {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-2 {
    text-align: center;
    width: 100%;
    min-height: 100vw;
    max-height: 100vw;
    left: auto;
  }

  .container-4 {
    left: auto;
  }

  .new-bg-video-hero {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    right: auto;
  }

  .new-container-hero-text.title {
    font-size: 15vw;
  }

  .new-container-hero-text._2 {
    font-size: 15vw;
    line-height: 7.1rem;
  }

  .button-new {
    width: 150px;
    height: 47px;
    padding-top: 10px;
  }

  .div-block-3 {
    text-align: center;
  }

  .paragraph-5 {
    font-size: 2rem;
    line-height: 7vw;
  }

  .div-block-4 {
    padding-left: 50px;
    padding-right: 50px;
    top: 75px;
    left: auto;
  }

  .column-3 {
    overflow: visible;
  }

  .paragraph-6 {
    font-size: 2.7vw;
  }

  .heading-4, .heading-4.treatments {
    font-size: 5vw;
  }

  .large-card-2 {
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    padding: 4rem;
  }

  .card-flex-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .card-flex-3.reverse-on-tab {
    flex-flow: column-reverse wrap-reverse;
  }

  .container-5.padding-4-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .space-7rem-3 {
    min-height: 7rem;
  }

  .navbar-main-text, .heading-6, .heading-7, .heading-8 {
    font-size: 3vw;
  }

  .section-5 {
    height: 50px;
  }

  .paragraph-12 {
    font-size: 3vw;
  }

  .heading-9, .heading-10, .heading-11, .heading-12, .heading-14, .heading-15, .heading-16 {
    font-size: 5vw;
  }

  .telephone-number-contact-page {
    text-align: left;
  }

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

  .heading-17 {
    font-size: 20vw;
  }

  .heading-17.launching-text {
    font-size: 12vw;
  }

  .section-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-6 {
    position: relative;
    left: -71px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

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

  .container.padding-4-5rem {
    padding-left: 0%;
    padding-right: 0%;
  }

  .rich-text {
    width: 100%;
  }

  .section.background-primary {
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-wrapper-paragraph {
    width: 100%;
  }

  .utilities-wrapper-rich-text-and-buttons {
    max-width: 100%;
  }

  .utilities-flex-headings-and-paragraph {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-tab {
    display: block;
  }

  .max-width-38rem {
    max-width: 28rem;
  }

  .button-with-circle-icon.treatments-button {
    min-width: 215px;
  }

  .footer-logo-link-wrapper {
    padding-left: 0;
  }

  .footer-right-flex {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-link {
    color: #978380;
    font-size: 1.4rem;
  }

  .footer-link.w--current {
    font-size: 4vw;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-top {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .max-width-17vw {
    letter-spacing: .5rem;
  }

  .logo-link-wrapper {
    padding-left: 0;
  }

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .large-card {
    padding: 0 2rem;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    min-width: 19.5rem;
    max-width: 19.5rem;
    min-height: 25.96rem;
    max-height: 25.96rem;
  }

  .posts-card {
    text-align: center;
    align-items: center;
    min-width: 27rem;
    max-width: 27rem;
  }

  .posts-text-block {
    text-align: center;
    align-items: center;
  }

  .latest-posts-details-flex {
    flex-direction: row;
    justify-content: center;
    padding-bottom: 1rem;
  }

  .posts-title-flex {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .posts-category-date-flex {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .latest-image-wrapper {
    min-width: 27rem;
    max-width: 27rem;
  }

  .sign-up-text-field {
    text-align: left;
  }

  .sign-up-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 360px;
  }

  .cta-container {
    max-height: 23.5rem;
  }

  .cta-card {
    background-position: 37% 0;
    min-height: 47rem;
    max-height: 47rem;
  }

  .cta-wrapper {
    top: 0;
  }

  .max-width-30rem {
    max-width: 21rem;
  }

  .hero-title {
    font-size: 4rem;
    line-height: 4rem;
  }

  .metrics-card {
    min-width: 20rem;
    max-width: 20rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 26.25rem;
    max-width: 26.25rem;
    min-height: 17.59rem;
    max-height: 17.59rem;
  }

  .form-wrapper {
    max-width: 24.38rem;
  }

  .dropdown-answer {
    width: 90%;
  }

  .hero-block {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-block.background-blur {
    padding-left: 0;
    padding-right: 0;
  }

  .wave {
    min-height: 3.5rem;
  }

  .about-tab-wrapper {
    width: 100%;
  }

  .about-tabs {
    grid-template-columns: 1fr;
  }

  .flex-grid {
    place-items: start stretch;
  }

  .feature-image-wrapper {
    min-width: 27.6rem;
    max-width: 27.6rem;
    min-height: 27.6rem;
    max-height: 27.6rem;
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-listing-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 5.625rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .reviews-slider {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .reviews-card {
    min-width: 19.5rem;
    max-width: 19.5rem;
  }

  .slide-nav-reviews {
    padding-top: 4%;
    bottom: -8%;
  }

  .gallery-image-wrapper {
    min-width: 15rem;
  }

  .services-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    align-items: center;
  }

  .services-block {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    padding: 1.5rem;
  }

  .services-flex {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .services-left {
    z-index: 1;
    max-width: 100%;
    padding-right: 0;
    position: static;
  }

  .teams-image {
    object-fit: cover;
  }

  .teams-slider {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-wrapper {
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .max-width-58rem {
    max-width: 25rem;
  }

  .column {
    background-color: #9a8569;
    padding-bottom: 5px;
  }

  .column-2 {
    background-color: #fff;
    height: 25px;
  }

  .background-video {
    min-height: 100vw;
    max-height: 100%;
  }

  .top-columns {
    height: 20px;
  }

  .column-1 {
    height: 25px;
  }

  .booking-text {
    font-size: 1.2rem;
  }

  .gold-section.new {
    margin-top: 0;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .button-group.utility-margin-top-0 {
    left: -20px;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .h3-heading {
    font-size: 1.14rem;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    flex-wrap: wrap;
    justify-content: center;
    padding: 1rem 1.25rem .75rem;
  }

  .card-body {
    padding: 1.5rem;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .enhance-pic-div {
    bottom: -76px;
  }

  .heading-2.treatments-text-hp.big-text-vibes-title {
    font-size: 9vw;
  }

  .sub-title-text.sub-text-hp {
    font-size: 2.8vw;
  }

  .logo-container {
    color: #978380;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-pic-hp {
    width: 50%;
  }

  .new-hero-section-test {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .background-video-2 {
    max-height: 100%;
  }

  .new-bg-video-hero {
    padding-left: 10px;
    padding-right: 10px;
    top: auto;
  }

  .new-container-hero-text.title {
    text-align: left;
    font-size: 10vw;
    line-height: 1.7rem;
  }

  .new-container-hero-text._2 {
    text-align: left;
    font-size: 10vw;
    line-height: 4rem;
  }

  .div-block-3 {
    text-align: center;
  }

  .paragraph-5 {
    font-size: 2rem;
    line-height: 7vw;
  }

  .div-block-4 {
    text-align: center;
    left: auto;
  }

  .paragraph-6 {
    font-size: 3.5vw;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .heading-4.treatments {
    font-size: 6vw;
  }

  .large-card-2 {
    padding: 0 2rem;
  }

  .button-div {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .heading-6, .heading-7, .heading-8 {
    color: var(--black);
    font-size: 7vw;
  }

  .section-5 {
    height: 50px;
  }

  .paragraph-12 {
    font-size: 4vw;
  }

  .heading-13 {
    margin-top: 1.2rem;
    font-size: 3.7rem;
  }

  .heading-14, .heading-15, .heading-16 {
    font-size: 5vw;
  }

  .telephone-number-contact-page {
    font-size: 4vw;
  }

  .heading-17 {
    font-size: 19vw;
  }

  .image-6 {
    position: static;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container.rounded-corners-bottom {
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .container.background-primary.rounded-corners-bottom {
    padding-top: 20px;
  }

  .container.hp-faqs {
    padding-top: 0;
  }

  .section.background-primary {
    padding-left: 0;
    padding-right: 0;
  }

  .utilities-grid-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .max-width-38rem {
    max-width: 100%;
  }

  .footer-link.w--current {
    font-size: 7vw;
  }

  .footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .footer-logo {
    z-index: 999;
    max-width: none;
    min-height: 2.25rem;
    max-height: 2.25rem;
    position: relative;
  }

  .footer-top {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .socials-wrapper {
    top: 64%;
  }

  .navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .logo-link-wrapper.w--current {
    left: 0;
  }

  .nav-link {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .nav-menu {
    z-index: 998;
  }

  .logo {
    z-index: 999;
    max-width: none;
    position: relative;
  }

  .nav-container {
    padding-right: 0;
  }

  .menu-button {
    padding-left: .5rem;
    padding-right: 0;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .card-flex {
    justify-content: center;
    align-items: center;
  }

  .icon {
    min-width: 2rem;
    max-width: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }

  .card-text-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .large-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .large-icon {
    min-width: 3rem;
    max-width: 3rem;
    min-height: 3rem;
    max-height: 3rem;
  }

  .features-image-wrapper {
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 19.97rem;
    max-height: 19.97rem;
  }

  .features-image {
    object-position: 100% 80%;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .posts-card {
    min-width: 100%;
    max-width: 100%;
  }

  .horizontal-line {
    display: none;
  }

  .latest-posts-details-flex {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
  }

  .latest-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }

  .sign-up-form-container {
    grid-row-gap: 16px;
    text-align: center;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding-left: 16px;
  }

  .sign-up-text-field {
    text-align: center;
  }

  .sign-up-form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .cta-container {
    max-height: 19rem;
  }

  .cta-card {
    text-align: center;
    background-position: 80% 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 38rem;
    max-height: 38rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-wrapper {
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
    top: 0;
  }

  .max-width-30rem {
    max-width: 12rem;
  }

  .title-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-block {
    align-items: center;
  }

  .hero-title {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .hero-title.flip-from-bottom-animation {
    font-size: 2.6rem;
  }

  .max-width-20rem {
    max-width: 16rem;
  }

  .max-width-20rem.launch {
    width: 90%;
    font-size: .9rem;
  }

  .metrics-card {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    min-height: 15rem;
    max-height: 15rem;
  }

  .avatar-large-wrapper {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .blog-image-wrapper {
    min-width: 100%;
    max-width: 100%;
    min-height: 11.25rem;
    max-height: 11.25rem;
  }

  .blog-post {
    width: 100%;
  }

  .form-wrapper {
    max-width: 16.25rem;
  }

  .faq-question {
    text-align: left;
    overflow-wrap: normal;
    font-size: 1.1rem;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-answer {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-wrapper {
    max-width: 90%;
  }

  .hero-wrapper {
    padding-top: 2.8rem;
  }

  .hero-image {
    min-width: 100%;
    max-width: 100%;
  }

  .hero-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .pop-up-card.top-right {
    top: 2rem;
    right: auto;
  }

  .pop-up-card.top-right.background-blur {
    right: auto;
  }

  .pop-up-card.top-left {
    top: 2rem;
    left: auto;
  }

  .pop-up-card.top-left.background-blur {
    left: auto;
  }

  .wave {
    min-height: 2rem;
  }

  .about-description {
    max-width: 100%;
  }

  .about-tabs {
    grid-template-columns: 1fr;
  }

  .feature-image-wrapper {
    min-width: 15rem;
    max-width: 15rem;
    min-height: 15rem;
    max-height: 15rem;
    margin-left: auto;
    margin-right: auto;
  }

  .about-tab-block {
    text-align: left;
  }

  .about-text-wrapper {
    align-items: center;
  }

  .reviews-right-arrow, .reviews-left-arrow {
    display: none;
  }

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

  .reviews-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    min-width: 100%;
    max-width: 100%;
  }

  .slide-nav-reviews {
    padding-top: 8%;
    bottom: -6%;
  }

  .reviews-mask {
    width: 75vw;
  }

  .reviews-image-circle {
    top: -3rem;
    left: auto;
  }

  .faqs-block {
    align-items: center;
    width: 98%;
  }

  .gallery-flex {
    flex-flow: column;
  }

  .gallery-image-wrapper {
    min-width: 15rem;
  }

  .gallery-image-wrapper.aspect-ratio-wide {
    aspect-ratio: 1;
  }

  .services-right {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-block {
    text-align: center;
    grid-template-columns: 3rem 1fr;
    align-items: center;
  }

  .services-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .teams-image {
    object-fit: cover;
    min-height: 100%;
    max-height: 100%;
  }

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

  .teams-slider {
    flex-direction: column;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .teams-title-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .teams-slider-wrapper {
    justify-content: center;
    align-items: flex-start;
    min-height: 36rem;
    max-height: 36rem;
  }

  .teams-mask, .max-width-58rem {
    max-width: 100%;
  }

  .div-coloumns {
    background-color: #0000;
  }

  .book-top-text, .register-text {
    font-size: .8rem;
  }

  .column {
    background-color: #9a8569;
  }

  .columns {
    background-color: #0000;
  }

  .column-2 {
    background-color: #f2f1ec;
  }

  .background-video {
    max-height: 100%;
  }

  .booking-text, .booking-text.new {
    font-size: .8rem;
  }

  .thick-gold-bar-text {
    font-size: 2.3rem;
  }

  .divider-line-full-width {
    padding-top: 10px;
  }

  .paragraph-lg {
    font-size: 1.1rem;
  }

  .paragraph-sm {
    font-size: .88rem;
  }

  .nav-container-2 {
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .button-group.utility-margin-top-0 {
    left: -29px;
  }

  .eyebrow {
    font-size: .8rem;
  }

  .h3-heading {
    font-size: .91rem;
  }

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

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .nav-mobile-menu-button.w--open {
    color: inherit;
  }

  .mega-nav-dropdown-list-wrapper.w--open {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .card-body {
    padding: 1.5rem;
  }

  .nav-menu-list-item {
    margin-bottom: 0;
  }

  .enhance-pic-div {
    bottom: -106px;
  }

  .image-2 {
    height: 110px;
  }

  .heading-2.treatments-text-hp.treatments-page-con {
    text-align: left;
  }

  .heading-2.treatments-text-hp.big-text-vibes-title {
    color: var(--pink-page-bg-and-buttons);
    font-size: 3.4rem;
    font-weight: 400;
  }

  .heading-2.new-terrys {
    font-size: 3.9rem;
  }

  .sub-title-text.sub-text-hp {
    font-size: 5vw;
  }

  .text-block-2 {
    font-size: 6vw;
  }

  .wavy-section._2 {
    height: 100px;
  }

  .form-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-pic-hp {
    width: 100%;
  }

  .card-flex-2 {
    justify-content: center;
    align-items: center;
  }

  .features-image-2 {
    object-position: 100% 80%;
  }

  .pop-up-card-2.top-left {
    top: 2rem;
    left: auto;
  }

  .pop-up-card-2.top-right {
    top: 2rem;
    right: auto;
  }

  .new-hero-div {
    color: #978380;
  }

  .background-video-2 {
    max-height: 100%;
  }

  .new-bg-video-hero {
    padding-top: 0;
  }

  .new-container-hero-text.title {
    font-size: 11vw;
  }

  .new-container-hero-text._2 {
    font-size: 11vw;
    font-weight: 400;
  }

  .paragraph-5 {
    line-height: 16vw;
  }

  .div-block-4 {
    padding-left: 30px;
    padding-right: 30px;
    top: 75px;
  }

  .paragraph-6 {
    font-size: 6.5vw;
  }

  .heading-3 {
    font-size: 6vw;
    font-weight: 400;
    line-height: 3rem;
  }

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

  .heading-4 {
    font-size: 8vw;
  }

  .heading-4.treatments {
    font-size: 7vw;
  }

  .large-card-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .image-4.logo-top-nav-hp {
    width: 87px;
    height: 49px;
  }

  .link-block.w--current {
    padding-top: 20px;
  }

  .button-div {
    padding-left: 100px;
    padding-right: 100px;
  }

  .navbar-main-text {
    font-size: 6vw;
  }

  .heading-6 {
    color: var(--black);
    font-family: Vibes, sans-serif;
    font-size: 9vw;
  }

  .heading-7, .heading-8 {
    font-family: Vibes, sans-serif;
    font-size: 9vw;
  }

  .paragraph-12, .heading-9 {
    font-size: 6vw;
  }

  .heading-10, .heading-11, .heading-12 {
    font-size: 7vw;
  }

  .heading-14, .heading-15, .heading-16 {
    font-size: 8vw;
  }

  .telephone-number-contact-page {
    font-size: 9vw;
  }

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

  .heading-17 {
    font-size: 19vw;
  }

  .heading-17.launching-text {
    font-size: 14vw;
  }

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


