.talent-item{cursor:pointer;display:flex;flex-direction:column;gap:1em;width:100%}.talent-item-img{border-radius:1em;flex-shrink:0;height:110vw;overflow:hidden;width:100%}.talent-item-img,.talent-item-img .full{transform:scale(1) rotate(0) translateZ(0);transition:transform .5s ease}.talent-item:hover .talent-item-img,.talent-item:hover .talent-item-img .full{will-change:transform}.talent-item-info{display:flex;flex-direction:column;flex-grow:1;gap:.5em;width:100%}.talent-item-title{font-size:2em;font-weight:900;text-align:left}.talent-item-social{display:flex;gap:1em;justify-content:space-between;width:100%}.talent-item .main-btn{text-transform:none!important}.talent-item .social-handle{font-style:italic;font-weight:500}@media(min-width:700px){.talent-item-img{height:60vw}.talent-item-title{font-size:1.5em}.talent-item-social{font-size:.8em}}@media(min-width:1000px){.talent-item-img{filter:drop-shadow(0 0 0 rgba(0,0,0,.3));height:40vw;position:relative;transition:transform .5s ease,filter .5s ease;z-index:1}.talent-item-wrap{height:100%;position:relative;width:100%}.talent-item-bg{background:var(--item-color);border-radius:1em;height:100%;left:0;position:absolute;top:0;transform:translateZ(0);transition:all .5s ease;width:100%;z-index:1}.talent-item:hover .talent-item-bg{will-change:transform}.talent-item:hover .full{transform:scale(1.1)}.talent-item:hover .talent-item-img{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transform:scale(.9) rotate(1deg) translateZ(0)}.talent-item:hover .talent-item-bg{transform:scale(.9,.95) rotate(-4deg) translateZ(0)}}@media(min-width:1400px){.talent-item-img{height:30vw}}.talent-modal{background:var(--white);border-radius:1em;bottom:1em;box-shadow:0 0 10px #0000001a;color:var(--navy);font-size:16px;height:auto;max-height:calc(100vh - 2em);max-height:calc(100dvh - 2em);max-width:420px;overflow:hidden;padding:1em;pointer-events:none;position:fixed;right:1em;text-align:center;transform:translateY(calc(100% + 1em));transition:transform .5s ease;width:calc(100% - 2em);z-index:1000}.talent-modal.active{pointer-events:all;transform:translate(0)}.talent-modal-close{position:absolute;right:2em;top:2em;z-index:2}.talent-modal-content{gap:2em;height:100%;overflow-y:auto}.talent-modal-content,.talent-modal-top{display:flex;flex-direction:column;width:100%}.talent-modal-top{align-items:center}.talent-modal-avatar-cover{align-items:center;background:var(--color);border-radius:1em;display:flex;flex-shrink:0;height:6em;justify-content:center;overflow:hidden;width:100%}.talent-modal-logo{height:100%;opacity:.1;pointer-events:none;scale:1.8;width:100%}.talent-modal-avatar{margin-top:calc((var(--avatar-size))/-2);--avatar-size:120px;background:var(--off-white);border:8px solid var(--white);border-radius:100%;flex-shrink:0;height:var(--avatar-size);margin-bottom:1em;overflow:hidden;width:var(--avatar-size);z-index:2}.talent-modal-title{margin-bottom:.1em}.talent-modal-handle{color:var(--gray);display:flex;gap:1.5em}.talent-modal-body{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.talent-modal-desc{flex-grow:1;font-size:16px;margin-bottom:2em;padding:0 1em}.talent-modal-socials{display:grid;gap:.5em;grid-template-columns:repeat(var(--grid-cols),1fr);list-style:none;margin:0;padding:0}.talent-modal-socials li a{align-items:center;background:var(--baby-gray);border-radius:.6em;display:flex;flex-wrap:wrap;font-weight:600;gap:.5em;justify-content:center;padding:1em}.talent-modal-socials li a:hover{background:var(--color)}@media(min-width:700px){.talent-modal{transform:translate(calc(100% + 1em))}}@media(min-width:1000px){.talent-modal{bottom:1em}}
