.Teamcard{width:280px;height:280px;background:white;border-radius:32px;padding:3px;position:relative;box-shadow:0 70px 30px -50px #604b4a30;transition:all .5s ease-in-out}.Teamcard .mail{position:absolute;right:2rem;top:1.4rem;background:transparent;border:none}.Teamcard .mail svg{stroke:#fbb9b6;stroke-width:3px}.Teamcard .profile-pic{position:absolute;width:calc(100% - 6px);height:calc(100% - 6px);top:3px;left:3px;border-radius:29px;z-index:1;overflow:hidden;transition:all .5s ease-in-out .2s,z-index .5s ease-in-out .2s}.Teamcard .profile-pic img,.Teamcard .profile-pic svg{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;-o-object-position:0 0;object-position:0 0;transition:all .5s ease-in-out 0s}.Teamcard .profile-pic svg{transform-origin:45% 20%}.Teamcard .bottom{position:absolute;bottom:0;left:3px;right:3px;top:80%;border-radius:29px;z-index:2;box-shadow:inset 0 5px 5px 0 rgba(96,75,74,.1882352941);overflow:hidden;transition:all .5s cubic-bezier(.645,.045,.355,1) 0s}.Teamcard .bottom .content{position:absolute;bottom:0;left:1.5rem;right:1.5rem;height:160px}.Teamcard .bottom .content .name{display:block;font-size:1.2rem;color:white;font-weight:700}.Teamcard .bottom .content .about-me{display:block;font-size:13px;color:white;margin-top:1rem}.Teamcard .bottom .bottom-bottom{position:absolute;bottom:1rem;left:1.5rem;right:1.5rem;display:flex;align-items:center;justify-content:space-between}.Teamcard .bottom .bottom-bottom .social-links-container{display:flex;gap:1rem}.Teamcard .bottom .bottom-bottom .social-links-container svg{height:20px;fill:white;filter:drop-shadow(0 5px 5px rgba(165,132,130,.1333333333))}.Teamcard .bottom .bottom-bottom .Cbutton{background:white;color:#fbb9b6;border:none;border-radius:20px;font-size:11px;padding:.5rem .7rem;box-shadow:0 5px 5px 0 rgba(165,132,130,.1333333333)}