:root {
  --dark-pink: #b82161;
  --hero-pink: #d584af;
  --light-pink: #ffcceb;
  --white: white;
  --pink-main: #fdb0c0;
  --black: black;
  --pink: #d69a9a;
}

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

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

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

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

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

.hero-section {
  background-color: var(--dark-pink);
  background-image: url('../images/Untitled-1280-x-720-px-980-x-735-px-1300-x-500-px-6-2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-height: 70vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-left: 5vw;
  padding-right: 5px;
}

.hero-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-top: 150px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.hero-wrapper {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 0;
  line-height: 42px;
}

.heading {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Public Sans, sans-serif;
  font-size: 90px;
  font-weight: 400;
  line-height: 86px;
}

.heading.mobile {
  width: 100%;
  font-size: 134px;
  line-height: 116px;
}

.paragraph {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-transform: capitalize;
  margin-top: 15px;
  font-size: 28px;
  line-height: 1.5em;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
}

.image {
  margin-top: 7px;
}

.navbar-2 {
  color: #000;
  background-color: #fff;
}

.nav-bar {
  background-color: #fff;
  border: 1px solid #fff0;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: #000000c2;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 400;
}

.nav-link:hover {
  color: #000;
}

.nav-link.w--current {
  color: #000000c2;
}

.container {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 26px;
  padding-right: 26px;
}

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

.dropdown-list {
  background-color: #7f6767;
}

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

.nav-menu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.div-block-2 {
  margin-top: 0;
}

.button {
  background-color: #000;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 700;
}

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

.text-block {
  color: #000000c2;
  font-size: 17px;
}

.text-block:hover {
  color: #000000c2;
}

.btn-parent-1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.link-block {
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  margin-top: 5px;
  padding-right: 0;
  font-family: Public Sans, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block.opposite {
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding-right: 0;
}

.link-block.opposite.nav {
  width: 90px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block.opposite.nav-button {
  background-color: #000;
  width: 100px;
  margin-top: 6px;
  margin-bottom: 6px;
  margin-right: 20px;
  padding-right: 0;
}

.link-block.white {
  color: #fff;
  border-color: #fff;
}

.link-block.white.nav {
  color: #000;
  width: 120px;
  margin-top: 7px;
}

.text {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
}

.text.contact2, .text.contactonheader {
  color: #fff;
}

.section {
  height: 300px;
}

.loop-section {
  padding-top: 0;
  padding-bottom: 0;
}

.loop-text-outer {
  width: 100%;
  overflow: hidden;
}

.loop-text-innner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.heading-2, .heading-3 {
  font-size: 60px;
  line-height: 70px;
}

.heading-4 {
  white-space: nowrap;
  font-size: 60px;
  line-height: 70px;
}

.banner-loop-heading {
  white-space: nowrap;
  object-fit: fill;
  flex: 0 auto;
  margin-right: 20px;
  padding-right: 0;
  font-size: 60px;
  line-height: 70px;
  overflow: visible;
}

.text-span {
  color: var(--hero-pink);
  font-family: Italiana, sans-serif;
  font-weight: 500;
  line-height: 50px;
}

.grid-2 {
  grid-column-gap: 85px;
  grid-row-gap: 85px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-5, .benefit {
  font-family: Varela, sans-serif;
}

.expertise__content-wrapper {
  margin-top: 6em;
  margin-left: 0;
}

.expertise__list {
  margin-top: 4em;
}

.expertise__item {
  color: #141414;
  border-bottom: 1px solid #141414;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  text-decoration: none;
  transition: background-color .3s, padding .3s;
  display: flex;
  position: relative;
}

.expertise__item:hover {
  background-color: #1414140d;
  padding-left: 39px;
}

.expertise__item-number {
  margin-right: 2.25em;
  font-size: 1.125em;
  line-height: 1;
}

.expertise__item-name {
  color: #141414b5;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1;
}

.expertise__arrow-icon {
  color: #ebedee;
  width: 1.75em;
  margin-left: auto;
  margin-right: 1.5em;
  display: flex;
}

.expertise__image {
  width: 20.75em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0 15% 0 auto;
}

.expertise__image.u-hidden {
  display: none;
}

.expertise__content-wrapper-2 {
  margin-top: 0;
}

.main-container {
  max-width: 1300px;
  margin-top: 0;
  padding: 5em 0;
  display: block;
}

.main-container.treatments {
  margin-top: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.main-container.ftreatments {
  padding-top: 0;
}

.main-container.reviews {
  max-width: 1250px;
  margin-left: 95px;
  margin-right: 95px;
  display: block;
}

.main-container._2nd-image {
  max-width: 1600px;
}

.body-sections {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 25px;
  display: block;
}

.body-sections.treat-heading {
  background-image: url('../images/Untitled-1280-x-720-px-980-x-735-px-1300-x-500-px-6-2.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.body-sections.abt-me {
  margin-top: 0;
}

.benefits-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  display: grid;
}

.card {
  text-align: center;
}

.quote-1-subwrapper-t4 {
  max-width: 730px;
}

.user-1-t4 {
  border: 1px solid #0000;
  border-radius: 100px;
  width: 70px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 2px;
}

.quote-t4 {
  color: #000;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 30px;
}

.quote-2-subwrapper-t4 {
  max-width: 730px;
  display: block;
  position: absolute;
  inset: 40px auto auto 0%;
}

.quote-icon-t4 {
  color: #f0f0f0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.user-3-t4, .user-2-t4 {
  border: 1px solid #0000;
  border-radius: 100px;
  width: 70px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 2px;
}

.user-name-t4 {
  color: #000;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.testimonials-t4 {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.testimonials-wrapper {
  background-color: var(--light-pink);
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  display: block;
  box-shadow: 1px 0 11px 1px #a8a9aa;
}

.quote-3-subwrapper-t4 {
  max-width: 730px;
  display: none;
  position: absolute;
  inset: 40px auto auto 0%;
}

.quote-wrapper-t4 {
  max-width: 730px;
  height: 200px;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}

.quote-4-subwrapper-t4 {
  max-width: 730px;
  display: none;
  position: absolute;
  inset: 40px auto auto 0%;
}

.user-4-t4 {
  border: 1px solid #0000;
  border-radius: 100px;
  width: 70px;
  margin-left: 22px;
  margin-right: 22px;
  padding: 2px;
}

.user-picture-t4 {
  border-radius: 100px;
  box-shadow: 1px 1px 3px #b8b8b8;
}

.form-block {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(160deg, #fccfea, #fcbee3 78%);
  background-clip: border-box;
  margin-top: 0;
  padding: 30px;
}

.secondary-heading {
  color: #000000ab;
  max-width: 410px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 400;
}

.dark-paragraph {
  color: #000000ad;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 300;
}

.form {
  flex-direction: column;
  display: flex;
}

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

.field-label {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 11px;
}

.submit-button {
  background-color: var(--white);
  color: #000;
  border-radius: 5px;
  align-self: flex-end;
  margin-top: 15px;
}

.div-block-3 {
  background-color: #0f0c0c;
  background-image: linear-gradient(#6aa1a6, #6aa1a6);
  width: 75%;
  height: 700px;
}

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

.div-block-4 {
  background-color: #3ccef7;
  width: 31%;
  height: 300px;
  position: absolute;
  top: 234.6em;
  left: 993px;
}

.body {
  background-color: #f5f4f9;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.footer-holder {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-4 {
  margin-bottom: 30px;
}

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

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.social-wrapper {
  flex-wrap: nowrap;
  flex: 0 auto;
  place-content: center space-between;
  align-items: center;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-2.footer {
  background-color: var(--light-pink);
  margin-top: auto;
}

.social-link {
  margin-right: 10px;
}

.paragraph-2 {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-bottom: 30px;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: stretch;
}

.link {
  color: #000;
  text-align: center;
  object-fit: fill;
  justify-content: flex-start;
  text-decoration: none;
  display: block;
}

.faq-plus {
  background-color: var(--hero-pink);
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer-text {
  color: #000000a8;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  width: 100%;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.link-2 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-plus-l {
  background-color: var(--hero-pink);
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-question {
  text-align: left;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-4.faq-container {
  background-color: #ffffff80;
  border-radius: 5px;
  max-width: 900px;
  padding: 60px 9vw 80px;
  box-shadow: 0 0 50px #2d3e500f;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  text-align: left;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
}

.pricing-h1.faq-h2.skin-boosters {
  font-size: 34px;
}

.faq-q-text {
  color: #333333eb;
  text-transform: none;
  font-size: 22px;
  font-weight: 500;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  max-width: 1300px;
  padding-bottom: 0;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.bullets {
  padding-bottom: 10px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
  font-weight: 400;
}

.body-2 {
  background-color: #f5f4f9;
  background-image: linear-gradient(#ffffff80, #ffffff80);
}

.heading-7 {
  color: #0000008c;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

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

.icon, .icon:hover {
  color: #000000c2;
}

.dropdown-link, .dropdown-link-2 {
  color: #000;
}

.dropdown-link-3 {
  background-color: var(--pink-main);
  color: #fff;
}

.grid-5 {
  grid-column-gap: 41px;
  grid-row-gap: 51px;
  grid-template-rows: auto;
  place-content: stretch;
  place-items: stretch stretch;
  margin-left: auto;
  margin-right: auto;
}

.div-block-6 {
  margin-top: 0;
  padding-left: 0;
}

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

.image-6 {
  border-radius: 4px;
  display: inline-block;
}

.image-7 {
  border-radius: 0;
}

.image-8 {
  background-color: #fff;
}

.bold-text {
  color: #000;
}

.paragraph-4 {
  font-size: 21px;
}

.text-size-medium {
  font-size: 1.125rem;
}

.padding-section-large {
  margin-left: -11px;
  margin-right: -11px;
  padding-top: 4rem;
  padding-bottom: 7rem;
  padding-left: 0;
}

.gallery21_image {
  aspect-ratio: 1;
  object-fit: cover;
  background-image: url('../images/IMG_20240116_201005.jpg');
  background-size: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery21_lightbox-link, .gallery21_image-wrapper {
  width: 100%;
}

.gallery21_arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery21_arrow {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.gallery21_arrow.is-left {
  color: #000;
  right: 4rem;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

.gallery21_slider {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.gallery21_slide {
  padding-right: 2rem;
}

.section_gallery21 {
  overflow: hidden;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.gallery21_mask {
  width: 50%;
  overflow: visible;
}

.heading-8 {
  font-weight: 400;
}

.heading-9 {
  text-transform: capitalize;
  font-weight: 400;
}

.div-block-7 {
  padding: 5px;
  display: block;
}

.image-9 {
  width: 20vw;
}

.image-9.navlogo {
  width: 25vw;
}

.bold-text-2 {
  font-size: 23px;
  font-weight: 500;
}

.div-block-8 {
  padding: 5px;
}

.image-10 {
  width: 22vw;
}

.image-11 {
  width: 100%;
  height: 300px;
}

.image-12, .bold-text-3 {
  color: #000;
}

.success-message {
  background-color: #fff;
}

.card-link-icon {
  outline-offset: 0px;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 14px;
  outline: 3px #00e;
  align-items: center;
  margin-top: 14px;
  padding: 14px 18px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 6px #14142b0f;
}

.card-link-icon:hover {
  border-color: #4a3aff;
  transform: scale3d(.96, .96, 1.01);
}

.square-icon {
  border-radius: 16px;
}

.square-icon.mg-right-16px.mg-bottom-16px-mb {
  background-color: #7c7171;
  box-shadow: 0 2px 5px #0003;
}

.text-200 {
  line-height: 20px;
}

.text-200.color-neutral-600.mg-bottom-8px {
  color: var(--hero-pink);
}

.text-200.bold {
  color: var(--hero-pink);
  font-weight: 700;
}

.div-block-9, .div-block-10 {
  margin-left: 16px;
}

.div-block-11 {
  margin-left: 6px;
  padding-left: 0;
}

.body-3 {
  background-color: #fafafa;
}

.heading-10 {
  color: var(--black);
  margin-top: 0;
  font-size: 36px;
  font-weight: 300;
}

.div-block-12 {
  justify-content: flex-start;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-3 {
  flex: 0 auto;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
  display: flex;
}

.div-block-15 {
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-links {
  color: #000;
  text-decoration: none;
}

.pro-text-1 {
  color: #626676;
  text-align: center;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.3em;
}

.pro-icon-1 {
  width: 1.3em;
}

.pro-section-1 {
  padding: 0 5em 5em;
  font-size: 1vw;
}

.pro-heading-1 {
  color: #333945;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5em;
  padding-right: 5em;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.3em;
}

.pro-wrap-6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.pro-paragraph-1 {
  color: #626676;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3em;
}

.pro-wrap-5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #c7cddc;
  border-radius: 1em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.pro-wrap-1 {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  flex-direction: column;
  display: flex;
}

.pro-decor-1 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.pro-text-2 {
  color: #626676;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.3em;
}

.pro-wrap-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pro-wrap-7 {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pro-wrap-4 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: center;
  width: 58em;
  display: flex;
}

.pro-container-1 {
  width: 100%;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
}

.pro-grid-1 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field, .text-field-2, .textarea, .image-13 {
  border-radius: 4px;
}

.div-block-17 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: left;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  color: #333333ad;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
}

.text-block-4 {
  padding: 20px 0;
  font-weight: 600;
}

.list-item {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 300;
}

.list-item-2 {
  margin-left: 20px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 300;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-weight: 400;
}

.list {
  aspect-ratio: auto;
  padding-top: 0;
  line-height: 31px;
}

.image-14 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 0% 50%;
  max-width: 100%;
  display: block;
}

.bold-text-5 {
  font-size: 22px;
}

.bold-text-6 {
  font-weight: 400;
}

.list-2 {
  padding-top: 0;
}

@media screen and (min-width: 1440px) {
  .nav-menu-wrapper {
    padding-top: 19px;
    padding-bottom: 19px;
  }

  .main-container._2nd-image {
    max-width: 2400px;
  }

  .secondary-heading {
    font-size: 28px;
  }

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

  .collection-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    font-weight: 600;
    display: grid;
  }

  .container-3 {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-wrapper {
    margin-top: 30px;
  }

  .section-2.footer {
    background-color: #fcbbeb;
  }

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

  .paragraph-2 {
    text-align: center;
    max-width: 600px;
    margin-bottom: 30px;
  }

  .heading-6 {
    margin-top: 100px;
  }

  .grid-5 {
    margin-top: 71px;
  }

  .gallery21_image {
    width: 100%;
    max-width: 100%;
    height: 100%;
    overflow: visible;
  }

  .gallery21_lightbox-link, .gallery21_image-wrapper {
    width: 100%;
  }

  .image-9 {
    width: 25vw;
  }

  .image-11 {
    aspect-ratio: auto;
    height: 400px;
  }

  .pro-section-1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    word-break: keep-all;
  }

  .heading.mobile {
    font-size: 99px;
  }

  .nav-bar, .nav-link, .nav-menu {
    background-color: #fff;
  }

  .menu-button, .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .nav-menu-wrapper {
    background-color: #fff;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .quote-1-subwrapper-t4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .users-wrapper-t4 {
    margin-top: 26px;
  }

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

  .section-2, .section-2.footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .icon-2 {
    color: #000;
    font-size: 28px;
  }

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

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-9 {
    width: 22vw;
    line-height: 20px;
  }

  .image-10 {
    width: 36vw;
  }

  .div-block-13 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
  }

  .div-block-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-links {
    font-size: 12px;
  }

  .pro-section-1 {
    font-size: 1.3vw;
  }

  .pro-grid-1 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-3 {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 60vh;
  }

  .heading.mobile {
    font-size: 75px;
    line-height: 86px;
  }

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

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .user-1-t4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .users-wrapper-t4 {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    display: flex;
  }

  .user-3-t4, .user-2-t4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonials-t4 {
    padding: 40px 20px;
  }

  .testimonials-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .user-4-t4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .secondary-heading {
    font-size: 22px;
  }

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

  .pricing-h1 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gallery21_arrow.is-left {
    right: 3.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gallery21_slide {
    padding-right: 1.5rem;
  }

  .gallery21_mask {
    width: 100%;
  }

  .image-9, .image-10 {
    width: 44vw;
  }

  .square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

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

  .pro-section-1 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .pro-grid-1 {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    object-fit: fill;
    background-image: url('../images/Untitled-1280-x-720-px-980-x-735-px-1300-x-500-px-6-2.jpg');
    background-position: 0 0;
    background-size: cover;
    height: 0;
    min-height: 60vh;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .hero-container {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-wrapper {
    grid-row-gap: 16px;
    object-fit: scale-down;
    grid-template-columns: 1fr;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    overflow: visible;
  }

  .heading {
    overflow-wrap: normal;
    width: 315px;
    margin-bottom: 16px;
    font-size: 55px;
    line-height: 54px;
  }

  .heading.mobile {
    max-width: 370px;
    font-size: 50px;
    line-height: 55px;
  }

  .paragraph {
    text-transform: none;
    width: 315px;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.1em;
  }

  .div-block {
    width: 315px;
  }

  .nav-link {
    font-size: 12px;
  }

  .container {
    background-color: #fff;
    padding-left: 6px;
    padding-right: 6px;
  }

  .nav-menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

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

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .link-block.white {
    width: 142px;
    height: 36px;
  }

  .link-block.white.nav {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .text {
    font-size: 12px;
  }

  .expertise__item {
    padding-left: 20px;
  }

  .expertise__item-name {
    font-size: 1.1em;
  }

  .main-container {
    object-fit: fill;
    max-width: 80rem;
    margin-top: 0;
    padding: 3em 0;
    overflow: hidden;
  }

  .main-container.ftreatments {
    margin-top: 0;
  }

  .main-container.reviews {
    max-width: 80rem;
    padding-left: 2em;
    padding-right: 2em;
  }

  .main-container._2nd-image {
    margin-top: 0;
  }

  .body-sections {
    margin-top: 0;
    margin-bottom: 0;
  }

  .body-sections.treat-heading {
    background-image: url('../images/Untitled-1280-x-720-px-980-x-735-px-1300-x-500-px-6-2.jpg');
    background-position: 0 0;
    background-size: auto;
  }

  .benefits-card-wrapper {
    grid-template-columns: 1fr;
  }

  .user-1-t4 {
    text-align: center;
    width: 90px;
    margin: 20px;
  }

  .users-wrapper-t4 {
    flex-flow: wrap;
    justify-content: center;
    align-items: baseline;
    width: 350px;
    margin-top: 70px;
  }

  .quote-t4 {
    text-align: left;
    overflow-wrap: normal;
    font-size: 14px;
  }

  .quote-icon-t4 {
    width: 50px;
  }

  .user-3-t4, .user-2-t4 {
    text-align: center;
    width: 90px;
    margin: 20px;
  }

  .testimonials-t4 {
    width: 100%;
    padding-top: 15px;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .quote-wrapper-t4 {
    padding-top: 25px;
  }

  .user-4-t4 {
    text-align: center;
    width: 90px;
    margin: 20px;
  }

  .user-picture-t4 {
    max-width: 100%;
    font-size: 14px;
  }

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

  .submit-button {
    align-self: stretch;
  }

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

  .container-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-plus {
    background-color: var(--hero-pink);
  }

  .faq-answer-text {
    font-size: 15px;
  }

  .faq-plus-l {
    background-color: var(--hero-pink);
  }

  .faq-question {
    font-size: 22px;
  }

  .faq-plus-wrap {
    background-color: #fff;
    width: 17px;
    height: 17px;
  }

  .faq-q-text {
    font-size: 20px;
  }

  .faq-answer {
    max-width: 425px;
  }

  .heading-6 {
    color: var(--white);
    margin-top: 94px;
    margin-bottom: 10px;
  }

  .dropdown-link.w--current {
    color: #000;
    font-size: 12px;
    font-weight: 400;
  }

  .dropdown-link-2 {
    font-size: 12px;
  }

  .icon-2 {
    color: #000;
    font-size: 25px;
  }

  .grid-5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .padding-section-large {
    width: 100%;
    margin-left: 9px;
    margin-right: 9px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .gallery21_arrow {
    width: 2.5rem;
    height: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-8 {
    font-size: 26px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .image-9 {
    width: 60vw;
    margin-bottom: 15px;
  }

  .image-9.navlogo, .image-10 {
    width: 70vw;
  }

  .image-11 {
    width: 100%;
    height: 50%;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding: 26px 8px;
  }

  .square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .square-icon.mg-right-16px.mg-bottom-16px-mb {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .div-block-9, .div-block-10, .map {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-14 {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
    align-items: center;
  }

  .footer-links {
    font-size: 10px;
  }

  .pro-section-1 {
    padding-left: 0;
    padding-right: 0;
    font-size: 2.5vw;
  }

  .pro-heading-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .pro-wrap-5 {
    padding: 3em;
  }

  .pro-wrap-4 {
    width: auto;
  }

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

  .text-field {
    border-radius: 6px;
  }

  .text-block-2 {
    font-size: 11px;
  }

  .div-block-16 {
    margin-top: 60px;
  }

  .div-block-17 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .bold-text-4 {
    font-size: 18px;
  }

  .text-block-3 {
    font-size: 10px;
  }

  .list-item, .list-item-2 {
    font-size: 15px;
  }

  .list {
    padding-left: 0;
  }

  .bold-text-5 {
    font-size: 20px;
  }
}

#w-node-c3cb3134-d754-e0a8-7b11-0a002485c914-2d343c39, #w-node-_7aa6c4be-43e3-f213-9785-ae2044dee750-2d343c39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e29ee58f-96c0-0da4-92b8-c46bc7d4184a-2d343c39 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-_37c6ad88-a932-6543-2c74-e65280584212-2d343c39, #w-node-_37c6ad88-a932-6543-2c74-e6528058421f-2d343c39, #w-node-_37c6ad88-a932-6543-2c74-e6528058422c-2d343c39, #w-node-e9905db2-4e0f-23ea-0726-6109735a1b9e-ef3871ef, #w-node-_18208729-d8c6-3354-52d5-7b92f7612115-ef3871ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9905db2-4e0f-23ea-0726-6109735a1b9c-ef3871ef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

@media screen and (max-width: 479px) {
  #w-node-_18208729-d8c6-3354-52d5-7b92f7612115-ef3871ef {
    place-self: auto;
  }
}


