.gradient{background:linear-gradient(270deg,#fff -2.4%,hsla(0,0%,100%,0) 52.61%),linear-gradient(120deg,#007aff 13.4%,#9543ff 86.6%);animation:gradient-animation .5s ease;animation-iteration-count:1}@keyframes gradient-animation{0%{background-size:200% 200%;background-position:50% 50%}to{background-size:100% 100%;background-position:0 0}}.fade-in{position:relative;animation:fade-in .3s ease-in;animation-iteration-count:1}@keyframes fade-in{0%{opacity:0;right:-1.5rem}to{opacity:1;right:0}}.splash{opacity:0;animation:splash .3s ease;animation-iteration-count:1;animation-delay:.2s;animation-fill-mode:forwards}@keyframes splash{0%{opacity:0}to{opacity:1}}