.splash-page-hero.page-header-with-animation {
  display: flex;
  flex-direction: column;
  position: relative;
}

.splash-page-hero.page-header-with-animation .container {
  position: relative;
}

.splash-page-hero.page-header-with-animation .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.splash-page-hero.page-header-with-animation .hero-animation {
  opacity: 0;
  position: relative;
  text-align: left;
  z-index: 1;
}

.splash-page-hero.page-header-with-animation .hero-animation.active {
  opacity: 1;
}

.splash-page-hero.page-header-with-animation .hero-animation.hero-animation--static {
  opacity: 1;
}

.splash-page-hero.page-header-with-animation .hero-animation.hero-animation--static .line-1 .text,
.splash-page-hero.page-header-with-animation .hero-animation.hero-animation--static .line-2 .text {
  display: block;
}

.splash-page-hero.page-header-with-animation .hero-animation .characters-mask-holder {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
}

/* Keeps letters together; headline flex container wraps whole words at spaces */
.splash-page-hero.page-header-with-animation .hero-animation .hero-animation-word {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: baseline;
  flex-shrink: 0;
}

.splash-page-hero.page-header-with-animation .hero-animation .characters-mask {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: clip;
}

.splash-page-hero.page-header-with-animation .hero-animation svg {
  vertical-align: top;
  width: 141px;
  height: 140px;
}


.splash-page-hero.page-header-with-animation .hero-animation .line-1 .text,
.splash-page-hero.page-header-with-animation .hero-animation .line-2 .text {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0;
  letter-spacing: normal;
  word-spacing: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.splash-page-hero.page-header-with-animation .hero-animation .text-markers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.splash-page-hero.page-header-with-animation .hero-animation .line-1 .text-marker,
.splash-page-hero.page-header-with-animation .hero-animation .line-2 .text-marker {
  position: absolute;
  opacity: 1;
  width: 4px;
  height: auto;
  top: 0;
  box-sizing: border-box;
}

.splash-page-hero.page-header-with-animation .hero-animation .line-1 .text-marker {
  background-color: #ffffff;
}

.splash-page-hero.page-header-with-animation.page-header-with-animation--theme-light
  .hero-animation
  .line-1
  .text-marker {
  background-color: #000042;
}

.splash-page-hero.page-header-with-animation .hero-animation .line-1 {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: visible;
}

.splash-page-hero.page-header-with-animation .hero-animation .line-2 {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: block;
  overflow: visible;
}

.splash-page-hero.page-header-with-animation .hero-animation .line-2 .line-2-item {
  position: absolute;
  top: 0;
  width: 100%;
}

.splash-page-hero.page-header-with-animation .hero-animation .line-2 .line-2-item:first-child {
  position: relative;
}

.splash-page-hero.page-header-with-animation .hero-animation .line-2 .text-marker {
  background-color: #00E2C1;
}

.splash-page-hero.page-header-with-animation .kicker {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.splash-page-hero.page-header-with-animation .container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  z-index: -1;
}

.splash-page-hero.page-header-with-animation .arrow-down-container {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .splash-page-hero.page-header-with-animation .container {
    padding: 0;
  }

  .splash-page-hero.page-header-with-animation .hero-animation .line-1 .text-marker,
  .splash-page-hero.page-header-with-animation .hero-animation .line-2 .text-marker {
    width: 4px;
  }
}

@media (max-width: 640px) {
  .splash-page-hero.page-header-with-animation .kicker {
    margin-top: 82px;
  }
}

@media (max-width: 376px) {
  .splash-page-hero.page-header-with-animation .kicker .text {
    font-size: 26px;
    max-width: 315px;
  }
}
