html {
  scroll-behavior: smooth;
}

body.aa-home-template {
  margin: 0;
  overflow-x: hidden;
}

.aa-home,
.aa-home * {
  box-sizing: border-box;
}

.aa-home {
  background: #000;
  color: #fff;
  font-family: "Helvetica Neue", Inter, Arial, sans-serif;
  font-weight: 300;
  min-height: 100vh;
  text-rendering: geometricPrecision;
}

.aa-home-hero {
  align-items: center;
  display: flex;
  height: 100vh;
  height: 100svh;
  justify-content: center;
  min-height: 620px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.aa-home-hero__image {
  height: 100%;
  inset: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.aa-home-hero__shade {
  background: rgba(0, 0, 0, 0.18);
  inset: 0;
  position: absolute;
  z-index: 2;
}

.aa-home-hero__content {
  color: #fff;
  padding: 0 22px;
  position: relative;
  text-align: center;
  transform: translateY(-1vh);
  z-index: 3;
}

.aa-home-hero__name,
.aa-home-hero__role,
.aa-home-hero__claim {
  letter-spacing: 0;
  margin: 0;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.28);
}

.aa-home-hero__name {
  font-size: 78px;
  font-weight: 300;
  line-height: 0.94;
}

.aa-home-hero__role {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.15;
  margin-top: 8px;
}

.aa-home-hero__claim {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.35;
  margin-top: 28px;
}

.aa-home-hero__arrow {
  align-items: center;
  background: transparent;
  border: 0;
  bottom: 34px;
  display: flex;
  height: 44px;
  justify-content: center;
  left: 50%;
  outline: 0;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  transform: translateX(-50%);
  width: 44px;
  z-index: 4;
}

.aa-home-hero__arrow:focus,
.aa-home-hero__arrow:focus-visible,
.aa-home-hero__arrow:active {
  background: transparent;
  box-shadow: none;
  outline: 0;
}

.aa-home-hero__arrow span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.9);
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  display: block;
  height: 18px;
  transform: rotate(45deg);
  width: 18px;
}

.aa-home-next {
  height: 1px;
}

@media (max-width: 767px) {
  .aa-home-hero {
    min-height: 560px;
  }

  .aa-home-hero__content {
    padding: 0 18px;
    transform: translateY(-2vh);
  }

  .aa-home-hero__claim {
    font-size: 17px;
    margin-top: 22px;
  }

  .aa-home-hero__name {
    font-size: 42px;
  }

  .aa-home-hero__role {
    font-size: 19px;
  }

  .aa-home-hero__arrow {
    bottom: 26px;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .aa-home-hero__name {
    font-size: 58px;
  }

  .aa-home-hero__role {
    font-size: 24px;
  }

  .aa-home-hero__claim {
    font-size: 20px;
  }
}
