body {
  font-family: Roboto, sans-serif;
  color: #647078;
  font-size: 16px;
  line-height: 24px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 31px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: -1px;
}

h2 {
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  letter-spacing: -1px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: -1px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 19px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: -1px;
}

h5 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -1px;
}

p {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #647078;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #647078;
  cursor: pointer;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #b4d7d9;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
  text-align: right;
}

.button {
  min-height: 38px;
  min-width: 125px;
  padding-top: 14px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #b4d7d9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

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

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

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

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

.top-border.custom-3 {
  margin-top: 10px;
}

.top-border._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.top-border.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.style-box {
  margin-bottom: 60px;
}

.bottom-border {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.bottom-border.small {
  width: 100%;
  margin-bottom: 10px;
}

.bottom-border.large {
  margin-bottom: 50px;
}

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

.content-section.inner-pages {
  padding-top: 40px;
}

.title {
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #5d7a7c;
  font-size: 17px;
  line-height: 17px;
  letter-spacing: 0px;
}

.title.white {
  color: #fff;
}

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

.content-wrapper._100 {
  height: 100%;
}

.inner-hero-text {
  margin-bottom: 90px;
}

.inner-hero {
  overflow: hidden;
  width: 100%;
  padding-top: 160px;
  background-color: #acd8d9;
}

.scroll-down {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  width: 32.6px;
  height: 30px;
  margin-right: 20px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #8bb9bb;
  background-image: url('../images/angulo-de-flecha-hacia-abajo.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.scroll-down:hover {
  background-color: #88b4b6;
}

.body {
  color: #647078;
}

.title-2 {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  color: #5d7a7c;
  font-size: 11px;
  line-height: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

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

.text-link:hover {
  text-decoration: underline;
}

.text-link.mini {
  font-size: 14px;
}

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

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

.center-box.less-border {
  margin-bottom: 20px;
}

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

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

.subtitule.white {
  color: #fff;
}

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

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

.underline.white {
  background-color: #fff;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-space.mobile-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-box-2 {
  width: 30%;
  max-width: 310px;
  margin-bottom: 40px;
}

.feature-box-2._3 {
  margin-bottom: 0px;
}

.feature-box-2._4 {
  margin-bottom: 0px;
}

.feature-box-2._5 {
  margin-bottom: 0px;
}

.top-intro-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #5d7a7c;
}

.top-intro-box.no-line {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

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

.icon-circular._2 {
  background-image: url('../images/spa-2.svg');
  background-size: 41px;
}

.icon-circular._3 {
  background-image: url('../images/olor-1.svg');
  background-size: 36px;
}

.icon-circular._4 {
  background-image: url('../images/zapatillas-1.svg');
  background-size: 36px;
}

.icon-circular._5 {
  background-image: url('../images/piedras-1.svg');
  background-size: 36px;
}

.icon-circular._6 {
  background-image: url('../images/cera-2.svg');
  background-size: 35px;
}

.intro-text-box {
  padding: 25px 25px 15px;
  text-align: center;
}

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

.link-block-2 {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #647078;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

._50-column.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-column.flex-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._50-column._2 {
  width: 70%;
}

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

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

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

.underline-2.less-border {
  margin-top: 5px;
  margin-bottom: 15px;
}

.feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  max-width: 450px;
  margin-bottom: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #5d7a7c;
  border-radius: 5px 5px 25px;
}

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

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

.image-item {
  width: 95%;
  height: 100%;
  max-width: 490px;
  min-height: 615px;
  border-bottom-right-radius: 25px;
  background-image: url('../images/beautiful-young-woman-holding-cucumber-slice_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bottom-line {
  padding-bottom: 40px;
  border-bottom: 1px solid #5d7a7c;
}

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

._55-column {
  width: 55%;
}

._45-column {
  width: 45%;
}

._45-column.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.bottom-line-2 {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #5d7a7c;
}

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

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

.service-item {
  overflow: hidden;
  width: 30%;
  max-width: 310px;
  margin-right: 1.5%;
  margin-bottom: 45px;
  margin-left: 1.5%;
  border-bottom-right-radius: 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.service-item:hover {
  box-shadow: 16px 16px 35px -7px rgba(93, 122, 124, 0.45);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.service-image {
  display: block;
  width: 100%;
  height: 295px;
  background-image: url('../images/spa-bg-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image.oil {
  background-image: url('../images/new4.jpg');
}

.service-image.spa {
  background-image: url('../images/adult-beautiful-beauty-269110.jpg');
}

.service-image.facial {
  background-image: url('../images/massage-1929064.jpg');
}

.service-text-box {
  width: 100%;
  padding: 22px 22px 20px;
  background-color: #acd8d9;
  text-align: center;
  text-decoration: none;
}

.heading-link-box {
  color: #647078;
  text-decoration: none;
}

.content-section-2 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #acd8d9;
}

.line-box {
  margin-bottom: 20px;
  border-bottom: 1px solid #5d7a7c;
}

.tabs-menu {
  width: 45%;
  padding-top: 22px;
  padding-right: 42px;
  padding-bottom: 22px;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #5d7a7c;
}

.tabs-content {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 42px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #5d7a7c;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 26px 20px;
  background-color: transparent;
}

.tab-link:hover {
  background-color: #a2cfd0;
}

.tab-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 19px;
  padding-left: 22px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #8bb9bb;
  background-color: #a2cfd0;
}

.tab-link.no-border {
  margin-bottom: 0px;
}

.tab-icon-box {
  margin-right: 25px;
}

.expand {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expand.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tab-pane {
  height: 100%;
}

.lightbox-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 380px;
  margin-bottom: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 6px;
  border-color: #98b8ba #98b8ba #98b8ba #8bb9bb;
  border-bottom-right-radius: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lightbox-link._2 {
  background-image: url('../images/massage-1929064.jpg');
}

.lightbox-link._3 {
  background-image: url('../images/beautiful-bouquet-bridal-247295.jpg');
}

.lightbox-link._1 {
  background-image: url('../images/wellness-589770.jpg');
}

.play-button {
  width: 115px;
  height: 70px;
  background-color: rgba(89, 120, 122, 0.7);
  background-image: url('../images/flecha-reproducir.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease;
  transition: background-color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
}

.play-button:hover {
  background-color: rgba(104, 135, 137, 0.93);
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.padding-block {
  padding: 10px 20px 20px;
  background-color: #a2cfd0;
}

.empty-state {
  padding-left: 0px;
  background-color: transparent;
}

.team-member {
  overflow: hidden;
  width: 30%;
  max-width: 345px;
  margin-right: 1.5%;
  margin-bottom: 45px;
  margin-left: 1.5%;
  border-bottom-right-radius: 25px;
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.team-member:hover {
  box-shadow: 16px 16px 35px -7px rgba(93, 122, 124, 0.45);
  -webkit-transform: translate(0px, -5px);
  -ms-transform: translate(0px, -5px);
  transform: translate(0px, -5px);
}

.team-image-link {
  display: block;
  width: 100%;
  height: 290px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-text-box {
  padding: 25px 35px 20px;
  background-color: #acd8d9;
}

.center-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-title {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  color: #5d7a7c;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.mini-title.border {
  position: relative;
  bottom: -3px;
  margin-top: 6px;
}

.content-section-3 {
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  background-color: #acd8d9;
  background-image: url('../images/Dot_1Dot.jpg');
  background-position: 50% 0px;
  background-size: 55px;
  background-repeat: repeat-x;
}

.mini-feature-box {
  width: 26%;
  max-width: 110px;
  margin-right: 30px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  border-bottom-right-radius: 10px;
  text-decoration: none;
}

.mini-feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(93, 122, 124, 0.7);
}

.mini-feature-icon._1 {
  background-image: url('../images/zapatillas-1.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.mini-feature-icon._2 {
  background-image: url('../images/cama-1.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.mini-feature-icon._3 {
  background-image: url('../images/robe-1.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.mini-feature-text {
  padding: 12px 12px 5px;
  text-align: center;
}

.z-index {
  position: relative;
  z-index: 10;
}

.content-section-4 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(46, 65, 66, 0.85)), to(rgba(46, 65, 66, 0.85))), url('../images/massage-2350548.jpg');
  background-image: linear-gradient(180deg, rgba(46, 65, 66, 0.85), rgba(46, 65, 66, 0.85)), url('../images/massage-2350548.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat;
}

.h2.white {
  color: #fff;
}

.h2._404 {
  color: #fff;
  font-size: 32px;
  line-height: 40px;
}

.slider {
  height: 100%;
  background-color: transparent;
}

.package-bg {
  position: relative;
  width: 83%;
  max-width: 450px;
  padding: 50px 40px;
  border-bottom-right-radius: 25px;
  background-color: #acd8d9;
}

.frame-1 {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 6% 5% 2%;
  border: 1px solid #5d7a7c;
}

.frame-2 {
  position: absolute;
  left: 0px;
  top: -10px;
  right: 0px;
  bottom: -10px;
  z-index: 0;
  margin-right: 10px;
  margin-left: 10px;
  padding: 30px 15px;
  border: 1px solid #5d7a7c;
}

.frame-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.price {
  display: inline-block;
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 38px;
  line-height: 38px;
}

.price.small {
  font-size: 25px;
  line-height: 25px;
}

.dollar-sign {
  position: relative;
  top: -11px;
  display: inline-block;
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 20px;
  line-height: 20px;
}

.dollar-sign.small {
  top: -5px;
  font-size: 14px;
}

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

.text-block-5 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 15px;
  font-style: italic;
}

.intro-box {
  width: 30%;
  max-width: 310px;
  border: 1px solid #5d7a7c;
  border-radius: 5px 5px 25px;
}

.intro-text-box-2 {
  padding: 25px 25px 15px;
  text-align: center;
}

.list-box {
  margin-top: 20px;
  padding: 20px 10px 15px;
  border-top: 1px solid #5d7a7c;
  border-bottom: 1px solid #5d7a7c;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

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

.slide-nav {
  position: relative;
  display: block;
  margin-top: 30px;
}

.center-box-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

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

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

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

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

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

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

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

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

.button-2 {
  width: 100%;
  min-height: 38px;
  min-width: 125px;
  padding-top: 14px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #8bb9bb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

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

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

.answer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}

.faq-box {
  width: 50%;
  padding: 30px 30px 15px;
}

.faq-box._3 {
  border-right: 1px solid #5d7a7c;
  border-bottom: 1px solid #5d7a7c;
}

.faq-box._4 {
  border-bottom: 1px solid #5d7a7c;
}

.faq-box._2 {
  border-bottom: 1px solid #5d7a7c;
}

.faq-box._5 {
  border-right: 1px solid #5d7a7c;
}

.faq-box._1 {
  border-right: 1px solid #5d7a7c;
  border-bottom: 1px solid #5d7a7c;
}

.question-tag {
  display: inline;
  margin-right: 9px;
  color: #647078;
  font-size: 18px;
  font-weight: 500;
}

.question {
  display: inline;
  margin-right: 9px;
  color: #647078;
  font-size: 17px;
  font-weight: 500;
}

.question-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ansewer-tag {
  display: inline-block;
  margin-right: 9px;
  color: #9fcacd;
  font-size: 18px;
  font-weight: 500;
}

.testimonial-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.testimonial {
  width: 31.3%;
  height: auto;
  margin-right: 2.5%;
  border-radius: 5px 5px 25px;
  background-color: #fff;
  box-shadow: 15px 30px 37px -22px rgba(103, 117, 130, 0.3);
}

.testimonial.last {
  margin-right: 5%;
}

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

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

.company {
  font-size: 13px;
  line-height: 16px;
}

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

.slider-2 {
  overflow: hidden;
  height: auto;
  background-color: transparent;
}

.flex-testimonial {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 23px 38px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

.testimonial-pic._6 {
  background-image: url('../images/Pic-6_1Pic-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-pic._5 {
  background-image: url('../images/Pic-5_1Pic-5.jpg');
  background-position: 50% 50%;
  background-size: 52px;
  background-repeat: no-repeat;
}

.testimonial-pic._4 {
  background-image: url('../images/Pic-4_1Pic-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-pic._1 {
  background-image: url('../images/Pic-1_1Pic-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-pic._2 {
  background-image: url('../images/Pic-2_1Pic-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-pic._3 {
  background-image: url('../images/Pic-3_1Pic-3.jpg');
  background-position: 50% 50%;
  background-size: 52px;
  background-repeat: no-repeat;
}

.testimonial-person-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.display-none {
  display: none;
}

.star-rating {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 25px;
  background-color: #e0eeef;
}

.star {
  margin-right: 4.5px;
}

.rating-text {
  position: relative;
  top: 2px;
  font-size: 11px;
  line-height: 12px;
}

.div-block-2 {
  margin-right: 5px;
}

.gallery-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 230px;
  margin-bottom: 17px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 6px solid #acd8d9;
  border-bottom-right-radius: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.gallery-image._2 {
  background-image: url('../images/head-spa-1741846.jpg');
}

.gallery-image._3 {
  background-image: url('../images/massage-2717431.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.gallery-image._1 {
  position: relative;
  background-image: url('../images/photo-1493923216191-a9df49886a9f.jpeg');
}

.gallery-item {
  width: 31.3%;
}

.split-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-image {
  width: 50%;
  min-height: 620px;
  background-image: url('../images/charisse-kenion-513755-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-image._2 {
  background-image: url('../images/thomas-hafeneth-251850-copia.jpg');
}

.split-image._3 {
  background-image: url('../images/toa-heftiba-578099-unsplash.jpg');
}

.split-image._4 {
  background-image: url('../images/thomas-hafeneth-244903-unsplash-1.jpg');
}

.split-image._5 {
  background-image: url('../images/sharon-mccutcheon-519786-unsplash.jpg');
}

.split-text {
  width: 50%;
  padding: 100px 55px;
  background-color: #acd8d9;
}

.split-text-box {
  max-width: 468px;
  background-image: url('../images/Logo-big.png');
  background-position: 100% 50%;
  background-size: 251px;
  background-repeat: no-repeat;
}

.split-text-box._2 {
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.signature {
  margin-bottom: 15px;
}

.collection-item {
  width: 49%;
}

.collection-item.bottom-border {
  margin-bottom: 45px;
}

.preview-image {
  width: 100%;
  min-height: 335px;
  margin-bottom: 5px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.preview-image:hover {
  opacity: 0.9;
}

.preview-image.small {
  position: relative;
  overflow: hidden;
  width: 36%;
  min-height: 92px;
}

.preview-image.blog {
  min-height: 415px;
}

.preview-image.medium {
  width: 42%;
  min-height: 172px;
}

.preview-image.mini {
  width: 32%;
  max-width: 135px;
  min-height: 80px;
  margin-right: 20px;
}

.post-title-link {
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

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

.text-inline-block.right-border {
  margin-right: 3px;
}

.text-inline-block.both-borders {
  margin-right: 3px;
  margin-left: 3px;
}

.text-inline-block.right-border-2 {
  margin-right: 10px;
}

.link-mini {
  color: #647078;
  text-decoration: none;
}

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

.right-text-box.large {
  padding-right: 11%;
}

.right-text-box.large.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-text-box.large.center._2 {
  padding-right: 0%;
}

.footer {
  width: 100%;
  padding-top: 75px;
  background-color: #acd8d9;
}

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

.contact-details-block._2 {
  padding-left: 45px;
}

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

.phone {
  display: inline;
  margin-right: 9px;
  color: #647078;
  font-weight: 500;
}

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

.contact-details-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}

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

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

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

.social-icon.facebook {
  background-image: url('../images/facebook-logo_1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon.facebook:hover {
  background-color: #5d7a7c;
  background-image: url('../images/facebook-logo.svg');
  background-size: 13px;
}

.social-icon.twitter {
  background-image: url('../images/simbolo-de-twitter-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon.twitter:hover {
  background-image: url('../images/simbolo-de-twitter_1.svg');
  background-size: 13px;
}

.social-icon.instagram {
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon.instagram:hover {
  background-image: url('../images/instagram-2.svg');
  background-size: 13px;
}

.social-icon.twitter-2 {
  background-image: url('../images/simbolo-de-twitter-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon.twitter-2:hover {
  background-image: url('../images/simbolo-de-twitter.svg');
  background-size: 13px;
}

.social-icon.instagram-2 {
  background-image: url('../images/instagram.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon.instagram-2:hover {
  background-image: url('../images/instagram-2_1.svg');
  background-size: 13px;
}

.social-icon.facebook-2 {
  background-image: url('../images/facebook-logo-1.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
}

.social-icon.facebook-2:hover {
  background-image: url('../images/facebook-logo_1facebook-logo.png');
  background-size: 13px;
}

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

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 92px;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #8bb9bb;
  background-color: #acd8d9;
}

.nav-link {
  height: 86px;
  padding-top: 44px;
  padding-right: 20px;
  padding-left: 20px;
  color: #647078;
  font-size: 14px;
  line-height: 14px;
}

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

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

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

.top-mini-menu {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  width: auto;
  margin-right: 25px;
  padding: 6px 10px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
  color: #5d7a7c;
}

.text-block-6 {
  font-size: 11px;
  line-height: 11px;
}

.mini-top-link {
  color: #647078;
  text-decoration: none;
}

.divider {
  margin-right: 2px;
  margin-left: 2px;
  color: #647078;
}

.dropdown-arrow {
  margin-top: 46px;
  color: #647078;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-toggle {
  height: 85px;
  margin-top: -1px;
  padding-top: 44px;
  color: #647078;
  font-size: 14px;
  line-height: 14px;
}

.dropdown-toggle.w--open {
  height: 86px;
}

.hero-section {
  overflow: hidden;
  min-height: 750px;
  padding-top: 150px;
  background-color: #acd8d9;
}

.hero-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  padding-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-down-arrow {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 65px;
  margin-top: 32px;
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 0px 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.frame {
  position: relative;
  display: block;
  width: 95%;
  max-width: 525px;
  min-height: 630px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-style: solid;
  border-width: 27px;
  border-color: hsla(0, 0%, 100%, 0.9);
  border-bottom-right-radius: 50px;
}

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

.dropdown-link {
  padding: 14px 24px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #8bb9bb;
  background-color: #acd8d9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #647078;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #a7d2d3;
}

.dropdown-link.w--current {
  background-color: #a7d2d3;
  color: #647078;
}

.service-intro-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding: 35px 3%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #647078;
  border-bottom: 1px solid #647078;
}

._53-column {
  width: 53%;
}

._47-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._47-column.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-image-2 {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 365px;
  border-bottom-right-radius: 25px;
  background-image: url('../images/spa-bg-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.service-image-2.link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.service-image-2.link:hover {
  opacity: 0.9;
}

.service-image-2.facial {
  background-image: url('../images/massage-1929064.jpg');
}

.service-image-2.spa {
  background-image: url('../images/adult-beautiful-beauty-269110.jpg');
}

.service-image-2.oils {
  background-image: url('../images/wellness-589770.jpg');
}

.service-image-2.additional {
  background-image: url('../images/cupping.jpg');
}

.breadcrum-arrow {
  display: inline-block;
  margin-right: 2px;
  color: #8bb9bb;
  font-size: 7px;
  font-weight: 700;
}

.breadcrumb-link {
  display: inline-block;
  color: #647078;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.breadcrumb-link:hover {
  text-decoration: underline;
}

.breadcrumb-box {
  padding-right: 32.5px;
  padding-bottom: 30px;
  padding-left: 32.5px;
}

.breadcrumb-text {
  display: inline-block;
  color: #647078;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.breadcrumb-text:hover {
  text-decoration: underline;
}

.dropdown-list {
  margin-top: -1px;
}

.dropdown-list.w--open {
  margin-top: 1px;
  border-bottom: 1px solid #8bb9bb;
}

.service-pricing-title {
  padding-right: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  border-bottom: 1px solid #5d7a7c;
}

.service-description-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 26px 16px 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #5d7a7c;
}

._26-column {
  width: 26%;
}

._49-column-2 {
  width: 49%;
}

._25-column {
  width: 25%;
  text-align: right;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #6d989b;
  border-bottom: 1px solid #6d989b;
}

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

._15-column {
  width: 15%;
}

._15-column._1 {
  width: 100%;
  margin-bottom: 30px;
}

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

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

.footer-link._1 {
  margin-right: 20px;
}

._37-column {
  width: 37%;
}

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

.small-link {
  color: #647078;
  font-size: 14px;
  text-decoration: none;
}

.small-link:hover {
  text-decoration: underline;
}

.flex-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #6d989b;
}

._3-text-field {
  display: inline-block;
  width: 47%;
  height: 42px;
  margin-bottom: 15px;
  padding-top: 4px;
  padding-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #647078 #647078 #5d7a7c;
  line-height: 16px;
}

._3-text-field::-webkit-input-placeholder {
  color: #647078;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field:-ms-input-placeholder {
  color: #647078;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field::-ms-input-placeholder {
  color: #647078;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field::placeholder {
  color: #647078;
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}

._3-text-field.border {
  margin-right: 3%;
}

.side-column-item {
  margin-bottom: 40px;
}

.side-column-item.no-border {
  margin-bottom: 0px;
}

.right-column {
  width: 34%;
  padding-top: 18px;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
}

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

._3-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 395px;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 5px;
}

._3-success-message {
  background-color: transparent;
}

.title-box {
  margin-bottom: 25px;
  border-bottom: 1px solid #5d7a7c;
}

.title-box.medium {
  margin-bottom: 20px;
}

.title-box.large {
  margin-bottom: 25px;
}

.left-column {
  width: 62%;
}

.empty-state-2 {
  background-color: transparent;
}

.latest-news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 13px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-space-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.submit-button {
  width: 100%;
  min-height: 42px;
  min-width: 125px;
  padding-top: 14px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #b4d7d9;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #a0cacc;
}

.right-text-preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.side-menu-link {
  display: inline-block;
  margin-bottom: 15px;
  color: #647078;
  text-decoration: none;
}

.side-menu-link:hover {
  text-decoration: underline;
}

.side-menu-link.small {
  margin-bottom: 5px;
}

.post-title {
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 19px;
  line-height: 27px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.post-title.small {
  font-size: 15px;
  line-height: 21px;
}

.post-title.medium {
  font-size: 17px;
  line-height: 25px;
}

.flex-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-pic {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.author-pic.small {
  width: 30px;
  height: 30px;
}

.text-block {
  display: inline-block;
  margin-right: 3px;
}

.text-block.white {
  color: #fff;
}

.inline-block-link {
  margin-right: 3px;
  color: #647078;
  text-decoration: none;
}

.inline-block-link:hover {
  text-decoration: underline;
}

.footer-notice {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #6d989b;
}

.footer-container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-container-2._1 {
  margin-bottom: 0px;
}

.footer-notice-text {
  font-size: 12px;
}

.go-up {
  width: 32.6px;
  height: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #8bb9bb;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.go-up:hover {
  background-color: #88b4b6;
}

.underline-3 {
  display: block;
  width: 33%;
  height: 1px;
  max-width: 175px;
  margin-top: 12px;
  margin-bottom: 15px;
  background-color: #5d7a7c;
}

.cta-box {
  width: 40%;
  padding: 37px 7%;
  border: 1px solid #5d7a7c;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  text-align: center;
}

.cta-box._2 {
  border-left-style: none;
  border-radius: 0px 5px 5px 0px;
}

.icon {
  display: block;
  width: 75px;
  height: 75px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #5d7a7c;
  border-radius: 50%;
}

.icon._2 {
  background-image: url('../images/sobre-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.icon._1 {
  background-image: url('../images/llamada-telefonica-1.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

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

.icon._4 {
  background-image: url('../images/olor.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.icon._5 {
  background-image: url('../images/tijeras.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.icon._1-white {
  background-image: url('../images/llamada-telefonica-2.svg');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.contact-box {
  margin-top: 15px;
  padding: 14px 15px;
  border-top: 1px solid #5d7a7c;
  border-bottom: 1px solid #5d7a7c;
}

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

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

.flex-center {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-hero-text {
  display: block;
  width: 65%;
  margin-right: auto;
  margin-bottom: 90px;
  margin-left: auto;
  text-align: center;
}

.underline-4 {
  display: block;
  width: 33%;
  height: 1px;
  max-width: 175px;
  margin: 12px auto 15px;
  background-color: #5d7a7c;
}

.final-dots {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
}

.tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #5d7a7c;
  border-bottom: 1px solid #5d7a7c;
}

.tag-link {
  display: inline-block;
  margin-right: 13px;
  text-decoration: none;
}

.tag-link:hover {
  text-decoration: underline;
}

.left-justified {
  margin-top: 25px;
  text-align: right;
}

.collection-list {
  border-bottom: 1px none #8bb9bb;
}

.hero-frame {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 60px;
  padding: 55px 20px 70px 45px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 27px;
  border-color: hsla(0, 0%, 100%, 0.9);
  border-bottom-right-radius: 50px;
}

.hero-girl-2 {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: block;
  margin-right: 12%;
}

.intro-box-2 {
  width: 33%;
  max-width: 310px;
}

.content-section-5 {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}

.item-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 3.3% 35px 3.2%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #5d7a7c;
}

.clients-logo {
  width: 25%;
  margin-right: 30px;
  margin-bottom: 25px;
  text-align: center;
}

.clients-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini-title-box {
  display: inline-block;
  width: auto;
  padding-right: 19px;
  padding-bottom: 3px;
  padding-left: 19px;
  border-bottom: 1px solid #5d7a7c;
}

.large-feature-box {
  width: 90%;
  max-width: 134px;
  margin-bottom: 30px;
  border: 1px solid #5d7a7c;
  border-bottom-right-radius: 10px;
  text-decoration: none;
}

.large-feature-box._2 {
  margin-right: 0px;
}

.large-feature-box._4 {
  margin-right: 0px;
  margin-bottom: 0px;
}

.large-feature-box._3 {
  margin-bottom: 0px;
}

.large-feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #5d7a7c;
}

.large-feature-icon._1 {
  background-image: url('../images/aceite-esencial.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.large-feature-icon._2 {
  background-image: url('../images/maquillar-1.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.large-feature-icon._3 {
  background-image: url('../images/face.svg');
  background-position: 50% 50%;
  background-size: 45px;
  background-repeat: no-repeat;
}

.large-feature-icon._4 {
  background-image: url('../images/flor.svg');
  background-position: 50% 50%;
  background-size: 44px;
  background-repeat: no-repeat;
}

.large-feature-text {
  padding: 17px 12px 10px;
  text-align: center;
}

.flex-center-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-text {
  position: absolute;
  left: -92px;
  bottom: 53px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #5d7a7c;
  font-size: 11px;
  line-height: 11px;
}

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

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 295px;
  height: 295px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #647078 #647078 #5d7a7c;
  border-radius: 50%;
  text-align: center;
}

.mini-title-box-2 {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  padding: 10px 19px 3px;
  border-top: 1px solid #5d7a7c;
  border-bottom: 1px solid #5d7a7c;
}

.box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 295px;
  height: 295px;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #5d7a7c;
  border-radius: 5px 5px 25px;
  text-align: center;
}

.align-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 60px;
  padding-left: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-end {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
}

.set {
  margin-bottom: 50px;
}

.back-top {
  padding-right: 9px;
  background-image: url('../images/Arrow-3_1Arrow-3.png');
  background-position: 100% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
  font-size: 10.5px;
  line-height: 10.5px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-decoration: none;
}

.faq-box-item {
  width: 100%;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #5d7a7c;
}

.flex-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.answer-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.move-right {
  margin-top: 25px;
  text-align: right;
}

._25-column-2 {
  width: 25%;
}

.question-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.about-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-top: 18px;
  padding-bottom: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.about-box:hover {
  opacity: 0.9;
}

.about-box._1 {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-box._2 {
  background-image: url('../images/spa-bg-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-box._3 {
  background-image: url('../images/spa-bg-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.about-text-box {
  padding: 22px 22px 20px;
  border-bottom-right-radius: 25px;
  background-color: #acd8d9;
  text-align: left;
}

.about-us-box {
  width: 31%;
  max-width: 325px;
  border-radius: 5px 5px 25px;
}

.bottom-line-3 {
  margin-bottom: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid #8bb9bb;
}

.image-item-3 {
  width: 92%;
  height: 100%;
  max-width: 445px;
  min-height: 560px;
  border-bottom-right-radius: 25px;
  background-image: url('../images/beautiful-young-woman-holding-cucumber-slice.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-left: 1px solid #5d7a7c;
}

.text-box {
  width: 56%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 20px;
}

.section-border {
  margin-bottom: 80px;
}

.quote-box {
  position: relative;
  display: block;
  width: 67%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  text-align: center;
}

.text-quote {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 22.5px;
  line-height: 37.5px;
}

.quote-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 70%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #5d7a7c;
}

.quote-line.top {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  background-color: #5d7a7c;
}

.content-section-6 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #a7d2d3;
}

.brand-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.6%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-box-2 {
  width: 56%;
  padding: 20px 40px;
}

.image-block {
  width: 75%;
  height: 243px;
  margin-right: 19%;
  margin-bottom: 40px;
  border-bottom-right-radius: 25px;
  background-image: url('../images/relaxation.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-block._2 {
  margin-right: 10%;
  margin-bottom: 0px;
  background-image: url('../images/young-woman-applying-cream-on-her-belly.jpg');
}

.image-box-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44%;
  padding: 40px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-right: 1px solid #5d7a7c;
}

.owner-pic {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border: 3px solid #acd8d9;
  border-radius: 50%;
}

.align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-link-2 {
  bottom: -2px;
  height: 50.5px;
  margin-right: 17px;
  padding-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #5d7a7c;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #acd8d9;
}

.tab-link-2.w--current {
  bottom: -2px;
  z-index: 10;
  height: 50.5px;
  border-bottom: 2px solid #acd8d9;
  background-color: #acd8d9;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.left-border {
  margin-right: 16px;
}

.tabs-menu-2 {
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px none #000;
}

.tabs-content-2 {
  border: 1px solid #5d7a7c;
  border-radius: 3px;
}

.collection-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #5d7a7c;
}

._68-column {
  width: 68%;
  padding: 20px 20px 20px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #5d7a7c;
}

._32-column {
  width: 32%;
  padding-right: 30px;
}

.individual-service-link {
  width: 100%;
  height: 180px;
  border: 3px solid #8bb9bb;
  border-bottom-right-radius: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.individual-service-link:hover {
  opacity: 0.9;
}

.individual-title {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

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

.contact-text-2 {
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 18px;
  letter-spacing: -1px;
}

.tab-pane-padding {
  padding: 40px 30px 30px;
  background-color: #acd8d9;
}

.feature-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  max-width: 350px;
  margin-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feature-box-3._4 {
  margin-bottom: 0px;
}

.feature-box-3._5 {
  margin-bottom: 0px;
}

.feature-box-3._6 {
  margin-bottom: 0px;
}

.icon-circular-small {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #bfdfe1;
  background-image: url('../images/spa-1.svg');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.icon-circular-small._2 {
  background-image: url('../images/spa-2.svg');
  background-size: 28px;
}

.icon-circular-small._3 {
  background-image: url('../images/olor-1.svg');
  background-size: 26px;
}

.icon-circular-small._4 {
  background-image: url('../images/zapatillas-1.svg');
  background-size: 26px;
}

.icon-circular-small._5 {
  background-image: url('../images/piedras-1.svg');
  background-size: 25px;
}

.icon-circular-small._6 {
  background-image: url('../images/cera-2.svg');
  background-size: 25px;
}

.feature-text {
  padding-right: 25px;
  padding-bottom: 15px;
  padding-left: 25px;
  text-align: left;
}

.button-3 {
  min-height: 38px;
  min-width: 125px;
  padding-top: 14px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #8bb9bb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 10.5px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-3:hover {
  background-color: #86b3b7;
}

.bottom-line-4 {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5d7a7c;
}

.text-field {
  margin-bottom: 35px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #647078;
}

.text-field::-webkit-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.text-field:-ms-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.text-field::-ms-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.text-field::placeholder {
  color: #647078;
  font-size: 14px;
}

.select-field {
  margin-bottom: 35px;
}

.textarea {
  margin-bottom: 35px;
  padding-top: 15px;
  padding-bottom: 60px;
  border: 1px solid #5d7a7c;
}

.textarea::-webkit-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.textarea:-ms-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.textarea::-ms-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.textarea::placeholder {
  color: #647078;
  font-size: 14px;
}

.success-message {
  background-color: transparent;
}

.form-wrapper {
  display: block;
  width: 90%;
  max-width: 495px;
  padding: 30px 30px 20px;
  border: 1px solid #5d7a7c;
  border-bottom-right-radius: 25px;
}

.form-title-box {
  display: block;
  width: 90%;
  max-width: 495px;
  padding: 13px 30px 5px;
  border-top: 1px solid #5d7a7c;
  border-right: 1px solid #5d7a7c;
  border-left: 1px solid #5d7a7c;
}

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

.row-licensing {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #5d7a7c;
}

.row-licensing.first {
  padding-bottom: 10px;
}

.text-bold {
  font-weight: 700;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  height: 120px;
  margin-right: 15px;
  margin-left: 0px;
  padding-top: 63px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #647078;
  font-size: 14px;
  line-height: 14px;
}

.nav-link-2:hover {
  border-bottom: 4px solid #8bb9bb;
}

.nav-link-2.w--current {
  border-bottom: 3px solid #8bb9bb;
  color: #647078;
}

.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-top: 5px solid #8bb9bb;
  background-color: #fff;
}

.brand-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slider {
  min-height: 840px;
  padding-top: 120px;
}

.hero-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._1 {
  background-image: url('../images/spa-bg-2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slide._2 {
  background-image: url('../images/spa-bg-1.jpg');
  background-position: 50% 50%;
}

.hero-slide._3 {
  background-image: url('../images/massage-2717431_1.jpg');
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-text-container {
  position: relative;
  width: 56%;
  max-width: 615px;
  padding: 50px 40px;
  border-bottom-right-radius: 25px;
  background-color: rgba(172, 216, 217, 0.95);
}

.hero-text-box {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 6% 7% 7%;
  border: 1px solid #5d7a7c;
  text-align: center;
}

.slide-arrow {
  opacity: 0.8;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-arrow:hover {
  opacity: 1;
}

.icon-circular-2 {
  width: 75px;
  height: 75px;
  border: 1px solid #5d7a7c;
  border-radius: 50%;
  background-image: url('../images/sa-logo.png');
  background-position: 50% 50%;
  background-size: 41px;
  background-repeat: no-repeat;
}

.icon-circular-2._3 {
  background-image: url('../images/piedras.svg');
  background-size: 36px;
}

.icon-circular-2._2 {
  background-image: url('../images/cama.svg');
}

.button-4 {
  width: 100%;
  min-height: 38px;
  min-width: 125px;
  padding-top: 11px;
  border: 1px solid #5d7a7c;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Roboto, sans-serif;
  color: #647078;
  font-size: 10.5px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #acd8d9;
  color: #fff;
}

.intro-text-box-3 {
  padding: 25px;
  text-align: center;
}

.big-feature-box {
  min-width: 144px;
  margin-bottom: 40px;
  border: 1px solid #5d7a7c;
  border-bottom-right-radius: 10px;
  text-decoration: none;
}

.big-feature-box._6 {
  margin-bottom: 0px;
}

.big-feature-box._7 {
  margin-bottom: 0px;
}

.big-feature-box._8 {
  margin-right: 0px;
  margin-bottom: 0px;
}

.big-feature-box._4 {
  margin-right: 0px;
}

.big-feature-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #5d7a7c;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.big-feature-icon._1 {
  background-image: url('../images/spa-3.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.big-feature-icon._2 {
  background-image: url('../images/maquillar-3.svg');
  background-size: 47px;
}

.big-feature-icon._3 {
  background-image: url('../images/flor-1.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.big-feature-icon._4 {
  background-image: url('../images/tijeras-1.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.big-feature-icon._5 {
  background-image: url('../images/aceite-esencial-3.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.big-feature-icon._6 {
  background-image: url('../images/zapatillas-3.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.big-feature-icon._7 {
  background-image: url('../images/flor-1.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.big-feature-icon._8 {
  background-image: url('../images/jabon-1.svg');
  background-position: 50% 50%;
  background-size: 47px;
  background-repeat: no-repeat;
}

.big-feature-text {
  padding: 25px 12px 15px;
  text-align: center;
}

.inner-wrapper-2 {
  position: relative;
  padding-right: 10%;
  padding-left: 10%;
}

.mini-text-2 {
  position: absolute;
  left: -30px;
  bottom: 91px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 11px;
  line-height: 11px;
}

.side-feature-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 440px;
  margin-bottom: 22px;
  border: 1px solid #fff;
  border-radius: 5px 5px 25px;
}

.side-icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 112px;
  min-height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(93, 122, 124, 0.7);
}

.side-icon-box._1 {
  border-right-color: #fff;
}

.icon-circular-3 {
  width: 65px;
  height: 65px;
  border: 1px solid #5d7a7c;
  border-radius: 50%;
  background-image: url('../images/olor-1.svg');
  background-position: 50% 50%;
  background-size: 27px;
  background-repeat: no-repeat;
}

.icon-circular-3._2 {
  background-image: url('../images/piedras-1.svg');
  background-size: 27px;
}

.icon-circular-3._1 {
  border-color: #fff;
}

.content-section-7 {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/spa-bg-3.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/spa-bg-3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.cta-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-text-box {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 65%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-bottom: 35px;
  padding-left: 25px;
  text-align: center;
}

.outline-icon-small {
  width: 55px;
  height: 55px;
  border: 1px solid #5d7a7c;
  border-radius: 50%;
  background-image: url('../images/spa-4.svg');
  background-position: 50% 50%;
  background-size: 31px;
  background-repeat: no-repeat;
}

.outline-icon-small._2 {
  background-image: url('../images/spa-3.svg');
  background-size: 28px;
}

.outline-icon-small._3 {
  background-image: url('../images/olor-2.svg');
  background-size: 26px;
}

.outline-icon-small._4 {
  background-image: url('../images/zapatillas-3.svg');
  background-size: 26px;
}

.outline-icon-small._5 {
  background-image: url('../images/flor-1.svg');
  background-size: 27px;
}

.outline-icon-small._6 {
  background-image: url('../images/aceite-esencial-4.svg');
  background-size: 27px;
}

.split-text-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 100px 55px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #acd8d9;
}

.footer-2 {
  background-color: transparent;
}

._37-column-2 {
  width: 33%;
}

.text-field-2 {
  margin-bottom: 20px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #647078;
}

.text-field-2::-webkit-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.text-field-2:-ms-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.text-field-2::-ms-input-placeholder {
  color: #647078;
  font-size: 14px;
}

.text-field-2::placeholder {
  color: #647078;
  font-size: 14px;
}

.newsletter-frame {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 10px 25px;
  border: 1px solid #647078;
}

.dropdown-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-arrow-2 {
  margin-top: 64px;
  color: #647078;
  font-size: 12px;
  line-height: 12px;
}

.dropdown-list-2 {
  margin-top: -1px;
}

.dropdown-list-2.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #8bb9bb;
}

.dropdown-link-2 {
  width: 150px;
  padding: 14px 24px;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #8bb9bb;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #647078;
  font-size: 14px;
  text-decoration: none;
}

.dropdown-link-2:hover {
  background-color: #b4d7d9;
}

.dropdown-link-2.w--current {
  background-color: #b4d7d9;
  color: #647078;
}

.dropdown-toggle-2 {
  height: 120px;
  padding-top: 63px;
  color: #647078;
  font-size: 14px;
  line-height: 14px;
}

.bg-circle {
  position: absolute;
  bottom: -61px;
  width: 505px;
  height: 505px;
  border-radius: 50%;
  background-color: #a1cdce;
}

.brand-2-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 92px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand-2-top:hover {
  opacity: 0.8;
}

.brand-2-top.w--current {
  display: none;
}

.cta-text-container {
  position: relative;
  width: 56%;
  max-width: 615px;
  padding: 5% 4%;
  border-bottom-right-radius: 25px;
  background-color: rgba(172, 216, 217, 0.95);
}

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

._25-column-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.hero-frame-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.newsletter-container {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.navmenu-2 {
  display: none;
}

.frame-3 {
  position: relative;
  display: block;
  width: 95%;
  max-width: 525px;
  min-height: 630px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-style: solid;
  border-width: 27px;
  border-color: hsla(0, 0%, 100%, 0.9);
  border-bottom-right-radius: 50px;
}

.flex-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkmark {
  width: 15px;
  height: 15px;
  margin-top: 4px;
  margin-right: 10px;
  background-image: url('../images/checking.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flex-start {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  width: 50%;
}

.slide.right {
  padding-left: 20px;
}

.slide.left {
  padding-right: 20px;
}

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

.flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

._32-column-2 {
  width: 32%;
}

.package-image {
  display: block;
  width: 100%;
  min-height: 215px;
  border-bottom-right-radius: 25px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._45-column-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

._23-column {
  width: 23%;
}

.title-link {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Libre Baskerville', sans-serif;
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.small-link-2 {
  font-family: 'Libre Baskerville', sans-serif;
  color: #647078;
  font-size: 14.5px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration: none;
}

.small-link-2:hover {
  text-decoration: underline;
}

.small-link-2.white {
  color: #fff;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(139, 185, 187, 0.35)), to(rgba(139, 185, 187, 0.35)));
  background-image: linear-gradient(180deg, rgba(139, 185, 187, 0.35), rgba(139, 185, 187, 0.35));
}

.text-block-7 {
  color: #5d7a7c;
}

.plus {
  position: relative;
  z-index: 10;
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/spa-bg-2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/spa-bg-2.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-align: center;
}

.layouts {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.layout-box {
  width: 46%;
  margin-bottom: 80px;
}

.layout-preview {
  overflow: scroll;
  width: 100%;
  height: 640px;
  margin-bottom: 15px;
  box-shadow: 31px 31px 44px -22px rgba(93, 122, 124, 0.3);
}

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

.right-text-preview-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.team-picture {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url('../images/女人.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.team-picture._1 {
  background-image: url('../images/男装-1.svg');
}

.team-picture._2 {
  background-image: url('../images/女包.svg');
}

.team-picture.sa {
  margin-bottom: 20px;
}

.flex-align-start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.utility-bg {
  width: 50%;
  height: 100%;
  background-image: url('../images/5b12e7c57f519f5be0f061f3_hair-salon-529917.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.contact-link:hover {
  text-decoration: underline;
}

.h4.white {
  color: #fff;
}

.h3.white {
  color: #fff;
}

.h5.white {
  color: #fff;
}

.h4-border {
  margin-top: 0px;
  margin-bottom: 0px;
}

.h4-border.white {
  color: #fff;
}

.paragraph-medium {
  color: #647078;
}

.h6.white {
  color: #fff;
}

.h1 {
  color: #fff;
}

.form {
  width: 50%;
}

.hide {
  display: none;
}

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

.div-block-6 {
  width: 82%;
}

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

.link-block-3.big-feature-text {
  display: block;
}

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

.link-block-4.big-feature-text {
  display: block;
}

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

.link-block-5.big-feature-text {
  display: block;
}

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

.link-block-6.big-feature-text {
  display: block;
}

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

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column {
  padding-bottom: 10px;
}

.column-2 {
  padding-bottom: 10px;
}

.column-3 {
  padding-bottom: 10px;
}

.mini-title-2 {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  color: #5d7a7c;
  font-size: 10px;
  line-height: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.paragraph-4 {
  opacity: 0;
}

.paragraph-5 {
  opacity: 0;
}

.html-embed {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .content-wrapper.flex {
    padding-right: 0px;
  }

  .subtitle-box {
    width: 64%;
  }

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

  .flex.tablet-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feature-box {
    width: 98%;
  }

  .mini-feature-box {
    width: 36%;
    margin-bottom: 20px;
  }

  .mini-feature-box.no-border {
    margin-right: 0px;
  }

  .brand {
    float: left;
  }

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

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

  .nav-menu {
    overflow: auto;
    height: 100vh;
    background-color: #acd8d9;
  }

  .dropdown-arrow {
    margin-top: 20px;
  }

  .dropdown-toggle {
    height: 56px;
    padding-top: 20px;
  }

  .dropdown-toggle.w--open {
    height: 56px;
  }

  .post-hero-text {
    width: 75%;
  }

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

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

  .collection-list {
    border-bottom-style: none;
  }

  .flex-center-copy {
    width: 100%;
  }

  .mini-text {
    left: -80px;
  }

  .brand-logo {
    width: 25%;
  }

  .image-block {
    width: 95%;
    margin-right: 10%;
  }

  .image-block._2 {
    width: 85%;
    margin-right: 5%;
  }

  .tab-link-2 {
    bottom: -2px;
  }

  .tab-link-2.w--current {
    bottom: -2px;
    border-bottom-style: solid;
    border-bottom-color: #acd8d9;
  }

  ._32-column {
    width: 42%;
  }

  .nav-menu-2 {
    overflow: auto;
    height: 100vh;
    background-color: #acd8d9;
  }

  .nav-link-2 {
    height: 56px;
    margin-right: 0px;
    padding-top: 20px;
  }

  .nav-link-2:hover {
    background-color: #95cfd1;
  }

  .brand-2 {
    display: none;
  }

  .brand-2.w--current {
    display: none;
  }

  .hero-slider {
    padding-top: 113px;
  }

  .hero-text-container {
    width: 66%;
  }

  .big-feature-box {
    min-width: 125px;
  }

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

  .dropdown-2 {
    border-bottom: 1px solid #8bb9bb;
  }

  .dropdown-arrow-2 {
    margin-top: 20px;
  }

  .dropdown-link-2 {
    width: 100%;
  }

  .dropdown-toggle-2 {
    height: 56px;
    padding-top: 20px;
    padding-left: 10px;
  }

  .menu-button-2 {
    height: 110px;
    padding-top: 45px;
  }

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

  .brand-2-top {
    height: 110px;
    float: left;
  }

  .brand-2-top.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .navmenu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 89%;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form {
    width: 80%;
  }

  .image {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .top-border._1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subtitle-box {
    width: 78%;
  }

  .flex-space.mobile-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .feature-box-2 {
    width: 50%;
  }

  ._50-column {
    width: 100%;
  }

  ._50-column.flex-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  ._55-column {
    width: 100%;
  }

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

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

  .service-item {
    width: 47%;
  }

  .tabs-menu {
    width: 100%;
    padding-right: 0px;
  }

  .tabs-content {
    padding-top: 40px;
    padding-left: 1px;
    border-top: 1px solid #647078;
    border-left-style: none;
  }

  .team-member {
    width: 47%;
  }

  .mini-feature-box.mobile-no-border {
    margin-bottom: 0px;
  }

  .intro-box {
    width: 47%;
    margin-bottom: 40px;
  }

  .intro-box.mobile-no-border {
    margin-bottom: 0px;
  }

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

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

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

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

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

  .gallery-item {
    width: 48%;
    margin-bottom: 40px;
  }

  .gallery-item.no-border {
    margin-bottom: 0px;
  }

  .right-text-box.large {
    padding-right: 0%;
  }

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

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

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

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

  .frame {
    margin-top: 40px;
  }

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

  ._18-column {
    width: 25%;
  }

  ._15-column {
    width: 25%;
  }

  ._15-column._1 {
    padding-left: 20px;
  }

  ._37-column {
    width: 100%;
  }

  .right-column {
    width: 101%;
  }

  .left-column {
    width: 100%;
    margin-bottom: 45px;
  }

  .go-up {
    margin-top: 15px;
  }

  .cta-box {
    width: 45%;
  }

  .post-hero-text {
    width: 85%;
  }

  .hero-girl-2 {
    display: none;
  }

  .intro-box-2 {
    width: 47%;
    margin-bottom: 40px;
  }

  .clients-logos {
    width: 100%;
  }

  .circle {
    margin-top: 20px;
  }

  .align-start {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
  }

  .align-end {
    overflow: hidden;
    width: 100%;
  }

  .flex-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._25-column-2 {
    width: 100%;
    margin-bottom: 25px;
  }

  .about-us-box {
    width: 47%;
    margin-bottom: 40px;
  }

  .about-us-box.mobile-no-border {
    margin-bottom: 0px;
  }

  .quote-box {
    width: 80%;
  }

  .brand-logo {
    width: 33.33%;
  }

  .tab-link-2 {
    width: 100%;
    margin-bottom: 10px;
    border-style: solid;
    border-radius: 3px;
  }

  .tab-link-2.w--current {
    border-width: 1px;
    border-color: #647078;
    border-bottom-style: solid;
    background-color: #95cfd1;
  }

  .tabs-content-2 {
    margin-top: 3px;
  }

  .feature-box-3 {
    width: 50%;
  }

  .hero-text-container {
    width: 85%;
  }

  .big-feature-box._6 {
    margin-right: 0px;
    margin-bottom: 40px;
  }

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

  .mini-text-2 {
    left: -64px;
  }

  .side-feature-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .side-icon-box {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #647078;
    border-right-style: none;
  }

  .split-text-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._37-column-2 {
    width: 100%;
  }

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

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

  .mobile-top-border.large {
    margin-top: 0px;
  }

  .mobile-top-border.big {
    margin-top: 40px;
  }

  .cta-text-container {
    width: 76%;
  }

  ._25-column-flex {
    width: 33%;
  }

  .newsletter-container {
    max-width: 345px;
  }

  .navmenu-2 {
    width: 88%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .flex-start {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .slide {
    width: 100%;
  }

  .slide.right {
    padding-left: 0px;
  }

  .slide.left {
    padding-right: 0px;
  }

  .flex-end {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .layouts {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-align-start {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .subtitle-box {
    width: 100%;
  }

  .flex-space.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .feature-box-2._3 {
    margin-bottom: 40px;
  }

  .feature-box-2._4 {
    margin-bottom: 40px;
  }

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

  .flex.mobile-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex.tablet-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex._2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._50-column.mobile-padding {
    padding-right: 20px;
  }

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

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

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

  .service-item {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .tab-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .mini-feature-box {
    width: 61%;
    margin-right: 15px;
  }

  .package-bg {
    width: 100%;
  }

  .intro-box {
    width: 100%;
  }

  .pricing-box {
    width: 100%;
  }

  .faq-box {
    width: 100%;
  }

  .faq-box._3 {
    border-right-style: none;
  }

  .faq-box._5 {
    border-bottom: 1px solid #c4cbd5;
    border-right-style: none;
  }

  .faq-box._1 {
    border-right-style: none;
  }

  .testimonial {
    width: 98%;
  }

  .gallery-item {
    width: 100%;
  }

  .split-image {
    width: 100%;
  }

  .split-text {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin-bottom: 40px;
  }

  .preview-image.medium {
    width: 100%;
  }

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

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

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

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

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

  .frame {
    min-height: 430px;
  }

  .hero-girl {
    max-width: 245px;
  }

  ._53-column {
    width: 100%;
  }

  ._47-column {
    width: 100%;
    padding-left: 0px;
  }

  .breadcrum-arrow {
    margin-right: 10px;
    margin-left: 10px;
  }

  .breadcrumb-box._1 {
    padding-left: 0px;
    border-bottom: 1px solid #8bb9bb;
  }

  ._26-column {
    width: 100%;
  }

  ._49-column-2 {
    width: 100%;
  }

  ._25-column {
    width: 100%;
    text-align: left;
  }

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

  ._18-column {
    width: 50%;
  }

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

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

  .flex-copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-box {
    width: 100%;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0px;
  }

  .cta-box._2 {
    border-top-style: none;
    border-left-style: solid;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
  }

  .contact-box.mobile-border {
    margin-right: 16px;
    margin-left: 16px;
  }

  .post-hero-text {
    width: 100%;
  }

  .left-justified {
    margin-top: 0px;
  }

  .hero-frame {
    padding-left: 20px;
  }

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

  .intro-box-2.mobile-no-border {
    margin-bottom: 0px;
  }

  .clients-logo {
    width: 100%;
    margin-right: 0px;
  }

  .mini-text {
    left: -74px;
  }

  .circle {
    width: 275px;
    height: 275px;
  }

  .box {
    width: 275px;
    height: 275px;
  }

  .about-us-box {
    width: 100%;
  }

  .image-box {
    width: 100%;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #647078;
    border-left-style: none;
  }

  .text-box {
    width: 100%;
  }

  .quote-box {
    width: 85%;
  }

  .brand-logo {
    width: 47%;
    margin-bottom: 10px;
  }

  .text-box-2 {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-box-2 {
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 1px solid #647078;
    border-right-style: none;
  }

  .collection-item-2 {
    padding-bottom: 0px;
  }

  ._68-column {
    padding-right: 0px;
    padding-left: 0px;
    border-left-style: none;
  }

  ._32-column {
    width: 100%;
    padding-right: 0px;
  }

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

  .feature-box-3._4 {
    margin-bottom: 40px;
  }

  .feature-box-3._5 {
    margin-bottom: 40px;
  }

  .button-3 {
    min-height: auto;
    min-width: auto;
    padding: 12px 14px 10px;
  }

  .form-wrapper {
    width: 100%;
  }

  .form-title-box {
    width: 100%;
  }

  .hero-slider {
    min-height: 940px;
  }

  .hero-text-container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .slide-arrow {
    display: none;
  }

  .big-feature-box {
    min-width: 165px;
  }

  .big-feature-box._7 {
    margin-bottom: 40px;
  }

  .mini-text-2 {
    left: -46px;
  }

  .side-feature-box {
    max-width: 300px;
  }

  .cta-text-box {
    padding-right: 0px;
    padding-left: 0px;
  }

  .split-text-2 {
    width: 100%;
  }

  .bg-circle {
    display: none;
  }

  .mobile-top-border.large {
    margin-top: 30px;
  }

  .cta-text-container {
    width: 100%;
    padding: 10% 8%;
  }

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

  ._25-column-flex {
    width: 100%;
    text-align: left;
  }

  .frame-3 {
    min-height: 370px;
  }

  ._32-column-2 {
    width: 100%;
  }

  ._45-column-2 {
    width: 100%;
    padding-left: 0px;
  }

  .padding {
    padding-left: 0px;
  }

  ._23-column {
    width: 100%;
    margin-top: 30px;
  }

  .utility-page-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .utility-page-content {
    width: 100%;
  }

  .utility-page-404 {
    width: 100%;
  }

  .layout-box {
    width: 100%;
  }

  .right-text-preview-2 {
    margin-top: 20px;
    margin-left: 0%;
  }

  .team-picture.sa.small {
    width: 60px;
    height: 60px;
  }

  .utility-bg {
    width: 100%;
  }

  .columns {
    display: block;
  }

  .image {
    width: 160px;
  }
}

