.welcome-loader{justify-content:space-evenly;width:10em;display:flex}.circle{border-radius:50%;width:1em;height:1em;position:relative}.circle:first-child,.circle:nth-child(2),.circle:nth-child(3),.circle:nth-child(4),.circle:nth-child(5){background-color:var(--primary)}.circle:before{content:"";opacity:.5;border-radius:50%;width:100%;height:100%;animation:2s ease-out infinite animateLoader38;position:absolute}.circle:first-child:before{background-color:var(--primary)}.circle:nth-child(2):before{background-color:var(--primary);animation-delay:.2s}.circle:nth-child(3):before{background-color:var(--primary);animation-delay:.4s}.circle:nth-child(4):before{background-color:var(--primary);animation-delay:.6s}.circle:nth-child(5):before{background-color:var(--primary);animation-delay:.8s}@keyframes animateLoader38{0%{transform:scale(1)}50%,75%{transform:scale(2.5)}80%,to{opacity:0}}
