.p-section-hero-style1 {
  height: calc( 100vh - var(--vp-header__height-total) );
  height: calc( 100svh - var(--vp-header__height-total) );
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--v-color__light);
}

.p-section-hero-style1__slider,
.p-section-hero-style1__slider .lib-swiper__inner,
.p-section-hero-style1__slider .lib-swiper__wrapper,
.p-section-hero-style1__slide-picture {
  position: absolute;
  z-index: 10;
  inset: 0;
}

.p-section-hero-style1::before {
  content: "";
  background-color: var(--v-color__dark--alpha--alt1);
  position: absolute;
  z-index: 20;
  inset: 0;
}

.p-section-hero-style1__content {
  position: relative;
  z-index: 30;
  font-size: 120%;
}

.p-section-hero-style1__content h1 {
  font-weight: var(--v-font-weight__alt1--bold);
  line-height: 1.3;
}

.p-section-hero-style1__content h1 em {
  font-weight: var(--v-font-weight__alt1);
  color: var(--v-color__2);
}

.p-section-hero-style1 .p-widget-arrows-down-animated {
  position: absolute;
  z-index: 30;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}

@media (min-width: 1600px) {
  .p-section-hero-style1__content h1 {
    font-size: 4.5rem;
  }
}
