@font-face {
  font-family: "AmericanaStd-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font/AmericanaStdFUHA-Regular.woff2") format("woff2");
}
:root {
  --wrapper: 100vw;
  --gutter: 40px;
  --rh: calc((var(--wrapper) - (3 * var(--gutter))) / 4);
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.about__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  max-width: 1208px;
}
.about__intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 116px 0 0 0;
}
.about__intro__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about__intro__text > h3:first-of-type {
  color: #17C37B;
}
.about__intro__image {
  display: block;
  margin: 40px 0 0 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about__title {
  display: flex;
  align-self: flex-start;
  padding: 96px 0 75px 0;
}
.about .swiper-container {
  width: 100%;
}
.about .swiper-pagination {
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 96px 0;
}
.about .swiper-pagination-bullet {
  opacity: 0.2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  width: 40px;
  height: 4px;
  border-radius: 0;
  background-color: #C4C4C4;
}
.about .swiper-pagination-bullet-active {
  opacity: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  width: 40px;
  height: 6px;
  background-color: #17C37B;
}
.about__values {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.about__values__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 70px 0;
  width: 100%;
  max-width: 100%;
}
.about__values__icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 56px;
}
.about__values__icon .value-icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about__values__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 0;
  text-align: center;
}
.about__values__text p {
  margin: 0 0 10px 0;
}
.about__values__text strong {
  color: #064C37;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-weight: 500;
}
.about__image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.about__image .big-image {
  display: block;
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.about__probono {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 96px 0 0 0;
}
.about__probono__text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about__probono__icon {
  display: block;
  margin: 65px 0 0 0;
  width: 100%;
  max-width: 380px;
  height: 100%;
  object-fit: contain;
}
.about__social-responsibility {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 100px 0 0 0;
}
.about__area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 0 0 0;
}
.about__area__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.about__area__item:first-of-type {
  margin: 0;
}
.about__area__image {
  display: block;
  margin: 0 0 45px 0;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.about__outro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 110px 0 0 0;
  width: 100%;
  background-color: #141414;
}
.about__outro__content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.about__outro__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px 64px 24px;
  width: 100%;
  max-width: 490px;
}
.about__outro__text h3 {
  color: #fff;
}
.about__outro__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  .about__image .big-image {
    height: 100%;
  }
  .about__area__image {
    width: 560px;
    height: 315px;
  }
}
@media only screen and (min-width: 1280px) {
  .about__intro {
    flex-direction: row;
    justify-content: space-between;
  }
  .about__intro__image {
    margin: 0 0 0 40px;
    width: 440px;
    height: 550px;
  }
  .about__values {
    flex-wrap: wrap;
  }
  .about__values__item {
    align-items: flex-start;
    margin: 0 0 70px 0;
    max-width: 320px;
  }
  .about__values__item:nth-of-type(3n - 1) {
    margin: 0 80px;
  }
  .about__values__text {
    align-items: flex-start;
    padding: 35px 0 0 0;
    text-align: left;
  }
  .about__probono {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
  .about__probono__icon {
    margin: 0 0 0 100px;
    width: 380px;
    height: 380px;
  }
  .about__area {
    flex-direction: row;
    justify-content: space-between;
  }
  .about__area__item:first-of-type {
    margin: 0 40px 0 0;
  }
  .about__outro {
    flex-direction: row;
  }
  .about__outro__text {
    padding: 0;
  }
  .about__outro__image {
    max-width: 660px;
  }
}