.block-index {
  width: 100%;
  display: grid;
  height: 100svh;
  grid-gap: 2rem;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
  padding: 8rem 4.38rem 4.38rem;
}
.block-index__container {
  height: 100%;
  border-radius: 3rem;
  background: #1B1334;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 2rem 2rem 2.38rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.block-index__container__title {
  color: #FFF;
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: uppercase;
}
.block-index__container__round {
  display: flex;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 50%;
  background: #BFFF58;
  align-items: center;
  justify-content: center;
}
.block-index__container__round svg {
  width: 2.625rem;
  height: 2.625rem;
}
.block-index__container__video-bg {
  z-index: -1;
  top: 0;
  left: 50%;
  height: 101%;
  transform: translateX(-50%);
  position: absolute;
}
.block-index__container:first-child {
  background-image: url(../img/characters-bg.0dc050aa.webp);
  background-position: center;
  background-size: cover;
}
.block-index__container:last-child {
  background-image: url(../img/production-bg.dd15a1a7.webp);
  background-position: center;
  background-size: cover;
}
.block-index video {
  object-fit: cover;
}
body.mobile .block-index {
  grid-gap: 1rem;
  grid-template-rows: 1fr 1fr;
  padding: 5.12rem 1.25rem 1.25rem;
}
body.mobile .block-index__container {
  border-radius: 1.5rem;
  padding: 0 1rem 1rem 1.25rem;
}
body.mobile .block-index__container__title {
  font-size: 1rem;
}
body.mobile .block-index__container__round {
  width: 3.125rem;
  height: 3.125rem;
}
body.mobile .block-index__container__round svg {
  width: 1.3rem;
  height: 1.3rem;
}
body.mobile .block-index__container__video-bg {
  visibility: visible !important;
}
.index-page {
  color: #FFFFFF;
}

/*# sourceMappingURL=837.970e5954.css.map*/