@keyframes rotate-border{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes sparkle-scale{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:1}}.animate-sparkles path:first-child{animation:sparkle-scale 2s ease-in-out infinite;animation-delay:0s;transform-origin:center;transform-box:fill-box}.animate-sparkles path:nth-child(2){animation:sparkle-scale 2s ease-in-out infinite;animation-delay:.66s;transform-origin:center;transform-box:fill-box}.animate-sparkles path:nth-child(3){animation:sparkle-scale 2s ease-in-out infinite;animation-delay:1.33s;transform-origin:center;transform-box:fill-box}.animate-sparkles path{will-change:transform,opacity}.primary-button-border{background:linear-gradient(90deg,rgba(255,255,255,1),rgba(255,255,255,.3) 25%,rgba(255,255,255,0) 50%,rgba(255,255,255,.3) 75%,rgba(255,255,255,1));background-size:200% 100%;animation:rotate-border 3s linear infinite}