.p-sustainability-kpi-section-head {
  background-color: var(--brand);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-section-head {
    border-radius: min(0.556vw, 8.8px) min(0.556vw, 8.8px) 0 0;
    padding: min(2.778vw, 44px);
    gap: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-section-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: min(2.133vw, 8.8px) min(2.133vw, 8.8px) 0 0;
    padding: min(5.333vw, 22px);
    gap: min(5.333vw, 22px);
  }
}
.p-sustainability-kpi-section-head__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #dff1ff;
  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;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-section-head__icon {
    width: min(12.5vw, 198px);
    height: min(12.5vw, 198px);
    border-radius: min(0.278vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-section-head__icon {
    width: min(34.667vw, 143px);
    height: min(34.667vw, 143px);
    border-radius: min(1.067vw, 4.4px);
  }
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-section-head__icon img {
    width: min(10.417vw, 165px);
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-section-head__icon img {
    width: min(29.333vw, 121px);
    height: auto;
  }
}
.p-sustainability-kpi-section-head__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-section-head__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: min(3.2vw, 13.2px);
  }
}
.p-sustainability-kpi-section-head__title {
  color: var(--text-white);
  margin-top: 0 !important;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-section-head__title {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-section-head__title {
    font-size: clamp(20.4px, 6.4vw, 26.4px);
    text-align: left !important;
    margin-bottom: 0 !important;
  }
}
.p-sustainability-kpi-section-head__link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: var(--text-white) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  background-color: transparent !important;
}
.p-sustainability-kpi-section-head__link::before {
  color: var(--text) !important;
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-section-head__link {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
}

.p-sustainability-kpi-container {
  background-color: #dff1ff;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-container {
    border-radius: 0 0 min(0.556vw, 8.8px) min(0.556vw, 8.8px);
    padding: min(2.778vw, 44px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(2.083vw, 33px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-container {
    border-radius: 0 0 min(2.133vw, 8.8px) min(2.133vw, 8.8px);
    padding: min(6.4vw, 26.4px) min(5.333vw, 22px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(4.267vw, 17.6px);
  }
}

.p-sustainability-kpi-sub + .p-sustainability-kpi-sub {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-sub + .p-sustainability-kpi-sub {
    padding-top: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-sub + .p-sustainability-kpi-sub {
    padding-top: min(10.667vw, 44px);
  }
}
.p-sustainability-kpi-sub__heading {
  background-color: var(--base);
  text-align: center;
  font-weight: var(--fw-500);
  color: var(--brand);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-sub__heading {
    font-size: clamp(27.2px, 2.222vw, 35.2px);
    padding: min(2.778vw, 44px) min(1.389vw, 22px);
    border-radius: min(0.278vw, 4.4px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-sub__heading {
    font-size: clamp(17px, 5.333vw, 22px);
    padding: min(4.267vw, 17.6px) min(4.267vw, 17.6px);
    margin-bottom: min(4.267vw, 17.6px);
  }
}

.p-sustainability-kpi-figures {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures {
    -ms-grid-columns: 1fr min(1.111vw, 17.6px) 1fr min(1.111vw, 17.6px) 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: min(1.111vw, 17.6px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: min(3.2vw, 13.2px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures--label-only {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.p-sustainability-kpi-figures__item {
  background-color: var(--base);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__item {
    border-radius: min(0.278vw, 4.4px);
    padding: min(1.389vw, 22px) min(0.903vw, 14.3px);
    gap: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__item {
    border-radius: min(1.067vw, 4.4px);
    padding: min(4.267vw, 17.6px);
    gap: min(2.133vw, 8.8px);
  }
}

.p-sustainability-kpi-figures__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--brand);
  color: var(--text-white);
  font-family: var(--font-en);
  font-weight: var(--fw-400);
  line-height: 1;
  border-radius: 2px;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__tag {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
    padding: min(0.556vw, 8.8px) min(0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__tag {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
    padding: min(1.6vw, 6.6px) min(2.667vw, 11px);
  }
}

.p-sustainability-kpi-figures__label {
  color: var(--brand);
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__label {
    font-size: clamp(11.9px, 0.972vw, 15.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__label {
    font-size: clamp(10.2px, 3.2vw, 13.2px);
  }
}

.p-sustainability-kpi-figures__label-main {
  display: block;
  color: var(--text);
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__label-main {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__label-main {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}

.p-sustainability-kpi-figures__desc {
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__desc {
    font-size: clamp(15.3px, 1.25vw, 19.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__desc {
    font-size: clamp(12.75px, 4vw, 16.5px);
  }
}

.p-sustainability-kpi-figures__value-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__value-wrap {
    gap: min(0.278vw, 4.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__value-wrap {
    gap: min(0.533vw, 2.2px);
  }
}

.p-sustainability-kpi-figures__value {
  font-family: var(--font-en);
  font-weight: var(--fw-400);
  color: var(--brand);
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__value {
    font-size: clamp(54.4px, 4.444vw, 70.4px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__value {
    font-size: clamp(40.8px, 12.8vw, 52.8px);
  }
}
.p-sustainability-kpi-figures__value.--text {
  font-family: inherit;
  font-weight: var(--fw-500);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__value.--text {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__value.--text {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
  }
}

.p-sustainability-kpi-figures__unit {
  font-family: var(--font-en);
  font-weight: var(--fw-400);
  color: var(--brand);
  -ms-flex-item-align: end;
      align-self: flex-end;
  line-height: 1;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__unit {
    font-size: clamp(23.8px, 1.944vw, 30.8px);
    padding-bottom: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__unit {
    font-size: clamp(18.7px, 5.867vw, 24.2px);
    padding-bottom: min(1.6vw, 6.6px);
  }
}

.p-sustainability-kpi-figures__suffix {
  font-weight: var(--fw-500);
  color: var(--brand);
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__suffix {
    font-size: clamp(20.4px, 1.667vw, 26.4px);
    padding-bottom: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__suffix {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
    padding-bottom: min(1.6vw, 6.6px);
  }
}

.p-sustainability-kpi-figures__note {
  color: var(--black);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-figures__note {
    font-size: clamp(10.2px, 0.833vw, 13.2px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-figures__note {
    font-size: clamp(9.35px, 2.933vw, 12.1px);
  }
}

@media screen and (min-width: 835px) {
  .p-sustainability-kpi-approaches {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-approaches {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(3.2vw, 13.2px);
  }
}

@media screen and (min-width: 835px) {
  .p-sustainability-kpi-approach-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(9.028vw, 143px) min(2.083vw, 33px) 1fr;
    grid-template-columns: min(9.028vw, 143px) 1fr;
    -webkit-column-gap: min(2.083vw, 33px);
       -moz-column-gap: min(2.083vw, 33px);
            column-gap: min(2.083vw, 33px);
    row-gap: min(0.833vw, 13.2px);
    padding: min(1.111vw, 17.6px) min(0vw, 0px);
    border-bottom: 1px solid #fff;
    min-height: min(11.25vw, 178.2px);
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-approach-item:last-child {
    border-bottom: none;
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-approach-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: min(22.4vw, 92.4px) min(5.333vw, 22px) 1fr;
    grid-template-columns: min(22.4vw, 92.4px) 1fr;
    -webkit-column-gap: min(5.333vw, 22px);
       -moz-column-gap: min(5.333vw, 22px);
            column-gap: min(5.333vw, 22px);
    row-gap: min(5.333vw, 22px);
    border-top: 1px solid #fff;
    padding: min(5.333vw, 22px) 0;
  }
}
.p-sustainability-kpi-approach-item__icon {
  background-color: var(--base);
  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;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-approach-item__icon {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
    -ms-grid-row-align: center;
        align-self: center;
    width: min(9.028vw, 143px);
    height: min(9.028vw, 143px);
    border-radius: min(0.556vw, 8.8px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-approach-item__icon {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    width: min(22.4vw, 92.4px);
    height: min(22.4vw, 92.4px);
    border-radius: min(1.067vw, 4.4px);
  }
}
.p-sustainability-kpi-approach-item__icon img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-approach-item__icon img {
    width: min(13.333vw, 55px);
    height: auto;
  }
}
.p-sustainability-kpi-approach-item__title {
  font-weight: var(--fw-500);
  color: var(--brand);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-approach-item__title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: end;
        align-self: end;
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-approach-item__title {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: center;
        align-self: center;
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}
.p-sustainability-kpi-approach-item__text,
.p-sustainability-kpi-approach-item > p {
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-approach-item__text,
  .p-sustainability-kpi-approach-item > p {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-row-align: start;
        align-self: start;
    font-size: clamp(13.6px, 1.111vw, 17.6px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-approach-item__text,
  .p-sustainability-kpi-approach-item > p {
    grid-column: 1/-1;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-row-align: start;
        align-self: start;
    font-size: clamp(13.6px, 4.267vw, 17.6px);
  }
}

.p-sustainability-kpi-sub-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-sub-split {
    gap: min(2.778vw, 44px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-sub-split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(4.267vw, 17.6px);
  }
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-sub-split--mb {
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-sub-split--mb {
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.p-sustainability-kpi-sub-split__kpi {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-sub-split__kpi {
    width: min(24.514vw, 388.3px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-sub-split__kpi {
    width: 100%;
  }
}
.p-sustainability-kpi-sub-split__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-sub-split__content {
    gap: min(1.111vw, 17.6px);
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-sub-split__content {
    gap: min(3.2vw, 13.2px);
  }
}
.p-sustainability-kpi-sub-split__title {
  font-weight: var(--fw-500);
  color: var(--brand);
  line-height: var(--lh-150);
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-sub-split__title {
    font-size: clamp(17px, 1.389vw, 22px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-sub-split__title {
    font-size: clamp(15.3px, 4.8vw, 19.8px);
  }
}

.p-sustainability-kpi-diversity-grid {
  display: -ms-grid;
  display: grid;
}
@media screen and (min-width: 835px) {
  .p-sustainability-kpi-diversity-grid {
    -ms-grid-columns: min(24.514vw, 388.3px) min(1.389vw, 22px) min(24.514vw, 388.3px);
    grid-template-columns: repeat(2, min(24.514vw, 388.3px));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: min(1.389vw, 22px);
    margin-bottom: min(2.778vw, 44px);
  }
}
@media screen and (max-width: 834px) {
  .p-sustainability-kpi-diversity-grid {
    -ms-grid-columns: 1fr min(3.2vw, 13.2px) 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: min(3.2vw, 13.2px);
    margin-bottom: min(8.533vw, 35.2px);
  }
}
.p-sustainability-kpi-diversity-grid .p-sustainability-kpi-figures__item {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}