@keyframes base{0%{height:4px}50%{height:20px}to{height:4px}}@keyframes base2{0%{height:4px}50%{height:12px}to{height:4px}}@keyframes base3{0%{height:4px}50%{height:6px}to{height:4px}}@keyframes buttonBg{0%{top:-30px;left:-35px}50%{top:30px;left:120px}to{top:-30px;left:-35px}}.recorder-voice-base{animation:base 2s linear infinite}.recorder-voice-base:nth-child(2),.recorder-voice-base:nth-child(4){animation:base2 2s linear infinite}.recorder-voice-base:first-child,.recorder-voice-base:nth-child(5){animation:base3 2s linear infinite}.button-record:before{content:"";position:absolute;left:-35px;top:30px;width:120px;height:120px;border-radius:20%/50%;filter:blur(25px);z-index:-1;background-image:linear-gradient(30deg,#0075ff75,#00ffff00)}.active.button-record:before{animation:buttonBg 8s linear infinite}@keyframes animategia{0%{text-shadow:0 0 52px #fff;font-weight:300}50%{text-shadow:0 0 0 #fff;font-weight:200}to{text-shadow:0 0 52px #fff;font-weight:300}}.animate-gia-awake{animation:animategia 5s infinite}