.loader{display:flex;align-items:center;justify-content:center;position:relative;width:4em;height:4em;flex-shrink:0}.out-1{border-radius:100%;border:.2em solid transparent;border-top-color:#afc7ba}.out-1,.out-2{position:absolute;width:4em;height:4em;animation:rec 2s infinite;transition:all .3s ease-in-out}.out-2{border-radius:100%;border:.2em solid transparent;border-left-color:#488066}.out-3{border-radius:100%;border:.2em solid transparent;border-bottom-color:#035e3f;animation:rec 2s infinite}.in,.out-3{position:absolute;width:4em;height:4em;transition:all .3s ease-in-out}.in{border-radius:100%;border:.2em solid rgba(175,199,186,.2)}@keyframes rec{0%{transform:rotate(1turn)}}.earth-loader-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}.earth-loader-wrapper .loader{font-size:16px}