@property --angle{syntax:"<angle>";inherits:false;initial-value:0deg}#seeOpenRoles:before,#seeOpenRoles:after{content:"";z-index:-1;background-image:conic-gradient(from var(--angle),transparent 75%,#0b1e98);opacity:0;border-radius:8px;width:calc(100% + 4px);height:calc(100% + 4px);position:absolute;top:50%;left:50%;translate:-50% -50%}#seeOpenRoles:after{animation-name:spin,fade-in-out-full;animation-duration:3s,3s;animation-timing-function:cubic-bezier(.3,0,.1,1),ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:6.5s;animation-fill-mode:none,none;animation-timeline:auto,auto}#seeOpenRoles:before{filter:blur(.5rem);animation-name:spin,fade-in-out;animation-duration:3s,3s;animation-timing-function:cubic-bezier(.3,0,.1,1),ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:6.5s;animation-fill-mode:none,none;animation-timeline:auto,auto}@keyframes spin{0%{--angle:0deg}to{--angle:360deg}}@keyframes fade-in-out{0%,to{opacity:0}30%,70%{opacity:.35}}@keyframes fade-in-out-full{0%,to{opacity:0}30%,70%{opacity:1}}
