.circle{position:absolute;z-index:100}.circle--desktop{top:90px}@media(min-width: 1025px){.circle--desktop{right:15%}}@media(min-width: 769px)and (max-width: 1024px){.circle--desktop{right:10%}}@media screen and (max-width: 768px){.circle--desktop{display:none}}.circle--mobile{top:50%;left:50%;transform:translate(-50%, -50%)}@media(min-width: 769px){.circle--mobile{display:none}}.circle__svg path{fill-opacity:0}.circle__svg path:first-child,.circle__svg path:nth-child(2),.circle__svg path:nth-child(7),.circle__svg path:nth-child(8){animation:circle--full 5s reverse infinite}.circle__svg path:nth-child(3),.circle__svg path:nth-child(4),.circle__svg path:nth-child(5),.circle__svg path:nth-child(6),.circle__svg path:nth-child(9),.circle__svg path:nth-child(10),.circle__svg path:nth-child(11),.circle__svg path:nth-child(12),.circle__svg path:nth-child(13),.circle__svg path:nth-child(14),.circle__svg path:nth-child(15){animation:circle--half 5s reverse infinite}.circle__svg path:first-child{animation-delay:.2s}.circle__svg path:nth-child(2){animation-delay:.4s}.circle__svg path:nth-child(7){animation-delay:.6s}.circle__svg path:nth-child(8){animation-delay:.8s}.circle__svg path:nth-child(3){animation-delay:1s}.circle__svg path:nth-child(4){animation-delay:1.1s}.circle__svg path:nth-child(5){animation-delay:1.2s}.circle__svg path:nth-child(6){animation-delay:1.3s}.circle__svg path:nth-child(9){animation-delay:1.4s}.circle__svg path:nth-child(10){animation-delay:1.5s}.circle__svg path:nth-child(11){animation-delay:1.6s}.circle__svg path:nth-child(12){animation-delay:1.7s}.circle__svg path:nth-child(13){animation-delay:1.8s}.circle__svg path:nth-child(14){animation-delay:1.9s}.circle__svg path:nth-child(15){animation-delay:2s}@keyframes circle--full{0%{fill-opacity:0}25%{fill-opacity:1}50%{fill-opacity:1}75%{fill-opacity:1}100%{fill-opacity:0}}@keyframes circle--half{0%{fill-opacity:0}25%{fill-opacity:.32}50%{fill-opacity:.32}75%{fill-opacity:1}100%{fill-opacity:0}}