/* PHASE 3 - TOOLKIT FAMILY BATCH 03 */
main .t5-sec {
  padding: 150px 38px;
  border-top: 1px solid rgba(17, 22, 23, .12);
  background: #fff
}

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

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

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

main .t5-sec.dark .t5-ey {
  color: #a5b7b8
}

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

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

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

main .t5-sec.dark .t5-head p {
  color: #bcc9ca
}

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

main .t5-boardmap article {
  min-height: 325px;
  padding: 27px;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .t5-boardmap article:last-child {
  border-right: 0
}

main .t5-boardmap strong {
  display: block;
  margin: 125px 0 14px;
  font-size: 22px;
  line-height: 1.04;
  font-weight: 400
}

main .t5-boardmap p {
  font-size: 9px;
  line-height: 1.66;
  color: #687a7c
}

main .t5-formgrid {
  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 .t5-formgrid article {
  padding: 28px;
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 280px
}

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

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

main .t5-formgrid article:nth-child(3) {
  grid-column: span 4
}

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

main .t5-formgrid article:nth-child(5) {
  grid-column: span 4
}

main .t5-formgrid h3 {
  margin: 105px 0 14px;
  font-size: 24px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 400
}

main .t5-formgrid p {
  font-size: 9px;
  line-height: 1.65;
  color: #687a7c
}

main .t5-formgrid article:nth-child(4) p {
  color: #b8c8c9
}

main .t5-stepbook {
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .t5-stepbook article {
  display: grid;
  grid-template-columns: .16fr .84fr;
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  min-height: 210px
}

main .t5-stepbook .num {
  padding: 30px;
  border-right: 1px solid rgba(17, 22, 23, .12)
}

main .t5-stepbook .num strong {
  font-size: 55px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -.06em;
  color: #082f31
}

main .t5-stepbook .body {
  padding: 30px
}

main .t5-stepbook h3 {
  margin: 0 0 13px;
  font-size: 29px;
  line-height: 1.02;
  letter-spacing: -.043em;
  font-weight: 400
}

main .t5-stepbook p {
  font-size: 10px;
  line-height: 1.68;
  color: #687a7c;
  max-width: 1040px
}

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

main .t5-dosdonts .col {
  padding: 34px
}

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

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

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

main .t5-casegrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

main .t5-casegrid article {
  min-height: 360px;
  padding: 30px;
  border: 1px solid rgba(17, 22, 23, .12);
  display: flex;
  flex-direction: column;
  justify-content: space-between
}

main .t5-casegrid article:nth-child(2) {
  background: #082f31;
  color: #fff
}

main .t5-casegrid article:nth-child(2) p {
  color: #b8c8c9
}

main .t5-casegrid h3 {
  margin: 105px 0 14px;
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -.04em;
  font-weight: 400
}

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

main .t5-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 .t5-person {
  border-right: 1px solid rgba(17, 22, 23, .12);
  border-bottom: 1px solid rgba(17, 22, 23, .12);
  display: grid;
  grid-template-columns: .42fr .58fr;
  min-height: 330px
}

main .t5-person figure {
  margin: 0;
  min-height: 330px;
  overflow: hidden
}

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

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

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

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

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

main .t5-final {
  padding: 160px 40px 95px;
  border-top: 1px solid rgba(17, 22, 23, .12)
}

main .t5-final h2 {
  margin: 18px 0 0;
  max-width: 1180px;
  font-size: clamp(54px, 6vw, 98px);
  line-height: .89;
  letter-spacing: -.066em;
  font-weight: 400
}

main .t5-final p {
  margin: 34px 0 0;
  max-width: 900px;
  font-size: 12px;
  line-height: 1.74;
  color: #607274
}

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

@media(max-width: 700px) {
  main .t5-sec, main .t5-final {
    padding-left: 20px;
    padding-right: 20px
  }
  main .t5-boardmap, main .t5-dosdonts, main .t5-casegrid {
    grid-template-columns: 1fr
  }
  main .t5-stepbook article {
    grid-template-columns: 1fr
  }
  main .t5-stepbook .num {
    border-right: 0;
    border-bottom: 1px solid rgba(17, 22, 23, .12)
  }
  main .t5-person {
    grid-template-columns: 1fr
  }
}
