.loading-container{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.75);z-index:209;display:flex;flex-direction:column;justify-content:center;align-items:center}.loading-container svg{animation:plimplim 1.5s infinite}.loading-container__absolute{position:absolute}.loading-container__relative{position:relative}.loading-container__min-height{min-height:60vh}.wrapper{width:72px;height:72px;border-radius:30px;background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.1);box-sizing:border-box;display:flex;justify-content:center;align-items:center}.wrapper,.wrapper svg{animation:plimplim 1.5s infinite}@keyframes plimplim{0%{transform:scale(1)}20%{transform:scale(1.1) rotate(5deg)}30%{transform:scale(1)}35%{transform:scale(1.2) rotate(-5deg)}50%{transform:scale(1) rotate(0deg)}to{transform:scale(1) rotate(0deg)}}