:root {
  --white: white;
  --pink: #ef508b;
  --cyan: #00aeef;
  --pink-30-2: #facadc;
  --pink-30: #ef508b4d;
  --black: #333;
  --transparent: #0000;
  --pink-15: #fde5ee;
}

.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 {
  flex-flow: column;
  margin: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.navbar-logo-center {
  z-index: 10;
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-logo-center-container.shadow-three {
  border: 0px solid var(--pink);
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

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

.nav-link:hover {
  color: var(--cyan);
}

.nav-link:focus-visible, .nav-link[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 {
  border: 2px solid var(--pink);
  background-color: var(--pink);
  letter-spacing: .25px;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  border: 2px solid var(--pink);
  background-color: var(--white);
  color: var(--pink);
}

.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:hover {
  color: var(--cyan);
}

.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-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: var(--cyan);
}

.section_hero {
  background-image: url('../images/woman_hairbackground_2400.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100vw;
  flex-flow: column;
  justify-content: space-between;
  height: 600px;
  margin-top: 80px;
  display: flex;
}

.section_hero.services {
  background-image: url('../images/Services.png');
}

.section_hero.m-s-lis {
  background-image: url('../images/Esthers-Product.jpg');
  background-size: 100%;
}

.section_hero.contact {
  background-image: url('../images/Women_2400.png');
}

.div-box-hero-text {
  background-color: var(--pink-30);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  width: 45%;
  padding: 40px;
}

.text-block {
  color: var(--white);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.sec_verbaige {
  padding: 60px 20px;
}

.paragraph {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.t-margin {
  margin-top: 20px;
}

.div-block_bottom-graphic, .img_white-bottom-swirl, .image_top-graphic {
  width: 100%;
}

.image-3 {
  width: 250px;
}

.div-block-facial {
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-facial-heading {
  background-color: var(--transparent);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
}

.heading {
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 32px;
}

.div-block-4 {
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 105px;
  padding: 20px;
  display: flex;
}

.container-2 {
  flex-flow: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-5 {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.sec_facial-mani-pedi {
  background-color: var(--pink-15);
  height: auto;
}

.div-block-6 {
  height: 65px;
}

.image-5 {
  max-width: none;
  height: 100px;
}

.sec_meet-staff-text {
  padding: 60px 20px;
}

.sec_meet-staff-graphics {
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

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

.div-block_staff {
  border: 1px solid var(--pink-30-2);
  background-color: var(--pink-15);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  box-shadow: 0 0 6px 2px #0003;
}

.image-6 {
  max-width: 30%;
}

.text-block_staff-name {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.text-block_staff-name.color {
  color: var(--black);
  text-align: left;
  line-height: 26px;
}

.text-block-2 {
  text-align: center;
  font-size: 16px;
}

.sec_get-in-touch {
  background-color: var(--pink-15);
  background-image: url('../images/Hero-graphic_bottom-180.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 80px 20px;
}

.sec_get-in-touch.contact-pg {
  background-color: var(--white);
  background-image: none;
}

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

.div-block-8 {
  border-right: 2px solid var(--cyan);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-8.hours {
  border-right-width: 0;
}

.text-block_contact {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 28px;
}

.link {
  color: var(--cyan);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
}

.link:hover {
  color: var(--pink);
}

.link-2 {
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}

.link-2:hover {
  color: var(--pink);
}

.footer-dark {
  background-color: var(--pink);
  background-image: url('../images/Hero-graphic_bottom.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: var(--pink-30-2);
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-copyright-center {
  text-align: center;
  padding-top: 30px;
  font-size: 12px;
  line-height: 16px;
}

.image-7 {
  width: 200px;
}

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

.dropdown-toggle {
  padding-left: 0;
  padding-right: 40px;
}

.dropdown-toggle:hover, .dropdown-footer-link:hover {
  color: var(--pink-30-2);
}

.dropdown-list {
  background-color: var(--pink-30-2);
}

.dropdown-list.w--open {
  background-color: var(--pink);
}

.heading-2 {
  color: var(--pink);
  letter-spacing: 1px;
  text-shadow: 0 0 6px var(--black);
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.heading-2.no-text-shadow {
  color: var(--pink);
  text-shadow: none;
}

.content-section {
  background-color: var(--transparent);
  background-image: url('../images/Hero-graphic_bottom.png'), linear-gradient(180deg, var(--white), var(--pink-30-2));
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  padding-bottom: 40px;
}

.hover-box {
  z-index: 1000;
  background-color: var(--white);
  text-align: left;
  border-right: 0 solid #3d4975;
  border-radius: 15px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  font-style: normal;
  text-decoration: none;
  display: none;
  position: absolute;
  inset: 0%;
}

.flex {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.content-wrapper-services {
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
}

.service-box {
  background-color: #fff;
  border-bottom: 0 solid #8c9091;
  border-right: 0 solid #8c9091;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  height: 230px;
  margin: 10px;
  padding: 10px 19px 10px 25px;
  display: flex;
  position: relative;
  box-shadow: 0 0 12px 2px #0000004d;
}

.service-box.facial {
  border-bottom-width: 0;
  height: 230px;
}

.service-box.makeup {
  border-bottom-width: 0;
}

.service-box.mani-pedi {
  border-bottom-width: 0;
  border-right-width: 0;
}

.service-box.cuts {
  border-right-width: 0;
}

.image-8 {
  width: 30px;
  max-width: none;
  padding-left: 5px;
  display: block;
}

.link-block {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.top-margin {
  justify-content: center;
  margin-top: 30px;
  display: block;
}

.text-block-6, .text-block-6.services {
  text-align: left;
}

.list {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item {
  text-align: left;
}

.carousel-container {
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: var(--pink-15);
  justify-content: space-around;
  min-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.logo-image {
  height: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.link-3 {
  color: var(--pink);
}

.text-block-_clean-simple {
  color: var(--pink);
  text-align: center;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
}

.text-block_m-lis-pro {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.text-block_m-lis-pro.t-b-margin {
  padding-top: 0;
  padding-bottom: 20px;
}

.div-block-9 {
  justify-content: center;
  display: flex;
}

.image-10 {
  width: 150px;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sec_m-lis-blocks {
  background-color: var(--pink-15);
  background-image: url('../images/Hero-graphic_bottom-180.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 60px 20px;
}

.div-block-_m-lis {
  border: 1px solid var(--pink);
  background-color: var(--white);
  border-radius: 15px;
  flex-flow: column;
  width: 33.3%;
  margin-left: 10px;
  margin-right: 10px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 0 6px 2px #0003;
}

.html-embed-4 {
  margin-top: auto;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.image-11 {
  width: 125px;
  max-width: none;
}

.container-4 {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.html-embed-2 {
  margin-top: auto;
  padding-top: 10px;
}

.link-4 {
  color: var(--black);
}

.link-4:hover {
  color: var(--pink-30-2);
}

.img_top-wh-swirl {
  width: 100%;
  max-width: none;
}

.div_bottom-wh-swirl {
  justify-content: flex-end;
  display: flex;
}

.sec_carousel {
  display: none;
}

.div_top-wh-swirl {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--pink-30-2);
    color: #fff;
  }

  .section_hero {
    height: 500px;
  }

  .sec_verbaige {
    width: auto;
  }

  .paragraph.t-margin {
    font-size: 16px;
    line-height: 26px;
  }

  .heading {
    font-size: 24px;
  }

  .div-block-4 {
    width: auto;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .div-block_staff {
    width: 80%;
  }

  .text-block_staff-name {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .sec_get-in-touch {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .text-block_contact {
    font-size: 16px;
    line-height: 26px;
  }

  .link {
    font-size: 20px;
  }

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

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .service-box {
    height: 300px;
  }

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

  .logo-container {
    min-width: 130%;
  }

  .div-block-_m-lis {
    flex-flow: column;
    width: 100%;
  }

  .html-embed-4 {
    margin-top: 40px;
    margin-left: 175px;
    margin-right: 175px;
  }

  .container-4 {
    flex-flow: column;
  }

  .html-embed-2 {
    margin-left: 175px;
    margin-right: 175px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-link {
    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;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .section_hero {
    height: 300px;
  }

  .div-box-hero-text {
    width: 60%;
    padding: 20px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .sec_verbaige {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .paragraph.t-margin {
    font-size: 14px;
    line-height: 24px;
  }

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

  .div-block-4 {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .sec_facial-mani-pedi {
    background-image: none;
  }

  .image-5 {
    height: 60px;
  }

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

  .text-block_staff-name {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block_contact {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .heading-2 {
    font-size: 36px;
    line-height: 42px;
  }

  .service-box {
    width: 46%;
  }

  .service-box.facial {
    border-bottom-width: 1px;
    border-right-width: 0;
  }

  .service-box.conditioning-treatments {
    border-right-width: 0;
  }

  .service-box.cuts {
    border-right-width: 1px;
  }

  .logo-container {
    min-width: 175%;
  }

  .text-block_m-lis-pro.t-b-margin {
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
  }

  .div-block-_m-lis {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .html-embed-4, .html-embed-2 {
    margin-left: 100px;
    margin-right: 100px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

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

  .section_hero {
    height: 200px;
  }

  .div-box-hero-text {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block {
    font-size: 14px;
    line-height: 18px;
  }

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

  .div-block-facial {
    align-items: stretch;
  }

  .div-block-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 20px;
  }

  .sec_meet-staff-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sec_meet-staff-graphics {
    padding-bottom: 20px;
  }

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

  .image-6 {
    max-width: 25%;
  }

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

  .div-block-8 {
    border-right-width: 0;
  }

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

  .service-box {
    border-right-width: 0;
    width: 100%;
    height: 230px;
  }

  .service-box.cuts {
    border-right-width: 0;
  }

  .logo-container {
    min-width: 260%;
  }

  .html-embed-4, .html-embed-2 {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-ab781536-c63d-9dc3-8d72-c9ce822e12ee-46e6cec2, #w-node-_7ef8b083-933a-387f-a4bc-5527d0d98cb4-46e6cec2, #w-node-ba59a790-879f-88a2-3942-843f4eba879d-46e6cec2 {
  place-self: auto;
}

#w-node-_6e743e4b-84b0-4052-1f2d-6140e2bac8e8-e2bac8e2, #w-node-_6e743e4b-84b0-4052-1f2d-6140e2bac8f3-e2bac8e2, #w-node-_6e743e4b-84b0-4052-1f2d-6140e2bac906-e2bac8e2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


