.team-cards{position:relative}.team-cards__items{display:grid;gap:10px}.team-card__details{background-color:#fff;border-radius:10px;display:grid;gap:30px;grid-template-columns:170px auto;overflow:hidden;position:relative}.team-card__details-name{padding:30px 30px 60px 0}.team-card__details-name>svg{bottom:30px;position:absolute;right:30px;width:20px}.team-card__details-fullname{font-family:Figtree,sans-serif;font-size:20px;font-weight:700;margin-bottom:5px}.team-card__details-info{font-family:Figtree,sans-serif;font-size:18px;font-weight:600}.team-card__details-image{overflow:hidden}.team-card__details-image img{height:100%;object-fit:cover;width:100%}.team-cards__card{cursor:pointer}body.modal-open{overflow:hidden}.team-cards-modal{display:none;height:100%;left:0;padding:30px;position:fixed;top:0;width:100%;z-index:999}.team-cards-modal.open{display:block}.team-cards-modal__overlay{background-color:#000;height:100%;left:0;opacity:.4;position:absolute;top:0;width:100%}.team-cards-modal__image{border-radius:10px;margin-bottom:30px;overflow:hidden;width:180px}.team-cards-modal__content{background-color:#fff;border-radius:10px;left:50%;max-height:calc(100vh - 60px);max-width:1366px;overflow-y:auto;padding:30px;position:relative;top:0;transform:translateX(-50%);width:100%;z-index:10}.team-cards-modal__close{align-items:center;cursor:pointer;display:flex;height:44px;justify-content:center;position:absolute;right:20px;top:20px;width:44px}.team-cards-modal__fullname{font-family:Figtree,sans-serif;font-size:24px;font-weight:700;margin-bottom:10px}.team-cards-mod__jop-social{gap:25px;margin-bottom:30px}.team-cards-modal__job{font-family:Figtree,sans-serif;font-size:18px;font-weight:600}@media (min-width:992px){.team-cards__items{gap:30px;grid-template-columns:1fr 1fr 1fr}.team-cards__card:hover .team-card__details{background-color:#ffebda}.team-cards__card:hover .team-card__details-name>svg{opacity:1}.team-card__details{gap:0;grid-template-columns:1fr;grid-template-rows:auto 186px;transition:.3s}.team-card__details-name{padding:30px 30px 60px}.team-card__details-name>svg{opacity:0;transition:.3s}.team-card__details-fullname{font-size:22px}.team-cards-modal__content{background-color:#edf9fe;padding:100px}.team-cards-modal__details{align-items:start;display:grid;gap:10px;grid-template-columns:330px auto;position:relative}.team-cards-modal__image{background-position:50%;background-size:cover;height:100%;margin-bottom:0;width:100%}.team-cards-modal__image img{aspect-ratio:auto;display:none}.team-cards-modal__text{background-color:var(--white-color);border-radius:10px;padding:50px}}@media (max-width:500px){.team-card__details{display:flex;flex-wrap:wrap}.team-card__details-image,.team-card__details-name{width:100%}.team-card__details-name{padding-left:30px;padding-top:20px}}