.homepage-hero {
  position: relative;
  width: 100%;
  height: 82.8rem;
  padding-block-end: 3rem;
  overflow: hidden;
  background-color: #ffffff;
  margin-inline: calc(-50vw + 50%);
  width: 100vw;
  max-width: 100vw;
  --hero-padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.homepage-hero__background {
  position: absolute;
  inset: 0;
  inset-block-end: 3rem;
  z-index: 0;
  overflow: hidden;
  border-end-start-radius: 3rem;
  border-end-end-radius: 3rem;
  inset-inline-start: var(--hero-padding-inline);
  inset-inline-end: var(--hero-padding-inline);
  width: auto;
}
.homepage-hero__background-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-end-start-radius: 3rem;
  border-end-end-radius: 3rem;
}
.homepage-hero__background-image--mobile {
  display: block;
  -o-object-position: right center;
     object-position: right center;
}
@media (min-width: 768px) {
  .homepage-hero__background-image--mobile {
    display: none;
  }
}
.homepage-hero__background-image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .homepage-hero__background-image--desktop {
    display: block;
    border-start-start-radius: 1.5rem;
    border-end-start-radius: 4rem;
    border-end-end-radius: 15rem;
  }
}
.homepage-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.homepage-hero__overlay-shape {
  position: absolute;
  inset-inline-start: -0.2rem;
  inset-block-start: 0;
  width: 37.9001rem;
  height: 85.55rem;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 768px) {
  .homepage-hero__overlay-shape {
    display: none;
  }
}
.homepage-hero__overlay-shape-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: start;
     object-position: start;
  display: block;
}
.homepage-hero__logo {
  position: relative;
  padding: 11.1rem 4rem 0 4rem;
  z-index: 3;
}
@media (min-width: 768px) {
  .homepage-hero__logo {
    padding: 20.1rem 0 0 0;
  }
}
.homepage-hero__logo-image {
  width: 16.1568rem;
  height: 6.1rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .homepage-hero__logo-image {
    width: 23.573rem;
    height: 8.9rem;
  }
}
.homepage-hero__container {
  z-index: 2;
  padding: 0 4rem 5rem 4rem;
}
.homepage-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  color: #ffffff;
}
.homepage-hero h1.homepage-hero__title {
  color: #ffffff;
  font-family: "Nohemi", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.14rem;
  margin: 0;
  max-width: 23.2rem;
}
.homepage-hero h1.homepage-hero__title > *:not(strong):not(em) {
  color: #ffffff;
  font-family: "Nohemi", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.14rem;
}
.homepage-hero h1.homepage-hero__title strong {
  color: #ffffff;
  font-family: "Nohemi", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.28rem;
}
.homepage-hero h1.homepage-hero__title em {
  color: #ffffff;
  font-family: "Nohemi", sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 0.28rem;
}
.homepage-hero__cta {
  display: flex;
  justify-content: flex-start;
}
.homepage-hero__cta .button.button-hero-mobile.primary {
  width: 18.2rem;
  height: 4.3rem;
  padding: 0;
  padding-inline-start: 1rem;
  padding-inline-end: 0;
  gap: 0.4rem;
  color: #ffffff;
}
.homepage-hero__cta .button.button-hero-mobile.primary .button-text {
  font-weight: 500;
  line-height: 1.35;
  color: #ffffff;
}
.homepage-hero__cta .button.button-hero-mobile.primary .button-icon {
  width: 0.7rem;
  height: 0.9rem;
  padding: 0.75rem 0.68rem 0.56rem 0.85rem;
  box-sizing: content-box;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .homepage-hero {
    height: 90.3rem;
    margin-inline: calc(-50vw + 50%);
    width: 100vw;
    max-width: 100vw;
    gap: 7rem;
  }
  .homepage-hero__background {
    border-end-start-radius: 0;
    border-end-end-radius: 0;
  }
  .homepage-hero__logo {
    padding: 20.1rem 0 0 0;
  }
  .homepage-hero__container {
    position: relative;
    padding: 0 0 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
  }
  .homepage-hero__content {
    align-items: flex-start;
    text-align: start;
    gap: 5.5rem;
  }
  .homepage-hero h1.homepage-hero__title {
    color: #ffffff;
    font-family: "Nohemi", sans-serif;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.22rem;
    max-width: 43.3rem;
    text-align: start;
  }
  .homepage-hero h1.homepage-hero__title > *:not(strong):not(em) {
    color: #ffffff;
    font-family: "Nohemi", sans-serif;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.22rem;
  }
  .homepage-hero h1.homepage-hero__title strong {
    color: #ffffff;
    font-family: "Nohemi", sans-serif;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 0.44rem;
  }
  .homepage-hero h1.homepage-hero__title em {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.44rem;
  }
  .homepage-hero__cta {
    position: static;
    inset-inline-start: auto;
    inset-block-start: auto;
    justify-content: center;
  }
  .homepage-hero__cta .button.button-hero-mobile.primary {
    display: flex;
    width: 22rem;
    height: 4.3rem;
    padding-block: 0;
    padding-inline-start: 3.5rem;
    padding-inline-end: 3rem;
    justify-content: center;
    align-items: center;
    gap: 0.4rem;
  }
  .homepage-hero__cta .button.button-hero-mobile.primary .button-icon {
    width: 0.84rem;
    height: 1.08rem;
  }
}
