.section-animation-hero {
  color: #fff;
  position: relative;
}
.section-animation-hero h1, .section-animation-hero h2, .section-animation-hero h3 {
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 8rem);
  margin-bottom: 2rem;
}
.section-animation-hero .ssq-center-center {
  z-index: 2;
}
.section-animation-hero .scrollsequence-sticky:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  z-index: 1;
}
.section-animation-hero .scroll-down {
  color: #fff;
  position: absolute;
  bottom: 3rem;
  padding: 1rem;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 10;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.section-animation-hero .scroll-down img {
  animation: up-down 2s infinite;
}
@media (max-width: 47.9375rem) {
  .section-animation-hero .scroll-down {
    bottom: 10vh;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}

/*# sourceMappingURL=block.css.map */
