.c-tabs__container, .c-numbers__container, .c-process__container, .c-solutions__container, .c-cta__container, .c-hero__container {
  width: 100%;
  max-width: 124.6rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (max-width: 1050px) {
  .c-tabs__container, .c-numbers__container, .c-process__container, .c-solutions__container, .c-cta__container, .c-hero__container {
    padding: 0px 2.4rem;
  }
}

.c-hero {
  position: relative;
  width: 100%;
  padding: 25.4rem 0 15rem;
  background-color: #203C47;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}
.c-hero__background-image {
  position: absolute;
  top: 0;
  left: 25%;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.c-hero__background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
  -webkit-mask-image: linear-gradient(253deg, #203C47 -5.8%, rgba(255, 255, 255, 0) 69%);
  mask-image: linear-gradient(253deg, #203C47 -5.8%, rgba(255, 255, 255, 0) 69%);
}
.c-hero__background-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 60, 71, 0.42);
}
.c-hero__container {
  position: relative;
  z-index: 1;
}
.c-hero__content {
  width: 100%;
  max-width: 88.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}
.c-hero__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 12px;
  padding: 0.9rem 1.7rem;
  background: rgba(255, 255, 255, 0.1);
  border: 0.1rem solid rgba(255, 255, 255, 0.2);
  border-radius: 3.2rem;
}
.c-hero__badge-text {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-hero__title {
  font-size: 6.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 7.9rem;
  color: #fff;
  margin: 2.4rem 0 4rem;
}
@media (max-width: 600px) {
  .c-hero__title {
    margin: 0;
  }
}
.c-hero__text p {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  margin: 0;
  max-width: 624px;
}
.c-hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  margin-top: 8rem;
}
@media (max-width: 600px) {
  .c-hero__actions {
    margin-top: 0;
  }
}
.c-hero__button--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 3.2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2CB67D;
}
.c-hero__button--primary:hover {
  background: #217C57;
}
.c-hero__button--primary span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-hero__button--ghost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 3.2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2CB67D;
}
.c-hero__button--ghost:hover {
  background: #217C57;
}
.c-hero__button--ghost span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-hero__button--ghost {
  border: 1px solid rgba(248, 250, 252, 0.2);
  background: rgba(248, 250, 252, 0.1);
}
.c-hero__button--ghost:hover {
  background: #2CB67D;
}
.c-hero__info-card {
  position: absolute;
  bottom: 0;
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 2.5rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 17px;
}
.c-hero__info-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}
.c-hero__info-card-title {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #fff;
  margin: 0;
}
.c-hero__info-card-text {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
  margin: 0;
  max-width: 202px;
}
.c-hero__info-card-icon {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-hero__info-card-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 600px) {
  .c-hero__info-card {
    display: none;
  }
}
@media (max-width: 1024px) {
  .c-hero {
    height: auto;
    padding: 80px 0;
  }
  .c-hero__container {
    padding: 0 40px;
  }
  .c-hero__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    gap: 40px;
  }
  .c-hero__title {
    font-size: 4.8rem;
    line-height: 1.2;
  }
  .c-hero__info-card {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .c-hero__container {
    padding: 0 24px;
  }
  .c-hero__title {
    font-size: 3.6rem;
  }
  .c-hero__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
  }
  .c-hero__actions .c-hero__button {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.c-cta {
  background-color: #F8FAFC;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 12.1rem 0 12rem;
  width: 100%;
}
.c-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.c-cta__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
  text-align: center;
  color: #203C47;
}
.c-cta__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
}
.c-cta__text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  max-width: 45.2rem;
  text-align: center;
}
.c-cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 3.2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2CB67D;
}
.c-cta__button:hover {
  background: #217C57;
}
.c-cta__button span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-cta__button {
  gap: 10rem;
}
.c-cta__button svg, .c-cta__button img {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 992px) {
  .c-cta {
    padding: 6rem 0;
  }
  .c-cta__title {
    font-size: 2.8rem;
    text-align: center;
    line-height: 4rem;
  }
  .c-cta__button {
    width: 100%;
    gap: initial;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-solutions {
  background-color: #fff;
  padding: 9.6rem 0;
  width: 100%;
}
.c-solutions__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.4rem;
}
.c-solutions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
  width: 100%;
}
.c-solutions__badge {
  background-color: rgba(32, 60, 71, 0.1);
  border: 1px solid rgba(32, 60, 71, 0.05);
  border-radius: 33.5rem;
  padding: 1rem 2.4rem;
  color: #203C47;
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  font-weight: 600;
}
.c-solutions__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
  color: #203C47;
}
.c-solutions__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
  width: 100%;
}
.c-solutions__card {
  background-color: #F8FAFC;
  border-radius: 2.4rem;
  padding: 2.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  min-height: 22.9rem;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.c-solutions__card-icon {
  background-color: #fff;
  border: 1px solid #f1f5f9;
  border-radius: 0.8rem;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  width: 4.8rem;
  height: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  margin-bottom: 2.4rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-solutions__card-icon img, .c-solutions__card-icon svg {
  width: 2rem;
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-solutions__card-title {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #203C47;
  margin-bottom: 1.2rem;
}
.c-solutions__card-text {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #64748B;
}
.c-solutions__card-text p {
  margin: 0;
}
@media (max-width: 992px) {
  .c-solutions {
    padding: 6rem 0;
  }
  .c-solutions__container {
    gap: 4.8rem;
  }
  .c-solutions__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .c-solutions__title {
    font-size: 3.6rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
  }
}
@media (max-width: 600px) {
  .c-solutions__title {
    font-size: 2.8rem;
  }
}

.c-process {
  background-color: #203C47;
  padding: 9.6rem 0;
}
.c-process__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .c-process__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.4rem;
  }
}
.c-process__content {
  width: 100%;
  max-width: 57.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.6rem;
}
@media (max-width: 1024px) {
  .c-process__content {
    max-width: 100%;
    gap: 4rem;
  }
}
.c-process__title {
  font-size: 4.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 4.8rem;
  color: #fff;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .c-process__title {
    font-size: 3.6rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.9px;
  }
}
.c-process__description {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  .c-process__description {
    font-size: 1.6rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    line-height: 2.8rem;
  }
}
.c-process__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
  border: none;
  padding: 1.6rem 3.2rem;
  border-radius: 3.2rem;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2CB67D;
}
.c-process__button:hover {
  background: #217C57;
}
.c-process__button span {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #F8FAFC;
}
.c-process__button img {
  width: 2rem;
  height: 2rem;
}
.c-process__cards {
  width: 100%;
  max-width: 61.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.2rem;
}
@media (max-width: 1024px) {
  .c-process__cards {
    max-width: 100%;
  }
}
.c-process__card {
  background-color: #fff;
  border: 1px solid #F8FAFC;
  border-radius: 2.4rem;
  padding: 3.2rem;
  width: 100%;
  min-height: 26.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .c-process__card {
    padding: 2.4rem;
  }
}
.c-process__card-number {
  font-size: 4.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  line-height: 4.8rem;
  color: #203C47;
  line-height: 4.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-process__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.6rem;
  width: 100%;
}
.c-process__card-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.8rem;
}
.c-process__card-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.c-process__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
}
.c-process__card-title {
  font-size: 2rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 28px;
  color: #203C47;
}
.c-process__card-text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
}
.c-process__card-text p {
  margin-bottom: 0;
}
.c-process__card-text p:not(:last-child) {
  margin-bottom: 0.8rem;
}

.c-numbers {
  background-color: #F8FAFC;
  padding: 12rem 0;
}
.c-numbers__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6.4rem;
}
.c-numbers__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.c-numbers__badge {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 1.6rem;
  letter-spacing: 0.6px;
  color: #203C47;
  background-color: rgba(32, 60, 71, 0.1);
  border: 1px solid rgba(32, 60, 71, 0.05);
  border-radius: 3.2rem;
  padding: 1rem 2.4rem;
  text-transform: uppercase;
}
.c-numbers__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
  color: #203C47;
  text-align: center;
}
.c-numbers__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.c-numbers__card {
  border-radius: 2.4rem;
  -webkit-box-shadow: 0px 4px 20px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 20px -2px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .c-numbers__card {
    width: 100% !important;
  }
}
.c-numbers__card--recycled {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  width: calc(100% - 46.2rem - 2.4rem);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3.3rem;
  min-height: 27.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  position: relative;
}
.c-numbers__card--recycled::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 37.9978rem;
  height: 100%;
  border-radius: 9999px 0 0 0;
  opacity: 0.5;
  background: #ECFDF5;
}
.c-numbers__card--recycled .c-numbers__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  max-width: 44.8rem;
  z-index: 2;
}
.c-numbers__card--recycled .c-numbers__card-number {
  font-size: 4.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 800;
  line-height: 4.8rem;
  color: #0b2b26;
}
.c-numbers__card--recycled .c-numbers__card-subtitle {
  font-size: 1.8rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 2.8rem;
  color: #64748B;
  margin-bottom: 0.8rem;
}
.c-numbers__card--recycled .c-numbers__card-text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
}
.c-numbers__card--recycled .c-numbers__card-bg-icon {
  position: absolute;
  right: 0.7rem;
  bottom: 0.7rem;
  width: 13rem;
  height: 13rem;
  opacity: 0.5;
  z-index: 1;
}
.c-numbers__card--recycled .c-numbers__card-bg-icon svg, .c-numbers__card--recycled .c-numbers__card-bg-icon img {
  width: 100%;
  height: 100%;
}
.c-numbers__card--compliance {
  background-color: #203C47;
  width: 46.2rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 3.2rem;
  min-height: 27.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}
.c-numbers__card--compliance .c-numbers__card-bg-pattern {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  width: 10rem;
  height: 10rem;
}
.c-numbers__card--compliance .c-numbers__card-icon {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(2px);
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  margin-bottom: 2.4rem;
}
.c-numbers__card--compliance .c-numbers__card-icon svg, .c-numbers__card--compliance .c-numbers__card-icon img {
  width: 2.2rem;
  height: 2.1rem;
}
.c-numbers__card--compliance .c-numbers__card-number {
  font-size: 2.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  line-height: 32px;
  font-size: 3rem;
  line-height: 3.6rem;
  color: #fff;
}
.c-numbers__card--compliance .c-numbers__card-subtitle {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 1.6rem;
}
.c-numbers__card--compliance .c-numbers__card-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  margin-bottom: 1.6rem;
}
.c-numbers__card--compliance .c-numbers__card-text {
  font-size: 1.4rem;
  line-height: 2rem;
  color: rgba(255, 255, 255, 0.6);
}
.c-numbers__card--partners {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  width: 39.1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 4.7rem 3.3rem;
  min-height: 29.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
}
.c-numbers__card--partners .c-numbers__card-icon {
  background-color: #eff6ff;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
  margin-bottom: 1.6rem;
}
.c-numbers__card--partners .c-numbers__card-icon svg, .c-numbers__card--partners .c-numbers__card-icon img {
  width: 2.25rem;
  height: 2.25rem;
}
.c-numbers__card--partners .c-numbers__card-number {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.6rem;
  color: #0f172a;
  margin-bottom: 0.4rem;
  text-align: center;
}
.c-numbers__card--partners .c-numbers__card-subtitle {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
  text-align: center;
}
.c-numbers__card--infra {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  width: calc(100% - 39.1rem - 2.4rem);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3.3rem;
  min-height: 29.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 3.2rem;
}
@media (max-width: 768px) {
  .c-numbers__card--infra {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-numbers__card--infra .c-numbers__card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.c-numbers__card--infra .c-numbers__card-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  color: #0f172a;
}
.c-numbers__card--infra .c-numbers__card-text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #64748B;
  margin-bottom: 1.2rem;
}
.c-numbers__card--infra .c-numbers__card-link {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #2CB67D;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.4rem;
}
.c-numbers__card--infra .c-numbers__card-link svg, .c-numbers__card--infra .c-numbers__card-link img {
  width: 0.93rem;
  height: 0.93rem;
}
.c-numbers__card--infra .c-numbers__card-image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 1.6rem;
  overflow: hidden;
  height: 100%;
  min-height: 20rem;
  position: relative;
}
.c-numbers__card--infra .c-numbers__card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 600px) {
  .c-numbers {
    padding: 8rem 0;
  }
  .c-numbers__title {
    font-size: 2.8rem;
  }
  .c-numbers .c-numbers__card-image img {
    position: initial;
  }
  .c-numbers .c-numbers__card-title {
    font-size: 2rem;
  }
}

.c-tabs {
  padding: 8rem 0;
}
@media (max-width: 600px) {
  .c-tabs {
    border-top: 1px solid #F8FAFC;
  }
}
.c-tabs__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
.c-tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  text-align: center;
}
.c-tabs__badge {
  padding: 1rem 2.4rem;
  border-radius: 999px;
  background: rgba(32, 60, 71, 0.1);
  border: 1px solid rgba(32, 60, 71, 0.05);
  color: #203C47;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.06rem;
}
.c-tabs__title {
  font-size: 4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  line-height: 4.8rem;
  letter-spacing: -0.8px;
  color: #203C47;
}
.c-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1.2rem;
}
@media (max-width: 600px) {
  .c-tabs__nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 2.4rem;
    overflow: scroll;
    width: 100vw;
  }
  .c-tabs__nav::-webkit-scrollbar {
    display: none;
  }
}
.c-tabs__nav-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0.8rem;
  height: 4.7rem;
  padding: 0 2.1rem;
  border-radius: 999px;
  background: #F8FAFC;
  border: 1px solid #F8FAFC;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-tabs__nav-btn span {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.31px;
  color: #203C47;
}
.c-tabs__nav-btn .c-tabs__nav-icon {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.c-tabs__nav-btn .c-tabs__nav-icon svg, .c-tabs__nav-btn .c-tabs__nav-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-tabs__nav-btn.is-active, .c-tabs__nav-btn:hover {
  background: #203C47;
  border-color: #203C47;
}
.c-tabs__nav-btn.is-active span, .c-tabs__nav-btn:hover span {
  color: #F8FAFC;
}
.c-tabs__nav-btn.is-active .c-tabs__nav-icon, .c-tabs__nav-btn:hover .c-tabs__nav-icon {
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(345deg) brightness(100%) contrast(100%);
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(345deg) brightness(100%) contrast(100%);
}
.c-tabs__nav-btn.is-active, .c-tabs__nav-btn:hover {
  /* If SVG icons are inline, we could change their color, 
     but since they are img tags from ACF, the color is fixed in the asset.
     We can rely on the design providing appropriate icons or use CSS filters if needed.
     Assuming provided icons match the active state. */
}
@media (max-width: 600px) {
  .c-tabs__nav-btn {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 60%;
  }
}
.c-tabs__content-wrapper {
  width: 100%;
  max-width: 124.8rem;
  background: #F8FAFC;
  border-radius: 1.6rem;
  overflow: hidden;
}
.c-tabs__pane {
  display: none;
  height: 62.5rem;
}
.c-tabs__pane.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .c-tabs__pane {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}
.c-tabs__pane-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 4.8rem 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.6rem;
}
@media (max-width: 768px) {
  .c-tabs__pane-content {
    padding: 3.2rem;
    gap: 3.2rem;
  }
}
.c-tabs__pane-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.c-tabs__pane-icon {
  width: 4.8rem;
  height: 4.8rem;
  background: rgba(32, 60, 71, 0.1);
  border-radius: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 0px;
}
.c-tabs__pane-icon svg, .c-tabs__pane-icon img {
  width: 2.4rem;
  height: 2.4rem;
  -o-object-fit: contain;
  object-fit: contain;
}
.c-tabs__pane-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  color: #203C47;
}
.c-tabs__pane-text {
  font-size: 1.6rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 2.8rem;
  color: #203C47;
  max-width: 56.6rem;
}
.c-tabs__pane-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
.c-tabs__pane-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2.4rem;
}
.c-tabs__pane-list-item p {
  font-size: 1.4rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 1.8rem;
  letter-spacing: -0.31px;
  color: #64748B;
  max-width: 56.2rem;
}
.c-tabs__pane-bullet {
  width: 0.8rem;
  height: 0.8rem;
  background: #2CB67D;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.5rem;
}
.c-tabs__pane-image {
  width: 54rem;
  height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-tabs__pane-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .c-tabs__pane-image {
    width: 100%;
    height: 30rem;
  }
}
@media (max-width: 600px) {
  .c-tabs__title {
    font-size: 2.8rem;
  }
}