main .s5-sec {
  padding: 150px 38px;
  border-top: 1px solid rgba(17, 22, 23, .12);
  background: #fff
}

main .s5-sec.mist {
  background: #edf4f4
}

main .s5-sec.dark {
  background: #082f31;
  color: #fff
}

main .s5-ey {
  font-size: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #748688;
  font-weight: 600
}

main .s5-head {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 72px;
  align-items: end;
  margin-bottom: 66px
}

main .s5-head h2 {
  margin: 0;
  font-size: clamp(48px, 5.45vw, 84px);
  line-height: .92;
  letter-spacing: -.058em;
  font-weight: 400
}

main .s5-head p {
  margin: 0;
  font-size: 12px;
  line-height: 1.76;
  color: #607274
}

main .s5-sec.dark .s5-head p {
  color: #b9c8c9
}

main .s5-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .s5-grid article {
  padding: 30px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 300px
}

main .s5-grid article:nth-child(1) {
  grid-column: span 7
}

main .s5-grid article:nth-child(2) {
  grid-column: span 5;
  background: #edf4f4
}

main .s5-grid article:nth-child(3) {
  grid-column: span 5
}

main .s5-grid article:nth-child(4) {
  grid-column: span 7;
  background: #082f31;
  color: #fff
}

main .s5-grid article:nth-child(4) p {
  color: #b9c8c9
}

main .s5-grid h3 {
  margin: 108px 0 14px;
  font-size: 26px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 400
}

main .s5-grid p {
  font-size: 9.5px;
  line-height: 1.7;
  color: #65787a
}

main .s5-flow {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  border: 1px solid rgba(17, 22, 23, .12)
}

main .s5-flow .intro {
  padding: 40px;
  background: #082f31;
  color: #fff
}

main .s5-flow .intro h3 {
  margin: 165px 0 16px;
  font-size: clamp(38px, 4.1vw, 64px);
  line-height: .94;
  letter-spacing: -.055em;
  font-weight: 400
}

main .s5-flow .intro p {
  font-size: 10.5px;
  line-height: 1.75;
  color: #b9c8c9
}

main .s5-flow .steps article {
  display: grid;
  grid-template-columns: .17fr .83fr;
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 152px
}

main .s5-flow .steps article:last-child {
  border-bottom: 0
}

main .s5-flow .n {
  padding: 24px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  font-size: 34px;
  letter-spacing: -.05em
}

main .s5-flow .copy {
  padding: 24px
}

main .s5-flow h4 {
  margin: 0 0 9px;
  font-size: 23px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.04em
}

main .s5-flow p {
  font-size: 9.5px;
  line-height: 1.68;
  color: #65787a
}

main .s5-bound {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(17, 22, 23, .12)
}

main .s5-bound .col {
  padding: 34px
}

main .s5-bound .col:first-child {
  background: #edf4f4;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .s5-bound h3 {
  margin: 104px 0 18px;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.045em
}

main .s5-bound li {
  font-size: 10px;
  line-height: 1.7;
  color: #65787a;
  margin: 10px 0
}

main .s5-people {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .s5-person {
  display: grid;
  grid-template-columns: .42fr .58fr;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 330px
}

main .s5-person figure {
  margin: 0;
  overflow: hidden
}

main .s5-person img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72)
}

main .s5-person .body {
  padding: 22px;
  display: flex;
  flex-direction: column
}

main .s5-person h3 {
  margin: 14px 0 8px;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.04em
}

main .s5-person p {
  font-size: 8.5px;
  line-height: 1.62;
  color: #65787a
}

main .s5-person .links {
  margin-top: auto;
  display: flex;
  gap: 14px;
  font-size: 8px
}

main .s5-hub {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(17, 22, 23, .12);
  border-left: 1px solid rgba(17, 22, 23, .12)
}

main .s5-hub a {
  padding: 28px;
  min-height: 300px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

main .s5-hub a:nth-child(3n+2) {
  background: #edf4f4
}

main .s5-hub strong {
  font-size: 24px;
  line-height: 1.03;
  font-weight: 400;
  letter-spacing: -.04em
}

main .s5-hub p {
  font-size: 9.3px;
  line-height: 1.67;
  color: #65787a
}

@media(max-width: 1000px) {
  main .s5-head, main .s5-flow {
    grid-template-columns: 1fr
  }
  main .s5-grid {
    grid-template-columns: 1fr 1fr
  }
  main .s5-grid article {
    grid-column: auto!important
  }
  main .s5-people {
    grid-template-columns: 1fr
  }
}

@media(max-width: 700px) {
  main .s5-sec {
    padding-left: 20px;
    padding-right: 20px
  }
  main .s5-grid, main .s5-bound, main .s5-hub {
    grid-template-columns: 1fr
  }
  main .s5-person {
    grid-template-columns: 1fr
  }
}
