@keyframes contact-float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-12px) rotate(180deg)}}@keyframes contact-float-reverse{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(12px) rotate(-180deg)}}@keyframes contact-bounce-gentle{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-6px) scale(1.05)}}@keyframes contact-pulse-gentle{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.1);opacity:1}}@keyframes contact-fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-slide-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes contact-slide-in-left{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes contact-slide-in-right{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes contact-pulse-text{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.contact-float{animation:contact-float 4s ease-in-out infinite}.contact-float-reverse{animation:contact-float-reverse 6s ease-in-out infinite}.contact-bounce-gentle{animation:contact-bounce-gentle 3s ease-in-out infinite}.contact-pulse-gentle{animation:contact-pulse-gentle 5s ease-in-out infinite}.contact-fade-in-up{animation:contact-fade-in-up .8s ease-out forwards}.contact-slide-down{animation:contact-slide-down .6s ease-out forwards}.contact-slide-in-left{animation:contact-slide-in-left .8s ease-out forwards}.contact-slide-in-right{animation:contact-slide-in-right .8s ease-out forwards}.contact-pulse-text{animation:contact-pulse-text 3s ease-in-out infinite}.contact-animation-delay-300{animation-delay:.3s}.contact-animation-delay-500{animation-delay:.5s}.contact-animation-delay-600{animation-delay:.6s}.contact-animation-delay-800{animation-delay:.8s}.contact-animation-delay-900{animation-delay:.9s}.contact-animation-delay-1000{animation-delay:1s}.contact-animation-delay-1100{animation-delay:1.1s}.contact-animation-delay-1200{animation-delay:1.2s}.contact-animation-delay-1300{animation-delay:1.3s}.contact-animation-delay-1400{animation-delay:1.4s}.contact-animation-delay-1500{animation-delay:1.5s}.contact-animation-delay-2000{animation-delay:2s}.contact-animation-delay-3000{animation-delay:3s}