.about {
  position: relative;
}
.about__bg {
  position: absolute;
  top: -45.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 185rem;
  z-index: -1;
}
.about__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about__subtitle {
  position: relative;
  padding-left: 1rem;
  font-size: max(1.25rem, 12px);
  line-height: 130%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
.about__subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
}
.about__title {
  font-size: max(3rem, 12px);
  line-height: 120%;
  margin-bottom: 2.5rem;
}
.about__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about__cards > * {
  width: 33.3333333333%;
}
.about__cards--four > * {
  width: 25%;
}
.about__card {
  padding: 2.5rem;
  border: 1px solid var(--white-01);
  border-radius: 2.5rem;
}
.about__card-number {
  font-size: max(4rem, 12px);
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 1.875rem;
}
.about__card-number span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  font-variant-numeric: tabular-nums;
  background-image: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background-image: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.about__card-number span.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about__card-text {
  font-weight: 500;
}
.about__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media (max-width: 991px) {
  .about__card-text br {
    display: none;
  }
}
@media (max-width: 768px) {
  .about {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .about__bg {
    top: -65px;
    height: 1100px;
  }
  .about__subtitle {
    padding-left: 14px;
    font-size: 16px;
    line-height: 140%;
    background: linear-gradient(128deg, #e9ff8f 0%, #8bf258 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .about__subtitle::before {
    width: 6px;
    height: 6px;
    background: linear-gradient(128deg, #e9ff8f 0%, #8bf258 100%);
  }
  .about__title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 32px;
  }
  .about__cards {
    margin: 0 -20px;
  }
  .about__cards > * {
    width: 50%;
  }
  .about__card {
    padding: 20px;
    border-radius: 24px;
  }
  .about__card-number {
    font-size: 36px;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .about__card-text {
    font-size: 13px;
  }
  .about__button {
    margin-top: 32px;
  }
}
/*# sourceMappingURL=about.css.map */
/*# sourceMappingURL=about.css.map */