.team-grid__item>picture{grid-column:1/-1;grid-row:1/-1;max-height:280px}.team-grid__item--large>picture{max-height:584px}.team-grid__img{aspect-ratio:1/1;border-radius:32px;height:100%;max-height:280px;object-fit:cover;transition:transform .5s ease;width:100%}.team-grid__img,.team-grid__img--slt{object-position:top}.team-grid__img:hover{transform:scale(1.15)}.team-grid__item--large .team-grid__img{aspect-ratio:1/2;max-height:584px}.team-grid__wrapper{align-items:stretch;display:grid;gap:24px;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr);list-style:none;margin:0;padding:0;padding-inline-start:0}.team-grid__item{border-radius:32px;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;max-height:280px;overflow:hidden}.item-bg-shadow{background:linear-gradient(180deg,transparent 0,transparent 24%,rgba(0,0,0,.7));border-radius:32px;grid-column:1/-1;grid-row:1/-1;opacity:.53;pointer-events:none;transition:all .3s ease;z-index:1}.team-grid__item:hover .item-bg-shadow{background:linear-gradient(0deg,#000 13.41%,transparent 137.01%);opacity:.53}.team-grid__wrapper--col-5 .item-bg-shadow{background:linear-gradient(0deg,#000 13.41%,transparent 39.15%);opacity:.53}.team-grid__wrapper--col-5 .team-grid__item:hover .item-bg-shadow{background:linear-gradient(0deg,#000 13.41%,transparent 145.12%);opacity:.53}.team-grid__card-subtitle{color:var(--primary-2);display:block;font-size:14px;line-height:21px;max-height:0;overflow:hidden;transition:max-height .5s ease-in-out}.team-grid__item:hover .team-grid__card-subtitle{max-height:80px}.team-grid__item--large{aspect-ratio:1/2;grid-row:span 2;max-height:584px;order:-1;width:100%}.team-grid__text-block{font-size:18px;grid-column:1/-1;grid-row:1/-1;line-height:1.5;margin-bottom:0;margin-top:auto;padding:24px;z-index:2}.team-grid__card-title{font-size:18px;font-weight:400;line-height:1.5}.team-grid__filter-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:flex-start;list-style:none;margin:0;padding:0 24px 40px;row-gap:8px}.team-grid__filter-item,.team-grid__filter-item:hover{font-size:18px}button.team-grid__filter-button{color:var(--grey-000);font-size:18px;line-height:1.5;margin:0;min-height:50px;padding:0;position:relative}button.team-grid__filter-button:active,button.team-grid__filter-button:focus,button.team-grid__filter-button:hover{color:var(--grey-000)}button.team-grid__filter-button--active:after{background-color:var(--primary-2);bottom:0;content:"";display:block;height:1px;position:absolute;width:100%}.team-grid__item--action{border:3px solid var(--grey-000);box-sizing:border-box;position:relative}.team-grid__text-block--action{display:flex;flex-direction:column;gap:8px;justify-content:center;text-align:center}.team-grid__card-title--action{font-size:22px;line-height:33px}.team-grid__card-subtitle--action{font-size:20px;line-height:30px}@media screen and (min-width:460px){.team-grid__filter-list{gap:32px}.team-grid__wrapper{grid-template-columns:repeat(2,minmax(0,1fr))}.team-grid__wrapper--col-5{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:960px){.team-grid__wrapper{grid-template-columns:repeat(4,minmax(0,1fr))}.team-grid__wrapper--col-5{grid-template-columns:repeat(5,minmax(0,1fr))}}