@font-face {
  font-family: Luna;
  src: url('../fonts/Luna.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --dim-grey: #555;
  --cadet-blue: #00a9c2;
  --orange-red: #e55627;
  --white: #fffefe;
  --steel-blue: #047d9b;
  --dark-slate-blue-2: #004b8a;
  --powder-blue: #c3e7e9;
  --deep-sky-blue: #01a2c9;
  --dark-slate-blue: #273891;
  --burntsienna: #e5bfb2;
}

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

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

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

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

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-2 Area" 50px
                 "Area-2 Area" 50px
                 / 1fr 3.25fr 6fr;
  grid-auto-flow: column;
}

.container {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.nav-link {
  color: var(--dim-grey);
  padding: 6px 10px 3px;
  font-family: Montserrat, sans-serif;
}

.nav-link:hover {
  border-bottom: 4px solid var(--cadet-blue);
}

.nav-link:focus {
  color: var(--orange-red);
  font-weight: 600;
}

.nav-link:visited {
  color: var(--dim-grey);
  font-weight: 400;
}

.nav-link.w--current {
  color: var(--cadet-blue);
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.nav-link.w--current:hover {
  border-bottom: 4px solid var(--cadet-blue);
}

.nav-link.w--current:focus {
  color: var(--cadet-blue);
}

.text-block {
  flex-direction: column;
  justify-content: center;
  font-family: Exo, sans-serif;
  font-size: 24px;
  display: flex;
}

.text-block.cta {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.column {
  margin-top: 0;
  display: flex;
}

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

.image {
  background-color: #0000;
  border-radius: 0;
  margin-left: 0;
  display: block;
}

.columns {
  display: flex;
}

.column-3 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-end;
  margin-top: 19px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section {
  z-index: 1000;
  background-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 1px 20px #000;
}

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

.column-5 {
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 38px;
  display: flex;
}

.columns-2 {
  flex-direction: row;
  align-items: flex-end;
  display: block;
}

.slider {
  height: 600px;
}

.navbar {
  background-color: #fff;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  min-width: 110px;
  height: 45px;
  margin-bottom: 5px;
  padding: 15px 28px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.button:hover {
  border-color: var(--white);
  background-color: var(--steel-blue);
  color: #fff;
}

.hero-image {
  background-image: url('../images/1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 675px;
  position: relative;
  right: -65px;
}

.hero-image._1 {
  background-image: url('../images/Swift_Large.jpg');
  margin-top: 50px;
  box-shadow: 1px 1px 3px #000;
}

.hero-image._3 {
  background-image: url('../images/2-Princesses_Med_Rotated.jpg');
  background-position: 0 0;
}

.hero-image._2 {
  background-image: url('../images/FairyClass_Med.jpg');
}

.slide-nav {
  display: block;
}

.mask {
  height: auto;
}

.hero-text-box {
  z-index: 10;
  opacity: 1;
  background-color: #01a2c9;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 450px;
  margin-top: 110px;
  margin-right: 30px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 20px 4px #000;
}

.slide {
  height: auto;
  margin-bottom: 70px;
}

.hero-section {
  z-index: 0;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  max-height: 0%;
  padding-top: 166px;
  position: relative;
}

.bg-top {
  border: 1px solid var(--white);
  background-color: #0000;
  background-image: url('../images/SwirlyBGrnd.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  min-height: 800px;
  max-height: none;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
  overflow: auto;
}

.content-wrapper {
  width: 100%;
  max-width: 1265px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.left-arrow {
  background-color: #a78ba4;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 695px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.left-arrow:hover {
  opacity: .8;
}

.arrow {
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 22px;
  display: block;
}

.h1-white {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.h1-white.white {
  color: #fff;
  font-family: Merriweather, serif;
}

.hero-flex {
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.slide-2 {
  background-image: url('../images/iStock-452176431_Sml.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.right-arrow {
  background-color: #b08ead;
  width: 50px;
  height: 50px;
  margin-top: 695px;
  margin-bottom: 0;
  transition: opacity .2s;
  display: none;
  position: absolute;
}

.right-arrow:hover {
  opacity: .8;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.logo-text {
  color: var(--dim-grey);
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
}

.logo-text._2 {
  padding-left: 20px;
}

.text-block-3 {
  color: var(--dark-slate-blue-2);
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.link-block {
  background-color: var(--orange-red);
  border-radius: 13px;
  justify-content: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.heading {
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  text-decoration: none;
}

.body {
  height: auto;
  min-height: auto;
  margin-top: 0;
}

.slider-4 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-3 {
  background-image: url('../images/SwirlyBGrnd.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-color: #0000;
  background-image: url('../images/iStock-1135016158_Sml.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block {
  background-color: #01a2c9;
  justify-content: flex-end;
  align-items: flex-start;
  width: 200px;
  display: flex;
  position: fixed;
}

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

.text-block-4 {
  align-items: flex-end;
  display: flex;
}

.slider-5 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

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

.mini-title {
  color: #b99bb6;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 13.5px;
  font-weight: 700;
}

.mini-title.white {
  color: #fff;
}

.top-border._20 {
  margin-top: 20px;
}

.top-border._5 {
  margin-top: 5px;
}

.top-border._25 {
  margin-top: 25px;
}

.hero-text-box-2 {
  z-index: 10;
  background-color: #0000;
  background-image: linear-gradient(#000000ba, #000000ba);
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 35%;
  max-width: 440px;
  height: 300px;
  margin-top: 155px;
  margin-right: 25px;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translate(0);
  box-shadow: 1px 1px 20px -2px #000;
}

.bg-top-2 {
  background-color: #c9adc6;
  height: 56%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hero-section-2 {
  background-color: #ddd;
  background-image: url('../images/istockphoto-184186617-2048x2048.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  margin-top: -44px;
  padding-top: 77px;
  display: block;
  position: relative;
}

.hero-flex-2 {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.slide-5 {
  margin-bottom: 70px;
}

.hero-image-2 {
  background-image: url('../images/noah-buscher-1118080-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 70%;
  height: 675px;
  position: relative;
  right: -65px;
}

.hero-image-2._2 {
  background-image: url('../images/istockphoto-921346102-2048x2048.jpg');
  background-position: 50%;
  height: 550px;
  box-shadow: 0 0 20px #000;
}

.content-wrapper-2 {
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.right-arrow-2 {
  background-color: #0000;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  transition: opacity .2s;
}

.right-arrow-2:hover {
  opacity: .8;
}

.h1-white-2 {
  color: #fff;
  font-size: 45px;
  line-height: 55px;
}

.h1-white-2.white {
  color: #fff;
}

.left-arrow-2 {
  background-color: #0000;
  width: 50px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 50px;
  transition: opacity .2s;
  bottom: 0;
  right: 0;
}

.left-arrow-2:hover {
  opacity: .8;
}

.arrow-2 {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 22px;
}

.bg-botttom {
  background-color: #d6bbd3;
  height: 44%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-link-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 8px;
  font-size: 13.5px;
  transition: opacity .2s;
}

.text-link-2:hover {
  opacity: .8;
}

.button-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 0;
  justify-content: flex-start;
  min-width: 110px;
  height: 45px;
  margin-bottom: 15px;
  padding: 15px 28px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
  display: inline-block;
}

.button-2:hover {
  background-color: var(--steel-blue);
  color: #fff;
  border-radius: 0;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 52px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.image-2 {
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.headline {
  color: var(--cadet-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
}

.headline.reverse {
  color: var(--white);
}

.paragraph {
  text-align: center;
  padding-left: 232px;
  padding-right: 231px;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.paragraph.info {
  padding-left: 0;
  padding-right: 0;
  line-height: 26px;
}

.paragraph.intro {
  color: var(--dim-grey);
  text-align: justify;
  margin: 25px 100px 50px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.paragraph.points {
  text-align: left;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 18px;
}

.paragraph.help {
  text-align: left;
  margin-top: 20px;
  padding-left: 135px;
  padding-right: 135px;
  font-size: 14px;
  font-weight: 500;
}

.paragraph.thank-you {
  margin-top: 49px;
  font-size: 24px;
  line-height: 38px;
}

.paragraph.intro {
  color: #555;
  text-align: justify;
  border: 1px #000;
  margin: 0 20px 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.paragraph.wellness {
  color: #555;
  text-align: justify;
  border: 1px #000;
  margin: 25px 0 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.paragraph.wellness.list {
  text-align: center;
  margin-top: 10px;
  padding-left: 0;
}

.paragraph.intro-copy {
  color: #555;
  text-align: justify;
  border-bottom: 1px solid #00a9c2;
  margin: 0 20px 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.paragraph.about-copy {
  outline-offset: 0px;
  color: #555;
  text-align: justify;
  border: 0 #000;
  outline: 3px #555;
  margin: 0 20px 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
}

.section-4 {
  background-color: #fffdfd00;
  background-image: url('../images/6-line-medium.png'), linear-gradient(#5553, #5553);
  background-position: 0 0, 0 0;
  background-size: 125px, auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 236px 250px 50px;
}

.section-4.about-us {
  padding-top: 50px;
  padding-bottom: 20px;
}

.section-4.contact {
  padding-bottom: 20px;
}

.section-4.faqs {
  padding-bottom: 20px;
  padding-left: 255px;
  padding-right: 255px;
}

.intro-box {
  background-color: var(--orange-red);
  width: 30.3%;
  margin-right: 3%;
}

.intro-box.no-border {
  margin-right: 0%;
}

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

.content-wrapper-3 {
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

.content-wrapper-3.thank-you {
  margin-bottom: 500px;
}

.image-hover {
  transition: transform .2s;
}

.image-hover:hover {
  transform: scale(1.05);
}

.content-section {
  background-color: #fff0;
  background-image: linear-gradient(#0009, #0009), url('../images/family-3339718_1280.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 75px;
  padding-bottom: 150px;
  display: block;
  overflow: hidden;
}

.title-link {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  transition: opacity .2s;
}

.title-link:hover {
  opacity: .8;
}

.button-3 {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #b99bb6;
  border-radius: 25px;
  min-width: 110px;
  height: 45px;
  padding-top: 15px;
  padding-left: 28px;
  padding-right: 28px;
  font-size: 11px;
  font-weight: 700;
  line-height: 15px;
  transition: background-color .2s, color .2s;
}

.button-3:hover {
  color: #fff;
  background-color: #b99bb6;
}

.intro-text-box {
  background-color: var(--orange-red);
  padding: 23px;
}

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

.text-link {
  color: #fff;
  font-size: 19px;
  font-style: italic;
  font-weight: 600;
  text-decoration: none;
}

.center-box {
  color: #b99bb6;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  width: 65%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.intro-paragraph {
  color: #5f4d5d;
  letter-spacing: 0;
  text-transform: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
}

.columns-3 {
  flex: 1;
  padding-left: 30px;
  padding-right: 30px;
}

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

.heading-3 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.heading-4 {
  color: var(--orange-red);
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}

.column-7 {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 15px;
}

.column-8 {
  padding-left: 15px;
  padding-right: 15px;
}

.column-9 {
  padding-left: 15px;
  padding-right: 0;
}

.column-10 {
  padding-left: 15px;
  padding-right: 15px;
}

.image-3 {
  padding-left: 0;
  display: inline-block;
}

.html-embed {
  padding-top: 30px;
  padding-left: 0;
  display: flex;
}

.section-6 {
  height: 100px;
  margin-top: -100px;
}

.intro {
  margin-top: 158px;
  margin-bottom: 158px;
}

.intro.about-us {
  margin-top: 145px;
  margin-bottom: 0;
  padding-top: 50px;
}

.intro.wellness {
  margin-top: 140px;
  margin-bottom: 20px;
  padding-top: 50px;
}

.image-4 {
  margin-top: 0;
  margin-bottom: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-1 {
  background-color: #0000;
  height: 650px;
  padding-bottom: 0;
  padding-right: 0;
}

.mask-5 {
  background-color: #0000;
  height: auto;
  min-height: 0;
}

.slide-6 {
  min-height: 600px;
}

.main-slider {
  background-color: #0000;
  height: auto;
  min-height: 0;
  top: 0;
}

.slide-7 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
}

.banner {
  z-index: 800;
  background-color: #0000;
  background-image: url('../images/BannerImage1.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 650px;
  min-height: 0;
  margin-top: 133px;
  position: relative;
}

.slide-8 {
  background-image: url('../images/istockphoto-452176431-2048x2048.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/istockphoto-945467306-2048x2048.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/iStock-1065397970_Sml.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/iStock-945467306_Sml.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.bottom-footer-link {
  color: #fff;
}

.bottom-footer-link:hover {
  color: #ffffffb3;
}

.social-button {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-bottom: 8px;
  margin-left: 4px;
  margin-right: 4px;
  padding: 10px;
  transition: background-color .15s;
}

.social-button:hover {
  opacity: 1;
  background-color: #7a68ad;
}

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

.bottom-footer-paragraph {
  float: left;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.bottom-footer-paragraph.right {
  float: none;
  text-align: right;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-menu-column {
  justify-content: center;
  align-items: center;
  height: 15px;
  display: flex;
}

.footer-social-col-right {
  text-align: right;
}

.footer-row {
  margin-top: 30px;
  padding-top: 0;
}

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

.container-3 {
  margin-bottom: 0;
  position: relative;
}

.section-8 {
  background-color: var(--orange-red);
  min-height: 80px;
  color: var(--orange-red);
  padding: 0;
}

.html-embed-2 {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 0;
}

.link-2 {
  color: var(--orange-red);
  font-weight: 700;
  text-decoration: none;
}

.bold-text, .bold-text-2, .link-3, .link-4 {
  color: var(--dark-slate-blue-2);
  text-decoration: none;
}

.container-4 {
  align-items: center;
  max-width: 1265px;
  padding-left: 334px;
  padding-right: 334px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-block-5 {
  float: left;
  clear: none;
  color: var(--dark-slate-blue-2);
  text-align: center;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  padding: 0 101px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 38px;
  display: inline;
  position: static;
  inset: 40% auto 0% 0%;
}

.text-block-5.reversed {
  color: var(--white);
  padding-left: 0;
  font-size: 16px;
}

.text-block-5.about-us {
  margin-bottom: 20px;
  text-decoration: none;
}

.image-6 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-9 {
  background-color: var(--dark-slate-blue-2);
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-6 {
  color: var(--dark-slate-blue-2);
  text-align: left;
  align-items: center;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-style: italic;
  line-height: 52px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 40%;
}

.text-block-6.q5 {
  padding-left: 0;
}

.italic-text-2 {
  border-right: 1px solid #000;
}

.section-10 {
  padding: 50px 250px;
}

.section-10.instagram {
  background-color: #54545400;
  background-image: url('../images/6-line-medium.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-10.reviews {
  background-image: url('../images/6-line-medium.png'), linear-gradient(#54545433, #54545433);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.columns-8 {
  border: 1px #000;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.columns-8.lashbrow {
  border-bottom-style: solid;
  border-bottom-color: var(--cadet-blue);
}

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

.image-13 {
  margin-top: 20px;
  margin-left: 10px;
  box-shadow: 0 0 20px #000;
}

.column-34 {
  padding-left: 30px;
}

.text-block-12 {
  color: #a48d29;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.paragraph-5 {
  color: #555;
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.paragraph-5.team {
  text-align: justify;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.paragraph-5.team.qualifications {
  margin-bottom: 10px;
}

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

.paragraph-5.wellness {
  text-align: justify;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 20px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 300;
  line-height: 26px;
  display: flex;
}

.paragraph-5.wellness.qualifications {
  margin-bottom: 10px;
}

.paragraph-5.contact {
  text-align: justify;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.paragraph-5.contact.qualifications {
  margin-bottom: 10px;
}

.signature {
  color: var(--dark-slate-blue-2);
  margin-top: 34px;
  padding-left: 20px;
  font-family: Luna, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.paragraph-6 {
  color: var(--orange-red);
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.html-embed-3 {
  margin-bottom: 50px;
  padding-bottom: 0;
}

.slide-nav-3 {
  display: block;
}

.right-arrow-3, .left-arrow-3 {
  display: none;
}

.columns-9 {
  justify-content: space-between;
  height: 320px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.column-35, .column-36, .column-37 {
  padding-left: 0;
  padding-right: 0;
}

.image-16 {
  display: inline-block;
}

.columns-10 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.column-38, .column-39, .column-40 {
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.list-4 {
  padding-left: 150px;
  padding-right: 150px;
}

.image-17 {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

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

.image-18 {
  margin-bottom: -25px;
  padding-left: 82px;
  padding-right: 82px;
}

.text-block-13 {
  color: var(--white);
  text-align: center;
  margin-top: 25px;
  font-family: Caveat, sans-serif;
  font-size: 28px;
  position: static;
}

.image-19 {
  display: none;
}

.button-4 {
  background-color: var(--orange-red);
  color: #fffefe;
  text-align: center;
  letter-spacing: 1px;
  border: .5px solid #fffefe;
  border-radius: 0;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 25px auto 20px;
  padding: 5px 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  display: block;
}

.button-4:hover {
  background-image: linear-gradient(#55555580, #55555580);
}

.button-4.contact {
  flex-direction: row;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.button-4.contact.pricing {
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-5 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  margin-left: -1px;
  margin-right: auto;
  display: block;
}

.div-block-5.contact {
  margin-left: 20px;
}

.dropdown-toggle {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: stretch;
  width: 1265px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

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

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

.html-embed-4 {
  margin-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

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

.div-block-7 {
  margin-top: 50px;
  margin-bottom: 100px;
  padding-left: 110px;
  padding-right: 110px;
}

.column-41 {
  background-color: #0000;
  max-height: 325px;
  padding-left: 0;
  padding-right: 10px;
}

.text-block-14 {
  background-color: var(--dark-slate-blue-2);
  color: var(--white);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.div-block-8 {
  background-color: #aaa;
  flex-direction: column;
  justify-content: space-between;
  min-height: 280px;
  padding: 0 0 20px;
  display: flex;
}

.column-42 {
  max-height: 325px;
  padding-right: 0;
}

.text-block-15 {
  float: none;
  color: var(--white);
  text-align: center;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

.link-block-2 {
  justify-content: center;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-10 {
  flex: 0 auto;
  align-self: auto;
  height: 212px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.icon-2, .icon-3 {
  display: none;
}

.section-11 {
  margin-bottom: 158px;
}

.section-11.pricing {
  margin-top: 220px;
  margin-bottom: 0;
  padding-top: 0;
}

.section-12 {
  z-index: 999;
  background-color: var(--orange-red);
  align-items: center;
  height: 100px;
  margin-top: 120px;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.text-block-16 {
  color: var(--white);
  text-align: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: flex;
}

.text-block-16.promo-text {
  font-size: 16px;
  font-weight: 400;
}

.text-block-16.promo-headline {
  margin-top: 19px;
  margin-bottom: 5px;
}

.promo-text {
  text-align: center;
}

.container-5 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.section-13 {
  background-color: var(--cadet-blue);
  color: var(--white);
  position: static;
  inset: auto 0% 0%;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.content-wrapper-4 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper-4.slim {
  max-width: 940px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon-4.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  color: var(--orange-red);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

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

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
  color: var(--dim-grey);
  text-align: justify;
  font-family: Montserrat, sans-serif;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Courier Prime, sans-serif;
  font-size: 36px;
  font-weight: 400;
}

.meraki-def-text-2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Courier Prime, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-7 {
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  font-family: Courier Prime, sans-serif;
  font-weight: 400;
}

.meraki-def-text-3 {
  color: var(--white);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Courier Prime, sans-serif;
  font-size: 18px;
  line-height: 20px;
}

.div-block-11 {
  background-color: var(--dark-slate-blue-2);
  text-align: justify;
  margin-left: 100px;
  margin-right: 100px;
  padding: 36px 150px;
  display: flex;
}

.div-block-12 {
  border-top: 5px solid var(--white);
  border-bottom: 5px solid var(--white);
  border-left: 5px solid var(--white);
  width: 50px;
}

.div-block-13 {
  border-top: 5px solid var(--white);
  border-right: 5px solid var(--white);
  border-bottom: 5px solid var(--white);
  width: 50px;
}

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

.bold-text-6 {
  text-align: justify;
}

.image-27 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.text-span {
  padding-left: 10px;
  font-size: 16px;
}

.link-block-3 {
  background-color: var(--cadet-blue);
  border-radius: 20px;
  margin-right: 5px;
}

.image-28 {
  padding: 5px;
}

.div-block-14 {
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.sliding-banner {
  margin-top: 135px;
}

.slider-6 {
  height: 450px;
}

.slide-13 {
  background-image: url('../images/LashBrowSerum_23.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13.wellness {
  background-image: url('../images/HealthyLivingHero.jpg');
  background-position: 50% 40%;
}

.slide-13.serum {
  background-image: url('../images/LashBrowSerum_23.jpg');
}

.slide-13.vouchers {
  background-image: url('../images/MRoom_Legs.jpg');
  background-position: 50% 40%;
}

.slide-13.mskinbeauty {
  background-image: url('../images/Web-Cromr-MRoom-ProductPhotos-07_Long.jpg');
  background-position: 20% 40%;
  background-size: cover;
}

.slide-13.mskin {
  background-image: url('../images/WEB-Robyn--Jemma-MacKellar13-01.jpg');
}

.new-header {
  z-index: 990;
  background-color: var(--white);
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 20px #000;
}

.container-6 {
  justify-content: space-between;
  display: block;
}

.nav-menu {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.nav-link-2 {
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.nav-link-2:hover {
  color: var(--dim-grey);
  font-weight: 600;
}

.nav-link-2.w--current {
  color: var(--cadet-blue);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.nav-link-2.w--current:hover {
  color: var(--dim-grey);
}

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

.welcome {
  background-color: var(--powder-blue);
  background-image: linear-gradient(to top, var(--cadet-blue), var(--powder-blue) 50%);
  height: auto;
  padding-top: 50px;
  padding-bottom: 150px;
}

.paragraph-13 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 40px;
}

.column-45 {
  justify-content: space-around;
  height: auto;
  display: flex;
}

.link-block-4 {
  width: 250px;
  height: 250px;
  position: absolute;
}

.wax-tint-tan {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.wax-tint-tan.treatments {
  margin-top: 300px;
  padding-bottom: 0;
}

.column-46 {
  justify-content: center;
  display: flex;
}

.columns-11 {
  justify-content: space-between;
  display: inline;
}

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

.column-47 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.columns-12, .column-48 {
  justify-content: center;
  display: flex;
}

.column-49, .column-50, .column-51 {
  justify-content: center;
  height: 550px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-15 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 520px;
  display: flex;
}

.div-block-15.wellness {
  justify-content: space-between;
}

.link-block-5 {
  margin-bottom: 20px;
}

.text-block-17 {
  color: var(--cadet-blue);
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 32px;
}

.paragraph-14 {
  text-align: center;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.paragraph-14.white {
  color: var(--white);
  font-size: 16px;
}

.columns-13 {
  height: 550px;
  margin-top: 0;
}

.container-8 {
  margin-top: -120px;
}

.lashlift-facials {
  background-color: #f1eeeb;
  background-image: url('../images/5-line-medium_15-line-medium_15-line-medium_15-line-medium.png');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.lashlift-facials.treatments2 {
  margin-top: 40px;
}

.container-8-b {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.button-5 {
  background-color: var(--cadet-blue);
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.button-5:hover {
  background-image: linear-gradient(to top, var(--cadet-blue) 47%, var(--powder-blue));
}

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

.container-9 {
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.div-block-16 {
  text-align: center;
  background-color: #00000080;
  height: auto;
  padding-bottom: 20px;
}

.columns-14 {
  position: relative;
}

.image-34 {
  margin-top: 30px;
  margin-bottom: 19px;
}

.text-block-17-copy {
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 42px;
}

.to-serum-page-button {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 31px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.to-serum-page-button:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.section-14 {
  background-image: linear-gradient(to bottom, var(--steel-blue), transparent 33%), url('../images/MRoom_Beach.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-8, .text-block-18 {
  text-align: center;
  margin-bottom: 30px;
}

.html-embed-5 {
  flex-direction: row;
  justify-content: space-between;
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  box-shadow: 0 0 20px #000;
}

.html-embed-5.phone {
  display: none;
}

.html-embed-5.desktop {
  margin-top: 20px;
}

.html-embed-5.phone2 {
  display: none;
}

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

.text-span-3 {
  font-weight: 500;
}

.gettimelybutton {
  cursor: pointer;
}

.paragraph-15 {
  color: #00a9c2;
  margin-left: 100px;
  margin-right: 100px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  line-height: 34px;
}

.paragraph-15.beauty-headings {
  margin-left: 0;
}

.paragraph-15.meetrobyn {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
}

.image-35 {
  border-radius: 200px;
  margin-top: -5px;
  margin-left: 0;
}

.headline-2 {
  color: var(--cadet-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 46px;
}

.bookingpopup {
  z-index: 1100;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-17 {
  z-index: 1200;
  background-color: #fffefe;
  border-radius: 10px;
  justify-content: center;
  width: 500px;
  height: 640px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.html-embed-6 {
  margin-top: 31px;
  margin-left: 10px;
  padding-bottom: 0;
  position: absolute;
}

.btn-close {
  text-align: right;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px;
  display: block;
  position: absolute;
  inset: 0% 0% auto auto;
}

.img-close {
  cursor: pointer;
}

.nav-link-2-mod {
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.nav-link-2-mod:hover {
  color: var(--dim-grey);
  font-weight: 600;
}

.nav-link-2-mod-copy {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: none;
}

.nav-link-2-mod-copy:hover {
  color: var(--cadet-blue);
  font-weight: 600;
}

.to-serum-page-button-copy {
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 31px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.to-serum-page-button-copy:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.div-block-14-copy {
  justify-content: flex-end;
  margin-bottom: 10px;
  display: flex;
}

.div-block-14-copy.socials {
  margin-bottom: 0;
}

.book-now-button {
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.book-now-button-copy {
  background-color: #00a9c2;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 0;
  margin-left: 35px;
  margin-right: 5px;
  padding: 4px 35px 0;
  font-family: Montserrat, sans-serif;
  display: none;
}

.html-embed-7 {
  margin-top: 15px;
}

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

.buy-now-button {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin: 15px 35px 31px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.buy-now-button:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.lashlift-facials-serum {
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.container-8-copy {
  margin-top: 0;
  margin-bottom: 50px;
  padding-left: 140px;
  padding-right: 140px;
}

.html-embed-8 {
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.gettimely-popup-button {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.gettimely-popup-button:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.to-beauty-products-page {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 31px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.to-beauty-products-page:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.text-block-17-copy-2 {
  color: #fffefe;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.to-online-store-page {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 31px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.to-online-store-page:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.to-online-store-page.option {
  margin-bottom: 10px;
  padding-left: 35px;
  padding-right: 35px;
}

.to-online-store-page.email {
  margin-top: 20px;
}

.to-online-store-page.email.w--current {
  margin-top: 30px;
}

.to-online-store-page.buy-now {
  margin-top: 20px;
}

.to-online-store-page.buy-now.w--current {
  margin-top: 30px;
}

.gettimely-page-button {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 31px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.gettimely-page-button:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.html-embed-9 {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.left-arrow-4, .right-arrow-4 {
  display: none;
}

.navbar-2 {
  background-color: #0000;
}

.html-embed-10 {
  color: var(--white);
  font-family: Montserrat, sans-serif;
}

.text-block-17-copy-2-copy {
  color: #fffefe;
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.image-34-copy {
  margin-top: 30px;
  margin-bottom: 10px;
}

.html-embed-11 {
  margin-bottom: 20px;
}

.html-embed-9-copy {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  display: none;
}

.list-6, .list-7 {
  margin-left: 10px;
  padding-left: 0;
}

.container-11 {
  align-items: center;
  margin-bottom: 31px;
  padding-left: 10px;
  display: flex;
}

.column-53 {
  padding-right: 20px;
}

.columns-16 {
  margin-top: 50px;
}

.meet-robyn {
  width: 100%;
  max-width: 1265px;
  padding-left: 25px;
  padding-right: 25px;
  display: none;
  position: relative;
}

.meet-robyn.thank-you {
  margin-bottom: 500px;
}

.welness-find-out-more {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.welness-find-out-more:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.voucherpopup {
  z-index: 1100;
  background-color: #0006;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.voucherbutton {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 31px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.voucherbutton:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.gettimely-popup-button-voucher {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.gettimely-popup-button-voucher:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.html-embed-voucher {
  margin-top: 31px;
  margin-left: 10px;
  padding-bottom: 0;
  position: absolute;
}

.gettimely-popup-button-voucher-page {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Montserrat, sans-serif;
  display: none;
}

.gettimely-popup-button-voucher-page:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

.div-block-18 {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-19 {
  background-image: url('../images/MRoom_Robyn.jpg');
  background-position: 80% 0;
  background-size: cover;
  border-radius: 20px;
  width: auto;
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
}

.column-54 {
  padding-left: 30px;
  padding-right: 0;
}

.column-55 {
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.columns-17 {
  margin-bottom: 50px;
}

.buynowpopup {
  z-index: 1100;
  background-color: #000000b3;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.code-embed-2 {
  justify-content: center;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.text-span-4 {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.heading-9 {
  color: var(--cadet-blue);
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  font-weight: 600;
}

.visit-our-store {
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 4px 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.findoutmore {
  text-align: center;
  background-color: #00a9c2;
  border-radius: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 35px;
  padding-left: 35px;
  padding-right: 35px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.findoutmore:hover {
  background-image: linear-gradient(to top, #00a9c2 47%, #c3e7e9);
}

@media screen and (max-width: 991px) {
  .container {
    justify-content: flex-end;
    margin-top: -17px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }

  .nav-link.w--current {
    padding-bottom: 6px;
    font-size: 13px;
  }

  .text-block.cta {
    font-size: 18px;
  }

  .column-3 {
    align-items: center;
    margin-top: 40px;
  }

  .section {
    flex-direction: column;
    margin-bottom: 0;
    padding-top: 0;
    display: flex;
  }

  .column-4 {
    justify-content: center;
    height: 100px;
    margin-top: 0;
    padding-top: 40px;
  }

  .column-5 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-items: center;
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .column-6 {
    flex: 0 auto;
    justify-content: flex-start;
    display: flex;
  }

  .button {
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 8px;
    font-size: 18px;
    display: flex;
  }

  .hero-image._1 {
    background-position: 50%;
    width: 80%;
  }

  .hero-text-box {
    width: 100%;
    max-width: 350px;
    height: 33%;
    margin-top: 269px;
    margin-right: 5%;
    padding-left: 57px;
    padding-right: 57px;
  }

  .hero-section {
    display: none;
  }

  .content-wrapper {
    padding-left: 45px;
    padding-right: 45px;
  }

  .h1-white.white {
    margin-left: 20px;
    margin-right: 20px;
  }

  .hero-flex {
    flex-direction: column;
  }

  .text-block-3 {
    flex: none;
    margin-left: 0;
    font-size: 16px;
  }

  .link-block {
    flex: none;
    order: 0;
    justify-content: center;
    margin-top: 25px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-button {
    margin-bottom: 9px;
    padding: 4px;
  }

  .slider-3 {
    margin-top: 132px;
  }

  .mask-2 {
    min-height: 600px;
  }

  .body {
    margin-top: 0;
  }

  .slider-4 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-3 {
    margin-top: 250px;
  }

  .slide-3 {
    object-fit: cover;
  }

  .mask-3 {
    object-fit: fill;
    position: static;
    overflow: visible;
  }

  .hero-text-box-2 {
    justify-content: center;
    align-self: center;
    width: 45%;
    height: 275px;
    margin-top: 200px;
    margin-right: 45px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-2 {
    background-position: 50% 100%;
    height: 650px;
    padding-top: 65px;
  }

  .hero-flex-2 {
    flex-flow: column;
  }

  .slide-5 {
    height: 600px;
    margin-bottom: 0;
  }

  .hero-image-2._2 {
    object-fit: fill;
    flex: 0 auto;
    align-self: auto;
    width: 503px;
    height: 400px;
    display: block;
  }

  .right-arrow-2 {
    display: none;
  }

  .left-arrow-2 {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .mask-4 {
    height: 650px;
  }

  .button-2 {
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 15px;
    font-size: 18px;
    display: flex;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-2 {
    flex-wrap: wrap;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .image-2 {
    text-align: center;
  }

  .headline {
    padding-left: 15px;
    padding-right: 15px;
    font-family: Montserrat, sans-serif;
    font-size: 42px;
  }

  .paragraph {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .paragraph.help {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.intro {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.wellness {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph.wellness.list {
    margin-top: 0;
  }

  .paragraph.intro-copy, .paragraph.about-copy {
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-4 {
    background-color: #5550;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .section-4.faqs {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-box {
    background-color: var(--orange-red);
  }

  .content-wrapper-3 {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .title-link {
    font-size: 22px;
  }

  .center-box {
    width: 80%;
  }

  .italic-text {
    font-size: 22px;
  }

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

  .section-5 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .heading-4 {
    flex: 1;
    display: block;
  }

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

  .column-8 {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    text-align: left;
    justify-content: space-between;
    width: 700px;
  }

  .intro {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .intro.about-us {
    margin-top: 175px;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .intro.wellness {
    margin-top: 215px;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .image-4 {
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
  }

  .slide-1 {
    height: 600px;
  }

  .mask-5 {
    height: 600px;
    min-height: 0;
  }

  .main-slider {
    height: 600px;
  }

  .banner {
    height: 600px;
    min-height: 0;
  }

  .link {
    color: var(--orange-red);
  }

  .bottom-footer-link {
    color: #fff;
  }

  .social-button {
    color: #0000;
    border: 1px solid #fff;
  }

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

  .bottom-footer-paragraph {
    color: #fff;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .bottom-footer-paragraph.right {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }

  .footer-menu-column {
    align-self: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .footer-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    display: flex;
  }

  .footer-logo-column-left {
    align-self: center;
    margin-bottom: 15px;
  }

  .container-3 {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .section-8 {
    float: none;
    clear: none;
    min-height: auto;
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-4 {
    padding-left: 130px;
    padding-right: 130px;
  }

  .text-block-5 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 38px;
  }

  .text-block-6 {
    flex-direction: column;
    justify-content: center;
    padding-top: 120px;
    padding-left: 0;
    padding-right: 71px;
    font-size: 38px;
    font-style: italic;
    line-height: 42px;
    left: 40%;
  }

  .text-block-6.q5 {
    padding-left: 0;
  }

  .section-10, .section-10.instagram, .section-10.reviews {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-8.services {
    margin-top: 0;
  }

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

  .paragraph-5 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-5.team {
    margin-right: 10px;
    line-height: 26px;
  }

  .paragraph-5.team.qualifications {
    margin-bottom: 10px;
  }

  .paragraph-5.bullets {
    padding-left: 0;
  }

  .paragraph-5.wellness {
    margin-right: 10px;
    line-height: 26px;
  }

  .paragraph-5.wellness.qualifications {
    margin-bottom: 10px;
  }

  .paragraph-5.contact {
    text-align: left;
    margin-right: 10px;
    line-height: 26px;
  }

  .paragraph-5.contact.qualifications {
    margin-bottom: 10px;
  }

  .columns-9 {
    flex-direction: row;
    height: 500px;
    display: flex;
  }

  .image-14, .image-15, .image-16 {
    display: block;
  }

  .columns-10, .column-38, .column-39 {
    justify-content: center;
    display: flex;
  }

  .column-40 {
    flex: 0 auto;
    justify-content: center;
    display: flex;
  }

  .list-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-18 {
    padding-left: 12px;
    padding-right: 12px;
    display: block;
  }

  .text-block-13 {
    margin-top: 15px;
  }

  .image-19 {
    display: none;
  }

  .button-4 {
    margin-left: 160px;
    margin-right: 160px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .button-4.contact.what-we-do {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .div-block-5 {
    padding-left: 65px;
    padding-right: 65px;
    display: inline-block;
  }

  .div-block-5.contact {
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .div-block-5.contact.what-we-do {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .html-embed-4, .div-block-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-41 {
    max-height: 330px;
  }

  .div-block-8 {
    flex-direction: column;
    min-height: 330px;
    position: static;
  }

  .column-42 {
    min-height: 330px;
    max-height: 330px;
  }

  .text-block-15 {
    margin-top: 10px;
  }

  .div-block-9 {
    flex: none;
    order: 0;
    align-self: flex-start;
  }

  .div-block-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-11.pricing {
    margin-top: 165px;
  }

  .section-12 {
    height: 120px;
    margin-top: 117px;
    display: none;
  }

  .text-block-16.promo-headline {
    margin-top: 13px;
    padding-left: 96px;
    padding-right: 96px;
    display: block;
  }

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

  .div-block-14 {
    justify-content: center;
    margin-bottom: 20px;
  }

  .sliding-banner {
    margin-top: 200px;
  }

  .slider-6 {
    height: 350px;
  }

  .slide-13 {
    background-position: 0 70%;
    background-size: cover;
  }

  .slide-13.wellness, .slide-13.vouchers {
    background-position: 50% 100%;
  }

  .slide-13.mskinbeauty {
    background-position: 20%;
    background-size: cover;
  }

  .new-header {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-6 {
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .column-43 {
    justify-content: center;
    display: flex;
  }

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

  .welcome {
    padding-bottom: 90px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .paragraph-13 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

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

  .link-block-4 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .wax-tint-tan {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .wax-tint-tan.treatments {
    padding-left: 0;
    padding-right: 0;
  }

  .column-49, .column-50, .column-51 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-15 {
    height: 500px;
  }

  .text-block-17 {
    font-size: 28px;
    line-height: 28px;
  }

  .columns-13 {
    margin-top: 0;
  }

  .container-8 {
    margin-top: -90px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .lashlift-facials {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .lashlift-facials.treatments2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8-b {
    margin-top: 0;
    padding-left: 113px;
    padding-right: 113px;
  }

  .button-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .instagram-section {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .image-34 {
    width: 200px;
    height: 200px;
    margin-top: 20px;
  }

  .text-block-17-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .to-serum-page-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .html-embed-5 {
    width: auto;
  }

  .html-embed-5.phone, .html-embed-5.phone2 {
    display: none;
  }

  .columns-15 {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-15 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .headline-2 {
    font-family: Montserrat, sans-serif;
    font-size: 42px;
  }

  .bookingpopup {
    display: none;
  }

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

  .to-serum-page-button-copy {
    margin-left: 50px;
    margin-right: 50px;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
  }

  .div-block-14-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-14-copy.socials {
    flex-flow: row;
    margin-top: 0;
    margin-bottom: 5px;
    display: flex;
  }

  .book-now-button {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .book-now-button-copy {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .buy-now-button {
    margin-left: 10px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .lashlift-facials-serum {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .container-8-copy {
    margin-top: 0;
  }

  .gettimely-popup-button, .to-beauty-products-page {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-17-copy-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .to-online-store-page {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .to-online-store-page.option {
    margin-left: 0;
    margin-right: 0;
  }

  .to-online-store-page.email, .to-online-store-page.buy-now {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gettimely-page-button {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .left-arrow-4 {
    display: none;
  }

  .menu-button-2 {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
  }

  .icon-5 {
    color: var(--dim-grey);
  }

  .text-block-17-copy-2-copy {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 18px;
    line-height: 20px;
  }

  .image-34-copy {
    width: 200px;
    height: 200px;
    margin-top: 20px;
  }

  .html-embed-11 {
    margin-bottom: 50px;
  }

  .columns-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .meet-robyn {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .welness-find-out-more {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .voucherpopup {
    display: none;
  }

  .voucherbutton {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .gettimely-popup-button-voucher {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .gettimely-popup-button-voucher-page {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-19 {
    background-position: 50%;
    height: 300px;
  }

  .buynowpopup {
    display: none;
  }

  .code-embed-2 {
    margin-top: 0;
  }

  .visit-our-store {
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .findoutmore {
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .grid-2 {
    grid-template-areas: "Area-2 Area"
                         "Area-2 Area";
  }

  .container {
    margin-top: -15px;
    padding-top: 9px;
    padding-right: 0;
  }

  .nav-link {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 4px;
    display: flex;
  }

  .nav-link:hover {
    background-color: #f1592a4d;
  }

  .nav-link.w--current {
    color: var(--orange-red);
    text-align: center;
    background-color: #fffefe80;
    text-decoration: none;
  }

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

  .text-block {
    align-items: flex-start;
  }

  .column-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image {
    flex: 1;
    align-self: auto;
    margin-left: 0;
  }

  .column-3 {
    justify-content: center;
    margin-top: 30px;
  }

  .column-4 {
    justify-content: center;
    padding-top: 29px;
    padding-right: 0;
    display: flex;
  }

  .column-5 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .columns-2 {
    display: block;
  }

  .column-6 {
    justify-content: center;
    margin-top: 10px;
    display: flex;
  }

  .navbar {
    justify-content: space-between;
    display: flex;
  }

  .button {
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }

  .hero-image._1 {
    width: 100%;
    height: 250px;
    margin-top: 0;
  }

  .mask {
    height: auto;
    min-height: 600px;
    margin-top: 106px;
  }

  .hero-text-box {
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    height: 400px;
    margin-right: 0%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide {
    float: none;
    clear: none;
  }

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

  .content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .left-arrow {
    margin-top: 728px;
  }

  .h1-white {
    margin-top: 0;
    font-size: 38px;
    line-height: 38px;
  }

  .h1-white.white {
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 0;
    padding-right: 56px;
    font-size: 24px;
    line-height: 42px;
    display: flex;
  }

  .hero-flex {
    clear: left;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .right-arrow {
    margin-top: 728px;
  }

  .brand {
    padding-left: 11px;
    padding-right: 11px;
  }

  .brand.w--current {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-text {
    text-align: center;
  }

  .logo-text._2 {
    padding-left: 0;
  }

  .text-block-3 {
    text-align: center;
    margin-top: 0;
    margin-left: 0;
  }

  .link-block {
    flex: none;
    justify-content: center;
    margin: 10px 3px 15px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .menu-button {
    text-align: center;
    flex: 1;
    margin-bottom: 0;
  }

  .menu-button.w--open {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .icon {
    margin-top: 0;
  }

  .body {
    min-height: auto;
    margin-top: 0;
  }

  .slider-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-3 {
    margin-top: 250px;
  }

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

  .hero-text-box-2 {
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    width: 60%;
    height: 250px;
    margin-top: 275px;
    margin-right: 112px;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .hero-section-2 {
    margin-top: 215px;
    padding-top: 0;
  }

  .slide-5 {
    height: 650px;
  }

  .hero-image-2._2 {
    align-self: auto;
    width: 100%;
    margin-top: -28px;
    padding-top: 0;
    right: auto;
  }

  .content-wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-2 {
    background-color: #0000;
    margin-right: 210px;
  }

  .h1-white-2.white {
    font-size: 24px;
    line-height: 28px;
  }

  .left-arrow-2 {
    background-color: #0000;
    margin-left: 210.5px;
  }

  .mask-4 {
    height: 600px;
  }

  .button-2 {
    flex: 0 auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }

  .image-2 {
    margin-top: 0;
  }

  .headline {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 32px;
    line-height: 38px;
  }

  .headline.other {
    padding-left: 55px;
    padding-right: 55px;
  }

  .paragraph {
    text-align: justify;
  }

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

  .paragraph.thank-you {
    text-align: center;
    font-size: 22px;
  }

  .paragraph.intro, .paragraph.wellness, .paragraph.intro-copy, .paragraph.about-copy {
    margin: 25px 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    background-color: #5550;
    background-image: url('../images/6-line-medium.png'), linear-gradient(#5553, #5553);
    background-position: 0 0, 0 0;
    background-size: 125px, auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .intro-box {
    background-color: var(--orange-red);
    flex-direction: column;
    display: flex;
  }

  .content-wrapper-3 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .columns-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .column-7, .column-8 {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-9, .column-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed {
    justify-content: center;
    width: 500px;
    margin-top: 20px;
  }

  .section-6 {
    height: 40px;
    margin-top: 0;
  }

  .intro {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .intro.about-us {
    margin-top: 280px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro.wellness {
    margin-top: 205px;
    margin-bottom: 20px;
    padding-top: 50px;
  }

  .slide-1 {
    background-image: none;
    height: 350px;
  }

  .mask-5, .main-slider {
    height: 350px;
    min-height: 0;
  }

  .banner {
    height: 350px;
    min-height: 350px;
    margin-top: 0;
    position: relative;
  }

  .link {
    color: var(--orange-red);
  }

  .bottom-footer-paragraph {
    float: none;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .bottom-footer-paragraph.right {
    float: none;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-menu-column {
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-social-col-right {
    text-align: left;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-row {
    align-self: stretch;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-logo-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  .section-8 {
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-4 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .text-block-5 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-6 {
    flex-direction: column;
    padding-top: 0;
    padding-left: 0;
    padding-right: 40px;
    font-size: 28px;
    line-height: 32px;
    display: flex;
    top: 0%;
    left: 42%;
  }

  .text-block-6.q5 {
    padding-left: 0;
    padding-right: 40px;
  }

  .section-10.instagram, .section-10.reviews {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    margin-top: 20px;
    margin-bottom: 0;
    display: block;
  }

  .image-13 {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .text-block-12 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .paragraph-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-5.team {
    padding-left: 0;
  }

  .paragraph-5.team.qualifications {
    text-align: center;
  }

  .paragraph-5.bullets, .paragraph-5.wellness {
    padding-left: 0;
  }

  .paragraph-5.wellness.qualifications {
    text-align: center;
  }

  .paragraph-5.contact {
    padding-left: 0;
  }

  .paragraph-5.contact.qualifications {
    text-align: center;
  }

  .signature {
    padding-left: 0;
  }

  .paragraph-6 {
    text-align: center;
    padding-left: 0;
  }

  .list {
    padding-left: 20px;
  }

  .columns-9 {
    height: 120px;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .columns-10 {
    display: block;
  }

  .image-18 {
    display: none;
  }

  .image-19 {
    display: block;
  }

  .button-4 {
    flex-flow: row;
    justify-content: center;
    margin-left: 60px;
    margin-right: 60px;
    display: flex;
  }

  .button-4.contact.what-we-do {
    display: flex;
  }

  .div-block-5 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-5.contact.what-we-do {
    display: flex;
  }

  .html-embed-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-41 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .div-block-8 {
    min-height: 270px;
  }

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

  .text-block-15 {
    margin-top: 10px;
  }

  .div-block-9, .div-block-10 {
    align-self: center;
  }

  .section-11.pricing {
    margin-top: 0;
    padding-top: 10px;
  }

  .section-12 {
    height: 140px;
    margin-top: 210px;
    position: static;
  }

  .text-block-16.promo-text {
    font-size: 15px;
  }

  .text-block-16.promo-headline {
    padding-left: 41px;
    padding-right: 41px;
    font-size: 22px;
  }

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

  .accordion-item-content {
    margin-right: 0;
  }

  .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26 {
    padding-bottom: 5px;
  }

  .meraki-def-text-2, .meraki-def-text-3 {
    margin-top: 10px;
  }

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

  .div-block-14 {
    margin-bottom: 10px;
  }

  .sliding-banner {
    z-index: 980;
    margin-top: 190px;
    position: relative;
  }

  .slider-6 {
    height: 400px;
  }

  .slide-13 {
    background-position: 20% 100%;
    background-size: auto;
  }

  .slide-13.wellness {
    background-position: 50% 100%;
  }

  .slide-13.vouchers {
    background-position: 0 100%;
    background-size: cover;
  }

  .slide-13.mskinbeauty {
    background-image: url('../images/Web-Cromr-MRoom-ProductPhotos-07_Tall.jpg');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .slide-13.mskin {
    background-position: 50%;
  }

  .new-header {
    inset: 0% 0% auto;
  }

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

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

  .welcome {
    height: auto;
    padding-bottom: 100px;
  }

  .paragraph-13 {
    line-height: 32px;
  }

  .link-block-4 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .wax-tint-tan {
    flex-flow: column;
    justify-content: center;
    height: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .wax-tint-tan.treatments {
    flex-flow: column;
  }

  .columns-11 {
    flex: 0 auto;
    display: block;
  }

  .column-49, .column-50 {
    margin-bottom: 20px;
  }

  .column-51 {
    margin-bottom: 0;
    padding-top: 0;
  }

  .div-block-15 {
    height: 550px;
    margin-bottom: 20px;
  }

  .link-block-5 {
    margin-left: 120px;
    margin-right: 120px;
  }

  .text-block-17 {
    font-size: 38px;
    line-height: 38px;
  }

  .paragraph-14 {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .lashlift-facials {
    flex-direction: row;
    justify-content: center;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-8-b {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .instagram-section {
    height: auto;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-9 {
    z-index: 1000;
  }

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

  .columns-14 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-34 {
    display: none;
  }

  .text-block-17-copy {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .to-serum-page-button {
    margin-left: 145px;
    margin-right: 145px;
  }

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

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

  .html-embed-5 {
    flex-direction: row;
    width: auto;
    margin-bottom: 0;
  }

  .html-embed-5.phone, .html-embed-5.phone2 {
    display: none;
  }

  .gettimelybutton {
    margin-left: 100px;
    margin-right: 100px;
  }

  .paragraph-15 {
    text-align: center;
    padding-left: 0;
  }

  .image-35 {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .headline-2 {
    font-size: 32px;
    line-height: 38px;
  }

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

  .to-serum-page-button-copy {
    margin-left: 145px;
    margin-right: 145px;
  }

  .div-block-14-copy {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-14-copy.socials {
    padding-left: 0;
  }

  .book-now-button, .book-now-button-copy {
    margin-left: 0;
    margin-right: 5px;
  }

  .buy-now-button {
    margin-left: 100px;
    margin-right: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .lashlift-facials-serum {
    flex-direction: row;
    justify-content: center;
    height: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .container-8-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-8 {
    margin-bottom: -77px;
  }

  .gettimely-popup-button {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .to-beauty-products-page {
    margin-left: 145px;
    margin-right: 145px;
  }

  .text-block-17-copy-2 {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .to-online-store-page {
    margin-left: 145px;
    margin-right: 145px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .to-online-store-page.option {
    padding-left: 50px;
    padding-right: 50px;
  }

  .to-online-store-page.email, .to-online-store-page.buy-now {
    margin-left: 100px;
    margin-right: 100px;
  }

  .gettimely-page-button {
    margin-left: 145px;
    margin-right: 145px;
  }

  .html-embed-9 {
    margin-bottom: -77px;
  }

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

  .icon-5 {
    color: var(--dim-grey);
  }

  .text-block-17-copy-2-copy {
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .image-34-copy {
    display: none;
  }

  .html-embed-9-copy {
    margin-bottom: 10px;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .meet-robyn {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .welness-find-out-more {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .voucherbutton {
    margin-left: 145px;
    margin-right: 145px;
  }

  .gettimely-popup-button-voucher {
    margin-bottom: 31px;
    margin-left: 145px;
    margin-right: 145px;
    padding-left: 0;
    padding-right: 0;
  }

  .gettimely-popup-button-voucher-page {
    margin-bottom: 31px;
    margin-left: 145px;
    margin-right: 145px;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .div-block-19 {
    height: 450px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .column-54 {
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .code-embed-2 {
    margin-top: 20px;
  }

  .visit-our-store {
    margin-left: 0;
    margin-right: 5px;
  }

  .findoutmore {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    text-align: center;
    margin-bottom: 3px;
  }

  .nav-link:hover {
    background-color: #0000;
    justify-content: space-around;
    display: flex;
  }

  .nav-link.w--current {
    font-weight: 600;
  }

  .nav-link.w--current:hover {
    background-color: #0000;
    justify-content: space-around;
    display: flex;
  }

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

  .text-block.cta {
    font-size: 18px;
  }

  .column {
    text-align: center;
    justify-content: center;
  }

  .image {
    margin-left: 0;
  }

  .column-3 {
    justify-content: center;
    margin-top: 20px;
  }

  .column-4 {
    justify-content: center;
    height: 100px;
    padding-left: 0;
  }

  .column-5 {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .columns-2 {
    display: block;
  }

  .column-6 {
    text-align: left;
    justify-content: center;
    display: flex;
  }

  .navbar {
    display: flex;
  }

  .button {
    justify-content: center;
  }

  .hero-image {
    width: 100%;
    right: 0;
  }

  .hero-image._1 {
    width: 100%;
    height: 250px;
  }

  .hero-image._3, .hero-image._2 {
    height: 250px;
  }

  .slide-nav {
    justify-content: center;
    padding-top: 15px;
    display: flex;
    overflow: visible;
  }

  .mask {
    text-align: left;
    height: auto;
    margin-top: 18px;
  }

  .hero-text-box {
    width: 100%;
    height: 250px;
    box-shadow: none;
    border-radius: 0;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 25px;
    position: relative;
  }

  .slide {
    height: auto;
  }

  .hero-section {
    justify-content: space-between;
    align-items: stretch;
    padding-top: 250px;
    display: block;
  }

  .bg-top {
    background-image: url('../images/SwirlyBGrnd.jpg');
    height: auto;
    min-height: auto;
    max-height: 7733px;
    margin-top: 0;
    position: absolute;
  }

  .content-wrapper {
    text-align: left;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    position: static;
  }

  .left-arrow {
    text-align: left;
    margin-top: 650px;
    display: none;
  }

  .h1-white {
    margin-top: 0;
    line-height: 38px;
  }

  .h1-white.white {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-flex {
    flex-direction: column;
    padding-right: 0;
  }

  .slider-2 {
    height: auto;
  }

  .right-arrow {
    margin-top: 650px;
    display: none;
  }

  .logo-text._2 {
    font-size: 18px;
  }

  .text-block-3 {
    margin-top: 0;
    font-size: 14px;
  }

  .heading {
    font-size: 28px;
  }

  .section-2 {
    display: none;
  }

  .body {
    background-color: #0000;
  }

  .slider-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .slider-5 {
    height: 600px;
  }

  .hero-text-box-2 {
    border-radius: 0;
    width: 100%;
    height: 300px;
    margin-top: 0;
    margin-right: 0%;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .hero-section-2 {
    height: 600px;
    margin-top: 235px;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 1px 1px 3px #000;
  }

  .hero-flex-2 {
    flex-direction: column;
    margin-top: -12px;
    padding-top: 40px;
  }

  .hero-image-2 {
    width: 100%;
    right: 0;
  }

  .hero-image-2._2 {
    width: 100%;
    height: 300px;
  }

  .content-wrapper-2 {
    margin-top: -24px;
    padding-left: 0;
    padding-right: 0;
  }

  .right-arrow-2 {
    background-color: #0000;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .left-arrow-2 {
    background-color: #0000;
    margin-left: 110px;
  }

  .mask-4 {
    height: 600px;
  }

  .button-2 {
    justify-content: center;
  }

  .headline {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    line-height: 36px;
  }

  .headline.welcome {
    margin-top: 70px;
  }

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

  .paragraph.intro {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .paragraph.help {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.intro {
    margin: 25px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.wellness {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.intro-copy, .paragraph.about-copy {
    margin: 25px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    background-color: #fff;
    margin-top: -177px;
    padding: 50px 20px;
  }

  .section-4.about-us {
    margin-top: -50px;
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .section-4.contact {
    margin-top: 0;
    padding-bottom: 20px;
  }

  .section-4.faqs {
    margin-top: 0;
  }

  .intro-box {
    width: auto;
    margin-bottom: 9%;
    margin-right: 0%;
  }

  .content-wrapper-3 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .title-link {
    text-align: center;
    font-size: 22px;
    line-height: 30px;
  }

  .intro-text-box {
    text-align: center;
  }

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

  .html-embed {
    justify-content: space-between;
    width: 300px;
    display: flex;
  }

  .section-6 {
    height: 43px;
    margin-top: -43px;
  }

  .intro {
    margin-top: 0;
    margin-bottom: 160px;
  }

  .intro.about-us {
    margin-top: 280px;
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .intro.wellness {
    margin-bottom: 20px;
    padding-top: 30px;
  }

  .slide-1 {
    background-image: none;
    height: 300px;
  }

  .mask-5, .main-slider {
    height: 250px;
    min-height: 0;
  }

  .banner {
    height: 250px;
    min-height: 0;
    padding-top: 0;
  }

  .link {
    color: var(--orange-red);
    font-style: normal;
    text-decoration: none;
  }

  .social-button:hover {
    background-color: #ee99c0;
  }

  .bottom-footer-paragraph {
    margin-top: 10px;
  }

  .bottom-footer-paragraph.right {
    float: none;
    clear: none;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .footer-menu-column {
    margin-top: 0;
    padding-bottom: 0;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-logo-column-left {
    margin-top: -20px;
    padding-bottom: 0;
  }

  .section-8 {
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .html-embed-2 {
    margin-bottom: 0;
  }

  .container-4 {
    flex-direction: row;
    justify-content: center;
    padding-left: 69px;
    padding-right: 69px;
  }

  .text-block-5 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
    top: 35%;
  }

  .text-block-6 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 20px;
    font-size: 18px;
    line-height: 24px;
    top: 0%;
    left: 40%;
  }

  .text-block-6.q5 {
    padding: 0 20px 30px 0;
    font-size: 14px;
    line-height: 20px;
    top: 0%;
  }

  .section-10.reviews {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    margin-bottom: 1px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-34 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5.team {
    padding-left: 0;
  }

  .paragraph-5.team.qualifications {
    line-height: 22px;
  }

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

  .paragraph-5.wellness {
    margin-right: 20px;
    padding-left: 0;
  }

  .paragraph-5.wellness.qualifications {
    line-height: 22px;
  }

  .paragraph-5.contact {
    text-align: center;
    padding-left: 0;
  }

  .paragraph-5.contact.qualifications {
    line-height: 22px;
  }

  .signature {
    text-align: center;
    margin-top: 15px;
  }

  .paragraph-6 {
    font-size: 28px;
  }

  .html-embed-3 {
    height: auto;
    margin-bottom: 0;
  }

  .list, .list-2, .list-3 {
    padding-left: 20px;
  }

  .slide-nav-3 {
    padding-top: 20px;
  }

  .left-arrow-3 {
    display: none;
  }

  .columns-9 {
    display: block;
  }

  .list-4 {
    padding-left: 13px;
    padding-right: 5px;
  }

  .image-18 {
    display: none;
  }

  .text-block-13 {
    padding-left: 57px;
    padding-right: 57px;
    line-height: 28px;
  }

  .image-19 {
    display: block;
  }

  .button-4 {
    margin-left: -1px;
    margin-right: -1px;
  }

  .text-block-15 {
    margin-top: 10px;
    font-size: 13px;
  }

  .icon-2, .icon-3 {
    display: none;
  }

  .bold-text-4 {
    display: block;
  }

  .section-12 {
    height: 0;
    min-height: 200px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-16.promo-text {
    font-size: 14px;
  }

  .text-block-16.promo-headline {
    margin-top: 10px;
    font-size: 18px;
    line-height: 22px;
    display: block;
  }

  .container-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-13 {
    position: static;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .accordion-heading {
    line-height: 24px;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .image-20, .image-21, .image-22, .image-23, .image-24, .image-25 {
    padding-bottom: 10px;
  }

  .image-26 {
    margin-left: 15px;
    padding-bottom: 10px;
  }

  .meraki-def-text-2 {
    margin-top: 10px;
    line-height: 28px;
  }

  .meraki-def-text-3 {
    text-align: center;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
    line-height: 20px;
  }

  .text-span {
    padding-left: 0;
  }

  .sliding-banner {
    z-index: 980;
    margin-top: 10px;
  }

  .slider-6 {
    height: 400px;
  }

  .slide-13 {
    background-position: 30% 0;
    background-size: cover;
  }

  .slide-13.wellness {
    background-position: 50% 0;
  }

  .slide-13.serum {
    background-size: auto;
  }

  .slide-13.vouchers {
    background-position: 0 70%;
    background-size: auto;
  }

  .slide-13.mskinbeauty {
    background-image: url('../images/Web-Cromr-MRoom-ProductPhotos-07_Tall.jpg');
    background-position: 52% 0;
    background-size: auto;
  }

  .slide-13.mskin {
    background-size: auto;
  }

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

  .welcome {
    height: auto;
    margin-top: 161px;
    padding-bottom: 75px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-13 {
    margin-bottom: 20px;
  }

  .wax-tint-tan {
    flex-flow: column;
    padding-bottom: 0;
  }

  .column-49 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .column-50 {
    margin-bottom: 0;
    padding-bottom: 50px;
  }

  .column-51 {
    height: 520px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .div-block-15 {
    height: 500px;
    margin-bottom: 0;
  }

  .link-block-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-17 {
    margin-bottom: 0;
    font-size: 32px;
  }

  .paragraph-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-8 {
    margin-top: -60px;
  }

  .lashlift-facials {
    height: auto;
  }

  .image-29, .image-30, .image-31, .image-32, .image-33 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .instagram-section {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .container-9 {
    z-index: 1000;
    background-image: none;
    margin-bottom: 1px;
  }

  .to-serum-page-button {
    margin: 0 29px 29px;
    display: none;
  }

  .html-embed-5 {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
  }

  .html-embed-5.desktop {
    display: none;
  }

  .gettimelybutton {
    margin-left: 30px;
    margin-right: 30px;
  }

  .paragraph-15 {
    font-size: 28px;
  }

  .headline-2 {
    text-align: center;
    padding: 0;
    font-family: Montserrat, sans-serif;
    font-size: 32px;
    line-height: 36px;
  }

  .bookingpopup {
    display: none;
  }

  .div-block-17 {
    width: 280px;
    height: 450px;
  }

  .html-embed-6, .nav-link-2-mod {
    display: none;
  }

  .nav-link-2-mod-copy {
    text-align: center;
    display: block;
  }

  .to-serum-page-button-copy {
    margin: 0 29px 29px;
    display: none;
  }

  .div-block-14-copy {
    margin-top: 15px;
  }

  .book-now-button {
    margin: 0 5px 10px 10px;
    display: block;
  }

  .book-now-button-copy {
    margin: 0 5px 0 10px;
    display: none;
  }

  .mask-6 {
    height: 600px;
  }

  .slide-nav-4 {
    margin-bottom: -200px;
  }

  .list-5 {
    padding-left: 20px;
  }

  .buy-now-button {
    margin: 0 0 29px;
    display: block;
  }

  .container-8-copy {
    margin-top: 0;
  }

  .gettimely-popup-button {
    margin: 0 29px 29px;
    display: none;
  }

  .to-beauty-products-page, .to-online-store-page {
    margin: 0 29px 29px;
    display: block;
  }

  .to-online-store-page.email, .to-online-store-page.buy-now {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gettimely-page-button {
    margin: 0 0 20px;
    padding-left: 50px;
    padding-right: 50px;
    display: block;
  }

  .left-arrow-4 {
    display: none;
  }

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

  .icon-5 {
    color: var(--dim-grey);
    background-color: #0000;
  }

  .container-11 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .column-53 {
    margin-bottom: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .meet-robyn {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .welness-find-out-more {
    margin: 0 29px 29px;
    display: none;
  }

  .voucherpopup {
    display: none;
  }

  .voucherbutton {
    margin: 0 29px 29px;
    display: block;
  }

  .gettimely-popup-button-voucher {
    margin: 0 29px 29px;
    display: none;
  }

  .html-embed-voucher {
    display: none;
  }

  .gettimely-popup-button-voucher-page {
    margin: 0 29px 29px;
    display: block;
  }

  .div-block-19 {
    height: 350px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .buynowpopup, .desktop2 {
    display: none;
  }

  .code-embed {
    margin-bottom: 50px;
  }

  .code-embed-2 {
    margin-top: 0;
  }

  .visit-our-store {
    margin: 0 5px 10px 10px;
    display: block;
  }

  .findoutmore {
    margin: 0 29px 29px;
    display: none;
  }
}


@font-face {
  font-family: 'Luna';
  src: url('../fonts/Luna.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}