:root {
  --white: white;
  --black: black;
}

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

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

.nav-menu {
  z-index: 0;
}

.content-wrapper {
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.navbar {
  background-color: #f2f2f2;
  border-top: 5px #fff;
  border-bottom: 2px #59514f;
  height: 78px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  color: #647078;
  height: 56px;
  padding: 40px 20px 10px;
  font-size: 14px;
  line-height: 14px;
}

.nav-link:hover {
  color: #647078;
  border-bottom: 3px solid #8a7ac2;
}

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

.brand {
  justify-content: center;
  align-items: center;
  height: 85px;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  height: 75px;
}

.subtitle-box-2 {
  display: block;
}

.hero-section {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/paisleysmallpurple2-copy.jpg');
  background-position: 0 0;
  background-size: auto;
  min-height: 750px;
  padding-top: 150px;
  overflow: hidden;
}

.h1 {
  color: #9e9e9e;
  text-align: center;
  font-family: Noto Serif JP, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.hero-girl {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.title-3 {
  color: #a6a3a1;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border: 1px solid #a6a3a1;
  border-radius: 45px;
  margin-bottom: 10px;
  padding: 9px 15px 7px;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
  text-decoration: none;
  display: inline-block;
}

.flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-flex {
  align-items: center;
  height: 100%;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
  position: relative;
}

._50-column {
  width: 50%;
  position: relative;
}

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

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

.top-border {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.top-border.medium {
  text-align: left;
  margin-top: 30px;
}

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

.top-border.custom-2 {
  height: 100%;
  margin-top: 85px;
}

.underline {
  background-color: #a6a3a1;
  width: 25%;
  max-width: 144px;
  height: 1px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.flex-space {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-space.mobile-center {
  height: 100%;
}

.inner-wrapper {
  flex-wrap: wrap;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.mini-arrow {
  color: #8a7ac2;
  font-size: 9px;
  line-height: 9px;
  display: inline-block;
}

.subtitle-box {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-circular {
  background-color: #8a7ac2;
  background-image: url('../images/waxicon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 41px;
  border-radius: 50%;
  width: 75px;
  height: 75px;
}

.icon-circular._2 {
  background-color: #0000;
  background-image: url('../images/list-svgrepo-com-1pr.svg');
  background-size: 41px;
  width: 55px;
  height: 55px;
}

.icon-circular._3 {
  background-color: #0000;
  background-image: url('../images/calendar-svgrepo-compr.svg');
  background-size: 36px;
  width: 55px;
  height: 55px;
}

.icon-circular._1 {
  background-color: #0000;
  background-image: url('../images/bodypr.svg');
  width: 55px;
  height: 55px;
}

.icon-circular._4 {
  background-color: #0000;
  background-image: url('../images/building-svgrepo-compr.svg');
  width: 55px;
  height: 55px;
}

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

.center-box.no-border {
  margin-bottom: 0;
}

.top-intro-box {
  background-color: #f2f2f2;
  border: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.about-section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.link-block {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.title {
  color: #605a8e;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
}

.intro-text-box {
  text-align: center;
  background-color: #0000;
  background-image: url('../images/paisleysmallpurple2-copy.jpg');
  background-position: 0 0;
  background-size: auto;
  padding: 15px 25px;
}

.link-block-2 {
  color: #a6a3a1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  display: inline-block;
}

.subtitule-2 {
  color: #a6a3a1;
  font-size: 17px;
  line-height: 25px;
  text-decoration: none;
}

.title-2 {
  color: #605a8e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 11px;
}

.underline-3 {
  background-color: #59514f;
  width: 25%;
  max-width: 144px;
  height: 1px;
  margin-top: 14px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph-2.medium {
  font-size: 15px;
  line-height: 23px;
}

.image-item-2 {
  background-image: url('../images/moalani.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 95%;
  max-width: 540px;
  height: 100%;
  min-height: 370px;
}

.left-text-box {
  height: 100%;
  padding-left: 20px;
}

.left-text-box.top {
  padding-top: 20px;
}

.feature-text-box {
  flex: 1;
  width: 78%;
  padding: 23px 20px 8px;
}

.mobile-bottom {
  margin-top: 20px;
}

._45-column {
  width: 45%;
}

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

.feature-icon-box {
  border-right: 1px solid #a6a3a1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 22%;
  min-width: 80px;
  max-width: 95px;
  min-height: 100px;
  display: flex;
}

.button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 125px;
  min-height: 38px;
  padding-top: 14px;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button:hover {
  background-color: #fff;
  border-width: 1px;
  box-shadow: 3px 3px 5px #0003;
}

.right-text-box {
  padding-right: 20px;
}

.feature-box {
  border: 1px solid #a6a3a1;
  border-radius: 5px 5px 25px;
  flex-wrap: wrap;
  width: 88%;
  max-width: 450px;
  margin-bottom: 22px;
  margin-right: 10px;
  display: flex;
}

.underline-4 {
  background-color: #a6a3a1;
  width: 33%;
  max-width: 175px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 25px;
  display: block;
}

._55-column {
  width: 55%;
}

.image-item {
  background-image: url('../images/001_AS2103-502_03_22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 95%;
  max-width: 490px;
  height: 100%;
  min-height: 615px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.welcome-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.expand {
  flex: 1;
}

.h5.white {
  color: #fff;
}

.button-2 {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 100%;
  min-width: 125px;
  min-height: 38px;
  padding-top: 14px;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-2:hover {
  background-color: #59514f;
}

.pricing-title-box {
  text-align: center;
  border-bottom: 1px solid #a6a3a1;
  padding: 55px 40px 20px;
  position: relative;
}

.pricing-icon {
  background-color: #fff;
  border: 1px solid #647078;
  border-bottom-color: #5d7a7c;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
}

.pricing-icon._3 {
  background-image: url('../images/body.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 33px;
}

.pricing-icon._2 {
  background-image: url('../images/building-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
}

.pricing-icon._1 {
  background-image: url('../images/calendar-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 39px;
}

.pricing-box {
  border: 1px solid #a6a3a1;
  border-radius: 5px 5px 20px;
  width: 30%;
  max-width: 330px;
  height: 100%;
}

.list-item {
  margin-bottom: 5px;
  display: flex;
}

.booking-flow-section {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.text-block-5 {
  color: #647078;
  text-align: center;
  font-size: 15px;
  font-style: italic;
}

.checkbox {
  width: 15px;
  margin-right: 12px;
}

.pricing-detail {
  border-bottom: 1px solid #a6a3a1;
  padding: 20px 20px 10px;
}

.pricing-button-box {
  padding: 20px 25px;
}

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

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

.display-none {
  display: none;
}

.testimonial-person-info {
  flex: 1;
  margin-top: 10px;
}

.testimonial-pic {
  background-color: #f7f8fa;
  border: 3px solid #b5d7d9;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.testimonial-pic._1 {
  background-color: #0000;
  background-image: url('../images/review1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #605a8e;
  width: 120px;
  height: 120px;
  margin-right: 0;
}

.testimonial-pic._2 {
  background-image: url('../images/review2.png');
  background-position: 0 0;
  background-size: cover;
  border-color: #605a8e;
  width: 120px;
  height: 120px;
  margin-right: 0;
}

.testimonial-pic._3 {
  background-image: url('../images/review3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #605a8e;
  width: 120px;
  height: 120px;
}

.slider-2 {
  background-color: #0000;
  border-bottom: 1px #000;
  height: auto;
  overflow: hidden;
}

.testimonial-name {
  color: #647078;
  text-align: center;
  margin-bottom: 3px;
  line-height: 20px;
}

.text-small {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.slide-nav-2 {
  margin-top: 25px;
  display: none;
  position: relative;
}

.mask {
  width: 100%;
  padding: 20px 3%;
}

.review-section {
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  position: relative;
  overflow: hidden;
}

.testimonial-header {
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.flex-testimonial {
  border: 1px solid #d8d8d8;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 22px 23px 40px;
  display: flex;
  position: relative;
}

.testimonial {
  background-color: #fff;
  border-radius: 5px 5px 25px;
  width: 31.3%;
  height: auto;
  margin-right: 2.5%;
}

.company {
  text-align: center;
  font-size: 11px;
  line-height: 16px;
}

.title-review {
  color: #605a8e;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 17px;
}

.contact-details-item {
  margin-bottom: 5px;
  display: flex;
}

.footer-notice-text {
  color: #8a7ac2;
  font-size: 12px;
}

._15-column {
  width: 100%;
}

.phone-number {
  color: #fff;
  margin-right: 9px;
  font-size: 14.5px;
  font-weight: 400;
  display: inline;
}

.footer-notice {
  border-top: 1px solid #8a7ac2;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.footer-link {
  color: #fff;
  margin-bottom: 12px;
  margin-right: 40px;
  font-size: 14.5px;
  text-decoration: none;
  display: block;
}

.footer-link.w--current {
  text-decoration: none;
}

.social-icon {
  border: 2px solid #647078;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  transition: background-color .2s;
}

.social-icon:hover {
  background-color: #647078;
}

.social-icon.facebook {
  background-color: #0000;
  background-image: url('../images/facebook-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-style: none;
  border-radius: 0%;
  transition-property: none;
}

.social-icon.facebook:hover {
  background-color: #0000;
  background-image: url('../images/facebook-logo.svg');
  background-size: 30px;
  border-radius: 0%;
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-style: none;
  border-radius: 0%;
  margin-left: 5px;
  transition-property: none;
  display: inline-block;
}

.social-icon.instagram:hover {
  background-color: #0000;
  background-image: url('../images/instagram.svg');
  background-position: 0 0;
  background-size: auto;
}

.social-icon.twitter {
  background-image: url('../images/line1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-style: none;
  border-radius: 0%;
  width: 30px;
  margin-left: 5px;
  transition-property: none;
}

.social-icon.twitter:hover {
  background-color: #0000;
  background-image: url('../images/line1.svg');
  background-size: 30px;
}

.logo-footer {
  margin-bottom: 20px;
}

.contact-details-block {
  border-right: 1px solid #8a7ac2;
  width: 33.33%;
  padding: 20px;
}

.contact-details-block._3 {
  border-right-style: none;
  padding-left: 45px;
}

.contact-details-block._2 {
  border-right-color: #8a7ac2;
  padding-left: 45px;
}

.social-icons {
  margin-top: 10px;
}

.footer-container-2 {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 35px;
  display: flex;
}

._18-column {
  width: 18%;
  padding-left: 20px;
  padding-right: 20px;
}

._18-column.mobile-border {
  text-align: center;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact-text {
  font-size: 19px;
}

.contact-text.regular {
  font-size: 15px;
}

.footer-container {
  border-top: 1px solid #8a7ac2;
  border-bottom: 1px solid #8a7ac2;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.footer {
  background-color: #262626;
  background-image: url('../images/paisleysmallblack.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  margin-top: auto;
  padding-top: 75px;
}

.mini-title-2 {
  color: #8a7ac2;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 6px;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.mini-link-block {
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
}

.phone {
  color: #8a7ac2;
  margin-right: 9px;
  font-weight: 700;
  display: inline;
}

.footer-menu {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.phone-number-bold {
  color: #8a7ac2;
}

.powered-by {
  color: #8a7ac2;
  border: 1px #000;
  font-size: 12px;
  text-decoration: none;
}

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

.shopping-section {
  padding-top: 80px;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-image {
  background-image: url('../images/0.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 6px solid #acd8d9;
  border-bottom-right-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-bottom: 17px;
  display: flex;
  position: relative;
}

.gallery-image._1 {
  background-image: url('../images/0.jpg');
  width: 300px;
  height: 300px;
  position: relative;
}

.heading, .heading-2 {
  font-family: Noto Serif JP, sans-serif;
  font-weight: 600;
}

.dropdown-list {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
  position: static;
}

.content-wrapper-copy {
  max-width: 1150px;
  height: 78px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.service-list {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.text-block-9 {
  color: #605a8e;
  justify-content: flex-end;
  font-weight: 400;
  display: block;
}

.text-block-10 {
  margin-bottom: 0;
  margin-left: 0;
  display: block;
}

.link-block-5 {
  text-decoration: none;
}

.div-block-5 {
  margin-top: 40px;
}

.border-line-box {
  border-bottom: 1px #5d7a7c;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-bottom: 20px;
}

.paragraph-6 {
  color: #a6a3a1;
}

.image-13 {
  max-height: 80%;
}

.access {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.button-2-copy {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #262626;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 200px;
  min-width: 125px;
  min-height: 38px;
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 14px;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
}

.button-2-copy:hover {
  background-color: #59514f;
}

.image-14 {
  width: 200px;
}

.link-3 {
  color: #383838;
  text-decoration: none;
}

.about {
  padding-top: 120px;
  padding-bottom: 40px;
  position: relative;
  overflow: visible;
}

.content-wrapper-wax {
  border-bottom: 1px #59514f;
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.flex-wax {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.image-13-copy {
  max-height: 80%;
}

.bottom-line-2-copy {
  border-bottom: 1px #59514f;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-laponi {
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

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

.wrapper-top-menu {
  max-width: 1150px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: visible;
}

.columns-2 {
  display: block;
  overflow: visible;
}

.top-title {
  color: #605a8e;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}

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

.image-15 {
  margin-left: auto;
  margin-right: auto;
}

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

.content-wrapper-top {
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.announcement-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.review-center-box {
  text-align: center;
  margin: 20px auto 0;
  display: block;
}

.link-block-6 {
  text-decoration: none;
}

.link-block-footer {
  color: #8a7ac2;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
  line-height: 11px;
  display: inline-block;
}

.sticky-footer {
  z-index: 200;
  background-color: #b0a1c2;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-column-1 {
  border: 1px solid #7d5ea3;
  padding-left: 0;
  padding-right: 0;
}

.footer-column2 {
  border: 1px solid #7d5ea3;
}

.container {
  text-align: center;
  margin-top: 10px;
  text-decoration: none;
  display: block;
}

.sticky-footer-text {
  color: #232323;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 400;
}

.image-16 {
  width: 30px;
  height: 30px;
}

.column-2 {
  border: 1px solid #7d5ea3;
}

.agreement-section {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.button-download {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #303030;
  background-image: url('../images/paisleysmallblack.jpg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  min-width: 125px;
  min-height: 38px;
  margin-top: 20px;
  padding-top: 14px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .2s;
  display: block;
}

.button-download:hover {
  background-color: #fff;
  border-width: 1px;
  box-shadow: 3px 1px 5px #0003;
}

.instagram {
  display: block;
}

.center-box-insta {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: block;
}

.hero-girl-mobile {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.h1-mobile {
  color: #9e9e9e;
  text-align: center;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  display: none;
}

._50-column-mobile {
  width: 50%;
  position: relative;
}

.frame-mobile {
  border: 27px solid #ffffffe6;
  border-bottom-right-radius: 50px;
  width: 95%;
  max-width: 525px;
  min-height: 630px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.bottom-line-2-copy {
  border-bottom: 1px solid #59514f;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.price-categories {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
}

.text-block-14 {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.text-block-14.color {
  background-color: #f1f1f1;
  padding-left: 0;
}

.text-block-15 {
  text-align: center;
  padding: 10px 0;
}

.text-block-15.color {
  background-color: #f1f1f1;
}

.menu-price-list {
  background-color: #0000;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px #fff;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-16 {
  color: #fff;
  text-align: center;
  background-color: #ccc;
  border: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-16:hover {
  color: #030303;
  background-color: #0000;
  border-color: #000;
}

.link-block-9 {
  text-decoration: none;
}

.paragraph-9 {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.columns-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.menu-price {
  background-color: #0000;
  border-bottom: 1px solid #bebebe;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.see-price-button {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 300px;
  min-width: 250px;
  min-height: 38px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  font-size: 10.5px;
  font-weight: 500;
  transition: background-color .2s;
  display: block;
}

.see-price-button:hover {
  background-color: #fff;
  border-width: 1px;
  box-shadow: 3px 3px 5px #0003;
}

.menu-accordion {
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.dropdown-toggle-menu {
  height: 60px;
  display: flex;
}

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

.icon-circular-menu {
  background-color: #bebebe;
  background-image: url('../images/chat-svgrepo-com.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  display: block;
}

.icon-circular-menu._1c {
  background-size: 50px;
  width: 70px;
  height: 70px;
}

.icon-circular-menu._2c {
  background-image: url('../images/bodywhite.svg');
  background-size: 50px;
  width: 70px;
  height: 70px;
}

.icon-circular-menu._3c {
  background-image: url('../images/stars-svgrepo-com.svg');
  background-size: 45px;
  width: 70px;
  height: 70px;
}

.icon-circular-menu._4c {
  background-image: url('../images/aceite-esencial-2.svg');
  background-size: 45px;
  width: 70px;
  height: 70px;
}

.top-title-menu {
  color: #bebebe;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 11px;
}

.div-block-9 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.menu-detail {
  color: #bebebe;
  margin-top: 20px;
  font-size: 12px;
}

.questions {
  color: #605a8e;
  font-weight: 400;
}

.menu-title {
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-family: Noto Serif JP, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-19 {
  color: #605a8e;
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
}

.inner-wrapper-copy {
  flex-wrap: wrap;
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
}

.bottom-line-2-copy2 {
  background-color: #0000;
  background-image: linear-gradient(#000000bd, #000000bd);
  border-bottom: 1px solid #59514f;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block-10 {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.link-block-11, .link-block-12, .link-block-13 {
  text-decoration: none;
  display: block;
}

.heading-pdf {
  color: #fdfdfd;
  background-color: #0000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Noto Serif JP, sans-serif;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
}

.subtitule-2-pdf {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  font-size: 12px;
  line-height: 25px;
}

.content-wrapper-pdf {
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.bottom-line-copy {
  border-bottom: 1px solid #59514f;
  padding-bottom: 0;
}

.top-border-copy.medium-copy {
  text-align: left;
  flex-direction: row;
  margin-top: 30px;
}

.subtitle-box-copy {
  border: 1px solid #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: block;
}

.link-block-14, .link-block-15, .link-block-16, .link-block-17 {
  text-decoration: none;
  display: block;
}

.image-item-copy {
  background-image: url('../images/001_AS2103-502_03_22.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 25px;
  width: 95%;
  max-width: 490px;
  height: 100%;
  min-height: 615px;
  display: none;
}

.heading-8 {
  font-family: Noto Serif JP, sans-serif;
  font-weight: 600;
}

.content-wrapper-about {
  max-width: 1150px;
  padding-left: 25px;
  padding-right: 25px;
  display: block;
  position: relative;
}

.underline-4-copy {
  background-color: #a6a3a1;
  width: 33%;
  max-width: 175px;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 25px;
  display: block;
}

.subtitule-2-copy {
  color: #a6a3a1;
  font-size: 17px;
  line-height: 25px;
}

.top-border-copy.medium-copy {
  text-align: left;
  margin-top: 30px;
  display: none;
}

.center-box-copy {
  text-align: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-border-copy {
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.slide-1 {
  background-image: url('../images/IMG_0358.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-3 {
  height: 608px;
  display: block;
}

.slide-2 {
  background-image: url('../images/IMG_0306.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.slide-4 {
  background-image: url('../images/IMG_0351.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/IMG_0380.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/IMG_0321.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/IMG_0330.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.center-box-reviews {
  text-align: center;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.top-border-2-copy {
  margin-top: 20px;
}

.top-border-2-copy.medium {
  margin-top: 30px;
}

.center-box-copy-school-copy {
  text-align: center;
  margin: 40px auto 45px;
  display: block;
}

.embed-container {
  border-bottom: 1px solid #a6a3a1;
  margin-bottom: 0;
}

.embed-cover {
  z-index: 9999;
  background-color: #fff;
  border-bottom: 1px #a6a3a1;
  width: 100%;
  height: 6em;
  position: absolute;
  overflow: hidden;
}

._50-column-map {
  width: 50%;
  position: relative;
}

._50-column-map.center-flex {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.timeline {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #f2f2f2;
    height: 100vh;
    overflow: auto;
  }

  .menu-button {
    height: 87px;
    padding-top: 37px;
  }

  .menu-button.w--open {
    background-color: #d8d8d8;
    height: 85px;
  }

  .nav-link {
    width: 100%;
    height: 56px;
    padding-top: 20px;
  }

  .nav-link:hover {
    background-color: #a7d2d3;
    border-bottom-style: none;
  }

  .brand {
    float: left;
  }

  .subtitle-box {
    width: 64%;
  }

  .feature-box {
    width: 98%;
  }

  .subtitle-box-copy {
    width: 64%;
  }

  .embed-cover {
    height: 10em;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .subtitle-box-2 {
    width: 78%;
  }

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

  ._50-column {
    width: 100%;
  }

  ._50-column.flex-mobile {
    justify-content: flex-start;
  }

  .subtitle-box {
    width: 78%;
  }

  .left-text-box {
    padding-left: 0;
  }

  .feature-text-box {
    width: 100%;
  }

  .mobile-bottom {
    margin-bottom: 40px;
  }

  ._45-column.center-flex {
    width: 100%;
  }

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

  ._55-column {
    width: 100%;
  }

  .pricing-box {
    width: 47%;
    margin-bottom: 80px;
  }

  .pricing-box.no-border {
    margin-bottom: 0;
  }

  .testimonial {
    width: 46.8%;
    margin-left: 2%;
    margin-right: 2%;
  }

  .testimonial.mobile-last {
    margin-right: 4%;
  }

  ._15-column {
    width: 25%;
  }

  .contact-details-block {
    width: 50%;
  }

  .contact-details-block._3 {
    padding-left: 20px;
  }

  .contact-details-block._2 {
    border-right-style: none;
  }

  ._18-column {
    width: 25%;
  }

  .footer-container {
    padding-bottom: 10px;
  }

  ._50-column-mobile {
    width: 100%;
  }

  .frame-mobile {
    margin-top: 40px;
  }

  .subtitle-box-copy {
    width: 78%;
  }

  ._50-column-map, ._50-column-map.center-flex {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #f2f2f2;
  }

  .content-wrapper {
    background-color: #0000;
  }

  .menu-button {
    height: 47px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .navbar {
    height: 48px;
  }

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

  .brand {
    height: 45px;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand.w--current {
    height: 45px;
  }

  .subtitle-box-2 {
    width: 100%;
  }

  .hero-section {
    min-height: 250px;
    padding-top: 40px;
  }

  .h1 {
    font-size: 18px;
    display: none;
  }

  .hero-girl {
    max-width: 325px;
    display: none;
    inset: auto 0% 0% auto;
  }

  .title-3 {
    margin-bottom: 0;
  }

  .flex._2 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }

  ._50-column {
    display: block;
  }

  .top-border.medium {
    margin-top: 20px;
    display: none;
  }

  .flex-space.mobile-center {
    flex-direction: row;
    justify-content: center;
  }

  .inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .subtitle-box {
    width: 100%;
  }

  .icon-circular {
    background-color: #d3c7e9;
  }

  .icon-circular._2 {
    background-color: #0000;
    background-size: contain;
    border-radius: 0%;
    width: 35px;
    height: 35px;
  }

  .icon-circular._3, .icon-circular._1, .icon-circular._4 {
    background-size: contain;
    border-radius: 0%;
    width: 35px;
    height: 35px;
  }

  .center-box {
    margin-bottom: 20px;
    padding-top: 20px;
  }

  .center-box.no-border {
    padding-top: 0;
  }

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

  .link-block {
    text-decoration: none;
  }

  .intro-text-box {
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

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

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

  .image-item-2 {
    display: none;
  }

  .mobile-bottom {
    text-align: center;
    margin-bottom: 10px;
  }

  .feature-icon-box {
    flex: 0 auto;
  }

  .button {
    margin-bottom: 40px;
  }

  .right-text-box.mobile-no-border {
    padding-right: 0;
  }

  .image-item {
    display: none;
  }

  .button-2:hover {
    background-color: #f0f0f0;
  }

  .pricing-box {
    width: 100%;
  }

  .mask {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .testimonial {
    width: 98%;
  }

  .contact-details-item {
    justify-content: center;
  }

  ._15-column {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-link {
    margin-right: 0;
  }

  .social-icon.instagram {
    margin-top: 0;
  }

  .contact-details-block {
    text-align: center;
    border-right-style: none;
    width: 100%;
  }

  .contact-details-block._3 {
    padding-bottom: 0;
  }

  .contact-details-block._2 {
    border-top: 1px solid #8a7ac2;
    border-bottom: 1px solid #8a7ac2;
    padding-left: 20px;
  }

  ._18-column {
    width: 50%;
  }

  ._18-column.mobile-border {
    width: 70%;
    margin-bottom: 20px;
  }

  .footer-container {
    padding-top: 0;
    padding-bottom: 20px;
  }

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

  .powered-by {
    text-decoration: underline;
  }

  .shopping-section {
    padding-top: 10px;
  }

  .heading, .heading-2 {
    margin-top: 10px;
    font-size: 24px;
  }

  .content-wrapper-copy {
    background-color: #f2f2f2;
    height: 48px;
  }

  .service-list {
    padding-top: 80px;
  }

  .image-13 {
    max-height: 100%;
  }

  .access {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .button-2-copy {
    width: 100%;
  }

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

  .about {
    margin-bottom: 40px;
    padding-top: 60px;
  }

  .content-wrapper-wax {
    background-color: #0000;
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .image-13-copy {
    max-height: 100%;
    margin-bottom: 20px;
  }

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

  .heading-5 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .image-15 {
    max-width: 80%;
    display: none;
  }

  .content-wrapper-top {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container {
    margin-top: 10px;
  }

  .sticky-footer-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 10px;
  }

  .image-16 {
    width: 20px;
    height: 20px;
  }

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

  .button-download {
    margin-top: 10px;
  }

  .instagram {
    margin-top: 0;
  }

  .center-box-insta {
    margin-bottom: 0;
  }

  .hero-girl-mobile {
    width: auto;
    max-width: none;
    height: 300px;
    min-height: 0;
    max-height: none;
    display: block;
    inset: auto 0% 0%;
  }

  .h1-mobile {
    margin-bottom: 20px;
    font-family: Noto Serif JP, sans-serif;
    font-size: 18px;
    font-weight: 600;
    display: block;
  }

  ._50-column-mobile {
    display: none;
  }

  .frame-mobile {
    border-width: 17px;
    min-height: 220px;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .bottom-line-2-copy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .price-categories {
    padding-left: 0;
    font-size: 14px;
  }

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

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

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

  .see-price-button {
    width: auto;
    margin-bottom: 40px;
  }

  .icon-circular-menu {
    background-color: #d3c7e9;
  }

  .icon-circular-menu._1c, .icon-circular-menu._2c, .icon-circular-menu._3c, .icon-circular-menu._4c {
    background-color: #bebebe;
    background-size: 50px;
    width: 70px;
    height: 70px;
  }

  .top-title-menu {
    font-size: 12px;
  }

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

  .menu-detail {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
  }

  .menu-title {
    padding-left: 0;
    font-size: 14px;
  }

  .inner-wrapper-copy {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-line-2-copy2 {
    border-bottom-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .subtitule-2-pdf {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    line-height: 16px;
  }

  .content-wrapper-pdf {
    background-color: #0000;
    padding-left: 0;
    padding-right: 0;
  }

  .bottom-line-copy {
    margin-bottom: 20px;
  }

  .top-border-copy.medium-copy {
    flex-direction: column;
  }

  .subtitle-box-copy {
    width: 100%;
  }

  .image-item-copy {
    background-image: url('../images/moalaninewlogosmall.jpg');
    background-position: 50%;
    background-size: contain;
    width: auto;
    max-width: none;
    height: 200px;
    min-height: auto;
    max-height: 200px;
    display: block;
  }

  .link-block-18 {
    display: block;
  }

  .content-wrapper-about {
    background-color: #0000;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .underline-4-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
  }

  .subtitule-2-copy {
    font-size: 14px;
  }

  .top-border-copy.medium-copy {
    text-align: center;
    margin-top: 20px;
    display: block;
  }

  .center-box-copy {
    margin-bottom: 10px;
    padding-top: 0;
  }

  .slide-1 {
    background-size: cover;
  }

  .slider-3 {
    height: 200px;
  }

  .icon {
    margin-left: 0;
  }

  .icon-2 {
    margin-right: 0;
  }

  .center-box-reviews {
    margin-bottom: 20px;
    padding-top: 0;
  }

  .center-box-copy-school-copy {
    border-bottom: 1px solid #59514f;
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
  }

  .image-18 {
    max-width: 80%;
  }

  .embed-cover {
    height: 10em;
  }

  ._50-column-map {
    display: block;
  }

  ._50-column-map.center-flex {
    width: 100%;
  }
}

#w-node-_519f8274-ca1d-88d2-4eef-f67b782d1d62-cd1ea5a2, #w-node-a981677b-1e99-d404-6b20-39ffe2272807-cd1ea5a2, #w-node-_1f972fbe-b580-49c2-6382-3c68fc2a04a7-cd1ea5a2, #w-node-_1f972fbe-b580-49c2-6382-3c68fc2a04ad-cd1ea5a2, #w-node-_99b696a3-ccf1-6f9f-e70d-d14977b02794-cd1ea5a2, #w-node-_99b696a3-ccf1-6f9f-e70d-d14977b0279a-cd1ea5a2, #w-node-b1c10c77-7e1e-c5c7-b5b1-6bb59f3029fa-cd1ea5a2, #w-node-b1c10c77-7e1e-c5c7-b5b1-6bb59f302a00-cd1ea5a2, #w-node-a569a9c2-9bf0-8950-5dc2-4b14ee231c07-cd1ea5a2, #w-node-a569a9c2-9bf0-8950-5dc2-4b14ee231c13-cd1ea5a2, #w-node-_1e4d78f3-e47e-66cb-ab1b-88c46f7fd17d-cd1ea5a2, #w-node-_1e4d78f3-e47e-66cb-ab1b-88c46f7fd183-cd1ea5a2, #w-node-_9077b4cb-f4ef-dba8-4626-65ebcc8be260-cd1ea5a2, #w-node-_9077b4cb-f4ef-dba8-4626-65ebcc8be266-cd1ea5a2, #w-node-_88409c2c-0f1c-c3a6-8a55-272614b69ece-cd1ea5a2, #w-node-_88409c2c-0f1c-c3a6-8a55-272614b69ed4-cd1ea5a2, #w-node-_353b9b06-fb7a-9e9e-aa60-1c6b736a1dd4-cd1ea5a2, #w-node-_353b9b06-fb7a-9e9e-aa60-1c6b736a1dda-cd1ea5a2, #w-node-_611af494-0730-282f-6af3-7c0abe4c0ca3-cd1ea5a2, #w-node-_611af494-0730-282f-6af3-7c0abe4c0ca9-cd1ea5a2 {
  justify-self: end;
}


