@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}.cta-animated-outline{position:relative;display:inline-block}.cta-animated-outline:before{content:"";position:absolute;top:50%;left:50%;translate:-50% -50%;width:100%;height:100%;padding:3px;background:conic-gradient(from var(--angle),transparent 0,#1ca0ff 6%,transparent 50%,#1ca0ff 56%,transparent 100%);border-radius:9999px;animation:spin 5s linear infinite;z-index:0;box-sizing:content-box}@keyframes spin{0%{--angle:0deg}to{--angle:360deg}}