.hero {
  position: relative;
  width: 100%;
  height: 75vh;
  padding-inline: 10%;
  padding-bottom: 11%;
}
.hero--played {
  transition: 0.5s;
  height: 80vh;
}
.hero__inner {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  padding-bottom: 11%;
}
.hero__inner--title, .hero__inner--subtitle {
  display: inline-block;
  opacity: 0;
  transform: translateY(-50px);
  clip-path: inset(100% 0 0 0);
  transition: clip-path 0.5s ease-out, transform 0.3s ease-out, opacity 0.8s ease-out;
  pointer-events: none;
}
.hero__inner--title {
  font-family: "e-UkraineHead";
}
.hero__inner--subtitle {
  transition-delay: 0.1s;
  max-width: 1200px;
  font-size: 1.25rem;
}
@media (max-width: 1800px) {
  .hero__inner--subtitle {
    font-size: 1rem;
  }
}
.hero__inner--title.visible, .hero__inner--subtitle.visible {
  opacity: 1;
  transform: translateY(0);
  clip-path: inset(0 0 0 0);
}
.hero__waves {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
}
.hero__waves path {
  transform: scaleY(0.5);
  transform-origin: bottom;
}
.hero__background {
  z-index: -100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__background--video {
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(0.5);
}
.hero__background--obj-pos-center {
  -o-object-position: 50% 50% !important;
     object-position: 50% 50% !important;
}
.hero img.hero__background {
  filter: brightness(0.5);
}

@media screen and (min-width: 1500px) {
  .hero {
    padding-inline: 9%;
    height: 78vh;
  }
  .hero__inner {
    padding-bottom: 9%;
  }
  .hero__inner--title:not([class*=display-]) {
    font-size: 45px;
  }
  .hero__inner--subtitle {
    font-size: 17px;
  }
  .hero__background {
    -o-object-position: center -350px;
       object-position: center -350px;
  }
  .hero--played {
    height: 85vh;
  }
}
@media screen and (min-width: 1296px) and (max-width: 1500px) {
  .hero__background {
    -o-object-position: center -300px;
       object-position: center -300px;
  }
}
@media screen and (min-width: 500px) and (max-width: 1296px) {
  .hero {
    max-height: 680px;
    padding-inline: 13%;
  }
  .hero__background {
    -o-object-position: center -300px;
       object-position: center -300px;
  }
  .hero {
    height: 70vh;
    overflow: hidden;
  }
  .hero > * {
    transform: scale(1.2);
  }
  .hero--played {
    height: 75vh;
  }
  .hero__inner {
    padding-bottom: 12%;
    max-width: calc(100vw - 24%);
  }
}
@media screen and (min-width: 500px) and (max-width: 1150px) {
  .hero__background {
    -o-object-fit: none;
       object-fit: none;
  }
}
@media screen and (max-width: 500px) {
  .hero {
    height: 70vh;
    padding-inline: 20px;
    width: 100%;
  }
  .hero__waves {
    box-shadow: 0 30px 0px #fff;
    transition: 0.5s;
    transform: translateY(-29px);
  }
  .hero__waves--bg {
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
  }
  .hero--played {
    height: 70vh;
  }
  .hero--played .hero__waves {
    transform: translateY(0);
  }
  .hero--played .hero__waves--bg {
    height: 10px;
  }
  .hero__inner {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 40px);
    height: 60%;
    text-align: center;
  }
  .hero__inner--subtitle {
    padding-inline: 10px;
  }
  .hero__waves path {
    transform: scaleY(1);
  }
  .hero__background {
    -o-object-position: calc(50% - 15px) center;
       object-position: calc(50% - 15px) center;
  }
}
@media screen and (min-width: 401px) and (max-width: 500px) {
  .hero__inner--subtitle {
    font-size: 14px;
  }
}
@media screen and (max-width: 401px) {
  .hero {
    height: 78vh;
  }
  .hero--played {
    height: 80vh;
  }
  .hero--played .hero__waves {
    transform: translateY(1px);
  }
}
@media screen and (max-width: 380px) {
  .hero__inner--title:not([class*=display-]) {
    font-size: calc(0.965rem + 1.5vw);
  }
  .hero__inner--subtitle {
    font-size: 0.82rem;
  }
}
@media screen and (max-height: 690px) {
  .hero--played {
    height: 80vh;
  }
  .hero {
    height: 90vh;
  }
  .hero__inner {
    padding-top: 15px;
  }
}
@media screen and (max-height: 820px) and (max-width: 500px) {
  .hero--played {
    height: 80vh;
  }
  .hero {
    height: 68vh;
  }
  .hero__inner {
    padding-top: 25px;
  }
}
@media screen and (min-width: 1800px) {
  .hero__inner--title:not([class*=display-]) {
    font-size: 50px;
  }
}/*# sourceMappingURL=hero.css.map */