@keyframes load{0%{opacity:.08;filter:blur(5px);letter-spacing:3px}}.Loading__dots span{display:inline-block;opacity:0;animation:dotAppear 1.5s linear infinite}.Loading__dots span:first-child{animation-delay:0s}.Loading__dots span:nth-child(2){animation-delay:.5s}.Loading__dots span:nth-child(3){animation-delay:1s}@keyframes dotAppear{0%{opacity:0}20%,to{opacity:1}}.Loading__container{height:70vh}.Loading__animate,.Loading__container{display:flex;justify-content:center;align-items:center}.Loading__animate{height:100%;margin:auto;animation:load 1.2s ease-in-out 0s infinite;animation-direction:alternate;text-shadow:0 0 1px #fff;font-size:1.8em}