.i-audience__hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 0;
  background: #11181F;
  background-size: cover;
  background-position: center;
}
.i-audience__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.35);
}
.i-audience__hero .c-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 350px;
  height: calc(50vh - var(--banner-height));
}
@media screen and (min-width: 600px) {
  .i-audience__hero .c-container {
    height: calc(80vh - var(--banner-height));
    max-height: 520px;
  }
}
.i-audience__title {
  color: white;
  font-weight: 600;
  font-size: 88px;
  font-size: clamp(40px, 10vw, 88px);
  line-height: 1.2;
}
.i-audience__intro {
  margin: 4rem auto 0;
  text-align: center;
  font-size: 26px;
  color: black;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  max-width: 90vw;
}
@media screen and (min-width: 740px) {
  .i-audience__intro {
    max-width: 720px;
  }
}
.i-audience__group {
  margin-bottom: 8rem;
}
.i-audience__group:first-of-type {
  margin-top: 7rem;
}
.i-audience__group:last-child {
  margin-bottom: 15rem;
}
.i-audience__headline {
  font-size: clamp(42px, 10vw, 60px);
  font-weight: 500;
  margin-bottom: 3rem;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 720px) {
  .i-audience__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 4rem 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .i-audience__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.i-audience__item {
  margin-bottom: 3rem;
}
@media screen and (min-width: 720px) {
  .i-audience__item {
    margin-bottom: 0;
  }
}
.i-audience__link {
  color: black;
}
.i-audience__link:focus, .i-audience__link:hover {
  color: black;
  text-decoration: underline;
}
.i-audience__pic {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 230px;
}
.i-audience__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.i-audience__name {
  display: block;
  font-size: 36px;
  font-size: clamp(24px, 4rem, 36px);
  line-height: 1.2;
  margin-top: 1rem;
  font-weight: 500;
  padding-right: 1.5rem;
}
.i-audience__cta {
  background: #94A0A9;
  margin-top: 6rem;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .i-audience__cta .c-container {
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.i-audience__cta .i-audience__headline {
  font-size: 28px;
  font-size: clamp(22px, 4vw, 29px);
  color: white;
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .i-audience__cta .i-audience__headline {
    width: auto;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
