html {
  scrollbar-width: none;
  font-size: 62.5%; }

.hero-screen {
  height: calc(100svh - 160px);
  position: relative;
  color: #fff;
  line-height: 1;
  background-color: #5fa197;
  z-index: 2; }
  @media (max-width: 1099px) {
    .hero-screen {
      height: calc(100svh - 117px); } }
  .hero-screen__overlay {
    z-index: 1;
    mix-blend-mode: multiply;
    background-color: #377067;
    position: absolute;
    inset: 0%; }
  .hero-screen__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .hero-screen__content {
    position: absolute;
    z-index: 2;
    text-align: center;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: clamp(10px, 5vh, 60px) 0px; }
  .hero-screen__title {
    font-size: clamp(30px, 10vh, 72px);
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 1559px) {
      .hero-screen__title {
        font-size: clamp(30px, 8vh, 60px); } }
    @media (max-width: 1099px) {
      .hero-screen__title {
        font-size: 28px;
        flex: 1; } }
  .hero-screen__slider {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative; }
    @media (max-width: 1099px) {
      .hero-screen__slider {
        order: -1; } }
  .hero-screen__column {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: clamp(10px, 5vh, 44px) 0px; }
  .hero-screen__link {
    display: flex;
    justify-content: center; }
    @media (max-width: 1099px) {
      .hero-screen__link {
        margin-top: auto; } }

.hero-screen .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: none; }

.hero-slider .swiper-container {
  height: 100%;
  padding-bottom: 30px; }
  .hero-slider .swiper-container:not(.swiper-initialized) + .swiper-pagination {
    display: none; }

.hero-slider .swiper-pagination-bullet {
  margin: 0px 20px !important; }

.swiper.hero-slider {
  position: absolute;
  inset: 0; }

.hero-slider__card {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 326px;
  position: relative;
  transform: scale(0.8);
  transition: transform 0.2s linear;
  position: relative; }
  .hero-slider__card:after {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: "";
    position: relative; }
  .hero-slider__card img {
    inset: 0;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    margin: auto; }

.hero-slider .swiper-slide {
  width: 33.33%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.15;
  transition: opacity 0.1s linear; }
  @media (max-width: 1099px) {
    .hero-slider .swiper-slide {
      width: 100%; } }

.hero-slider .swiper-pagination {
  bottom: 0px !important;
  margin-bottom: 0px;
  position: absolute !important;
  z-index: 10; }

@media (max-width: 1099px) {
  .hero-slider .swiper-pagination {
    display: none; } }

.hero-slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #5fa197; }

.hero-slider .swiper-pagination-bullet-active {
  background-color: #fff; }

.hero-slider .swiper-slide.swiper-slide-active {
  opacity: 1; }

.hero-slider .swiper-slide.swiper-slide-active .hero-slider__card {
  transform: scale(1); }
