.team-cards__filter-wrapper{display:flex;flex-wrap:wrap;gap:60px;justify-content:center;width:100%}.team-cards__dropdown{margin-bottom:30px;position:relative}@media (min-width:992px){.team-cards__dropdown{width:350px}}.team-cards__dropdown-wrapper{position:relative}.team-cards__dropdown-list{background-color:#fdfbf7;border-radius:0 0 10px 10px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:none;display:block;left:0;max-height:300px;opacity:0;overflow:auto;pointer-events:none;position:absolute;top:100%;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;visibility:hidden;width:100%;z-index:100}.team-cards__dropdown-list.open{display:block;opacity:1;pointer-events:auto;transform:translateY(0);visibility:visible}.team-cards__dropdown-label{font-size:18px;font-weight:600;margin-bottom:12px}.team-cards__dropdown-item{cursor:pointer;display:block;font-size:16px;padding:12px 15px;text-transform:capitalize;transition:background-color .2s ease}.team-cards__dropdown-item:not(:last-child){border-bottom:1px solid #16181d}.team-cards__dropdown-item:hover{background-color:#f0f0f0}.team-cards__dropdown-item.active{background-color:#3f5cb9;color:#fff}.team-cards__dropdown-item--selected{align-items:center;border-bottom:1px solid #16181d;color:#000;cursor:pointer;display:flex;font-size:16px;gap:10px;height:40px;justify-content:space-between;padding-bottom:15px;transition:border-color .2s ease}.team-cards__dropdown-item--selected:hover{border-bottom-color:#3f5cb9}.team-cards__dropdown-item--selected.open svg{transform:rotate(180deg)}.team-cards__dropdown-item--selected svg{flex:none;transition:transform .3s ease}.team-cards__items{display:grid;gap:30px;margin-top:30px}.team-cards__col{transition:opacity .3s ease}.team-cards__card{height:100%}.team-card__details{align-items:center;display:grid;gap:20px}.team-card__details-image{border-radius:10px;overflow:hidden}.team-card__details-image img{aspect-ratio:1/1;display:block;height:100%;min-height:100%;object-fit:cover;object-position:top;width:100%}.team-cards__full-name{font-weight:700;margin-bottom:5px}@media (max-width:767px){.team-cards__full-name{margin-bottom:0}}.team-cards__button{margin-top:20px;text-align:left}body.modal-open{overflow:hidden}.team-cards-modal{display:none;height:100%;left:0;margin-top:4rem;overflow-y:auto;padding:30px;position:fixed;top:0;width:100%;z-index:100}@media (max-width:767px){.team-cards-modal{margin-top:6rem}}.team-cards-modal.open{display:block}.team-cards-modal__overlay{background:rgba(66,71,87,.8);height:100%;left:0;opacity:.9;position:fixed;top:0;width:100%;z-index:1}.team-cards-modal__content{border-radius:25px;left:50%;max-width:1070px;overflow:visible;padding:70px 30px 30px;position:relative;top:50%;transform:translate(-50%,-50%);width:100%;z-index:2}.team-cards-modal__content::-webkit-scrollbar{width:8px}.team-cards-modal__details{display:flex;gap:40px;height:auto;min-height:min-content}.team-cards-modal__text{flex:1;overflow-y:visible}.team-cards-modal__close{background:none;border:none;border-radius:50%;box-shadow:none;cursor:pointer;padding:0;position:absolute;right:-20px;top:-20px;z-index:20}.team-cards-modal__close svg{height:40px;width:40px}.team-cards-modal__fullname{color:#16181d;margin-bottom:8px}.team-cards-modal__job{color:#16181d;font-size:23px;margin-bottom:20px}.team-cards-modal__bio{margin-top:20px;word-wrap:break-word;overflow-wrap:break-word}.team-cards-modal__bio h3{color:#000;font-size:24px;margin-bottom:15px}.team-cards-modal__bio p,.team-cards-modal__bio span,.team-cards-modal__btn div{line-height:1.4;margin-bottom:0}.team-card__modal-featured-img{flex-shrink:0;height:auto;min-width:320px}@media (min-width:992px){.team-card__modal-featured-img{width:320px}}.team-card__modal-featured-img img{aspect-ratio:1/1;border-radius:15px;display:block;height:100%;min-height:100%;min-width:100%;object-fit:cover;object-position:top;width:100%}@keyframes modalFadeIn{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.team-card__details-image{border-radius:15x;min-height:100%;position:relative}@media (min-width:992px){.team-cards__items{gap:40px 60px}.team-card__details{grid-template-columns:1fr}.team-cards-modal__content{padding:50px 40px}.team-cards-modal__close svg{height:50px;width:50px}}@media (max-width:991px){.team-cards-modal__details{flex-direction:column;gap:30px}.team-cards__filter-wrapper{align-items:center;flex-direction:column;gap:20px}.team-cards__dropdown{width:100%}.team-cards-modal{overflow-y:auto;padding:10px}.team-cards-modal__content{border-radius:20px;left:0;margin:20px auto;max-height:none;min-height:auto;overflow-y:visible;padding:40px 30px;position:relative;top:0;transform:none;width:100%}.team-cards-modal__close{right:0;top:-20px}.team-cards-modal__close svg{height:50px;width:50px}.team-cards-modal__job{font-size:16px}.team-card__modal-featured-img{margin-bottom:20px;max-width:100%;min-width:100%;width:100%}.team-card__modal-featured-img img{object-fit:cover;object-position:top}.team-cards-modal__details{gap:20px}.team-cards-modal__bio{max-height:none;overflow-y:visible;padding-right:5px}.team-cards-modal__bio p{font-size:15px;line-height:1.5;margin-bottom:0}}@media (max-width:991px){@keyframes modalFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}@media (max-width:480px){.team-cards-modal{padding:5px}.team-cards-modal__content{margin:10px auto;padding:45px 15px 20px}.team-cards-modal__close{right:-5px;top:-5px}.team-cards-modal__close svg{height:35px;width:35px}}.team-cards__map-icon-wrapper{align-items:center;bottom:1rem;display:flex;justify-content:center;position:absolute;right:1rem}@media (max-width:767px){.team-cards__map-icon-wrapper{bottom:.5rem;right:.5rem}}.team-cards__glass-circle{align-items:center;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);background:hsla(0,0%,100%,.3);border:1px solid hsla(0,0%,100%,.7);border-radius:50%;display:flex;height:60px;justify-content:center;padding:2px;width:60px}@media (max-width:767px){.team-cards__glass-circle{height:30px;width:30px}}.team-cards__department-group{width:100%}.team-cards__department-grid{display:grid;gap:30px}@media (max-width:767px){.team-card__details{align-items:start;gap:15px;grid-template-columns:120px 1fr}.team-card__details-image{border-radius:10px;flex-shrink:0;height:120px;width:120px}.team-card__details-image img{aspect-ratio:1/1;height:100%;object-fit:cover;width:100%}.team-card__details-name{display:flex;flex-direction:column;gap:4px;justify-content:center}.team-cards__button{font-size:16px;margin-top:10px}.team-cards__department-grid,.team-cards__items{grid-template-columns:1fr}}.team-cards__load-more{margin-top:20px}.team-cards__button:active,.team-cards__button:focus{background:none;color:var(--black-colour)}