﻿.staff>.wrap{display:flex;flex-direction:column;gap:3em}.staff .profiles{--flex-columns: 4;--flex-section-gap: 3em}.staff .image{width:100%;aspect-ratio:1;position:relative;background:var(--light-grey);border-radius:var(--border-radius);overflow:hidden}.staff .image img{object-position:center;object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.staff .profile{display:flex;flex-direction:column;gap:2em}@media(max-width: 699px){.staff .profile{flex-wrap:wrap}}.staff .profile .content{display:flex;flex-direction:column;gap:1em}.staff .profile .content>*{margin:0}.staff .profile .content .action{align-self:flex-start}.staff .profile .contact{display:flex;flex-direction:column;gap:.5em}.staff .profile .contact a{color:var(--text-color)}.staff .profile .contact a:hover{color:var(--highlight)}.staff i.linkedin{background:currentColor;padding:.2em;border-radius:3px;aspect-ratio:1;display:inline-flex;align-items:center;justify-content:center}.staff i.linkedin:before{color:#fff;content:"";font-family:var(--font-icon);font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.staff .profile_popup{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1000;background:rgba(0,0,0,.5)}.staff .profile_popup>div{width:100%;max-width:1000px;display:flex;background:#fff;border-radius:var(--border-radius);padding:4em;position:relative}@media(max-width: 699px){.staff .profile_popup .image{display:none}}.staff .profile_popup .profile-content{max-height:500px;overflow:auto}.staff .profile_popup .action{position:absolute;top:2em;right:2em;padding:.5em;aspect-ratio:1;background:#fff;border-radius:99px}.staff .profile_popup .action:before{content:""}