:root {
  --_primitives---opacity--neutral-darkest-15: #0a010b26;
  --_color-schemes---color-scheme-3--foreground: var(--_primitives---color--neutral-lightest);
  --_primitives---opacity--neutral-darkest-5: #0a010b0d;
  --_primitives---opacity--neutral-darkest-60: #0a010b99;
  --_typography---text-sizes--text-regular: 16px;
  --_primitives---color--neutral-darkest: #0a010b;
  --_spacing-sizing---page-padding--padding-global: 64px;
  --_color-schemes---color-scheme-1--background: var(--_primitives---color--neutral-darkest);
  --_color-schemes---color-scheme-1--text: var(--_primitives---color--white);
  --_primitives---color--white: #fff;
  --_typography---text-sizes--heading-1: 56px;
  --_typography---text-sizes--text-medium: 18px;
  --_spacing-sizing---section-padding--padding-section-large: 112px;
  --_typography---text-sizes--heading-2: 48px;
  --_color-schemes---color-scheme-3--background: var(--_primitives---color--white);
  --_color-schemes---color-scheme-3--border: var(--_primitives---opacity--neutral-darkest-15);
  --_spacing-sizing---max-width--max-width-large: 768px;
  --_color-schemes---color-scheme-4--background: var(--_primitives---color--neutral-lighter);
  --_color-schemes---color-scheme-3--text: var(--_primitives---color--neutral-darkest);
  --_spacing-sizing---section-padding--padding-section-medium: 80px;
  --_typography---text-sizes--text-small: 14px;
  --_typography---text-sizes--text-tiny: 12px;
  --_primitives---color--black: #000;
  --_primitives---opacity--white-20: #fff3;
  --_spacing-sizing---container--container-large: 1280px;
  --_typography---text-sizes--heading-6: 20px;
  --_color-schemes---color-scheme-4--text: var(--_primitives---color--neutral-darkest);
  --_spacing-sizing---max-width--max-width-medium: 560px;
  --_typography---text-sizes--heading-4: 32px;
  --_color-schemes---color-scheme-2--accent: var(--_primitives---color--white);
  --color: #af445f;
  --af445f: var(--_color-schemes---color-scheme-1--text);
  --_primitives---color--neutral-lighter: #dad8da;
  --_primitives---color--neutral-lightest: #f2f2f2;
  --_primitives---color--neutral-darker: #221a23;
  --_color-schemes---color-scheme-1--foreground: var(--_primitives---color--neutral-darker);
  --_ui-styles---radius--large: 0px;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---color--black-lightest: #e5e5e5;
}

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

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

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

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

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

.company-logo, .logo-wide-1 {
  overflow: hidden;
}

.button-style {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.chevron_right, .arrow_back {
  overflow: hidden;
}

.slider-arrow {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.arrow_forward, .placeholder-logo {
  overflow: hidden;
}

.text-input {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.text-area {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.type-your-message {
  color: var(--_primitives---opacity--neutral-darkest-60);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.checkbox {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.label-style {
  color: var(--_primitives---color--neutral-darkest);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.mail, .call, .location_on {
  overflow: hidden;
}

.placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.facebook, .instagram, .x, .linkedin, .youtube {
  overflow: hidden;
}

.home-desktop {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-1 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

.container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.column {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-links {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-style {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.nav-link-dropdown {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.chevron-down {
  overflow: hidden;
}

.actions {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header-30 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-image: linear-gradient(#0006, #0006), url('../images/Header--30-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  min-height: 900px;
  display: flex;
  overflow: hidden;
}

.medium-length-hero-headline-goes-here {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-1);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-41 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.component {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-wrapper {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.tagline {
  color: var(--_color-schemes---color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stats-1 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.row {
  grid-column-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.stat {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.gallery-16 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.slider-dots {
  grid-column-gap: 9px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.layout-596 {
  background-color: var(--_color-schemes---color-scheme-4--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.logos {
  grid-column-gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.gallery-15, .faq-7 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-item {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.question {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.cta-15 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-image: linear-gradient(#0006, #0006), url('../images/CTA--15-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 354px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contact-11 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 48px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.form-style {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 616px;
  text-decoration: none;
  display: flex;
}

.input {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name, .email, .message {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-info {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.links {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.quick-links {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.footer-links {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.home, .services, .gallery, .pricing, .contact {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us, .team, .reviews, .careers, .blog {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.phone, .location {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.newslatter {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  text-decoration: none;
  display: flex;
}

.frame-13 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subscribe {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.credits {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._2024-hair-salon-all-rights-reserved {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy, .terms-of-service, .cookie-settings {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.social-links {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.button-style-2 {
  color: var(--_primitives---color--neutral-darkest);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-3 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--black);
  background-color: var(--_primitives---color--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-4 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.button-style-5 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--white);
  background-color: var(--_primitives---color--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-6 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--white-20);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-7 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-8 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button-style-9 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-10 {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.slider-arrow-2 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-3 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.checkbox-2 {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  overflow: hidden;
}

.label-style-2 {
  color: var(--_primitives---color--neutral-darkest);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .21875rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  display: inline-block;
}

.label-style-3 {
  color: var(--_primitives---color--neutral-darkest);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
  display: inline-block;
}

.button-style-11 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--black);
  background-color: var(--_primitives---color--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.link-style-2 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.container-2 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-2 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions-2 {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.container-3 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.column-4 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions-3 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.content-style-3 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-2 {
  color: var(--_color-schemes---color-scheme-3--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-2 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-2 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-4 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-3 {
  color: var(--_color-schemes---color-scheme-3--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-4 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.heading-3 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-5 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-5 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-style-6 {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-7 {
  position: absolute;
  top: 0;
  left: 0;
}

.content-style-8 {
  position: absolute;
  top: 0;
  left: 1151px;
}

.content-style-9 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-10 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-3 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-4 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-6 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-11 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content-style-12 {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  text-decoration: none;
  display: flex;
}

.text-7 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-14 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-15 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-5 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.column-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-6 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-8 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.container-4 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-3 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-16 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-17 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-18 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-7 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-3 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.content-style-19 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 240px;
  text-decoration: none;
  display: flex;
}

.contact-info-2 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-20 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.actions-4 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.content-style-21 {
  grid-column-gap: 128px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 248px;
  display: flex;
}

.column-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.link-style-4 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.instagram-2, .facebook-2, .email-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.actions-5 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.form-style-2 {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.row-3 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.credits-2 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navbar-1-2 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

.link-text-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-12 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-13 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--black);
  background-color: var(--_primitives---color--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.header-30-2 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-image: linear-gradient(#0006, #0006), url('../images/Header--30-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 900px;
  min-height: 900px;
  display: flex;
  overflow: hidden;
}

.container-5 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-7 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here-2 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-1);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-2 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-14 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--white);
  background-color: var(--_primitives---color--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-15 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--white-20);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.layout-41-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-6 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-16 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stats-1-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tagline-5 {
  color: var(--_color-schemes---color-scheme-3--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-9 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-10 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-17 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.stat-2 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-11 {
  color: var(--_color-schemes---color-scheme-3--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-12 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.gallery-16-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-4 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-10 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-13 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.slider-arrow-4 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.layout-596-2 {
  background-color: var(--_color-schemes---color-scheme-4--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-22 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-23 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-6 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-11 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-14 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-5 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-6 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-2 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-2 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-15 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-24 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-12 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cta-15-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-image: linear-gradient(#0006, #0006), url('../images/CTA--15-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 354px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-13 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-16 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-11-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 48px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-7 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-5 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-2 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-2 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.email-3, .message-2 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-area-2 {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.button-style-18 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--black);
  background-color: var(--_primitives---color--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.heading-14 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-5 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-2 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-2, .services-2, .gallery-2, .pricing-2, .contact-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-2, .team-2, .reviews-2, .careers-2, .blog-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-3, .facebook-3, .email-4, .phone-2, .location-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-2, .terms-of-service-2, .cookie-settings-2 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.property-1default {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.property-1variant2 {
  grid-column-gap: 4px;
  background-color: #ff0c0c;
  border: 1px solid #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link-text-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.home-desktop-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navbar-1-3 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.button-style-19 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.button-style-20 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--black);
  background-color: var(--_primitives---color--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.header-30-3 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-image: linear-gradient(#0006, #0006), url('../images/Header--30-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 900px;
  min-height: 900px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-8 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.column-8 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.medium-length-hero-headline-goes-here-3 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-1);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-suspendisse-varius-enim-in-eros-elementum-tri-3 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-21 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--white);
  background-color: var(--_primitives---color--white);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-22 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--white-20);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.layout-41-3 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-9 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-15 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-17 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-23 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stats-1-3 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tagline-8 {
  color: var(--_color-schemes---color-scheme-3--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-16 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-18 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-24 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.stat-3 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-19 {
  color: var(--_color-schemes---color-scheme-3--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-20 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.gallery-16-3 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-6 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-17 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-21 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.slider-arrow-7 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.content-style-25 {
  position: absolute;
  top: 0;
  left: 1279px;
}

.layout-596-3 {
  background-color: var(--_color-schemes---color-scheme-4--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-26 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-27 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-9 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-18 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-22 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-3 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-8 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-9 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-3 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-3 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-3 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-23 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-28 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-19 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cta-15-3 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-image: linear-gradient(#0006, #0006), url('../images/CTA--15-.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  min-height: 354px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-20 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-24 {
  color: var(--_primitives---color--white);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-11-3 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 48px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-10 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-7 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-3 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-3 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.email-5, .message-3 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-area-3 {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.button-style-25 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--black);
  background-color: var(--_primitives---color--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.heading-21 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-6 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-3 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-3, .services-3, .gallery-3, .pricing-3, .contact-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-3, .team-3, .reviews-3, .careers-3, .blog-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-4, .facebook-4, .email-6, .phone-3, .location-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-3, .terms-of-service-3, .cookie-settings-3 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-style-7 {
  border: 1px solid #9747ff;
  border-radius: 5px;
  overflow: hidden;
}

.linkdefault {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-14 {
  background-color: #fff;
}

.untitled {
  border-style: solid;
  border-width: undefinedpx;
  color: #fff;
  text-shadow: 0 4px 4px #00000040;
  border-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 80px;
  font-weight: 800;
  line-height: 150%;
  text-decoration: none;
}

.frame-15 {
  overflow: hidden;
}

.property-1default-2 {
  background-color: #d43e67;
  border: 1px solid #000;
  border-radius: 20px;
}

.link-text-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-text-5 {
  color: #d43e67;
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.navbar-1-4 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.layout-41-4 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-11 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-22 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-25 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-26 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.stats-1-4 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.tagline-11 {
  color: var(--_color-schemes---color-scheme-3--text);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-23 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-26 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-27 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.stat-4 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-27 {
  color: var(--_color-schemes---color-scheme-3--text);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-28 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.gallery-16-4 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-12 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-8 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-24 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-29 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.slider-arrow-10 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.layout-596-4 {
  background-color: var(--_color-schemes---color-scheme-4--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-29 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.content-style-30 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-12 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-25 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-30 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-4 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-11 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-12 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-4 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-4 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-4 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-31 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-31 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-26 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.contact-11-4 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-bottom: var(--_spacing-sizing---section-padding--padding-section-large);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: var(--_color-schemes---color-scheme-3--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-13 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-9 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.name-4 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-4 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.email-7, .message-4 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-area-4 {
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  padding: 12px;
  display: flex;
  position: relative;
}

.button-style-28 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---color--black);
  background-color: var(--_primitives---color--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.heading-27 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-8 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-4 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: var(--_color-schemes---color-scheme-1--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-4, .services-4, .gallery-4, .pricing-4, .contact-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-4, .team-4, .reviews-4, .careers-4, .blog-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-5, .facebook-5, .email-8, .phone-4, .location-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-4, .terms-of-service-4, .cookie-settings-4 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-text-6 {
  border: 1px solid #9747ff;
  border-radius: 5px;
  overflow: hidden;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-14 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.frame-style {
  overflow: hidden;
}

.button-style-29 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-30 {
  color: var(--_primitives---color--neutral-darkest);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.navbar-1-5 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.link-text-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.link-text-8 {
  background-color: #d43e67;
  border: 1px solid #000;
  border-radius: 20px;
}

.frame-14-2 {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 0 4px 4px #00000040;
}

.layout-41-5 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  overflow: hidden;
}

.component-2 {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1280px;
  height: 174px;
  text-decoration: none;
  display: flex;
}

.button-style-31 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-28 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-32 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stats-1-5 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-15 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-13 {
  color: var(--_color-schemes---color-scheme-3--background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-29 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-33 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stat-5 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-34 {
  color: var(--_color-schemes---color-scheme-2--accent);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-35 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-36 {
  color: var(--_color-schemes---color-scheme-3--foreground);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.gallery-16-5 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-16 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-10 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-30 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-37 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-596-5 {
  background-color: #d43e67;
  overflow: hidden;
}

.content-style-32 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1451px;
  text-decoration: none;
  display: flex;
}

.content-style-33 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-14 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-31 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-38 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-5 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-13 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-14 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-5 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-5 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-5 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-39 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-34 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-32 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.contact-11-5 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-bottom: var(--_spacing-sizing---section-padding--padding-section-large);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-11 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-15 {
  color: var(--_color-schemes---color-scheme-2--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-33 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.row-4 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 522px;
  height: 140px;
  text-decoration: none;
  display: flex;
}

.heading-34 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-9 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.contact-info-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 249px;
  text-decoration: none;
  display: flex;
}

.link-style-10 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-5 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-5, .services-5, .gallery-5, .pricing-5, .contact-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-5, .team-5, .reviews-5, .careers-5, .blog-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-6, .facebook-6, .email-9, .phone-5, .location-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-5 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-5, .terms-of-service-5, .cookie-settings-5 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.navbar-1-6 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.link-text-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-41-6 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  overflow: hidden;
}

.button-style-32 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-35 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-40 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stats-1-6 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-17 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-16 {
  color: var(--_color-schemes---color-scheme-3--background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-36 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-41 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-33 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.stat-6 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-42 {
  color: var(--_color-schemes---color-scheme-2--accent);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-43 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-44 {
  color: var(--_color-schemes---color-scheme-3--foreground);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.gallery-16-6 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-18 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-12 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-37 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-45 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-35 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1451px;
  text-decoration: none;
  display: flex;
}

.content-style-36 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-17 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-38 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-46 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-6 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-15 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-16 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-6 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-6 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-6 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-47 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-37 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-39 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.contact-11-6 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-bottom: var(--_spacing-sizing---section-padding--padding-section-large);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-13 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-18 {
  color: var(--_color-schemes---color-scheme-2--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-40 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-41 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-11 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-style-12 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-6 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-6, .services-6, .gallery-6, .pricing-6, .contact-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-6, .team-6, .reviews-6, .careers-6, .blog-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-7, .facebook-7, .email-10, .phone-6, .location-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-6 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-6, .terms-of-service-6, .cookie-settings-6 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.navbar-1-7 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.link-text-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-41-7 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  overflow: hidden;
}

.button-style-34 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-42 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-48 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stats-1-7 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-19 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-19 {
  color: var(--_color-schemes---color-scheme-3--background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-43 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-49 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-35 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.stat-7 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-50 {
  color: var(--_color-schemes---color-scheme-2--accent);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-51 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-52 {
  color: var(--_color-schemes---color-scheme-3--foreground);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.gallery-16-7 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-20 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-14 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-44 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-53 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-38 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1451px;
  text-decoration: none;
  display: flex;
}

.content-style-39 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-20 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-45 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-54 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-7 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-17 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-18 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-7 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-7 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-7 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-55 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-40 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-46 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.contact-11-7 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-bottom: var(--_spacing-sizing---section-padding--padding-section-large);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-15 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-21 {
  color: var(--_color-schemes---color-scheme-2--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-47 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-48 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-13 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-style-14 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-7 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-7, .services-7, .gallery-7, .pricing-7, .contact-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-7, .team-7, .reviews-7, .careers-7, .blog-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-8, .facebook-8, .email-11, .phone-7, .location-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-7 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-7, .terms-of-service-7, .cookie-settings-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.navbar-1-8 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.link-text-11 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-41-8 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  overflow: hidden;
}

.button-style-36 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-49 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-56 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stats-1-8 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-21 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-22 {
  color: var(--_color-schemes---color-scheme-3--background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-50 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-57 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-37 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.stat-8 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-58 {
  color: var(--_color-schemes---color-scheme-2--accent);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-59 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-60 {
  color: var(--_color-schemes---color-scheme-3--foreground);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.gallery-16-8 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-22 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-16 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-51 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-61 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-41 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1451px;
  text-decoration: none;
  display: flex;
}

.content-style-42 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-23 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-52 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-62 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-8 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-19 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-20 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-8 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-8 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-8 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-63 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-43 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-53 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.contact-11-8 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-bottom: var(--_spacing-sizing---section-padding--padding-section-large);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-17 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-24 {
  color: var(--_color-schemes---color-scheme-2--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-54 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-55 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-15 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-style-16 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-8 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-8, .services-8, .gallery-8, .pricing-8, .contact-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-8, .team-8, .reviews-8, .careers-8, .blog-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-9, .facebook-9, .email-12, .phone-8, .location-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-8 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-8, .terms-of-service-8, .cookie-settings-8 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.navbar-1-9 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  height: 72px;
  text-decoration: none;
  display: flex;
}

.link-text-12 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-41-9 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  overflow: hidden;
}

.button-style-38 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-56 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-64 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stats-1-9 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-23 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-25 {
  color: var(--_color-schemes---color-scheme-3--background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-57 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-65 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-39 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.stat-9 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-66 {
  color: var(--_color-schemes---color-scheme-2--accent);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-67 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-68 {
  color: var(--_color-schemes---color-scheme-3--foreground);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.gallery-16-9 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-24 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-18 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-58 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-69 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-44 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1451px;
  text-decoration: none;
  display: flex;
}

.content-style-45 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-26 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-59 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-70 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-9 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-21 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-22 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-9 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-9 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-9 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-71 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-46 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-60 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.contact-11-9 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-bottom: var(--_spacing-sizing---section-padding--padding-section-large);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-19 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-27 {
  color: var(--_color-schemes---color-scheme-2--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-61 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-62 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-17 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-style-18 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-9 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1450px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-9, .services-9, .gallery-9, .pricing-9, .contact-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-9, .team-9, .reviews-9, .careers-9, .blog-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-10, .facebook-10, .email-13, .phone-9, .location-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-9 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-9, .terms-of-service-9, .cookie-settings-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.image {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.navbar {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 72px;
  display: flex;
}

.link-text-13 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.layout-41-10 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  overflow: hidden;
}

.button-style-40 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.heading-63 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-72 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.stats-1-10 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-25 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-28 {
  color: var(--_color-schemes---color-scheme-3--background);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-64 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-73 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.button-style-41 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.stat-10 {
  grid-row-gap: 8px;
  border-style: solid;
  border-width: 0 0 0 1px;
  border-color: var(--_color-schemes---color-scheme-3--border);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.text-74 {
  color: var(--_color-schemes---color-scheme-2--accent);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.text-75 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.text-76 {
  color: var(--_color-schemes---color-scheme-3--foreground);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
}

.gallery-16-10 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.container-26 {
  max-width: var(--_spacing-sizing---container--container-large);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-title-20 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-65 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-77 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-47 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1451px;
  text-decoration: none;
  display: flex;
}

.content-style-48 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-29 {
  color: var(--_color-schemes---color-scheme-4--text);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-66 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.text-78 {
  color: var(--_color-schemes---color-scheme-4--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.gallery-15-10 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.slider-arrow-23 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 0;
}

.slider-arrow-24 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_color-schemes---color-scheme-3--foreground);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 339px;
  left: 1232px;
}

.faq-7-10 {
  padding: var(--_spacing-sizing---section-padding--padding-section-large) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.list-10 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.question-10 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-medium);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-79 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.content-style-49 {
  max-width: var(--_spacing-sizing---max-width--max-width-medium);
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.heading-67 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-4);
  text-align: center;
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.contact-11-10 {
  padding-right: var(--_spacing-sizing---page-padding--padding-global);
  padding-bottom: var(--_spacing-sizing---section-padding--padding-section-large);
  padding-left: var(--_spacing-sizing---page-padding--padding-global);
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.section-title-21 {
  max-width: var(--_spacing-sizing---max-width--max-width-large);
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.tagline-30 {
  color: var(--_color-schemes---color-scheme-2--accent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.heading-68 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-2);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.heading-69 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--heading-6);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.link-style-19 {
  color: var(--_color-schemes---color-scheme-3--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.link-style-20 {
  color: var(--_color-schemes---color-scheme-2--accent);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.footer-2-10 {
  padding: var(--_spacing-sizing---section-padding--padding-section-medium) var(--_spacing-sizing---page-padding--padding-global);
  grid-row-gap: 80px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.quick-links-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.home-10, .services-10, .gallery-10, .pricing-10, .contact-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.our-salon-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.about-us-10, .team-10, .reviews-10, .careers-10, .blog-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.connect-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.instagram-11, .facebook-11, .email-14, .phone-10, .location-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.subscribe-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.get-the-latest-hair-trends-and-salon-updates-straight-to-your-inbox-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-regular);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-input-10 {
  grid-column-gap: 8px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-15);
  background-color: var(--_primitives---opacity--neutral-darkest-5);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  text-decoration: none;
  display: flex;
}

.by-subscribing-you-agree-to-our-privacy-policy-and-email-terms-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-tiny);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

._2024-hair-salon-all-rights-reserved-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.privacy-policy-10, .terms-of-service-10, .cookie-settings-10 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: var(--_typography---text-sizes--text-small);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.body {
  background-color: #000;
  font-family: Georgia, Times, Times New Roman, serif;
}

.section {
  clear: right;
  background-image: url('../images/image-2.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.div-block {
  text-align: left;
  background-color: #000;
  justify-content: flex-end;
  max-width: 1460px;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--_primitives---color--black);
  border-radius: 20px;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 20px;
  padding: 0 0 10px 377px;
  display: flex;
}

.button {
  -webkit-text-fill-color: inherit;
  background-color: #af445f;
  background-clip: border-box;
  border-radius: 20px;
  max-width: 1200px;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

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

.heading-70 {
  color: #fff;
  margin-top: 500px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 100px;
}

.paragraph {
  color: #fff;
  margin-bottom: 250px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.navbar1 {
  text-align: left;
  margin: 40px 30px 0 -1px;
  padding: 0 60px 0 411px;
}

.link {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.link:hover {
  color: #af445f;
}

.link-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.link-2:hover {
  color: #af445f;
}

.link-3, .link-4, .link-5, .link-6 {
  font-size: 20px;
}

.link-7 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.link-7:hover {
  color: var(--color);
  border: 1px solid #000;
}

.effect-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.effect-xsmall {
  box-shadow: 0 1px 2px #0000000f, 0 1px 3px #0000001a;
}

.effect-small {
  box-shadow: 0 2px 4px -2px #0000000f, 0 4px 8px -2px #0000001a;
}

.effect-medium {
  box-shadow: 0 4px 6px -2px #00000008, 0 12px 16px -4px #00000014;
}

.effect-large {
  box-shadow: 0 8px 8px -4px #00000008, 0 20px 24px -4px #00000014;
}

.effect-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.effect-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.text-headingh1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
}

.text-headingh2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 120%;
}

.text-headingh3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.text-headingh4 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.text-headingh5 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
}

.text-headingh6 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-headingtagline {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-textlargelight {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 150%;
}

.text-textlargenormal {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.text-textlargemedium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.text-textlargesemi-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.text-textlargebold, .text-textlargeextra-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.text-textlargelink {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.text-textmediumlight {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.text-textmediumnormal {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-textmediummedium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-textmediumsemi-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
}

.text-textmediumbold, .text-textmediumextra-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.text-textmediumlink {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.text-textregularlight {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.text-textregularnormal {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-textregularmedium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.text-textregularsemi-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.text-textregularbold, .text-textregularextra-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.text-textregularlink {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.text-textsmalllight {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.text-textsmallnormal {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-textsmallmedium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.text-textsmallsemi-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.text-textsmallbold, .text-textsmallextra-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.text-textsmalllink {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.text-texttinylight {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
}

.text-texttinynormal {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.text-texttinymedium {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.text-texttinysemi-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 150%;
}

.text-texttinybold, .text-texttinyextra-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
}

.text-texttinylink {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.container-27 {
  padding: 60px;
}

.section-2 {
  background-color: #000;
  padding: 60px 10vw;
}

.heading-71 {
  float: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 377px;
  padding-right: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: visible;
}

.section-3 {
  background-color: #fff;
  background-image: url('../images/image-2.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  max-width: 2000px;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 11vw;
}

.column-9 {
  padding-left: 0;
  overflow: clip;
}

.container-28 {
  margin-left: 137px;
  padding-left: 0;
}

.paragraph-2 {
  background-color: #7e3232;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 220px;
  font-size: 20px;
  line-height: 25px;
}

.column-10 {
  clear: left;
  padding-left: 153px;
  padding-right: 0;
  position: static;
}

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

.image-2 {
  width: 350px;
  height: 400px;
  box-shadow: 0 2px 5px 9px #691129;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area" 1fr
                 "."
                 / 1fr;
  grid-auto-flow: row;
  place-items: center;
  max-width: 600px;
  padding-top: 15px;
  padding-left: 15px;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 70px;
  padding-top: 15px;
  font-size: 30px;
  line-height: 30px;
}

.paragraph-5 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}

.container-29 {
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.paragraph-6 {
  box-sizing: content-box;
  aspect-ratio: auto;
  color: #fff;
  object-fit: fill;
  width: 650px;
  max-width: 1200px;
  margin-top: 25px;
  margin-bottom: 4px;
  font-size: 35px;
  line-height: 35px;
}

.column-12 {
  padding: 60px 0 101px 285px;
}

.container-30 {
  width: 2000px;
  max-width: 1200px;
}

.container-31 {
  max-width: 1800px;
  padding: 60px 60px 60px 20px;
}

.paragraph-7 {
  color: var(--_color-schemes---color-scheme-1--text);
}

.heading-72 {
  color: #fff4f4;
  border: 1px solid #000;
  border-radius: 13px;
  margin-bottom: 40px;
  font-size: 90px;
  transform: translate(11px);
}

.columns {
  max-height: 200px;
}

.section4 {
  margin: 0;
  padding: 60px;
}

.section-4, .section-5 {
  padding: 60px;
}

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

.paragraph-8 {
  color: #fff;
  font-size: 25px;
  line-height: 25px;
}

.paragraph-9 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-size: 25px;
  line-height: 25px;
}

.div-block-3 {
  border: 1px solid #af445f;
  max-width: 190px;
  max-height: 400px;
  margin-top: 82px;
  margin-bottom: 158px;
  margin-left: 68px;
  padding-bottom: 0;
}

.container-32 {
  margin-top: 4px;
  padding-bottom: 0;
}

.section-5-copy {
  background-color: #af445f;
  background-image: linear-gradient(#af445f 4%, #000 53%);
  padding: 60px;
}

.section-6 {
  padding: 60px 10vw;
  font-size: 35px;
  line-height: 35px;
}

.heading-73 {
  color: var(--_color-schemes---color-scheme-2--accent);
  text-align: center;
  margin-top: 29px;
  margin-bottom: -62px;
  font-size: 40px;
}

.container-33 {
  max-width: 1200px;
  margin-top: 106px;
  padding-top: 68px;
}

.grid-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 3000px;
}

.image-3 {
  max-width: 100%;
  margin-top: -43px;
  padding-top: 0;
  text-decoration: none;
  position: static;
}

.image-4 {
  margin-top: -43px;
}

.image-5 {
  vertical-align: baseline;
}

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

.container-34 {
  max-width: 1200px;
}

.image-6 {
  margin-top: -1px;
  margin-left: 16px;
  box-shadow: 0 2px 5px 9px #af445f;
}

.paragraph-10 {
  font-size: 30px;
  line-height: 30px;
}

.paragraph-11 {
  font-size: 35px;
}

.paragraph-12 {
  color: #fff8f8;
  margin-top: 29px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 35px;
  position: static;
}

.paragraph-13 {
  font-size: 35px;
  line-height: 35px;
}

.paragraph-14 {
  color: #fffefe;
  margin-top: 34px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.div-block-4 {
  margin-left: -170px;
}

.paragraph-15 {
  color: #fff;
}

.paragraph-16 {
  color: #fffdfd;
  margin-top: 82px;
  font-size: 35px;
  line-height: 40px;
}

.paragraph-17 {
  color: #fff;
  margin-top: 118px;
  font-size: 35px;
  line-height: 40px;
}

.image-7 {
  margin-left: 103px;
}

.image-8 {
  margin-top: 104px;
}

.grid-5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
}

.heading-74 {
  color: #fff;
  margin-bottom: 60px;
  font-size: 70px;
}

.div-block-5 {
  color: #af445f;
  background-color: #af445f;
  height: 3px;
  margin-bottom: 50px;
}

.div-block-6 {
  background-color: #af445f;
  height: 3px;
  margin-top: 50px;
}

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

.grid-7 {
  grid-template: "Area"
                 "."
                 "."
                 "."
                 "."
                 "Area-5"
                 "Area-4"
                 "Area-3"
                 "Area-2"
                 / 1fr;
}

.columns-2 {
  margin-top: 67px;
  margin-bottom: -153px;
  padding-top: 0;
  padding-bottom: 0;
}

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

.paragraph-18 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.div-block-7 {
  color: #af445f;
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-right: 70px;
}

.div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13 {
  color: #af445f;
  margin-bottom: 20px;
  padding-right: 70px;
}

.paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
  font-size: 35px;
}

.div-block-14 {
  max-width: 900px;
  margin-left: 40px;
}

.paragraph-26 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 20px;
}

.paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.div-block-15 {
  max-height: 5px;
}

.div-block-16, .div-block-17, .div-block-18, .div-block-19, .div-block-20, .div-block-21 {
  margin-left: 40px;
}

.container-35 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.section-8 {
  padding-left: 10vw;
  padding-right: 10vw;
}

.section-9 {
  background-image: url('../images/image-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  max-width: 2000px;
  margin: 0 auto;
  padding: 20px 11vw 10px;
  font-size: 50px;
}

.section-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid-9 {
  grid-template-rows: auto auto auto;
}

.grid-10 {
  grid-template-rows: auto auto;
}

.paragraph-32 {
  color: #fff;
  margin-bottom: 113px;
  padding-top: 37px;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 30px;
  line-height: 30px;
}

.heading-75 {
  color: #fff;
  max-width: 1600px;
  margin-top: 76px;
  margin-bottom: 60px;
  font-size: 60px;
  line-height: 60px;
}

.section11 {
  padding: 60px 10vw;
}

.grid-11 {
  grid-template-rows: auto auto auto auto auto;
}

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

.image-9 {
  border-radius: 20px;
  margin-left: 13px;
}

.heading-76 {
  color: #fff;
  margin-top: 0;
  font-size: 40px;
  text-decoration: underline;
}

.heading-77 {
  color: var(--_color-schemes---color-scheme-3--background);
  font-size: 40px;
}

.paragraph-33 {
  color: #fff;
  cursor: pointer;
  font-family: Inter, sans-serif;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-33:hover {
  pointer-events: auto;
  color: #af445f;
}

.heading-78 {
  color: #fff;
}

.paragraph-34 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-34:hover {
  color: #af445f;
}

.heading-79 {
  color: #fff;
  font-size: 40px;
}

.paragraph-35 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  text-decoration: underline;
}

.paragraph-35:hover {
  color: #af445f;
}

.grid-13 {
  grid-template-rows: auto auto;
  grid-template-areas: "."
                       "Area";
}

.heading-80 {
  color: #fff;
  margin-top: 361px;
  margin-left: 0;
  font-size: 70px;
  line-height: 80px;
}

.paragraph-36 {
  color: #fff;
  margin-left: 0;
  padding-bottom: 147px;
  font-family: Inter, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.container-36 {
  max-width: 1200px;
}

.grid-14 {
  max-width: 1600px;
  margin-left: 100px;
  margin-right: 100px;
}

.image-10 {
  border-radius: 20px;
  margin-top: 60px;
}

.grid-15 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-areas: ". Area";
  max-width: 1800px;
  padding: 0;
}

.heading-81 {
  color: #fff;
  padding-top: 56px;
  font-size: 50px;
}

.div-block-24 {
  padding-top: 0;
}

.div-block-28, .div-block-29, .div-block-30 {
  margin-left: 40px;
}

.paragraph-37 {
  color: #fff3f3;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.paragraph-38 {
  color: var(--_color-schemes---color-scheme-1--text);
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.paragraph-39 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.div-block-31 {
  margin-bottom: 20px;
  padding-bottom: 0;
  padding-right: 70px;
}

.div-block-32, .div-block-33 {
  margin-bottom: 20px;
  padding-right: 70px;
}

.paragraph-40, .paragraph-41, .paragraph-42 {
  color: #af445f;
  font-size: 35px;
}

.hamburger-dash {
  flex-flow: row;
  display: none;
}

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

.heading-82 {
  color: #fff9f9;
  text-align: center;
  margin-top: 80px;
  font-size: 45px;
}

.carousel-cointainer {
  text-align: left;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-cointainer {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  text-align: left;
  background-color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  left: 0;
}

.image-11, .image-11-copy, .logo {
  height: 80px;
}

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

.section-11 {
  padding: 60px 10vw;
}

.paragraph-43 {
  color: #fff;
  margin-left: 175px;
  font-size: 18px;
  text-decoration: underline;
}

.paragraph-43:hover {
  color: #af445f;
}

.paragraph-44 {
  color: #fff;
  font-size: 18px;
}

.paragraph-45 {
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
}

.paragraph-45:hover {
  color: #a9445f;
}

.image-12 {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}

.image-13 {
  margin-left: 0;
  padding-right: 0;
}

.div-block-36 {
  margin-left: 34px;
}

.div-block-37 {
  flex-flow: column;
  margin-left: 0;
  display: flex;
}

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

.paragraph-46 {
  color: #fff;
  margin-top: 4px;
  text-decoration: underline;
}

.paragraph-46:hover {
  color: #af445f;
}

.image-14 {
  margin-bottom: 0;
  margin-left: 0;
}

.paragraph-47 {
  color: #fff;
  flex-flow: column;
  margin-top: 4px;
  margin-left: 0;
  display: flex;
}

.paragraph-47:hover {
  color: #af445f;
}

.image-15 {
  height: 25px;
  margin-left: -3px;
}

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

.text-block {
  color: #fff;
  font-weight: 400;
}

.text-block-2 {
  color: var(--_color-schemes---color-scheme-1--text);
}

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

.div-block-43 {
  grid-column-gap: 300px;
  grid-row-gap: 300px;
  flex-flow: wrap;
  max-width: 1400px;
  margin-left: 10px;
  display: flex;
}

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

.div-block-44 {
  margin-left: -267px;
  display: flex;
}

.text-block-4 {
  color: #fff1f1;
}

.div-block-45 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  padding-left: 10px;
  display: flex;
}

.div-block-46 {
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-5:hover {
  color: #af445f;
}

.text-block-6 {
  color: #fff;
  font-family: Inter, sans-serif;
  text-decoration: none;
}

.text-block-6:hover {
  color: #af445f;
}

.text-block-8 {
  color: #fff;
  font-family: Inter, sans-serif;
  display: flex;
}

.text-block-8:hover {
  color: #af445f;
}

.div-block-47 {
  flex-flow: column;
  display: flex;
}

.link-block {
  max-width: 180px;
}

.link-block-2 {
  max-width: 170px;
}

.image-16 {
  margin-top: 14px;
}

.image-16:hover {
  box-shadow: 10px 10px 10px 3px #af445f;
}

.slider {
  max-width: 1000px;
}

.horizontalscrollcontainer {
  overflow: hidden;
}

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

.horizontal-dash-section {
  height: 300vh;
}

.container-38 {
  max-width: none;
  min-height: 100vw;
  margin-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.height {
  background-image: linear-gradient(#000, #fff);
  min-width: 0;
  height: 400vh;
  min-height: 0;
  position: relative;
  overflow: visible;
}

.div-block-48 {
  position: sticky;
  top: 0;
}

.sticky {
  flex-flow: row;
  width: 100%;
  height: 60vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: auto;
}

.mover {
  width: auto;
  display: flex;
}

.flexoffset {
  display: flex;
}

.fullpage {
  height: 100vh;
}

.fullpage.is-horizontalscrollsectiom {
  width: 100vw;
  display: flex;
}

.fullpage.ishorizontalscrollsection {
  border: 1px solid red;
  border-radius: 2px;
  width: 70vw;
  height: 60vh;
  position: static;
}

.heighttt {
  background-image: linear-gradient(#000, #fff);
  height: 60vh;
  position: relative;
  overflow: visible;
}

.moverr, .flexoffsett {
  display: flex;
}

.div-block-49 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.grid-19 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-51:hover {
  box-shadow: 0 2px 10px 15px #af445f;
}

.div-block-52 {
  padding: 60px;
}

.div-block-53 {
  box-shadow: 0 2px 5px 15px #0003;
}

.div-block-53:hover {
  box-shadow: 0 0 10px 14px #af445f;
}

.div-block-54:hover {
  box-shadow: 0 2px 10px 15px #af445f;
}

.div-block-55 {
  box-shadow: 0 2px 10px 15px #0003;
}

.div-block-55:hover, .div-block-56:hover, .div-block-57:hover, .div-block-58:hover, .div-block-59:hover, .div-block-60:hover, .div-block-61:hover {
  box-shadow: 0 2px 10px 15px #af445f;
}

.grid-20 {
  grid-template-rows: auto auto auto;
}

.paragraph-48 {
  color: #543d3d;
}

.paragraph-49 {
  color: #fff;
  margin-top: 76px;
  font-family: Inter, sans-serif;
  font-size: 35px;
  line-height: 35px;
}

.image-17 {
  margin-left: 140px;
}

.paragraph-50 {
  color: #fff;
}

.paragraph-51 {
  color: #fffcfc;
  margin-top: 118px;
  font-family: Inter, sans-serif;
}

.paragraph-52 {
  color: #fff;
  margin-top: 91px;
  font-family: Inter, sans-serif;
}

.paragraph-53 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.div-block-65 {
  margin-left: 40px;
}

.div-block-66 {
  margin-bottom: 20px;
  padding-right: 70px;
}

.paragraph-54 {
  color: #af445f;
  font-size: 35px;
}

.div-block-67 {
  margin-left: 40px;
}

.paragraph-55 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 30px;
}

.paragraph-56 {
  color: var(--color);
  font-size: 35px;
}

.div-block-68 {
  margin-bottom: 20px;
  padding-right: 70px;
}

.div-block-69 {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-57 {
  color: #333;
  font-size: 20px;
}

.paragraph-58 {
  color: #007bff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
}

.paragraph-58:hover {
  color: #00e1ff;
}

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

.paragraph-59 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.div-block-70 {
  margin: 40px auto;
}

.body-2 {
  background-color: #000;
}

.section-12 {
  color: #000;
}

.body-3 {
  background-color: #000;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container-14 {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-left: -169px;
    padding-left: 40px;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    margin-left: 100px;
    padding-left: 0;
  }

  .navbar1 {
    text-align: left;
    margin-left: -11px;
    margin-right: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-3 {
    background-position: 50%;
  }

  .container-31 {
    padding-right: 20px;
  }

  .section4 {
    max-width: 768px;
  }

  .container-32 {
    padding-left: 140px;
  }

  .heading-73 {
    max-width: 1000px;
  }

  .container-33 {
    max-height: 200px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .image-6 {
    margin-top: 112px;
  }

  .paragraph-12 {
    text-align: center;
    padding-left: 46px;
  }

  .paragraph-14 {
    padding-left: 46px;
  }

  .paragraph-16 {
    padding-left: 62px;
  }

  .image-7 {
    margin-top: 101px;
  }

  .image-8 {
    margin-top: 286px;
  }

  .paragraph-18, .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31 {
    line-height: 30px;
  }

  .grid-10 {
    margin-bottom: -123px;
    padding-top: 83px;
    padding-bottom: 0;
  }

  .paragraph-32 {
    padding-top: 0;
  }

  .heading-75 {
    justify-content: center;
    align-items: center;
    width: 600px;
    max-width: 600px;
    margin-right: 60px;
    display: block;
  }

  .heading-81 {
    padding-bottom: 5px;
  }

  .div-block-24 {
    padding-top: 0;
  }

  .logo-cointainer {
    grid-column-gap: 69px;
    grid-row-gap: 69px;
  }

  .div-block-37 {
    margin-left: 0;
  }

  .div-block-38 {
    margin-left: -43px;
  }

  .div-block-39 {
    margin-left: -145px;
  }

  .div-block-40 {
    margin-right: 36px;
  }

  .div-block-42 {
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: wrap;
  }

  .div-block-43 {
    grid-column-gap: 300px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-45 {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    padding-left: 0;
  }

  .sticky {
    height: 60vh;
  }

  .moverr {
    flex-flow: row;
  }

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

  .grid-19 {
    display: flex;
    overflow: auto;
  }

  .div-block-51, .div-block-53, .div-block-54, .div-block-55, .div-block-56, .div-block-57, .div-block-58, .div-block-59, .div-block-60, .div-block-61 {
    min-width: 200px;
  }

  .paragraph-49 {
    margin-top: -59px;
    font-size: 30px;
    line-height: 30px;
  }

  .image-17 {
    margin-bottom: 19px;
    margin-left: 61px;
    margin-right: 37px;
  }

  .paragraph-51 {
    margin-top: 33px;
    font-size: 30px;
    line-height: 30px;
  }

  .paragraph-52 {
    margin-top: 48px;
  }

  .paragraph-53, .paragraph-55 {
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .div-block-2 {
    z-index: 2;
    clear: none;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    text-align: center;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-end;
    width: 60%;
    max-width: 500px;
    min-height: 50vh;
    max-height: 600px;
    margin-bottom: 0;
    margin-left: -64%;
    padding: 0 60px;
    display: inline-flex;
    position: fixed;
    inset: 0%;
  }

  .navbar1 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .link-7 {
    text-align: left;
  }

  .section-2 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section-3 {
    margin-left: 0;
  }

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

  .paragraph-6 {
    text-align: center;
    width: 400px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 5vw;
  }

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

  .container-31 {
    padding-right: 20px;
  }

  .columns {
    text-align: center;
    max-height: 0;
  }

  .section4 {
    margin-bottom: 0;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .section-5-copy {
    background-image: linear-gradient(#eb3c68 4%, #000 53%);
  }

  .section-6 {
    margin-left: 2px;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .container-33 {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .grid-3 {
    margin-left: -92px;
    margin-right: -88px;
    padding-left: 0;
  }

  .image-3, .image-4 {
    margin-top: -42px;
  }

  .image-6 {
    margin-left: -29px;
  }

  .paragraph-12, .paragraph-14 {
    text-align: center;
    padding-left: 0;
  }

  .paragraph-16 {
    margin-left: 41px;
    margin-right: auto;
    padding-left: 0;
    font-size: 30px;
  }

  .paragraph-17 {
    margin-left: -124px;
    font-size: 35px;
  }

  .image-7 {
    margin-left: 32px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-8 {
    margin-top: 204px;
  }

  .section-9 {
    max-height: 800px;
  }

  .grid-10 {
    margin-bottom: -10px;
    padding-top: 55px;
  }

  .paragraph-32 {
    text-align: center;
    font-size: 25px;
  }

  .heading-75 {
    font-size: 45px;
    line-height: 50px;
  }

  .heading-80 {
    font-size: 65px;
  }

  .div-block-22 {
    margin-top: 0;
    margin-bottom: 24px;
    margin-left: 56px;
  }

  .column-13 {
    text-align: center;
    padding-left: 0;
  }

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

  .grid-15 {
    padding-right: 0;
  }

  .heading-81 {
    color: var(--_color-schemes---color-scheme-3--background);
    text-align: center;
    margin-bottom: 55px;
  }

  .div-block-24 {
    margin-bottom: -161px;
  }

  .div-block-25 {
    margin: auto;
  }

  .hamburger-dash {
    z-index: 5;
    color: #af445f;
    cursor: pointer;
    background-color: #af445f;
    width: 48px;
    height: 48px;
    margin-bottom: 48px;
    margin-left: 34px;
    margin-right: 175px;
    display: flex;
    position: relative;
  }

  .section-11 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .paragraph-45 {
    width: 150px;
  }

  .div-block-37 {
    margin-left: -242px;
  }

  .div-block-40 {
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-41 {
    margin-left: -26px;
    margin-right: 60px;
  }

  .div-block-43 {
    grid-row-gap: 0px;
  }

  .div-block-45 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    font-size: 12px;
  }

  .container-37 {
    width: auto;
    max-width: none;
    font-size: 10px;
  }

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

  .grid-19 {
    display: flex;
    overflow: auto;
  }

  .div-block-51, .div-block-53, .div-block-54, .div-block-55, .div-block-56, .div-block-57, .div-block-58, .div-block-59, .div-block-60, .div-block-61 {
    min-width: 200px;
  }

  .image-17 {
    margin-left: 0;
  }

  .paragraph-52 {
    font-size: 30px;
  }

  .image-18 {
    margin-top: 105px;
  }

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

@media screen and (max-width: 479px) {
  .instagram {
    opacity: 1;
  }

  .medium-length-hero-headline-goes-here-3 {
    flex: 1;
    display: block;
  }

  .container-14 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .div-block-2 {
    justify-content: center;
    align-items: center;
    width: 60%;
    max-width: 500px;
    min-height: 50vh;
    max-height: 600px;
    margin-top: 0;
    margin-left: -64%;
  }

  .link-7 {
    margin-top: 100px;
  }

  .section-3 {
    background-position: 55%;
    margin-right: 0;
    padding-left: 11vw;
    position: sticky;
  }

  .container-29 {
    display: block;
  }

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

  .section-5-copy {
    padding: 10vw;
  }

  .heading-73 {
    text-align: center;
    width: 300px;
    max-width: 100%;
    margin-left: -86px;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 30px;
  }

  .image-6 {
    text-align: center;
    width: 100vw;
    margin-top: 0;
    margin-left: -47px;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph-12 {
    width: 100vw;
    max-width: 420px;
    height: 150px;
    max-height: 150vw;
    margin-top: 65px;
    margin-left: -44px;
    font-size: 16px;
  }

  .paragraph-14 {
    width: 100vw;
    max-width: 420px;
    height: 100px;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: -40px;
    font-size: 16px;
  }

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

  .grid-5 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-74 {
    text-align: center;
    width: 100vw;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .div-block-5 {
    text-align: left;
    width: 100%;
    max-width: 70vw;
    margin-left: 0;
    text-decoration: none;
  }

  .div-block-6 {
    width: 100%;
    max-width: 70vw;
    margin-left: 6px;
  }

  .grid-8 {
    margin-left: -30px;
  }

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

  .div-block-7, .div-block-8, .div-block-9, .div-block-10, .div-block-11, .div-block-12, .div-block-13 {
    padding-top: 10px;
  }

  .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22, .paragraph-23, .paragraph-24, .paragraph-25 {
    font-size: 30px;
  }

  .paragraph-26, .paragraph-27, .paragraph-28, .paragraph-29, .paragraph-30, .paragraph-31 {
    font-size: 17px;
  }

  .grid-10 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-32 {
    margin-bottom: 172px;
    margin-left: -11px;
    padding-right: 0;
    font-size: 17px;
  }

  .heading-75 {
    margin-right: 0;
    font-size: 40px;
  }

  .image-9 {
    margin-left: 0;
    margin-right: -20px;
  }

  .heading-76, .heading-77 {
    font-size: 30px;
  }

  .paragraph-33 {
    font-size: 17px;
  }

  .heading-78 {
    font-size: 30px;
  }

  .paragraph-34 {
    font-size: 17px;
  }

  .heading-79 {
    font-size: 30px;
  }

  .paragraph-35 {
    font-size: 17px;
  }

  .grid-13 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    text-align: center;
    place-items: center;
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .heading-80 {
    text-align: center;
    width: 100vw;
    max-width: 350px;
    margin-left: -61px;
    padding-left: 11vw;
    padding-right: 11vw;
    font-size: 30px;
  }

  .paragraph-36 {
    text-align: center;
    width: 80vw;
    margin-left: -37px;
    padding-left: 11vw;
    padding-right: 11vw;
    font-size: 18px;
  }

  .div-block-22 {
    padding-right: 0;
  }

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

  .div-block-23 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-81 {
    margin-top: -19px;
    margin-bottom: 0;
    padding-top: 27px;
    padding-bottom: 40px;
    font-size: 28px;
  }

  .div-block-26 {
    margin-right: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-27 {
    margin-left: -53px;
  }

  .paragraph-37, .paragraph-38, .paragraph-39 {
    font-size: 17px;
  }

  .paragraph-40, .paragraph-41, .paragraph-42 {
    font-size: 30px;
  }

  .hamburger-dash {
    margin-bottom: 51px;
    margin-left: 40px;
    margin-right: 77px;
    padding-left: 0;
  }

  .div-block-34 {
    margin-left: -69px;
  }

  .div-block-35 {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .grid-16 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .heading-82 {
    text-align: center;
    width: 100vw;
    max-width: 400px;
    margin-left: -87px;
    padding-left: 10vw;
    padding-right: 10vw;
    font-size: 20px;
  }

  .logo-cointainer {
    grid-column-gap: 250px;
    grid-row-gap: 250px;
    min-width: 300%;
    height: 42%;
  }

  .grid-17, .section-11 {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .paragraph-43 {
    width: 100px;
    margin-left: 102px;
    font-size: 12px;
  }

  .paragraph-45 {
    flex-flow: column;
    max-width: 100px;
    margin-left: -210px;
    font-size: 12px;
    display: flex;
    position: static;
  }

  .div-block-39 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .div-block-42 {
    padding-top: 30px;
  }

  .div-block-44 {
    margin-top: 30px;
  }

  .div-block-45 {
    grid-column-gap: 71px;
    grid-row-gap: 71px;
    text-align: center;
    flex-flow: column;
  }

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

  .text-block-8 {
    outline-offset: 0px;
    outline: 3px #af445f;
    font-weight: 400;
  }

  .container-37 {
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .heighttt {
    height: 44vh;
  }

  .grid-19 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: row;
    display: flex;
    overflow: auto;
  }

  .div-block-51 {
    min-width: 200px;
    display: flex;
  }

  .div-block-53, .div-block-54, .div-block-55, .div-block-56, .div-block-57, .div-block-58, .div-block-59, .div-block-60, .div-block-61 {
    min-width: 200px;
  }

  .grid-20 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    min-width: 40%;
    display: block;
    overflow: visible;
  }

  .div-block-62 {
    min-width: 200px;
  }

  .paragraph-49 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 39px;
    font-size: 20px;
  }

  .paragraph-51, .paragraph-52 {
    text-align: center;
    font-size: 20px;
  }

  .div-block-63, .div-block-64 {
    min-width: 200px;
  }

  .image-19 {
    margin-bottom: 24px;
  }

  .paragraph-53 {
    font-size: 17px;
  }

  .paragraph-54 {
    font-size: 30px;
  }

  .paragraph-55 {
    font-size: 17px;
  }

  .paragraph-56 {
    font-size: 30px;
  }

  .paragraph-58 {
    font-size: 12px;
  }

  .div-block-71 {
    text-align: left;
    cursor: pointer;
    margin-left: 13px;
  }

  .link-block-4, .link-block-5, .link-block-6, .link-block-7 {
    text-decoration: none;
  }
}

#w-node-d170e98e-a250-08eb-8a01-962ac53a34cc-cd5b47d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e07ff51e-6add-d4a2-44cd-c8ac7295c8f7-cd5b47d0 {
  grid-area: Area;
}

#w-node-_1283410e-f26c-63c2-cae9-230269a83a00-cd5b47d0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-_0977f0aa-ba82-8ca2-ba98-53835d96f07b-cd5b47d0 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_186d5607-8366-8022-d0d9-9fbba4ab66ca-cd5b47d0 {
  justify-self: center;
}

#w-node-acd6e4ff-deb9-1562-c3df-6843a55f65a0-cd5b47d0 {
  justify-self: auto;
}

#w-node-bbfb7cbf-1847-9f23-8e68-932f0f5d74fe-cd5b47d0, #w-node-_7555c0b8-06b6-129d-4b29-7dd236fa0399-cd5b47d0, #w-node-_584f8d79-53e0-8534-4aa0-59a9b0e05105-cd5b47d0, #w-node-ae283484-73b4-cce7-ad99-aa97ca4a7659-cd5b47d0, #w-node-_35151562-ec07-1bcc-2205-f06fdffede51-cd5b47d0, #w-node-_822088b8-6a09-3df3-3167-993e3c6f8f69-cd5b47d0, #w-node-_02033fc6-5ca5-4f1a-a47f-5e986c871ef2-cd5b47d0, #w-node-_09029382-716c-d684-8e90-fd8a4a457fde-cd5b47d0, #w-node-_18fe9641-acdb-1a07-6c16-479a3b76e774-cd5b47d0, #w-node-e8f96951-d023-94a1-74e4-a98a17e9efd4-cd5b47d0, #w-node-_82180d1e-09a4-401d-f6bc-0517c8840600-cd5b47d0, #w-node-_709b0b21-c04c-50cb-ba7c-057b671c91be-cd5b47d0 {
  justify-self: end;
}

#w-node-_2dfd4228-c9cf-3b91-0b31-871de730222c-cd5b47d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3eaa841c-04cc-fcf7-1aab-661251349c5f-cd5b47d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-d170e98e-a250-08eb-8a01-962ac53a34cc-cd5b47d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }
}


