.c-key-stakeholders {
  margin: 96px 0px 48px 0px;
  margin: 6rem 0 3rem 0;
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .c-key-stakeholders {
    margin: 240px 0px 144px 0px;
    margin: 15rem 0 9rem 0;
  }
}

.c-key-stakeholders h2 {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .c-key-stakeholders h2 {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

.c-key-stakeholders__nav {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__nav {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}

.c-key-stakeholders__nav a {
  font-family: 'Montserrat', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #222222;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__nav a {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.c-key-stakeholders__nav a:hover, .c-key-stakeholders__nav a:focus {
  color: #11A44F;
}

.c-key-stakeholders__nav a.active {
  color: #11A44F;
}

.c-key-stakeholders__nav a:not(.active) {
  display: none;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__nav a:not(.active) {
    display: inline;
  }
}

.c-key-stakeholders__items {
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__items {
    overflow: hidden;
  }
}

.c-key-stakeholders__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__item {
    flex-direction: row;
  }
}

.c-key-stakeholders__item-image {
  flex-shrink: 0;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__item-image {
    max-width: 450px;
  }
}

@media (min-width: 1500px) {
  .c-key-stakeholders__item-image {
    max-width: unset;
  }
}

.c-key-stakeholders__item-label {
  font-family: 'Montserrat', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  padding: 0px 48px 0px 0px;
  padding: 0 3rem 0 0;
  font-weight: 700;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__item-label {
    padding: 0px 48px 0px 24px;
    padding: 0 3rem 0 1.5rem;
  }
}

@media (min-width: 1500px) {
  .c-key-stakeholders__item-label {
    padding: 0px 48px;
    padding: 0 3rem;
  }
}

.c-key-stakeholders__nav-alt {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: 'Montserrat', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  position: relative;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__nav-alt {
    margin-bottom: 48px;
    margin-bottom: 3rem;
    position: absolute;
    right: 0;
    top: 145px;
    z-index: 1;
  }
}

@media (min-width: 1500px) {
  .c-key-stakeholders__nav-alt {
    top: 182px;
  }
}

.c-key-stakeholders__nav-alt .paging-info {
  min-width: 50px;
  text-align: center;
}

@media (min-width: 1200px) {
  .c-key-stakeholders__nav-alt .paging-info {
    display: none;
  }
}

.c-key-stakeholders__nav-alt button {
  position: relative;
  border: 2px solid #222222;
  background-color: #F3FAF6;
  width: 42px;
  height: 42px;
  padding: 0;
  transition: background-color .5s ease-out, border-color .5s ease-out;
}

.c-key-stakeholders__nav-alt button::before {
  position: absolute;
  width: 42px;
  height: 42px;
  -webkit-mask-image: url(icon-chevron.svg);
          mask-image: url(icon-chevron.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #222222;
  background-position: center;
  content: '';
  opacity: 1;
  transition: border-color .3s ease-out, background-color .3s ease-out;
  top: 0;
  left: 0;
  transform: translate(9px, 11px);
}

.c-key-stakeholders__nav-alt button.prev::before {
  transform: translate(-13px, -14px) rotate(180deg);
}

.c-key-stakeholders__nav-alt button:hover {
  background-color: #FFFFFF;
  border-color: #11A44F;
}

.c-key-stakeholders__nav-alt button:focus {
  background-color: #F3FAF6;
  border-color: #11A44F;
}

