.about-numbers-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem;
  container-type: inline-size;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
.about-numbers-list {
    gap: 2rem;
}
}
@media screen and (max-width: 1199px) {
.about-numbers-list {
    justify-content: space-between;
}
}
@media screen and (min-width: 1200px) {
.about-numbers-list {
    gap: 2.4rem;
}
}
@container (width > 1095px) {
.about-numbers-list .about-numbers-list__card {
    min-width: 20rem;
    width: calc(20cqw - 2rem);
}
}
.about-numbers-list__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.6rem;
  border-radius: 2.4rem;
  border: 0.1rem var(--c-gray-transparent-040) solid;
}
@media screen and (min-width: 370px) {
.about-numbers-list__card {
    width: 48%;
}
}
@media screen and (min-width: 768px) {
.about-numbers-list__card {
    min-height: 31.6rem;
    padding: 4rem 2.5rem;
    border-radius: 4rem;
}
}
@media screen and (max-width: 767px) {
.about-numbers-list__card:not(:last-child) {
    min-height: 17.3rem;
}
}
.about-numbers-list__card._green-link .about-numbers-list__card-subtext a {
  color: var(--bright-text-color);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
.about-numbers-list__card._wide-mobile {
    width: 100%;
    padding: 3.2rem 1.6rem;
}
}
@media screen and (max-width: 767px) {
.about-numbers-list__card._one-row-mobile .about-numbers-list__card-subtitle {
    margin-left: 0.8rem;
    font-size: 3.2rem;
}
.about-numbers-list__card._one-row-mobile .about-numbers-list__card-title-wr {
    display: flex;
    align-items: center;
}
}
@media screen and (max-width: 767px) {
.about-numbers-list__card._fourth-mobile {
    order: 4;
}
}
@media screen and (max-width: 767px) {
.about-numbers-list__card._last {
    order: 5;
}
}
.about-numbers-list__card-title-wr {
  font-family: var(--font-family-primary);
  font-size: 3.2rem;
  color: var(--bright-text-color);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
.about-numbers-list__card-title-wr {
    margin-bottom: 2.4rem;
    font-size: 6.4rem;
}
}
.about-numbers-list__card-subtitle {
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
.about-numbers-list__card-subtitle {
    font-size: 4rem;
}
}
.about-numbers-list__icon {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
.about-numbers-list__icon {
    width: 3.1rem;
    height: 3.9rem;
}
}
.about-numbers-list__card-text {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--c-primary);
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
.about-numbers-list__card-text {
    font-size: 2.4rem;
}
}.about-section-title[data-v-2f712849] {
  font-family: var(--font-family-primary);
  font-size: 3.2rem;
  color: var(--c-primary);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.4rem;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 768px) {
.about-section-title[data-v-2f712849] {
    margin-bottom: 3.2rem;
    font-size: 6.4rem;
}
}.about-our-mission__content[data-v-e7bd0f98] {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--c-primary);
  font-weight: 500;
  line-height: 1.5;
  padding: 1.6rem 2.4rem;
  border: 0.1rem var(--c-gray-transparent-040) solid;
  border-radius: 2.4rem;
  letter-spacing: 0.01rem;
}
@media screen and (min-width: 768px) {
.about-our-mission__content[data-v-e7bd0f98] {
    padding: 4rem;
    border-radius: 4rem;
    font-size: 3.2rem;
    line-height: 1.25;
    letter-spacing: 0.03rem;
}
}.about-our-values__list[data-v-aa55fb6b] {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
.about-our-values__list[data-v-aa55fb6b] {
    gap: 1.6rem;
}
}
@media screen and (min-width: 1025px) {
.about-our-values__list[data-v-aa55fb6b] {
    justify-content: space-between;
}
}
.about-our-values__card[data-v-aa55fb6b] {
  position: relative;
  padding: 2.4rem;
  background: var(--secondary-bg);
  border-radius: 2rem;
}
@media screen and (max-width: 1024px) {
.about-our-values__card[data-v-aa55fb6b] {
    width: 100%;
}
}
@media screen and (min-width: 1025px) {
.about-our-values__card[data-v-aa55fb6b] {
    width: 48.5%;
}
}
@media screen and (min-width: 1025px) {
.about-our-values__card[data-v-aa55fb6b]:not(:nth-last-child(-n+2)) {
    margin-bottom: 4rem;
}
}
.about-our-values__card-title[data-v-aa55fb6b], .about-our-values__card-text[data-v-aa55fb6b] {
  font-family: var(--font-family-primary);
  font-size: 1.6rem;
  color: var(--c-primary);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03rem;
}
@media screen and (min-width: 768px) {
.about-our-values__card-title[data-v-aa55fb6b], .about-our-values__card-text[data-v-aa55fb6b] {
    font-size: 2.4rem;
    line-height: 1.7;
}
}
.about-our-values__card-text[data-v-aa55fb6b] {
  font-weight: 500;
}
.about-our-values__shape-img[data-v-aa55fb6b] {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(37%, -36%);
}
@media screen and (max-width: 767px) {
.about-our-values__shape-img[data-v-aa55fb6b] {
    transform: scale(0.55) translate(60%, -73%);
}
}.about-reviews__list[data-v-b0c35fa9] {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
.about-reviews__list[data-v-b0c35fa9] {
    gap: 1.6rem;
}
}
@media screen and (min-width: 1025px) {
.about-reviews__list[data-v-b0c35fa9] {
    justify-content: space-between;
}
}
.about-reviews__card[data-v-b0c35fa9] {
  padding: 2.4rem 2.4rem 1.4rem;
  border: 0.1rem var(--c-gray-transparent-040) solid;
  border-radius: 2rem;
}
@media screen and (min-width: 1025px) {
.about-reviews__card[data-v-b0c35fa9] {
    width: 48.5%;
    padding: 2.4rem 2.4rem 1.6rem;
}
}
.about-reviews__card-text[data-v-b0c35fa9] {
  font-family: var(--font-family-primary);
  font-size: 1.4rem;
  color: var(--c-primary);
  font-weight: 500;
  line-height: 1.5;
  margin: 0.5rem 0 1.8rem;
  letter-spacing: 0.01rem;
}
@media screen and (min-width: 768px) {
.about-reviews__card-text[data-v-b0c35fa9] {
    margin: 1.2rem 0 2.5rem;
    font-size: 2.4rem;
    line-height: 1.7;
    letter-spacing: 0.03rem;
}
}
@media screen and (max-width: 767px) {
.about-reviews__icon-quotes[data-v-b0c35fa9] {
    width: 3.1rem;
    height: 2.5rem;
}
}.about-container__section[data-v-1601b814] {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
.about-container__section[data-v-1601b814] {
    margin-top: 4rem;
}
}
@media screen and (min-width: 768px) {
.about-container__section[data-v-1601b814]:first-child {
    margin-top: 4.5rem;
}
}
@media screen and (max-width: 767px) {
.about-container__section[data-v-1601b814]:nth-child(2) {
    margin-top: 2.4rem;
}
}
.about-container__section[data-v-1601b814]:last-child {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
.about-container__section[data-v-1601b814]:last-child {
    margin-bottom: 8rem;
}
}
.about-container__title[data-v-1601b814] {
  font-family: var(--font-family-primary);
  font-size: 3rem;
  color: var(--c-primary);
  font-weight: 800;
  line-height: 1.3;
  padding: 3.2rem 1.6rem;
  background: var(--secondary-bg);
  border-radius: 4rem;
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 370px) and (max-width: 767px) {
.about-container__title[data-v-1601b814] {
    font-size: 4rem;
}
}
@media screen and (min-width: 768px) {
.about-container__title[data-v-1601b814] {
    padding: 4rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.1rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.about-container__title[data-v-1601b814] {
    font-size: 6rem;
}
}
@media screen and (min-width: 1025px) {
.about-container__title[data-v-1601b814] {
    font-size: clamp(7.2rem, 4rem + (10 * 10 - 7.2 * 10) * (100vw - 110rem) / (1728 - 1440), 10rem);
}
}.about[data-v-5b30dea1] {
  overflow-x: hidden;
}
.about__wr-content[data-v-5b30dea1] {
  padding-top: 10rem;
}
@media screen and (max-width: 450px) {
.about__wr-content[data-v-5b30dea1] {
    padding: 5rem 1.6rem 0;
}
}
@media screen and (max-width: 767px) {
.about__wr-content[data-v-5b30dea1] {
    padding-top: 8rem;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.about__wr-content[data-v-5b30dea1] {
    padding-top: 9rem;
}
}