.v-enter-active,.v-leave-active{transition:opacity .5s ease}.v-enter-from,.v-leave-to{opacity:0}.loading-screen{align-items:center;background:var(--primary-green);bottom:0;display:flex;height:100vh;justify-content:center;left:0;position:fixed;right:0;top:0;width:100vw;z-index:99999}.loading-screen svg{font-size:130px;height:1em;width:1em}.loading-screen .animation-mask{position:relative}.loading-screen .animation-mask:after{animation-delay:.5s;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:2;animation-name:example;animation-timing-function:cubic-bezier(.8,.52,.5,.3);background:var(--primary-green);content:"";display:block;height:130px;opacity:1;position:absolute;right:-60px;top:0;transform:rotate(45deg) scaleY(1.5) scaleX(2);transform-origin:top;width:130px}@keyframes example{0%{transform:rotate(45deg) scaleY(1.5) scaleX(2);transition:all .2s ease-out}70%{transform:rotate(45deg) scaleY(0) scaleX(2)}to{transform:rotate(45deg) scaleY(0) scaleX(2)}}
