.collaborator-arrows{display:flex;gap:10px;padding-bottom:4px}.collaborator-arrows button{width:44px;height:44px;border:1px solid #c9d8e7;border-radius:50%;background:#fff;color:#071735;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(12,43,76,.08);transition:.2s}.collaborator-arrows button:hover{border-color:var(--blue);background:var(--blue);color:#fff}.collaborator-carousel{overflow:hidden}.collaborator-card[hidden]{display:none!important}.collaborator-card.is-visible{animation:collaboratorIn .5s ease both}.collaborator-dots{display:flex;justify-content:center;gap:7px;margin-top:25px}.collaborator-dots button{width:9px;height:9px;padding:0;border:0;border-radius:99px;background:#a9bacb;cursor:pointer;transition:.25s}.collaborator-dots button.active{width:32px;background:var(--blue)}
@keyframes collaboratorIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:650px){.collaborators-title{position:relative}.collaborator-arrows{position:absolute;right:0;bottom:-58px;z-index:2}.collaborator-arrows button{width:38px;height:38px}.collaborator-dots{margin-top:20px}}
