.team-1{grid-gap:var(--gap-md);display:grid}.team-1__team-member{text-align:center}.team-1__team-member img{border-radius:4rem}.team-1__links{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:var(--gap-sm);justify-content:center;margin-top:.5rem}.team-1__links>a{line-height:1.6rem}.team-1__social{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem}.team-1__social a{display:block}.team-1__links a:hover{color:var(--base-color)}.team-1__social svg{fill:currentColor;display:block;height:1.6rem;width:1.6rem}.team-1__title{line-height:1.333333333333333;margin-bottom:4px}@media (min-width:320px){.team-1--3-col,.team-1--4-col,.team-1--5-col,.team-1--6-col{grid-template-columns:repeat(2,1fr)}}@media (max-width:599px){.team-1__title{font-size:1.4rem}}@media (min-width:768px){.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{grid-gap:var(--gap-md);background-color:var(--white);border-radius:2.4rem;display:grid;overflow:hidden;padding:4rem}.team-1 .modal__contents img{border-radius:2.4rem}.team-1 .modal__close{border-radius:2.4rem;right:1rem;top:1rem}@media (min-width:768px){.team-1 .modal__contents{grid-template-columns:30% 1fr}}