:root {
  --white: white;
  --text: #535353;
  --primary: #9f7a5f;
  --service-bg-color: #e4ccb0;
  --black: black;
}

.section {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.pre-section {
  background-image: url('../images/pre-section-bg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.section.pre-section.mobilesection {
  z-index: 0;
  background-image: none;
  display: flex;
}

.section.hero-wrapper-section {
  background-image: linear-gradient(151deg, #e4ccb0, #fff 60%, #fcfaf7 97%);
  height: 200vh;
  padding-bottom: 100px;
  display: none;
  position: absolute;
  inset: 0%;
}

.section.hero-section {
  height: 80vh;
  padding-top: 0;
  padding-bottom: 0;
}

.section.info-sections {
  z-index: 7;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.section.servies-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: static;
}

.section.about-us-section {
  background-color: #f7f1ea;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.services-section {
  background-color: #eae9e7;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.mainsection {
  background-color: #eae9e7;
  padding-top: 140px;
  padding-bottom: 100px;
}

.section.about-us2-section {
  background-color: #e4ccb08a;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.instagram-section {
  background-color: #fbf7f2;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.footer-section {
  color: var(--white);
  background-color: #9e9488;
  padding-top: 50px;
  padding-bottom: 0;
}

.section.desktop {
  background-image: url('../images/pre-section-bg.png');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
}

.section.desktop-right {
  text-align: center;
  background-color: #9f7a5f;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section.info-section {
  background-color: #9e9488;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.education-section {
  background-color: #141414;
  height: 100%;
  padding-top: 0;
  padding-bottom: 50px;
  display: block;
  position: relative;
}

.section.education2section {
  background-color: #e4ccb0;
  height: 44vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.team-section {
  background-color: #f7f1ea;
  padding-top: 0;
  padding-bottom: 100px;
}

.section.test {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
}

.container.navbar-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.container.services-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  position: static;
}

.container.hero-container {
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
}

.container.about-us-container {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding-right: 10px;
}

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

.container.footer-line {
  background-color: var(--white);
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container.education-container {
  display: block;
}

.container.team-container {
  background-color: #f7f1ea;
  padding: 0 20px;
}

.container.team-desc {
  flex-flow: column;
  margin-top: 0;
  padding: 0 20px 50px;
}

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

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

.button {
  border-radius: 0;
}

.button.pre-section-btn {
  background-color: var(--white);
  color: var(--text);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 0;
  width: 200px;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: none;
}

.button.navbar-button {
  background-color: var(--text);
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.button.navbar-button:hover {
  margin-top: 0;
  margin-bottom: 0;
}

.button.navbar-button.navbar-mobile, .button.navbar-button.displayblock {
  display: none;
}

.button.hero-button {
  color: var(--text);
  text-align: center;
  background-color: #9f7a5f3d;
  width: 150px;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.button.hero-button:hover {
  margin-top: 0;
}

.button.services-button {
  color: var(--text);
  background-color: #e4ccb0;
}

.button.services-pick-button {
  background-color: var(--text);
}

.button.info-button {
  background-color: var(--primary);
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.button.info-button:hover {
  letter-spacing: 2px;
}

.button.about-us2-button {
  color: var(--text);
  background-color: #f5e3cf;
  box-shadow: 0 2px 5px #0003;
}

.button.instagram-button {
  background-color: var(--white);
  color: var(--text);
  text-align: center;
  width: 150px;
  margin-top: 50px;
  font-size: 16px;
  box-shadow: 0 2px 5px #0003;
}

.button.navbar-button-copy {
  background-color: var(--text);
  box-shadow: 0 2px 5px #0003;
}

.button.navbar-button-copy.navbar-mobile, .button.navbar-button-copy.displayblock {
  display: none;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: none;
}

.navbar-logo {
  width: 100px;
  height: 100px;
}

.navbar {
  background-color: #ddd0;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.body-2.hero-wrapper-section {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.nav-link {
  color: var(--text);
  font-size: 16px;
  display: block;
}

.nav-link.w--current, .nav-link.w--current:visited {
  color: var(--text);
}

.hero-content-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-side-image-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
}

.hero-bg-image {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 29px;
}

.hero-heading {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 10px;
  padding-right: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.hero-text-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-p {
  padding-right: 0;
  font-size: 19px;
  line-height: 34px;
}

.button-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-columns {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.info-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.info-text-wrapper.middle-wrapper {
  border-right: 1px solid var(--white);
  border-left: 1px solid var(--white);
  padding-top: 20px;
  padding-bottom: 20px;
}

.info-text-wrapper.middle-wrapper.footer-text-wrapper {
  border-left-style: none;
  border-right-style: none;
}

.info-text-wrapper.footer-text-wrapper {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.info-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
}

.info-heading.footer-info-heading {
  font-size: 18px;
}

.info-text {
  letter-spacing: 1px;
  font-size: 18px;
}

.info-text.footer-info-text {
  text-align: center;
  font-size: 14px;
}

.services-text-wrapper {
  text-align: center;
  padding-bottom: 0;
}

.services-heading {
  color: var(--text);
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.services-heading.main-services-heading {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.services-text {
  color: var(--text);
  font-size: 18px;
}

.services-columns {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 10px;
  display: block;
}

.service-item-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.service-item {
  display: block;
}

.service-item-content-wrapper {
  object-fit: fill;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.service-item-content-wrapper:hover {
  padding-right: 0;
}

.services-item-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f7f1ea;
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  height: 180px;
  padding: 10px 20px;
  display: flex;
  position: relative;
}

.service-item-bg-image {
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  height: 350px;
  display: none;
}

.service-item-icon {
  position: static;
  inset: -10% auto auto 10%;
}

.service-item-icon-wrapper {
  background-color: #fcf0e9;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: -15% auto auto 10%;
}

.image {
  border-radius: 20px;
  width: 500px;
}

.about-us-text-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  padding: 40px 20px 40px 2%;
  display: flex;
  position: relative;
}

.about-us-heading {
  color: var(--primary);
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 43px;
}

.info-pre-heading {
  color: var(--text);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.info-text-paragraph {
  color: var(--text);
  width: 80%;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.info-image {
  border-radius: 0;
  width: 200px;
  height: 300px;
  position: absolute;
  inset: 17% -9% 0% auto;
}

.info-side-name {
  color: var(--text);
  text-align: center;
  font-size: 39px;
  font-weight: 400;
  line-height: 52px;
}

.hero-wrapper-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 0;
  display: flex;
}

.hero-image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 558px;
}

.hero-col {
  object-fit: fill;
  padding-left: 0;
  padding-right: 10px;
}

.hero-col2 {
  padding-left: 10px;
}

.about-us-col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.about-us2-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.about-us2-heading {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.about-us2-text {
  color: var(--text);
  margin-bottom: 0;
  font-size: 19px;
  line-height: 25px;
}

.about-us2-image {
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 800px;
  padding-bottom: 50px;
}

.service-heading {
  color: var(--text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.slider-container {
  width: 99vw;
  min-height: 300px;
  padding: 120px 40px;
  display: none;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
}

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

.slide-content-wrapper {
  background-color: #e1e1e100;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 100%;
  display: flex;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slide {
  margin-right: 40px;
}

.slide-nav {
  display: none;
}

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

.instagram-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-col, .flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.instagram-image {
  object-fit: cover;
  width: 400px;
  max-width: 350px;
  height: 100%;
  max-height: 350px;
}

.instagram-heading {
  color: var(--text);
  font-weight: 400;
}

.instagram-heading-wrapper {
  padding-bottom: 50px;
}

.box {
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 380px;
  padding: 3.7em;
  display: flex;
}

.box._2 {
  color: #fff;
  background-color: #ab6c67;
}

.card {
  height: 100%;
  padding-right: 2rem;
}

.paragraph-2 {
  line-height: 26px;
}

.div_1 {
  flex-direction: column;
  flex: 1;
  order: 1;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.slide68_arrow {
  background-color: #f3f3f3;
  border: 1px #006cff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slide68_arrow.left {
  right: 4rem;
}

.text-wrapper-2 {
  margin-top: 1em;
  margin-bottom: 3em;
}

.blog68_slide-nav {
  grid-column-gap: .75em;
  filter: brightness(75%);
  height: 1.7rem;
  font-size: .75rem;
  line-height: 1.3;
  display: none;
  inset: auto auto 0% 0%;
}

.icon-2 {
  width: 48px;
  height: 48px;
}

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.card_mask {
  width: 33.33%;
  height: auto;
  overflow: visible;
}

.div_1-2 {
  order: -1;
  height: 100%;
}

.arrow {
  width: 2rem;
}

.arrow.left {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.slider_component {
  background-color: #0000;
  height: auto;
  padding-bottom: 40px;
}

.footer-col {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-text {
  color: var(--white);
}

.oddo {
  color: var(--white);
  font-weight: 600;
  text-decoration: underline;
}

.oddotext {
  letter-spacing: 2px;
  padding-bottom: 10px;
}

.navbar-2 {
  z-index: 20;
  background-color: #9e9488;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.navbarlink {
  color: var(--white);
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 400;
}

.navbarlink:visited {
  color: var(--white);
}

.navbarlink.w--current {
  color: var(--white);
  font-size: 15px;
}

.navbarlink.w--current:visited {
  color: var(--white);
}

.nav-menu-2 {
  color: var(--white);
  display: flex;
}

.text-block-2 {
  color: var(--text);
  font-weight: 500;
}

.service-item2-bg {
  background-image: url('../images/pedikir-min.jpg');
  background-position: 50% 75%;
  background-size: cover;
  padding: 50% 10%;
}

.service-item2-bg.pedicure {
  background-image: url('../images/manicure-min.jpg');
  background-position: 50%;
  padding-top: 25%;
}

.service-item2-bg.spraytan {
  background-image: url('../images/2.43..jpg');
  background-position: 50% 75%;
  background-size: cover;
  padding-top: 25%;
  padding-bottom: 50%;
}

.service-item2-bg.manicure {
  background-position: 50% 65%;
  padding-top: 25%;
}

.dropdown-column-wrapper {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-50%);
  box-shadow: 0 2px 12px #14142b14;
}

.dropdown-column-wrapper.w--open {
  aspect-ratio: auto;
  color: var(--text);
  text-align: center;
  object-fit: fill;
  background-color: #e4ccb0;
  border-radius: 0;
  width: 400px;
  margin-left: 0;
  display: block;
  position: absolute;
  overflow: visible;
}

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #4a3aff;
}

.dropdown-link {
  color: #6e7191;
  width: 100%;
  padding: 0;
  line-height: 20px;
}

.dropdown-link:hover {
  color: #4a3aff;
}

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

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

.dropdown-pd {
  border-radius: 0;
  width: 295px;
  max-width: 500px;
  margin-left: 0;
  padding: 20px;
  overflow: visible;
}

.card-accordion {
  background-color: #e4ccb0;
  width: 100%;
  display: none;
  overflow: hidden;
}

.card-accordion-toggle {
  padding-left: 0;
  display: flex;
}

.card-accordion-toggle.w--open {
  display: flex;
}

.card-accordion-content {
  background-color: #e4ccb0;
  display: block;
  position: static;
}

.card-accordion-title {
  color: var(--text);
  font-weight: 600;
}

.column-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.education-col {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.owner-img {
  z-index: 1;
  width: 100%;
  max-width: 400px;
  position: absolute;
}

.education-text-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--text);
  flex-flow: column;
  display: flex;
}

.section-side-box {
  color: var(--text);
  background-color: #fff;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.column-5 {
  padding-left: 10px;
}

.education-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
}

.education-text-content {
  font-size: 19px;
  line-height: 25px;
}

.education-content-wrapper {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 500px;
  max-height: 1000px;
  display: flex;
  position: relative;
  top: 433px;
  overflow: visible;
}

.image-2 {
  z-index: 1;
  object-fit: cover;
  width: 70%;
  height: 70%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.columns {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.education-wrapper {
  width: 100%;
}

.team {
  background-image: url('../images/coconails-team.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 30%;
  padding-bottom: 25%;
}

.team-wrapper {
  width: 100%;
}

.team-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-img-wrapper {
  width: 50%;
}

.team-text-wrapper {
  background-color: #f7f1ea;
  width: 50%;
  margin-left: -20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.team-pre-heading {
  color: var(--text);
  font-size: 18px;
  font-weight: 500;
}

.team-text {
  color: var(--text);
  font-size: 18px;
  line-height: 25px;
}

.team-heading {
  color: var(--text);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.team-heading.team-heading2 {
  text-align: left;
  margin-top: 0;
}

.education-img-wrapper {
  background-image: url('../images/natasa.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 100%;
  padding-top: 88%;
  padding-bottom: 17%;
  position: relative;
}

.education-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  font-size: 18px;
  display: flex;
}

.heading-3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.column-9 {
  z-index: 234;
  padding-left: 0;
}

.div-block-3 {
  z-index: 1;
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  height: 300px;
  max-height: 400px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.image-3 {
  z-index: 13;
  width: 100%;
  display: none;
  position: relative;
}

.paragraph-3, .paragraph-4 {
  color: var(--text);
  margin-bottom: 0;
  font-size: 18px;
}

.heading-4 {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.div-block-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  flex-flow: column;
  height: 100%;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph-5 {
  color: var(--primary);
  width: 70%;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.left {
  background-color: #9f7a5f;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  position: relative;
}

.div-block-6 {
  background-image: url('../images/natasa-coconails.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.column-10 {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -24px;
}

.image-5 {
  object-position: 50% -13%;
  width: 100%;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-code {
  display: none;
}

.wg-element {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25vh;
  transition: background-color .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wg-element:hover {
  background-color: #fbf9fd;
}

.wg-selector-highlight {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
}

.wg-selector-highlight.h1 {
  background-color: #4049ff;
}

.wg-selector-highlight.h2 {
  transform: translate(-100%);
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s2 {
  opacity: .5;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.pop-up {
  z-index: 10;
  background-color: #53535399;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up.medicure-pop-up, .pop-up.pedicure-pop-up, .pop-up.spray-tan {
  z-index: 30;
  display: none;
}

.pop-up-item {
  background-color: var(--white);
  width: 100%;
  max-width: 500px;
  padding: 40px;
  position: relative;
}

.service-pop-up-image {
  object-fit: cover;
  object-position: 50% 75%;
  width: 100%;
  height: 300px;
}

.pop-up-service-desc {
  color: var(--text);
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.close-btn {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 25%;
  margin-top: 10px;
  padding: 12px 20px;
  font-size: 16px;
  transition: all .2s;
  display: flex;
}

.close-btn:hover {
  letter-spacing: 3px;
}

.cross-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
  padding-right: 0;
  position: absolute;
  inset: 10px 10px auto auto;
}

.show-medicure-popup.modal-btn, .show-pedicure-modal.modal-btn, .open-spray-tan-pop-up.modal-btn {
  background-color: var(--text);
  transition: all .2s;
  display: block;
}

.pop-up-service-heading {
  color: var(--text);
  letter-spacing: 0;
  font-weight: 600;
}

.hover-button {
  background-color: var(--text);
  color: var(--white);
  padding: 9px 15px;
  text-decoration: none;
  display: block;
  position: relative;
}

.hover-button:hover {
  color: #fff;
}

.hover-button.btn-none.desktop {
  display: none;
}

.button-hover {
  color: var(--white);
  text-decoration: none;
}

.button-background {
  background-color: #d8cec7;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  z-index: 20;
  color: var(--white);
  font-weight: 500;
  position: relative;
}

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

.our-services-btn {
  color: var(--text);
  text-align: center;
  background-color: #d8cec7;
  width: 150px;
  padding: 9px 15px;
  text-decoration: none;
  position: relative;
}

.div-block-8 {
  background-color: var(--text);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  z-index: 20;
  position: relative;
}

.book-now-btn {
  background-color: var(--primary);
  color: var(--white);
  padding: 9px 15px;
  text-decoration: none;
  position: relative;
}

.book-now-btn-wrapper {
  background-color: var(--service-bg-color);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.text-block-6 {
  z-index: 20;
  position: relative;
}

.pre-section-btn {
  background-color: var(--white);
  color: var(--text);
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 200px;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}

.div-block-9 {
  background-color: var(--service-bg-color);
  width: 0%;
  position: absolute;
  inset: 0%;
}

.text-block-7 {
  z-index: 20;
  position: relative;
}

.services-cta {
  background-color: var(--text);
  color: var(--white);
  padding: 9px 15px;
  text-decoration: none;
  position: relative;
}

.services-hover {
  background-color: var(--primary);
  position: absolute;
  inset: 0%;
}

.services-cta-text {
  z-index: 20;
  color: var(--white);
  position: relative;
}

.nav-custom-link {
  color: var(--white);
  padding: 0 20px;
  text-decoration: none;
  position: relative;
}

.nav-custom-link.w--current {
  padding-bottom: 0;
  font-size: 14px;
}

.nav-text {
  font-size: 15px;
}

.nav-hover {
  background-color: var(--white);
  width: 0%;
  height: 2px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-10 {
  background-color: #f7f1ea;
}

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

.columns-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.column-12 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.div-block-13 {
  background-image: url('../images/pedikir-work-min.jpg');
  background-position: 50%;
  background-size: cover;
  width: 620px;
  height: 413px;
  max-height: 620px;
}

@media screen and (min-width: 1280px) {
  .section.hero-section {
    height: 70vh;
  }

  .section.education-section {
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

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

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

  .container.education-content {
    position: relative;
    top: 0;
    overflow: visible;
  }

  .container.team-desc {
    padding-bottom: 0;
  }

  .hero-columns {
    justify-content: center;
    align-items: center;
  }

  .service-item-content-wrapper {
    width: 100%;
  }

  .services-item-content {
    padding-left: 20px;
  }

  .service-heading {
    padding-top: 0;
  }

  .navbarlink {
    font-size: 16px;
  }

  .navbarlink:visited {
    color: var(--white);
  }

  .navbarlink.w--current {
    font-size: 16px;
  }

  .text-block-2 {
    padding-top: 0;
  }

  .card-accordion-title {
    letter-spacing: 2px;
  }

  .education-col {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .education-img-wrapper {
    width: 100%;
  }

  .div-block-3 {
    width: 50%;
    height: 200px;
  }

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

  .heading-4 {
    margin-top: 0;
  }

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-5 {
    width: 100%;
    font-size: 19px;
    line-height: 25px;
  }

  .div-block-7 {
    background-color: var(--primary);
    width: 60%;
    min-height: 300px;
    max-height: 600px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-4 {
    object-fit: cover;
    width: 50%;
    height: 100%;
    max-height: 500px;
    position: relative;
  }

  .column-10 {
    background-color: var(--white);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 100px 100px 50px 5%;
    display: flex;
    top: -49px;
  }

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

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

  .section.education-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.education-content-container {
    padding-left: 20px;
  }

  .container.team-desc {
    padding-bottom: 0;
  }

  .hero-columns {
    justify-content: center;
    align-items: center;
  }

  .service-item-content-wrapper, .service-item-bg-image {
    width: 100%;
  }

  .about-us-text-content {
    padding-left: 9%;
  }

  .navbarlink:visited {
    color: var(--white);
  }

  .navbarlink.w--current {
    font-size: 16px;
  }

  .text-block-2 {
    padding-top: 0;
  }

  .column-10 {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 7%;
    top: -38px;
  }

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

  .div-block-12 {
    background-color: #f7f1ea;
  }
}

@media screen and (min-width: 1920px) {
  .section.hero-wrapper-section {
    height: 200vh;
  }

  .section.hero-section {
    height: 80vh;
  }

  .section.servies-section {
    padding-top: 0;
  }

  .section.services-section {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .section.mainsection {
    padding-bottom: 100px;
  }

  .section.education-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .container.hero-container {
    padding-bottom: 0;
  }

  .container.about-us-container {
    max-width: 1550px;
  }

  .container.education-content-container {
    padding-left: 10px;
  }

  .container.team-desc {
    padding-bottom: 0;
  }

  .hero-columns {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .info-columns {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-columns {
    padding-left: 0;
    display: block;
  }

  .service-item-content-wrapper {
    width: 100%;
    bottom: -15%;
  }

  .service-item-content-wrapper.spray-text-content {
    width: 96%;
  }

  .services-item-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .service-item-bg-image {
    width: 100%;
  }

  .about-us-text-content {
    width: 80%;
    padding-left: 22%;
  }

  .slider-container {
    padding-bottom: 100px;
  }

  .slide-content-wrapper {
    background-color: #e1e1e100;
  }

  .slide-nav {
    display: none;
  }

  .navbarlink:visited {
    color: var(--white);
  }

  .navbarlink.w--current {
    font-size: 16px;
  }

  .navbarlink.w--current:visited {
    color: var(--white);
  }

  .text-block-2 {
    padding-top: 0;
  }

  .image-3 {
    display: block;
  }

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

  .column-10 {
    padding: 100px 100px 50px 17%;
    top: -35px;
  }

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

@media screen and (max-width: 991px) {
  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.pre-section {
    display: flex;
  }

  .section.pre-section.mobilesection {
    display: none;
  }

  .section.hero-section, .section.servies-section {
    padding-bottom: 50px;
  }

  .section.services-button-section {
    padding-top: 0;
    padding-bottom: 50px;
  }

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

  .section.mainsection {
    padding-top: 130px;
    padding-bottom: 70px;
  }

  .section.about-us2-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.education-section {
    height: auto;
    padding-bottom: 0;
  }

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

  .section.education-section-wrapper {
    display: none;
  }

  .container.navbar-container {
    justify-content: space-between;
  }

  .container.hero-container {
    flex-flow: column;
    padding-right: 20px;
  }

  .container.team-container {
    padding-top: 0;
  }

  .container.team-desc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button.pre-section-btn {
    text-align: center;
    width: 200px;
    padding: 15px 10px;
    font-size: 14px;
  }

  .button.navbar-button {
    display: none;
  }

  .button.navbar-button.navbar-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 170px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button.navbar-button.displayblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button.navbar-button-copy {
    display: none;
  }

  .button.navbar-button-copy.navbar-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 170px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button.navbar-button-copy.displayblock {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu {
    text-align: center;
    background-color: #f2e7da;
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .nav-link {
    text-align: center;
  }

  .hero-content-wrapper {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: center;
  }

  .hero-bg-image {
    width: 90%;
  }

  .hero-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 42px;
    line-height: 60px;
  }

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

  .hero-p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .button-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .hero-columns {
    flex-flow: row-reverse wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .info-columns {
    padding-top: 0;
  }

  .info-text-wrapper, .info-text-wrapper.middle-wrapper {
    padding: 0 10px;
  }

  .info-text-wrapper.middle-wrapper.footer-text-wrapper {
    border-left-style: none;
    border-right-style: none;
  }

  .info-text-wrapper.footer-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .info-heading {
    font-size: 20px;
  }

  .info-text {
    font-size: 16px;
  }

  .services-text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-heading {
    margin-top: 0;
    font-weight: 400;
  }

  .services-text {
    padding-bottom: 0;
  }

  .services-columns {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .service-item-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
  }

  .service-item {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .service-item-content-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    flex-flow: row;
    width: 100%;
    margin-left: auto;
    display: flex;
    position: relative;
    top: -50px;
    bottom: 0%;
  }

  .service-item-content-wrapper.spray-text-content {
    width: 100%;
  }

  .services-item-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #e8dfd3;
    justify-content: space-around;
    height: 200px;
    padding: 10px;
  }

  .service-item-bg-image {
    width: 100%;
    height: 268px;
  }

  .service-item-bg-image.spray {
    width: 100%;
  }

  .about-us-heading {
    font-size: 31px;
  }

  .info-text-paragraph {
    font-size: 14px;
  }

  .info-image {
    top: 11%;
    right: -17%;
  }

  .hero-wrapper-section {
    padding-top: 0;
  }

  .hero-image {
    vertical-align: middle;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
    max-height: 400px;
  }

  .hero-col {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-col2 {
    padding-left: 0;
  }

  .about-us-col {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-us2-text-wrapper {
    padding-top: 50px;
  }

  .about-us2-text {
    font-size: 14px;
  }

  .about-us2-image {
    max-width: 100%;
    margin-left: 0;
  }

  .service-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
  }

  .slide-content-wrapper {
    flex-flow: row;
  }

  .instagram-flex-wrapper {
    flex-flow: wrap;
  }

  .flex-col, .flex {
    flex-flow: row;
  }

  .instagram-heading {
    margin-top: 0;
  }

  .menu-button {
    color: #fff;
    background-color: #f4eadf;
  }

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

  .box {
    flex-direction: column;
    align-items: flex-start;
    padding: 3.2em;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical.padding-xhuge {
    padding-left: 4rem;
  }

  .card_mask {
    width: 50%;
  }

  .slider_component {
    margin-bottom: 40px;
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-col {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

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

  .menu-button-2.menu-btn {
    padding: .5rem;
  }

  .icon-3 {
    color: var(--white);
    display: none;
  }

  .navbarlink {
    color: var(--text);
    text-align: center;
  }

  .navbarlink:visited {
    color: var(--text);
  }

  .nav-menu-2 {
    background-color: var(--white);
    text-align: center;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .text-block-2 {
    font-size: 14px;
    font-weight: 400;
  }

  .column-2 {
    flex-flow: column;
    display: block;
  }

  .service-item2-bg.pedicure, .service-item2-bg.spraytan {
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .service-item2-bg.manicure {
    background-position: 50% 75%;
    width: 100%;
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .service-card-wrapper {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .column-3 {
    text-align: left;
  }

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

  .team-wrapper {
    flex-flow: column;
    display: flex;
  }

  .team-content-wrapper {
    flex-flow: column;
  }

  .team-img-wrapper {
    width: 100%;
  }

  .team-text-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .team-pre-heading, .team-text {
    font-size: 18px;
  }

  .team-heading, .team-heading.team-heading2 {
    font-size: 24px;
  }

  .education-img-wrapper {
    height: 100%;
    padding-bottom: 153%;
  }

  .div-block-3 {
    height: 250px;
    bottom: 0%;
  }

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

  .paragraph-4 {
    z-index: 2;
    font-size: 16px;
    position: relative;
  }

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

  .paragraph-5 {
    width: 80%;
  }

  .column-10 {
    top: 0;
  }

  .wg-element {
    width: 50%;
  }

  .pop-up-service-desc {
    font-size: 16px;
  }

  .hover-button {
    width: 160px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .hover-button.btn-none {
    display: none;
  }

  .hover-button.btn-none.desktop {
    margin-top: 10px;
    font-size: 14px;
    display: flex;
  }

  .hover-button.hero-button {
    margin-left: 0;
    margin-right: 0;
  }

  .pre-section-btn {
    text-align: center;
  }

  .nav-custom-link, .nav-custom-link.w--current {
    padding-top: 20px;
    padding-bottom: 0;
    display: block;
  }

  .nav-text {
    color: var(--text);
    font-size: 16px;
  }

  .menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top {
    background-color: var(--white);
    color: var(--white);
    width: 24px;
    height: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .top.middle {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .bottom {
    background-color: var(--white);
    color: var(--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-11 {
    width: 100%;
    margin-top: 50px;
    padding: 20px 20px 20px 10px;
  }

  .columns-3 {
    flex-flow: row-reverse wrap-reverse;
    width: 100%;
  }

  .column-12 {
    justify-content: center;
    align-items: center;
  }

  .column-14 {
    padding-left: 0;
  }

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

@media screen and (max-width: 767px) {
  .box {
    padding: 2em;
  }

  .card {
    padding-right: 1.5rem;
  }

  .slide68_arrow.left {
    right: 3.5rem;
  }

  .icon-2 {
    width: 36px;
    height: 36px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .card_mask {
    width: 80%;
  }

  .slider_component {
    padding-bottom: 6rem;
  }

  .wg-element {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.pre-section {
    background-position: 43%;
    background-size: cover;
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    inset: 0%;
  }

  .section.hero-wrapper-section {
    height: 73vh;
  }

  .section.hero-section {
    height: 94vh;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.info-sections {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.about-us-section, .section.services-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.mainsection {
    padding-top: 150px;
    padding-bottom: 50px;
  }

  .section.about-us2-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.instagram-section {
    padding-top: 0;
  }

  .section.footer-section {
    background-color: #0000;
    padding-top: 0;
    position: static;
  }

  .section.info-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.education-section {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.team-section {
    padding-top: 50px;
    padding-bottom: 0;
  }

  .section.education-section-wrapper {
    display: none;
  }

  .container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.services-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.hero-container {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .container.about-us-container {
    justify-content: space-around;
    padding-left: 10px;
  }

  .container.footer-line {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .container.education-content {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .container.footer-container {
    background-color: #9e9488;
  }

  .container.education-content-container {
    z-index: 21;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

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

  .button.pre-section-btn {
    padding: 9px 15px;
    font-size: 13px;
  }

  .button.navbar-button {
    font-size: 14px;
    display: none;
  }

  .button.hero-button {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: block;
  }

  .button.info-button {
    font-size: 14px;
  }

  .button.about-us2-button {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .button.navbar-button-copy {
    font-size: 14px;
  }

  .logo.pre-section-logo {
    width: 70%;
  }

  .nav-menu {
    background-color: #fff;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar {
    display: none;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-side-image-wrapper {
    display: none;
  }

  .hero-bg-image {
    width: 100%;
    height: 30vh;
  }

  .hero-heading {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 33px;
  }

  .hero-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-p {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 30px;
  }

  .button-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-columns {
    flex-flow: row-reverse wrap;
    justify-content: center;
    align-items: center;
  }

  .info-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .info-text-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    font-size: 14px;
  }

  .info-text-wrapper.middle-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--white);
    border-bottom-width: 1px;
    border-bottom-color: var(--white);
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .info-text-wrapper.middle-wrapper.footer-text-wrapper {
    border-top-style: none;
    border-bottom-style: none;
  }

  .info-text-wrapper.footer-text-wrapper {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .info-heading {
    padding-bottom: 16px;
    font-size: 20px;
  }

  .info-text {
    text-align: center;
    padding-bottom: 16px;
    font-size: 16px;
  }

  .info-text.footer-info-text {
    text-align: left;
  }

  .services-text-wrapper {
    padding-top: 0;
    padding-bottom: 25px;
    padding-left: 20px;
  }

  .services-heading {
    text-align: left;
    margin-top: 0;
    font-size: 18px;
    font-weight: 500;
  }

  .services-heading.main-services-heading {
    font-size: 24px;
  }

  .services-text {
    text-align: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    line-height: 23px;
  }

  .service-item-wrapper {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .service-item {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .service-item-content-wrapper {
    border-radius: 0;
    width: 100%;
    height: 150px;
    margin-top: 0;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
  }

  .services-item-content {
    color: var(--text);
    padding: 10px 0 10px 10px;
    display: flex;
  }

  .service-item-bg-image {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 250px;
    display: block;
    overflow: hidden;
  }

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

  .about-us-text-content {
    width: 100%;
    padding-left: 20px;
  }

  .about-us-heading {
    width: 100%;
    font-size: 24px;
    line-height: 33px;
  }

  .info-pre-heading {
    font-size: 18px;
  }

  .info-text-paragraph {
    width: 100%;
    font-size: 18px;
  }

  .info-image {
    display: none;
  }

  .hero-wrapper-section {
    padding-bottom: 0;
  }

  .hero-image {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .hero-col {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-col2 {
    padding-left: 0;
  }

  .about-us-col {
    flex-flow: column;
    width: 100%;
  }

  .about-us2-text-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 25px;
  }

  .about-us2-heading {
    font-size: 24px;
    line-height: 33px;
  }

  .about-us2-text {
    font-size: 16px;
  }

  .about-us2-image {
    width: 100%;
    display: block;
  }

  .service-heading {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 19px;
  }

  .slider-container {
    width: 99vw;
    padding-bottom: 100px;
  }

  .slider-right-arrow {
    z-index: 0;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 0;
    display: none;
    inset: auto 0% 0% auto;
  }

  .slider-icon {
    z-index: 3;
    padding-left: 20px;
    display: none;
    inset: 0 0% 0%;
  }

  .slider-left-arrow {
    width: 100%;
    height: 100%;
    padding-right: 0;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .slider {
    width: 100%;
    max-width: 400px;
  }

  .slide {
    margin-right: 0;
  }

  .flex-col, .flex {
    flex-flow: column;
  }

  .instagram-image {
    width: 300px;
  }

  .instagram-heading, .column {
    text-align: center;
  }

  .menu-button {
    color: var(--text);
    background-color: #e9d6c000;
    margin-top: 40px;
  }

  .menu-button:active {
    background-color: #f2e7da;
    margin-top: 0;
  }

  .menu-button.w--open {
    background-color: #f6eee400;
    margin-top: 0;
    padding-top: 0;
  }

  .box {
    padding: 1.5em;
  }

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

  .container-large {
    padding-top: 20px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .card_mask {
    width: 100%;
  }

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

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

  .text-block {
    direction: ltr;
    white-space: normal;
    word-break: normal;
  }

  .footer-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .oddotext {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .icon-3 {
    color: var(--white);
  }

  .navbarlink, .navbarlink:visited {
    color: var(--text);
  }

  .nav-menu-2 {
    color: var(--text);
    padding-top: 0;
  }

  .text-block-2 {
    width: 100%;
    padding-left: 0;
    overflow: hidden;
  }

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

  .service-item2-bg.pedicure {
    background-position: 50%;
    width: 100%;
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .service-item2-bg.spraytan {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .service-item2-bg.manicure {
    background-position: 50% 60%;
    width: 100%;
    padding-top: 30%;
    padding-bottom: 30%;
  }

  .service-card-wrapper {
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .service-card-wrapper.spray {
    margin-bottom: 40px;
  }

  .card-accordion {
    display: none;
    overflow: hidden;
  }

  .card-accordion-toggle {
    padding: 20px 0 20px 20px;
  }

  .card-accordion-content {
    background-color: #0000;
    width: 100%;
    padding-bottom: 10px;
  }

  .column-3 {
    padding-left: 0;
  }

  .education-col {
    flex-flow: column;
  }

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

  .education-text-content {
    margin-bottom: 0;
  }

  .team-content-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .team-img-wrapper {
    width: 100%;
  }

  .team-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
  }

  .team-pre-heading {
    font-size: 18px;
  }

  .team-text {
    margin-bottom: 0;
    font-size: 18px;
  }

  .team-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 33px;
  }

  .team-heading.team-heading2 {
    text-align: left;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .column-6, .column-7, .column-8 {
    padding-left: 0;
  }

  .education-img-wrapper {
    width: 100%;
    height: 50%;
    padding-top: 55%;
    padding-bottom: 55%;
  }

  .education-text {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .column-9 {
    padding-right: 0;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
    display: flex;
    position: relative;
    inset: auto 0% 0%;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 16px;
  }

  .heading-4 {
    text-align: left;
    margin-top: 0;
    font-size: 24px;
  }

  .div-block-4 {
    padding: 20px 20px 20px 0;
  }

  .paragraph-5 {
    width: 100%;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 25px;
  }

  .column-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wg-element {
    height: 25vh;
  }

  .pop-up.medicure-pop-up {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
    overflow: visible;
  }

  .pop-up.pedicure-pop-up {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .pop-up.spray-tan {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .pop-up-item {
    padding: 20px;
  }

  .service-pop-up-image {
    text-align: left;
    object-position: 50% 50%;
    width: 100%;
    height: 200px;
    margin-left: 0;
  }

  .pop-up-service-desc {
    font-size: 14px;
  }

  .close-btn {
    width: 100px;
    display: block;
  }

  .cross-icon {
    display: none;
  }

  .show-medicure-popup.modal-btn, .show-pedicure-modal.modal-btn, .open-spray-tan-pop-up.modal-btn {
    margin-left: 0;
  }

  .columns-2 {
    margin-top: 20px;
  }

  .column-11 {
    height: 50px;
  }

  .hover-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hover-button.btn-none {
    display: none;
  }

  .hover-button.btn-none.desktop {
    margin-bottom: 0;
    display: flex;
  }

  .hover-button.hero-button {
    margin-bottom: 0;
  }

  .our-services-btn {
    width: 160px;
  }

  .nav-custom-link, .nav-custom-link.w--current {
    padding-top: 20px;
  }

  .div-block-11 {
    padding: 0;
  }

  .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-13, .column-14 {
    padding-left: 0;
  }

  .div-block-13 {
    height: 254px;
  }
}


