:root {
  --tan: #c7ab7a;
  --dim-grey: #55423e;
  --white: white;
  --black: #24261c;
  --dark-grey: #97a291;
  --antique-white: #f0e0c7;
  --mint-cream: #ddece5;
  --dark-khaki: #99a554;
  --grey: #848484;
  --dark-red: #a60303;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #24261c;
  height: 100%;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 300;
  transition: all .5s;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: .31em;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: .61em;
}

h2 {
  text-align: center;
  letter-spacing: .25em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: .75em;
  font-family: Cormorant, sans-serif;
  font-size: 4.25em;
  font-weight: 400;
  line-height: 1em;
}

h3 {
  text-align: center;
  letter-spacing: .1em;
  margin-top: 5em;
  margin-bottom: 0;
  font-family: Cormorant, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  letter-spacing: .075em;
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Cormorant, sans-serif;
  font-size: 2.75em;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 20px;
}

a {
  color: var(--tan);
  font-size: 1em;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: var(--tan);
}

a:active {
  color: var(--dim-grey);
  text-decoration: none;
}

a:focus {
  color: var(--tan);
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 5px;
  display: block;
}

blockquote {
  border-left: 1px #000;
  padding: 1.5em 5em;
  font-size: 1.15em;
  font-style: italic;
  font-weight: 300;
}

figure {
  margin-bottom: 0;
}

.navbar {
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #ffffffe6;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 10em;
  font-size: 1em;
  position: fixed;
  transform: translate(0);
  box-shadow: 0 0 11px #24261c40;
}

.navbar-container {
  position: relative;
}

.logo-container {
  z-index: 1;
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 9em;
  font-style: normal;
  transition: all .5s;
  display: flex;
  position: fixed;
  top: .5em;
  left: 37.5%;
}

.logo-container:hover {
  color: var(--black);
  text-decoration: none;
  transform: scale(1.05);
}

.logo {
  width: 4.7em;
}

.logo-container-space {
  width: 100%;
}

.nav-menu {
  align-items: center;
  width: 100%;
  height: 5em;
  display: flex;
  top: 2.5em;
}

.h1-subtitle {
  letter-spacing: .37em;
  font-size: .45em;
}

.nav-link {
  color: var(--black);
  align-items: center;
  padding: 20px;
  font-style: normal;
  transition: all .5s;
  display: flex;
  position: relative;
}

.nav-link.w--current {
  color: var(--tan);
}

.hero-positioning {
  text-shadow: 0 0 2px var(--white);
  width: 15em;
  font-size: 2em;
  line-height: 1.5em;
  position: absolute;
}

.hero-positioning._1st-hero-text {
  z-index: 1;
  top: 17%;
  left: 52%;
}

.hero-positioning._2nd-hero-text {
  z-index: 1;
  text-align: right;
  top: 64%;
  right: 54%;
}

.viewport {
  height: 100%;
  position: relative;
}

.hero {
  height: 150vh;
  margin-bottom: 5em;
  padding-top: 10em;
  font-size: 1em;
}

.circle-image {
  border-radius: 450px;
}

.circle-image.big-hero-image {
  width: 50%;
}

.circle-image.hero-positioning.big-hero-image {
  width: 50%;
  max-width: 43vh;
  box-shadow: 0 0 20px 3px #55423e40;
}

.circle-image.hero-positioning.big-hero-image._3rd-hero-image {
  top: 24%;
  left: 10px;
  right: 50%;
}

.circle-image.hero-positioning.big-hero-image._7th-hero-image {
  top: 70%;
  right: 3%;
}

.circle-image.hero-positioning.medium-hero-image {
  filter: blur(5px);
  width: 18%;
  max-width: 15.5vh;
}

.circle-image.hero-positioning.medium-hero-image._2nd-hero-image {
  top: 3%;
  bottom: 25%;
  left: 27%;
}

.circle-image.hero-positioning.medium-hero-image._4th-hero-image {
  top: 31%;
  right: 19%;
}

.circle-image.hero-positioning.medium-hero-image._9th-hero-image {
  top: 89%;
  left: 8%;
}

.circle-image.hero-positioning.medium-hero-image._5th-hero-image {
  top: 47%;
  right: 5%;
}

.circle-image.hero-positioning.small-hero-image {
  filter: blur(11px);
  width: 10%;
  max-width: 8vh;
}

.circle-image.hero-positioning.small-hero-image._1st-hero-image {
  top: 9%;
  right: 21%;
}

.circle-image.hero-positioning.small-hero-image._6th-hero-image {
  top: 53%;
  right: 37%;
}

.circle-image.hero-positioning.small-hero-image._8th-hero-image {
  top: 77%;
  left: 27%;
}

.circle-image.hair-extensions {
  width: 25%;
}

.circle-image.review-avatar {
  width: 7em;
  height: 7em;
}

.circle-image.team-avatar {
  width: 20%;
  min-width: 13em;
}

.section {
  padding-top: 10em;
  padding-bottom: 10em;
  font-size: 1em;
}

.section.manifest-section {
  background-color: #f0e0c7a8;
  padding-bottom: 0;
}

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

.manifest-column {
  flex-direction: column;
  align-items: center;
  padding: 1em;
  display: flex;
}

.manifest-text {
  text-align: center;
  letter-spacing: 0;
  max-width: 20em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5em;
}

.manifest-text.description {
  font-style: normal;
}

.manifest-word {
  background-color: var(--tan);
  color: var(--white);
  border-radius: 5em;
  justify-content: center;
  align-items: center;
  width: 5em;
  height: 5em;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-bottom: .15em;
  font-family: Cormorant, sans-serif;
  font-size: 2em;
  font-weight: 500;
  display: flex;
}

.manifest-word.apply-now {
  background-color: var(--dark-grey);
  width: 175px;
  height: 175px;
  margin-bottom: 0;
  font-size: 5em;
}

.manifest-place-columns {
  margin-top: 6.5em;
}

.manifest-place-column {
  background-color: var(--antique-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 50vh;
  max-height: 30em;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.5em;
  display: flex;
  overflow: hidden;
}

.manifest-place-column.manifest-place-padding {
  padding-left: 1.5em;
  padding-right: 1.5em;
}

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

.manifest-title {
  letter-spacing: .1em;
  text-transform: none;
  margin-bottom: 2em;
  font-size: 3.5em;
}

.container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 1em;
  display: flex;
}

.container.contact {
  margin-top: 7.5em;
  font-style: normal;
}

.ornament-line {
  justify-content: center;
  width: 25%;
}

.subtitle {
  max-width: 25em;
  margin-top: 7em;
  margin-bottom: 10em;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
}

.subtitle.less-margin {
  margin-top: 5em;
  margin-bottom: 3em;
}

.subtitle.less-margin.less-padding {
  margin-top: 2em;
}

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

.column.portfolio-padding {
  padding-top: 20%;
}

.portfolio-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 75vw;
  max-height: 99.75vw;
  margin: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portfolio-outlined-icon {
  width: 10%;
  max-width: 2em;
  margin-top: 1em;
}

.portfolio-outlined-icon.portfolio-instagram-icon {
  width: 12.5%;
}

.portfolio-hover-content {
  opacity: 0;
  color: var(--black);
  background-color: #ddece526;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.15em;
  font-style: normal;
  display: flex;
  position: absolute;
}

.portfolio-hover-content.portfolio-follow-us {
  background-color: var(--mint-cream);
  opacity: 1;
  font-size: 1.5em;
}

.portfolio-filled-icon {
  width: 10%;
  max-width: 2em;
  margin-top: 1em;
  display: none;
}

.icons-container {
  justify-content: space-between;
  align-items: center;
  height: 3.5em;
  padding: 1em 1.5em;
  font-size: 1em;
  display: flex;
}

.icons-container.hair-extensions {
  margin-top: 1em;
  padding-left: 0;
  padding-right: 0;
}

.icon-height {
  height: 100%;
}

.icon-height._75-percent {
  height: 75%;
}

.service-container {
  flex-direction: column-reverse;
  max-width: 325px;
  margin: 1.5em 2em;
  display: flex;
  box-shadow: 0 0 3px #8484844f;
}

.service-container:hover {
  text-decoration: none;
}

.service-footer-title {
  color: var(--black);
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 1.15em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.15em;
}

.service-hover-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.popup-browser {
  z-index: 100;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 10em;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.service-view-prices-text {
  opacity: 0;
  color: var(--black);
  background-color: #ddece526;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.25em;
  font-style: normal;
  display: flex;
  position: absolute;
}

.popup-background {
  z-index: 100;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
}

.popup-window {
  background-color: var(--white);
  flex-direction: column;
  align-items: center;
  width: 66%;
  max-width: 627px;
  max-height: 66.5%;
  padding: 5em 4em;
  display: flex;
  position: relative;
  overflow: auto;
  box-shadow: 0 0 20px #84848482;
}

.popup-title {
  color: var(--black);
  letter-spacing: .066em;
  margin-top: .25em;
  margin-bottom: 1.75em;
  font-family: Cormorant, sans-serif;
  font-size: 2.25em;
  font-weight: 400;
}

.price-row {
  width: 75%;
  padding: 1em;
}

.price-row.alternate {
  background-color: #ddece526;
}

.price-up {
  font-size: .75em;
}

.price-note {
  font-size: .75em;
  font-style: italic;
  font-weight: 300;
  position: relative;
  bottom: .125em;
}

.tooltip-container {
  z-index: 1;
  background-color: var(--dark-grey);
  border-radius: 1em;
  width: 75%;
  padding: 1em;
  font-style: italic;
  transition: opacity .2s;
  display: none;
  position: absolute;
  top: 3em;
  left: 2.5em;
  box-shadow: 0 0 7px #24261c80;
}

.popup-subtitle {
  margin-top: 3em;
  margin-bottom: 1.5em;
  font-size: 1.15em;
  font-weight: 400;
}

.popup-subtitle.popup-first-subtitle {
  margin-top: .5em;
}

.popup-note {
  margin-top: 3em;
  font-size: .8em;
  font-style: italic;
}

.article-color {
  color: var(--white);
  padding-top: 7em;
  padding-bottom: 7em;
  font-size: 1em;
}

.article-color.hair-extension {
  background-color: var(--dim-grey);
  margin-top: 7em;
}

.article-color.products {
  background-color: var(--dark-grey);
}

.article-color.reviews {
  background-color: var(--mint-cream);
  color: var(--black);
}

.article-color.contact {
  background-color: var(--antique-white);
  color: var(--black);
  padding-bottom: 10em;
}

.article-color.spread-love {
  background-color: var(--tan);
  padding-top: 10em;
  padding-bottom: 10em;
}

.article-color.footer-1 {
  background-color: #24261cf2;
  padding-top: 0;
  padding-bottom: 0;
}

.article-color.footer-2 {
  background-color: #24261cf7;
  padding-top: 0;
  padding-bottom: 0;
}

.article-color.footer-3 {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.icon-with-text {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.icon-with-text.tooltip {
  cursor: help;
  position: relative;
}

.icon-with-text.footer {
  opacity: .67;
  color: var(--white);
  width: 100%;
  height: 1.25em;
  font-size: .9em;
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
}

.icon-with-text.footer:hover {
  opacity: 1;
  text-decoration: none;
}

.icon-with-text.footer.right {
  justify-content: flex-end;
}

.icon-with-text.footer.right.copyright {
  font-size: .8em;
}

.icon-text {
  margin-left: 1em;
}

.icon-text.copyright {
  padding-left: 0;
}

.icon-text.tooltip-underline {
  border-bottom: 1px none var(--white);
}

.row-container {
  align-items: center;
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
}

.row-container.reverse {
  flex-direction: row-reverse;
}

.row-container.contact {
  justify-content: space-between;
  align-items: stretch;
  padding-left: 0;
  padding-right: 0;
}

.row-container.contact.mail-form {
  margin-top: 0;
}

.row-container.contact.map {
  height: 50vh;
  min-height: 300px;
  max-height: 500px;
  margin-top: 13em;
  margin-bottom: 0;
}

.row-container.contact.form {
  justify-content: center;
}

.row-container.spread-love {
  justify-content: space-around;
  align-items: stretch;
  margin-top: 10em;
  padding-left: 0;
  padding-right: 0;
}

.row-container.footer {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2.5em 0;
}

.row-container.form-fields {
  justify-content: space-between;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
}

.row-container.form-fields.inside-checkbox {
  margin-top: 0;
  padding-left: 1.5em;
  overflow: hidden;
}

.column-container {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  margin-left: 2em;
  transition: all .5s;
  display: flex;
}

.column-container.review {
  background-color: var(--white);
  border-radius: 7px;
  width: 80%;
  padding: 1.5em;
  position: relative;
}

.column-container.review.right-review {
  margin-left: 0;
  margin-right: 2em;
}

.column-container.white-button {
  background-color: var(--white);
  text-align: center;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-left: 0;
  padding: 2.5em;
  font-style: normal;
  font-weight: 400;
}

.column-container.white-button:hover {
  box-shadow: 0 0 20px -5px var(--tan);
  transform: scale(1.025);
}

.column-container.white-button.mail-form {
  width: 100%;
}

.column-container.white-button.spread-love {
  color: var(--black);
  justify-content: space-between;
  width: 45%;
}

.column-container.white-button.spread-love:hover {
  box-shadow: none;
  transform: none;
}

.column-container.white-button.map {
  background-image: url('../images/spinner-golden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.column-container.form {
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.column-container.award {
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  align-items: center;
  width: 33%;
  min-width: 25em;
  margin-top: 3em;
  margin-bottom: 3em;
  margin-left: 0;
  padding: 3em 3em 2em;
  font-style: italic;
}

.arrow {
  border-style: solid;
  border-width: 1em;
  border-top-color: #0000;
  border-left-color: #0000;
  border-right-color: #0000;
  width: 2em;
  height: 2em;
  position: absolute;
}

.arrow.tooltip {
  border-bottom-color: var(--dark-grey);
  top: -2em;
  left: 2em;
}

.arrow.review {
  border-bottom-color: var(--white);
  transform: rotate(-90deg);
}

.arrow.review.left-review {
  left: -2em;
}

.arrow.review.right-review {
  right: -2em;
  transform: rotate(90deg);
}

.arrow.team-quote {
  border-bottom-color: #ddece580;
  position: static;
}

.slider-container-salon {
  height: 67vh;
  min-height: 500px;
  max-height: 1000px;
}

.slide-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.row-logos {
  height: 7em;
  margin-top: 2em;
  display: flex;
}

.hide {
  display: none;
  transform: scale(0);
}

.slider-nav {
  bottom: 1vh;
}

.slider-nav.small-dots {
  transform: scale(.67);
}

.slider-container-products {
  background-color: #0000;
  height: 13em;
}

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

.third-parties-logos {
  opacity: 1;
  max-width: 10em;
  max-height: 5em;
}

.container-manifest {
  width: 50%;
  margin-top: 10em;
  margin-bottom: 10em;
  font-family: Cormorant, sans-serif;
  font-size: 1.61em;
  font-style: italic;
  line-height: 1.25em;
  position: relative;
}

.quote-char {
  z-index: -1;
  color: var(--mint-cream);
  font-size: 13em;
  font-weight: 500;
  position: absolute;
}

.quote-char.quote-open {
  position: absolute;
  top: .2em;
  left: -.25em;
}

.quote-char.quote-close {
  bottom: -.2em;
  right: -.15em;
}

.reviewer-name {
  letter-spacing: 0;
  margin-top: 1em;
  font-family: Lato, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.h3-review-margin {
  margin-top: 1em;
  margin-bottom: 2em;
}

.team-member {
  letter-spacing: 0;
  margin-bottom: .5em;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
}

.team-member.team-role {
  font-size: 1.25em;
  font-style: italic;
  font-weight: 300;
}

.team-member-quote {
  background-color: #ddece580;
  border-radius: 11px;
  margin-bottom: 0;
  margin-left: 1em;
  margin-right: 1em;
}

.quote-author {
  font-size: .95em;
  font-style: normal;
}

.team-member-resume {
  width: 66%;
  margin-top: 2em;
  margin-bottom: 5em;
}

.contact-icon {
  width: 31%;
  min-width: 2.5em;
  max-width: 5em;
  margin-bottom: 2.5em;
}

.spread-love-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 300;
}

.spread-love-description {
  margin-bottom: 2em;
  font-weight: 300;
}

.button {
  background-color: var(--tan);
  border-radius: 3em;
  width: 33%;
  min-width: 10em;
  padding: .5em 2em;
  transition: all .5s;
}

.button:hover {
  color: var(--white);
  text-decoration: none;
  transform: scale(1.05);
  box-shadow: 0 0 20px -5px #c7ab7ae6;
}

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

.button.apply-now {
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  height: 3em;
  font-size: 1.1em;
  display: flex;
}

.button.apply-now:hover {
  box-shadow: 0 0 20px -5px #97a291e6;
}

.button.apply-now.w--current:hover {
  box-shadow: 0 0 20px -5px #ddece5e6;
}

.footer-logo {
  filter: brightness(0%) invert();
  width: 2.85em;
}

.footer-logo-text {
  letter-spacing: .125em;
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 1em;
  font-weight: 500;
  line-height: .5em;
}

.footer-logo-container {
  opacity: .67;
  color: var(--white);
  align-items: center;
  font-style: normal;
  transition: all .5s;
  display: flex;
}

.footer-logo-container:hover {
  opacity: 1;
  color: var(--white);
  text-decoration: none;
}

.footer-nav-links {
  justify-content: space-between;
  width: 40%;
  min-width: 235px;
  display: flex;
}

.footer-nav-link {
  opacity: .67;
  color: var(--white);
  font-style: normal;
  font-weight: 300;
  transition: all .5s;
}

.footer-nav-link:hover {
  opacity: 1;
  color: var(--white);
  text-decoration: none;
}

.footer-nav-icon {
  opacity: .75;
  width: 1.25em;
  margin-left: 1.25em;
  transition: all .5s;
}

.footer-nav-icon:hover {
  opacity: 1;
}

.footer-nav-icon.whiter {
  filter: brightness(0%) invert();
  margin-right: 0;
}

.footer-text {
  opacity: .67;
  width: 100%;
  font-size: .8em;
}

.menu-icon {
  width: 1.5em;
  height: 1.5em;
  position: absolute;
}

.menu-icon.hover {
  opacity: 0;
}

.menu-icon-text {
  padding-left: 2em;
  display: none;
}

.menu-icon-text.popup-icon {
  display: flex;
}

.main {
  font-size: 1em;
}

.portfolio-slide-scale {
  transform: scale(.55);
}

.portfolio-slider {
  background-color: var(--mint-cream);
  height: 100%;
}

.portfolio-link-container {
  color: var(--black);
  font-size: 1.15em;
  font-style: normal;
  transition: all 1s;
  display: flex;
}

.portfolio-link-container:hover {
  color: var(--black);
  font-size: 1.25em;
}

.portfolio-link {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.porfolio-link-background {
  opacity: .1;
}

.popup-spread-love {
  color: var(--black);
  align-items: center;
  margin-top: 2em;
  padding: 20px;
  font-style: normal;
  transition: all .5s;
  display: flex;
  position: relative;
}

.invisible {
  display: none;
}

.form-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--antique-white);
  background-color: #0000;
  width: 30%;
  height: 3em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1em;
  font-weight: 300;
  transition: all .5s;
}

.form-field:hover, .form-field:focus {
  border-bottom-color: var(--dim-grey);
}

.form-field::placeholder {
  color: #24261c80;
}

.form-field.required {
  border-bottom-color: var(--tan);
}

.form-field.required:hover, .form-field.required:focus {
  border-bottom-color: var(--dim-grey);
}

.form-field.message {
  width: 100%;
  height: 10em;
  margin-bottom: 5em;
}

.form-field.message.required {
  margin-top: 2em;
}

.form-field.pristine {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.checkbox {
  border-color: var(--tan);
  width: 1em;
  height: 1em;
  transition: all .5s;
}

.checkbox:hover {
  background-color: #c7ab7a80;
}

.checkbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--tan);
  background-color: var(--tan);
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-label {
  cursor: default;
  font-weight: 300;
}

.checkbox-container {
  background-color: #f0e0c726;
  border-radius: 1em;
  flex-direction: column;
  justify-content: space-between;
  width: 106%;
  height: 15em;
  margin-top: 1em;
  margin-bottom: 0;
  padding: 1em 3%;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.checkbox-container.not-checked {
  background-color: #0000;
  height: 3.5em;
}

.checkbox-text {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-style: italic;
  font-weight: 300;
  overflow: hidden;
}

.form-span-text {
  font-weight: 400;
}

.form-message {
  opacity: 0;
  color: var(--white);
  text-align: center;
  border-radius: 1em;
  width: 66%;
  margin-top: 3em;
  margin-bottom: 3em;
  padding: 2em 1.5em;
  font-weight: 300;
  transition: all .5s;
}

.form-message.success {
  background-color: var(--dark-khaki);
  opacity: 0;
}

.form-message.error {
  opacity: 0;
  background-color: #a60303e6;
}

.form-message.warning {
  background-color: var(--dark-grey);
  opacity: 0;
}

.award {
  margin-bottom: 1em;
}

.slide-collage-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.slide-collage-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  .tooltip-container {
    line-height: 1.5em;
  }

  .icon-text.tooltip-underline {
    border-bottom-style: dashed;
  }

  .checkbox-text {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 10px;
  }

  .hero-positioning {
    font-size: 1.5em;
  }

  .circle-image.hair-extensions {
    width: 20%;
  }

  .manifest-column {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .manifest-place-column {
    max-height: 25em;
  }

  .row-container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .row-container.contact {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .row-container.spread-love {
    flex-direction: column;
    align-items: center;
  }

  .row-container.footer {
    padding-left: 2em;
    padding-right: 2em;
  }

  .column-container.white-button.spread-love {
    margin-bottom: 2.5em;
  }

  .checkbox-container {
    height: 15em;
  }

  .checkbox-text {
    margin-top: 0;
    line-height: 1.5em;
  }

  .slide-collage-container {
    grid-template-columns: 1fr 1fr;
  }

  .slide-collage-image.collage-first {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 12px;
  }

  h1 {
    font-size: 1em;
  }

  h2 {
    letter-spacing: .2em;
    font-size: 3.7em;
  }

  .navbar {
    background-color: var(--white);
    height: 5em;
  }

  .logo-container {
    height: 3.5em;
    top: .75em;
    left: 18px;
  }

  .logo {
    width: 2.3em;
  }

  .nav-menu {
    opacity: 0;
    -webkit-backdrop-filter: blur(11px);
    backdrop-filter: blur(11px);
    background-color: #c8c8c803;
    top: 5em;
  }

  .nav-link {
    background-color: var(--white);
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .menu-button {
    background-color: #ffffff03;
  }

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

  .hero-positioning {
    text-align: center;
    width: 100%;
  }

  .hero-positioning._1st-hero-text {
    left: 0%;
  }

  .hero-positioning._2nd-hero-text {
    text-align: center;
    right: 0%;
  }

  .circle-image.hero-positioning.big-hero-image._7th-hero-image {
    top: 70%;
  }

  .circle-image.hair-extensions {
    width: 67%;
    max-width: 175px;
  }

  .circle-image.review-avatar {
    width: 10em;
    height: 10em;
  }

  .manifest-title {
    font-size: 3em;
  }

  .column.portfolio-padding {
    padding-top: 0%;
  }

  .icons-container {
    height: 4em;
  }

  .icons-container.hair-extensions {
    flex-direction: column;
    height: 3.5em;
    margin-bottom: 3em;
  }

  .popup-browser {
    padding-top: 5em;
  }

  .popup-window {
    width: 80%;
    padding: 3.5em 2em;
  }

  .price-row {
    width: 100%;
    max-width: 275px;
  }

  .tooltip-container {
    flex-direction: column;
    align-items: center;
    left: auto;
  }

  .article-color.products {
    padding-bottom: 5em;
  }

  .icon-with-text {
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
  }

  .icon-with-text.footer {
    margin-bottom: 1.25em;
  }

  .icon-with-text.footer.right {
    justify-content: center;
  }

  .row-container, .row-container.reverse {
    flex-direction: column;
  }

  .row-container.contact {
    align-items: center;
    margin-bottom: 0;
  }

  .row-container.contact.form {
    margin-top: 0;
  }

  .row-container.form-fields.inside-checkbox {
    padding-left: 0;
  }

  .column-container {
    text-align: center;
    margin-top: 2em;
    padding-left: 0;
  }

  .column-container.review {
    align-items: center;
    margin-left: 0;
  }

  .column-container.review.right-review {
    margin-right: 0;
  }

  .column-container.white-button {
    width: 80%;
  }

  .column-container.white-button.mail-form {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-container.white-button.spread-love {
    width: 80%;
    max-width: 350px;
  }

  .column-container.white-button.map {
    width: 80%;
  }

  .column-container.form {
    margin-top: 0;
  }

  .column-container.award {
    min-width: 67%;
  }

  .arrow, .arrow.tooltip {
    left: auto;
  }

  .arrow.review {
    top: -2em;
    right: auto;
    transform: none;
  }

  .arrow.review.left-review {
    left: auto;
  }

  .arrow.review.right-review {
    top: -2em;
    right: auto;
    transform: rotate(0);
  }

  .row-logos {
    margin-top: 0;
  }

  .slider-nav.small-dots {
    margin-bottom: 1em;
  }

  .third-parties-logos {
    width: 75%;
    max-width: 7.5em;
    max-height: 3.25em;
  }

  .container-manifest {
    min-width: 300px;
  }

  .team-member-quote {
    padding-left: 2em;
    padding-right: 2em;
  }

  .team-member-resume {
    width: 75%;
  }

  .footer-logo {
    width: 3.57em;
  }

  .footer-logo-text {
    letter-spacing: .156em;
    margin-top: .75em;
    margin-left: 0;
    font-size: 1.25em;
    line-height: .63em;
  }

  .footer-logo-container {
    flex-direction: column;
    margin-left: 0;
  }

  .footer-nav-links {
    width: 61%;
    margin-top: 2.25em;
    margin-bottom: 2.25em;
  }

  .footer-nav-icon {
    width: 1.33em;
    margin-left: .75em;
    margin-right: .75em;
  }

  .footer-text {
    text-align: center;
    margin-bottom: 1em;
  }

  .menu-icon {
    width: 1.67em;
    left: 38%;
  }

  .menu-icon.popup {
    left: auto;
  }

  .menu-icon-text {
    display: flex;
  }

  .form-field {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .form-field.message.required {
    height: 15em;
  }

  .form-field.pristine {
    margin-top: 0;
    margin-bottom: 0;
  }

  .checkbox-label {
    margin-left: .75em;
  }

  .checkbox-container {
    justify-content: space-around;
    height: 33em;
    padding-bottom: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .checkbox-text {
    margin-bottom: 0;
    padding-left: 0;
  }

  .checkbox-field {
    justify-content: center;
    display: flex;
  }
}


