.hero {
  padding: 18.1rem 0 12.2rem;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .hero {
    padding: 16rem 0 10rem;
  }
}
@media only screen and (max-width: 834px) {
  .hero {
    padding: 13.6rem 0 5.4rem;
  }
}
.hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(16, 19, 9, 0.8) -13.19%, rgba(16, 19, 9, 0) 80%);
  z-index: 1;
}
@media only screen and (max-width: 834px) {
  .hero:before {
    background: linear-gradient(90deg, rgba(16, 19, 9, 0.8) 0%, rgba(16, 19, 9, 0) 192.79%);
  }
}
.hero__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  pointer-events: none;
}
.hero__inner {
  max-width: 49rem;
  z-index: 2;
}
.hero__title {
  margin-bottom: 3rem;
  font-family: "Dai Banna SIL", serif;
  font-size: 9.2rem;
  font-weight: 700;
  line-height: 90%;
  letter-spacing: -1.88px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1024px) {
  .hero__title {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 834px) {
  .hero__title {
    margin-bottom: 2.4rem;
    font-size: 7rem;
    line-height: 100%;
    letter-spacing: -1.2px;
  }
}
@media only screen and (max-width: 576px) {
  .hero__title {
    margin-bottom: 1.6rem;
    font-size: 6rem;
  }
}
.hero__title span[style*="text-decoration: underline"],
.hero__title u {
  font-size: 9.4rem;
  color: #ECF9AE;
  text-decoration-thickness: 2px !important;
  text-decoration-style: solid !important;
  text-underline-offset: 6px !important;
  text-decoration-skip-ink: none;
}
@media only screen and (max-width: 1024px) {
  .hero__title span[style*="text-decoration: underline"],
  .hero__title u {
    font-size: 8rem;
  }
}
@media only screen and (max-width: 834px) {
  .hero__title span[style*="text-decoration: underline"],
  .hero__title u {
    font-size: 7rem;
  }
}
@media only screen and (max-width: 576px) {
  .hero__title span[style*="text-decoration: underline"],
  .hero__title u {
    font-size: 6rem;
  }
}
.hero__title svg, .hero__title img {
  width: 6.4rem;
  height: 6.4rem;
  vertical-align: middle;
}
@media only screen and (max-width: 834px) {
  .hero__title svg, .hero__title img {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 576px) {
  .hero__title svg, .hero__title img {
    vertical-align: top;
  }
}
.hero__text {
  margin-bottom: 4.4rem;
  font-size: 2rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 834px) {
  .hero__text {
    margin-bottom: 4rem;
    font-size: 1.8rem;
  }
}
.hero__button {
  background-color: #fff;
  color: #252324;
  height: 4.4rem;
}
@media only screen and (max-width: 576px) {
  .hero__button {
    width: 100%;
  }
}

.mentions {
  padding: 6rem 0;
  background-color: #fff;
}
.mentions__title {
  margin: 0 auto 6.4rem;
  max-width: 62.6rem;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  text-align: center;
}
@media only screen and (max-width: 834px) {
  .mentions__title {
    margin-bottom: 4.8rem;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.mentions__title * {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 834px) {
  .mentions__title * {
    font-size: 2.8rem;
  }
}
.mentions__title b, .mentions__title strong {
  font-family: "Dai Banna SIL", serif;
  font-weight: 700;
  font-size: 4.4rem;
}
@media only screen and (max-width: 834px) {
  .mentions__title b, .mentions__title strong {
    font-size: 3.6rem;
  }
}
.mentions__title .quote-mark {
  margin-top: 0.6rem;
  width: 3.8rem;
  height: 3.8rem;
  flex-shrink: 0;
}
.mentions__subtitle {
  text-align: center;
  color: #7C8C45;
}
.mentions__logo__list {
  margin-top: 0.8rem;
  padding: 3.2rem 0;
}
@media only screen and (max-width: 834px) {
  .mentions__logo__list {
    margin-top: 2.4rem;
    padding: 0;
  }
}
.mentions__logo__list:after {
  display: block;
  content: "";
  position: absolute;
  width: 13.7rem;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255, 253, 250, 0) 0%, #FFFDFA 100%);
}
.mentions__logo__item {
  height: 7.2rem;
  max-width: 17rem;
  width: auto;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .mentions__logo__item {
    height: 6.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .mentions__logo__item {
    height: 4.8rem;
    max-width: 11rem;
  }
}

.advantages {
  background-color: #F5FCD4;
}
.advantages__head {
  margin: 0 auto 6.4rem;
  max-width: 82.6rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .advantages__head {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 834px) {
  .advantages__head {
    margin-bottom: 4.8rem;
    max-width: none;
  }
}
.advantages__head svg {
  width: 3.6rem;
  height: 3.6rem;
}
.advantages__subtitle {
  margin-bottom: 1.6rem;
}
.advantages__content {
  display: flex;
  gap: 6.4rem;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .advantages__content {
    gap: 4rem;
  }
}
@media only screen and (max-width: 834px) {
  .advantages__content {
    flex-direction: column;
  }
}
.advantages__accordion {
  padding: 1.8rem 0;
  max-width: 55rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media only screen and (max-width: 834px) {
  .advantages__accordion {
    padding: 0;
    max-width: none;
  }
}
.advantages__accordion__item {
  padding: 3.1rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  border-radius: 4rem;
  border: 1px solid #D5DBB9;
  background: #fff;
  opacity: 0.75;
  transition: all ease-in-out 0.35s;
}
@media only screen and (max-width: 834px) {
  .advantages__accordion__item {
    flex-direction: column;
    padding: 2.3rem;
    gap: 1.6rem;
    border-radius: 3.2rem;
  }
}
.advantages__accordion__item.active {
  opacity: 1;
}
.advantages__accordion__item.active .advantages__accordion__text {
  margin-top: 2rem;
}
@media only screen and (max-width: 834px) {
  .advantages__accordion__item.active .advantages__accordion__text {
    margin-top: 0.8rem;
  }
}
.advantages__accordion__item svg {
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .advantages__accordion__item svg {
    width: 4rem;
    height: 4rem;
  }
}
.advantages__accordion__item svg path {
  transition: all ease-in-out 0.35s;
}
.advantages__accordion__title {
  color: #404040;
  cursor: pointer;
}
.advantages__accordion__text {
  max-height: 0;
  overflow: hidden;
  font-size: 1.8rem;
  color: #252324;
  transition: all 0.35s ease;
}
@media only screen and (max-width: 834px) {
  .advantages__accordion__text {
    font-size: 1.6rem;
  }
}
.advantages__image {
  width: 100%;
  aspect-ratio: 333/320;
  border-radius: 3.2rem;
}
@media only screen and (max-width: 834px) {
  .advantages__image {
    aspect-ratio: 181/174;
  }
}
.advantages__image__wrapper {
  width: 100%;
  max-width: 66.6rem;
}
@media only screen and (max-width: 834px) {
  .advantages__image__wrapper {
    max-width: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 0.8rem;
  }
}
.advantages__image__tooltip {
  padding: 2.3rem;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 2.6rem;
  position: absolute;
  top: -6rem;
  right: -4rem;
  border-radius: 3.8rem 3.8rem 3.8rem 1.5rem;
  border: 1px solid #D5DBB9;
  background: #fff;
  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
  font-size: 2rem;
  z-index: 2;
}
@media only screen and (max-width: 1360px) {
  .advantages__image__tooltip {
    top: -8rem;
    right: -2.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .advantages__image__tooltip {
    right: 0;
    gap: 2rem;
    padding: 2rem 2.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .advantages__image__tooltip {
    position: static;
    flex-direction: row;
    align-items: center;
    max-width: 30rem;
    gap: 2rem;
    border-radius: 1.2rem 3.2rem 3.2rem 3.2rem;
    font-size: 1.8rem;
  }
}
.advantages__image__tooltip svg {
  flex-shrink: 0;
}
@media only screen and (max-width: 1024px) {
  .advantages__image__tooltip svg {
    width: 4rem;
    height: 4rem;
  }
}

.image-cards {
  background-color: #fff;
}
@media only screen and (max-width: 834px) {
  .image-cards.block {
    padding-top: 3.2rem;
  }
}
.image-cards__head {
  margin: 0 auto 6.4rem;
  max-width: 71rem;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 3.2rem;
}
@media only screen and (max-width: 1024px) {
  .image-cards__head {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 834px) {
  .image-cards__head {
    margin-bottom: 4.8rem;
    gap: 2.4rem;
  }
}
.image-cards__head svg {
  width: 5.2rem;
  height: 5.2rem;
}
@media only screen and (max-width: 1024px) {
  .image-cards__head svg {
    width: 4.4rem;
    height: 4.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .image-cards__head svg {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.image-cards__title span[style*="text-decoration: underline"],
.image-cards__title u {
  text-underline-offset: 8px !important;
}
@media only screen and (max-width: 576px) {
  .image-cards__button {
    width: 100%;
  }
}
.image-cards__list {
  margin: 0 auto;
  max-width: 112rem;
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
}
.image-cards__item {
  padding: 1.1rem 3.2rem 1.1rem 1.1rem;
  display: flex;
  justify-content: space-between;
  border-radius: 4rem;
  gap: 4rem;
  border: 1px dashed #252324;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  .image-cards__item {
    border-radius: 3.2rem;
  }
}
.image-cards__item:nth-child(3n+1) {
  width: 100%;
  align-items: flex-end;
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+1) {
    flex-direction: column;
    padding: 1.1rem;
    gap: 0;
  }
}
.image-cards__item:nth-child(3n+1) .image-cards__item__image {
  max-width: 52rem;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+1) .image-cards__item__image {
    max-width: none;
  }
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+1) .image-cards__item__image__icon {
    left: auto;
    right: 1.6rem;
  }
}
.image-cards__item:nth-child(3n+1) .image-cards__item__content {
  padding-top: 1.3rem;
  padding-bottom: 2.9rem;
  max-width: 50.5rem;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+1) .image-cards__item__content {
    max-width: none;
    padding: 2rem 1.6rem;
  }
}
.image-cards__item:nth-child(3n+1) .image-cards__item__content svg {
  width: 4.8rem;
  height: 4.8rem;
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+1) .image-cards__item__content svg {
    display: none;
  }
}
.image-cards__item:nth-child(3n+1) .image-cards__item__list svg {
  width: 2.4rem;
  height: 2.4rem;
}
.image-cards__item:nth-child(3n+2), .image-cards__item:nth-child(3n+3) {
  padding-right: 1.1rem;
  width: calc(50% - 1.6rem);
  flex-direction: column;
  gap: 3.2rem;
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+2), .image-cards__item:nth-child(3n+3) {
    width: 100%;
    padding: 1.1rem;
    gap: 0;
  }
}
.image-cards__item:nth-child(3n+2) .image-cards__item__image, .image-cards__item:nth-child(3n+3) .image-cards__item__image {
  aspect-ratio: 520/257;
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+2) .image-cards__item__image, .image-cards__item:nth-child(3n+3) .image-cards__item__image {
    aspect-ratio: 130/79;
  }
}
.image-cards__item:nth-child(3n+2) .image-cards__item__title, .image-cards__item:nth-child(3n+3) .image-cards__item__title {
  font-size: 2.4rem;
}
.image-cards__item:nth-child(3n+2) .image-cards__item__content, .image-cards__item:nth-child(3n+3) .image-cards__item__content {
  padding: 0 2rem 2rem;
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+2) .image-cards__item__content, .image-cards__item:nth-child(3n+3) .image-cards__item__content {
    padding: 2rem 1.6rem;
  }
}
.image-cards__item:nth-child(3n+3) .image-cards__item__image__icon {
  top: auto;
  bottom: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .image-cards__item:nth-child(3n+3) .image-cards__item__image__icon {
    bottom: 2rem;
  }
}
@media only screen and (max-width: 834px) {
  .image-cards__item:nth-child(3n+3) .image-cards__item__image__icon {
    bottom: 1.6rem;
  }
}
.image-cards__item__title {
  font-weight: 600;
}
.image-cards__item__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 834px) {
  .image-cards__item__content {
    gap: 0.8rem;
  }
}
.image-cards__item__content svg {
  width: 4rem;
  height: 4rem;
}
.image-cards__item__list {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  list-style: none;
}
.image-cards__item__list li {
  display: flex;
  gap: 1.6rem;
  color: #404040;
}
.image-cards__item__list li svg {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
}
.image-cards__item__image {
  aspect-ratio: 130/79;
  border-radius: 2.8rem;
  overflow: hidden;
}
@media only screen and (max-width: 834px) {
  .image-cards__item__image {
    border-radius: 2rem;
  }
}
.image-cards__item__image__icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  top: 2.4rem;
  left: 2.4rem;
  width: 5.2rem;
  height: 5.2rem;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .image-cards__item__image__icon {
    top: 2rem;
    left: 2rem;
  }
}
@media only screen and (max-width: 834px) {
  .image-cards__item__image__icon {
    top: 1.6rem;
    left: 1.6rem;
    width: 4.4rem;
    height: 4.4rem;
  }
}
.image-cards__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.statistic {
  background-color: #072D36;
}
.statistic * {
  color: #FFFFFF;
}
.statistic__title svg {
  vertical-align: middle;
}
.statistic__title span[style*="text-decoration: underline"],
.statistic__title u {
  text-underline-offset: 8px !important;
  text-decoration-color: #ECF9AE;
}
.statistic__head {
  margin: 0 auto 6.4rem;
  max-width: 71rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .statistic__head {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 834px) {
  .statistic__head {
    margin-bottom: 4.8rem;
  }
}
.statistic__content {
  display: flex;
  gap: 7.2rem;
  align-items: center;
}
@media only screen and (max-width: 1360px) {
  .statistic__content {
    gap: 4rem 2.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .statistic__content {
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1024px) {
  .statistic__list {
    width: calc(50% - 1.2rem);
  }
}
.statistic__item {
  margin-bottom: 3.1rem;
  padding-bottom: 2.3rem;
  border-bottom: 1px solid rgba(245, 252, 212, 0.2);
}
@media only screen and (max-width: 1024px) {
  .statistic__item {
    margin-bottom: 2rem;
    padding-bottom: 3.2rem;
  }
}
.statistic__item:first-child {
  padding-top: 2.3rem;
  border-top: 1px solid rgba(245, 252, 212, 0.2);
}
@media only screen and (max-width: 834px) {
  .statistic__item:first-child {
    padding-top: 1.9rem;
  }
}
.statistic__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.statistic__item__number {
  font-family: "Dai Banna SIL", serif;
  margin-bottom: 0.4rem;
  font-size: 3.9rem;
  line-height: 120%;
  color: #ECF9AE;
}
@media only screen and (max-width: 1024px) {
  .statistic__item__number {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 834px) {
  .statistic__item__text {
    font-size: 1.4rem;
  }
}
.statistic__image {
  max-width: 51.2rem;
  width: 40%;
  aspect-ratio: 128/123;
  border-radius: 4rem;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .statistic__image {
    order: -1;
    margin: 0 auto;
    max-width: 53rem;
    width: 100%;
  }
}

.features {
  background-color: #fff;
}
.features__head {
  margin: 0 auto 6.4rem;
  max-width: 71rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .features__head {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 834px) {
  .features__head {
    margin-bottom: 4.8rem;
    max-width: none;
  }
}
.features__cards {
  margin: 0 auto;
  max-width: 112rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .features__cards {
    gap: 2rem;
  }
}
@media only screen and (max-width: 834px) {
  .features__cards {
    grid-template-columns: 1fr;
  }
}
.features__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 8.4rem 3.2rem 3.2rem;
  background-color: #F5FCD4;
  border-radius: 4rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .features__card {
    border-radius: 3.2rem;
    padding: 3.2rem;
  }
}
.features__card:before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .features__card:before {
    background-size: contain;
  }
}
.features__card:nth-child(3n+1):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='358' height='115' viewBox='0 0 358 115' fill='none'%3E%3Cpath d='M357 114.41H251.271C236.202 114.41 223.985 104.207 223.985 91.6202V24.2001C223.985 11.6136 211.768 1.41016 196.698 1.41016H106.811C91.7407 1.41016 79.524 11.6136 79.524 24.2001V44.6891C79.524 57.2756 67.3073 67.479 52.2374 67.479H0' stroke='%23D5DBB9' stroke-width='0.950669' stroke-linecap='round'/%3E%3C/svg%3E");
  left: 0;
  right: 0;
  top: 3.7rem;
  height: 11.3rem;
}
@media only screen and (max-width: 834px) {
  .features__card:nth-child(3n+1):before {
    height: 100%;
  }
}
.features__card:nth-child(3n+2):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='316' height='153' viewBox='0 0 316 153' fill='none'%3E%3Cpath d='M315.047 0.410156V128.501C315.047 141.363 302.693 151.79 287.452 151.79H0.00131226' stroke='%23D5DBB9' stroke-width='0.970353' stroke-linecap='round'/%3E%3C/svg%3E");
  left: 0;
  top: 0;
  right: 4.3rem;
  height: 15.1rem;
}
@media only screen and (max-width: 834px) {
  .features__card:nth-child(3n+2):before {
    height: 100%;
  }
}
.features__card:nth-child(3n+3):before {
  background-image: url("data:image/svg+xml,%3Csvg width='274' height='153' viewBox='0 0 274 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.978333 0.410156V15.5447C0.978333 28.3884 11.3897 38.8002 24.2328 38.8002H139.536C152.379 38.8002 162.79 49.2121 162.79 62.0558V128.316C162.79 141.159 173.202 151.571 186.045 151.571H274.702' stroke='%23D5DBB9' stroke-width='0.968949' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 8.4rem;
  right: 0;
  top: 0;
  height: 15rem;
}
@media only screen and (max-width: 834px) {
  .features__card:nth-child(3n+3):before {
    height: 100%;
  }
}
.features__card__icon {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .features__card__icon {
    margin-bottom: 1.6rem;
    width: 10rem;
    height: 10rem;
  }
}
@media only screen and (max-width: 834px) {
  .features__card__icon {
    margin-bottom: 3.2rem;
    width: 13.2rem;
    height: 13.2rem;
  }
}
.features__card__icon img {
  width: 8rem;
  height: 8rem;
}
@media only screen and (max-width: 1024px) {
  .features__card__icon img {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media only screen and (max-width: 834px) {
  .features__card__icon img {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.features__card__text {
  margin-top: auto;
  font-size: 2.2rem;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .features__card__text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 834px) {
  .features__card__text {
    font-size: 2.2rem;
  }
}

.text-image {
  background-color: #fff;
  padding: 5.6rem 0 9.6rem;
}
@media only screen and (max-width: 834px) {
  .text-image.block {
    padding-top: 3.2rem;
  }
}
.text-image__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  .text-image__container {
    gap: 4.8rem;
  }
}
@media only screen and (max-width: 834px) {
  .text-image__container {
    grid-template-columns: 1fr;
  }
}
.text-image__content {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.text-image__subtitle {
  margin-bottom: 2rem;
}
.text-image__title {
  margin-bottom: 1.2rem;
}
.text-image__title svg {
  vertical-align: middle;
}
.text-image__text {
  color: #404040;
  font-size: 2rem;
}
@media only screen and (max-width: 834px) {
  .text-image__text {
    font-size: 1.8rem;
  }
}
.text-image__image {
  width: 100%;
  aspect-ratio: 304/241;
  border-radius: 4rem;
  object-fit: cover;
}

.story {
  background-color: #F5FCD4;
}
.story__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
  margin: 0 auto 8rem;
  max-width: 71rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .story__head {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 834px) {
  .story__head {
    margin-bottom: 4.8rem;
    max-width: none;
  }
}
.story__title svg {
  vertical-align: middle;
}
.story__title span[style*="text-decoration: underline"],
.story__title u {
  text-underline-offset: 13px !important;
}
.story__cards {
  margin: 0 auto;
  max-width: 112rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .story__cards {
    gap: 2rem;
  }
}
@media only screen and (max-width: 834px) {
  .story__cards {
    grid-template-columns: 1fr;
  }
}
.story__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 4rem;
  gap: 4rem;
  background-color: #fff;
  border-radius: 4rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .story__card {
    border-radius: 3.2rem;
    padding: 3.2rem;
    gap: 3.2rem;
  }
}
@media only screen and (max-width: 834px) {
  .story__card {
    gap: 2.4rem;
  }
}
.story__card:before {
  content: "";
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 834px) {
  .story__card:before {
    background-size: contain;
  }
}
.story__card:nth-child(3n+1):before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='357' height='96' viewBox='0 0 357 96' fill='none'%3E%3Cpath d='M356 95H233.982C216.592 95 202.492 86.5124 202.492 76.042V19.958C202.492 9.48781 188.393 1 171.002 1H67.2661C49.8744 1 35.7756 9.48781 35.7756 19.958V37.0019C35.7756 47.4722 21.6768 55.9599 4.28518 55.9599H-56' stroke='%23D5DBB9' stroke-width='0.9' stroke-linecap='round'/%3E%3C/svg%3E");
  top: 1.7rem;
  left: 0;
  right: 0;
  height: 9.5rem;
}
@media only screen and (max-width: 834px) {
  .story__card:nth-child(3n+1):before {
    height: 100%;
  }
}
.story__card:nth-child(3n+2):before {
  background-image: url("data:image/svg+xml,%3Csvg width='316' height='114' viewBox='0 0 316 114' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M315.333 -21V92.3846C315.333 103.77 302.981 113 287.742 113H0.333344' stroke='%23D5DBB9' stroke-width='0.9' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 0;
  top: 0;
  right: 4.2rem;
  height: 13.4rem;
}
@media only screen and (max-width: 834px) {
  .story__card:nth-child(3n+2):before {
    height: 100%;
  }
}
.story__card:nth-child(3n+3):before {
  background-image: url("data:image/svg+xml,%3Csvg width='275' height='111' viewBox='0 0 275 111' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.666626 -16V-3.38465C0.666626 7.32123 11.0885 16 23.9445 16H139.364C152.22 16 162.642 24.6788 162.642 35.3846V90.6154C162.642 101.321 173.064 110 185.92 110H274.667' stroke='%23D5DBB9' stroke-width='0.9' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  left: 8.3rem;
  right: 0;
  top: 0;
  height: 12.6rem;
}
@media only screen and (max-width: 834px) {
  .story__card:nth-child(3n+3):before {
    height: 100%;
  }
}
.story__card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  background-color: #072D36;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .story__card__icon {
    width: 8rem;
    height: 8rem;
  }
}
.story__card__icon img {
  width: 4.8rem;
  height: 4.8rem;
}
@media only screen and (max-width: 1024px) {
  .story__card__icon img {
    width: 4rem;
    height: 4rem;
  }
}
.story__card__content {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  z-index: 2;
}
@media only screen and (max-width: 834px) {
  .story__card__content {
    gap: 0.8rem;
  }
}
.story__card__content * {
  color: #072D36;
}
.story__card__title {
  font-size: 2.2rem;
  line-height: 150%;
}

.image-text {
  background-color: #fff;
  padding: 9.6rem 0 8rem;
}
@media only screen and (max-width: 834px) {
  .image-text {
    padding: 6rem 0;
  }
}
.image-text__container {
  max-width: 124.8rem;
}
.image-text__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 6.4rem;
}
@media only screen and (max-width: 1024px) {
  .image-text__inner {
    gap: 4rem;
  }
}
@media only screen and (max-width: 834px) {
  .image-text__inner {
    gap: 3.2rem;
    grid-template-columns: 1fr;
  }
}
.image-text__head {
  margin: 0 auto 6.4rem;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .image-text__head {
    margin-bottom: 5.2rem;
  }
}
@media only screen and (max-width: 834px) {
  .image-text__head {
    margin-bottom: 4.8rem;
  }
}
.image-text__head svg {
  width: 4.6rem;
  height: 4.6rem;
}
.image-text__content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
.image-text__quote {
  font-family: "Dai Banna SIL", serif;
  font-size: 3.6rem;
  line-height: 115%;
}
@media only screen and (max-width: 834px) {
  .image-text__quote {
    font-size: 3.2rem;
  }
}
.image-text__image {
  width: 100%;
  aspect-ratio: 71/60;
  border-radius: 3.2rem;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .image-text__image {
    aspect-ratio: 181/240;
    border-radius: 3.2rem;
  }
}
.image-text__image__block {
  padding: 2rem;
  max-width: 24rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  border-radius: 3.3rem 3.3rem 3.3rem 1.3rem;
  background-color: #072D36;
  position: absolute;
  left: -4rem;
  bottom: -1.8rem;
  z-index: 2;
}
@media only screen and (max-width: 1360px) {
  .image-text__image__block {
    left: -2.4rem;
  }
}
@media only screen and (max-width: 1024px) {
  .image-text__image__block {
    left: 0;
    bottom: -4rem;
  }
}
@media only screen and (max-width: 834px) {
  .image-text__image__block {
    left: auto;
    bottom: 2rem;
    right: 2rem;
    gap: 2rem;
  }
}
.image-text__image__block__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 120%;
  color: #ECF9AE;
}
.image-text__image__block__text {
  line-height: 130%;
  letter-spacing: -0.133px;
  color: #FFFFFF;
}
.image-text__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.image-text__list__item {
  display: flex;
  align-items: flex-start;
  gap: 1.2rem;
  font-size: 2rem;
  color: #404040;
}
@media only screen and (max-width: 1024px) {
  .image-text__list__item {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 834px) {
  .image-text__list__item {
    font-size: 1.6rem;
  }
}
.image-text__list__item svg {
  margin-top: 0.4rem;
  flex-shrink: 0;
}
@media only screen and (max-width: 834px) {
  .image-text__list__item svg {
    padding-top: 0.3rem;
  }
}

.cta {
  background-color: #fff;
  padding: 2rem 0;
}
@media only screen and (max-width: 834px) {
  .cta {
    padding: 0;
  }
}
@media only screen and (max-width: 834px) {
  .cta__container {
    padding: 0;
  }
}
.cta__inner {
  padding: 11rem 3.2rem;
  background-color: #F5FCD4;
  border-radius: 4rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .cta__inner {
    padding: 10rem 2.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .cta__inner {
    padding: 9.9rem 2rem;
  }
}
.cta__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../../img/cover/cta-back.svg") no-repeat center/cover;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 576px) {
  .cta__inner:before {
    background: url("../../img/cover/cta-back-mob.svg") no-repeat center/cover;
  }
}
.cta__content {
  margin: 0 auto;
  max-width: 67rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.8rem;
  text-align: center;
  z-index: 2;
}
.cta__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}
.cta__head * {
  color: #072D36;
}
.cta__title b,
.cta__title strong {
  line-height: 115%;
}
@media only screen and (max-width: 576px) {
  .cta__button {
    width: 100%;
  }
}

.partners {
  background-color: #fff;
  padding: 8rem 0 6rem;
}
@media only screen and (max-width: 834px) {
  .partners {
    padding: 6rem 0;
  }
}
.partners__head {
  margin: 0 auto 6rem;
  max-width: 36rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
}
@media only screen and (max-width: 1024px) {
  .partners__head {
    margin-bottom: 5.4rem;
  }
}
@media only screen and (max-width: 834px) {
  .partners__head {
    margin-bottom: 4.8rem;
  }
}
.partners__head__logo {
  max-width: 16.8rem;
  width: 100%;
}
.partners__head__logo img {
  width: 100%;
}
.partners__title {
  font-size: 1.8rem;
  line-height: 135%;
  color: #404040;
  text-align: center;
}
.partners__logos {
  margin: 0 auto;
  max-width: 111.2rem;
  display: flex;
  justify-content: center;
  gap: 4.2rem 8.8rem;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .partners__logos {
    gap: 4rem;
  }
}
@media only screen and (max-width: 834px) {
  .partners__logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.partners__logos__item {
  width: auto;
  max-height: 6.4rem;
  filter: grayscale(1);
}
@media only screen and (max-width: 834px) {
  .partners__logos__item {
    margin: 0;
    max-height: 5.6rem;
    object-position: 0 0;
  }
}
@media only screen and (max-width: 576px) {
  .partners__logos__item {
    max-height: 4.4rem;
  }
}