.team-1{display:grid;grid-gap:var(--gap-md) var(--gap)}.team-1__team-member{display:flex;flex-direction:column;gap:.8rem;text-align:center}.team-1__photo{border-radius:1.6rem;box-shadow:0 24px 48px -12px #0b1e332e}.team-1__name{font-size:1.8rem;font-weight:600;line-height:1.5555555}.team-1__name,.team-1__title{color:var(--neutral100);margin:0}.team-1__title{font-size:1.6rem;font-weight:400;line-height:1.625}.team-1__links{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;gap:var(--gap-sm);justify-content:center}.team-1__links a{color:var(--neutral70)}.team-1__links a:hover{color:var(--neutral100)}.team-1__social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.team-1__social a{display:block}.team-1__social svg{display:block;fill:currentColor;height:1.6rem;width:1.6rem}@media (min-width:375px){.team-1--3-col,.team-1--4-col,.team-1--5-col,.team-1--6-col{grid-template-columns:repeat(2,1fr)}}@media (min-width:600px){.team-1{grid-gap:var(--gap-md)}.team-1--3-col,.team-1--4-col,.team-1--5-col,.team-1--6-col{grid-template-columns:repeat(3,1fr)}}@media (min-width:992px){.team-1--4-col,.team-1--5-col,.team-1--6-col{grid-template-columns:repeat(4,1fr)}}@media (min-width:1200px){.team-1--5-col{grid-template-columns:repeat(5,1fr)}.team-1--6-col{grid-template-columns:repeat(6,1fr)}}.team-1 .modal__contents{background-color:var(--white);border-radius:1.6rem;display:grid;font-size:1.6rem;grid-gap:var(--gap-md);max-height:90vh;overflow-y:auto;padding:5.4rem 5.8rem}.team-1 .modal__contents img{border-radius:1.6rem;box-shadow:0 24px 48px -12px #0b1e332e}.team-1 .modal__contents-title{font-size:1.8rem}.team-1 .modal__contents :last-child{margin-bottom:0}.team-1 .modal__close{right:1.6rem;top:1.6rem}@media (min-width:768px){.team-1 .modal__contents{grid-template-columns:30% 1fr}}