@keyframes about-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes about-fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes about-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.about-hero-fade{animation:.8s ease-out both about-fade-up}.about-hero-fade-delay-1{animation:.8s ease-out .15s both about-fade-up}.about-hero-fade-delay-2{animation:.8s ease-out .3s both about-fade-up}.about-float{animation:5s ease-in-out infinite about-float}.about-float-delay{animation:5s ease-in-out 1.5s infinite about-float}.about-card-hover{transition:transform .35s,box-shadow .35s}.about-card-hover:hover{transform:translateY(-6px);box-shadow:0 12px 32px #36462c1f}.about-device-card:hover img{transform:scale(1.06)}.about-device-card img{transition:transform .5s}
