.investors-statistics-cards {
  color: var(--color-white);
}
.investors-statistics-cards__slider {
  margin: 0 -24px;
}
@media screen and (min-width: 768px) {
  .investors-statistics-cards__slider {
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .investors-statistics-cards__slider-wrapper {
    display: flex;
    gap: 24px;
  }
}
.investors-statistics-cards__slide {
  height: 100%;
}
.investors-statistics-cards__card {
  border-radius: 16px;
  padding: 32px;
  position: relative;
  z-index: 1;
  background-color: var(--color-grey-2);
  height: auto;
}
.investors-statistics-cards__card._orange {
  background-color: var(--color-orange);
}
.investors-statistics-cards__card._green {
  background-color: var(--color-emerald);
}
@media screen and (min-width: 768px) {
  .investors-statistics-cards__card {
    margin-bottom: 24px;
    display: flex;
    gap: 48px;
  }
  .investors-statistics-cards__card:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .investors-statistics-cards__card {
    gap: 24px;
    margin-bottom: 0;
    flex: 0 0 calc(50% - 12px);
  }
}
@media screen and (min-width: 1440px) {
  .investors-statistics-cards__card {
    padding: 40px;
    gap: 64px;
  }
}
.investors-statistics-cards__card-title {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .investors-statistics-cards__card-title {
    margin-bottom: 0;
    flex: 0 0 calc(50% - 24px);
  }
}
@media screen and (min-width: 1440px) {
  .investors-statistics-cards__card-title {
    flex: 0 0 calc(50% - 32px);
  }
}
.investors-statistics-cards__card-number {
  font-size: 40px;
  line-height: 44px;
  display: block;
  margin-bottom: 8px;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 1440px) {
  .investors-statistics-cards__card-number {
    font-size: 56px;
    line-height: 56px;
  }
}
.investors-statistics-cards__card-text {
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  display: block;
}
@media screen and (min-width: 1440px) {
  .investors-statistics-cards__card-text {
    font-size: var(--font-size-m);
    line-height: var(--line-height-m);
  }
}
.investors-statistics-cards__card-text {
  word-wrap: break-word;
}
.investors-statistics-cards__pagination {
  padding: 24px 24px 0;
}
.investors-statistics-cards .swiper-wrapper {
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .investors-statistics-cards .swiper-wrapper {
    flex-wrap: wrap;
    width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .investors-statistics-cards .swiper-wrapper {
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 24px;
  }
}
.investors-key-numbers {
  margin: 80px 0 48px;
}
@media screen and (min-width: 768px) {
  .investors-key-numbers {
    margin: 96px 0 80px;
  }
}
@media screen and (min-width: 1440px) {
  .investors-key-numbers {
    margin: 120px 0 96px;
  }
}
.investors-key-numbers__title {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .investors-key-numbers__title {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .investors-key-numbers__title {
    margin-bottom: 64px;
  }
}
