@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fade-in{animation:fadeIn .5s forwards}.fade-out{animation:fadeOut .5s forwards}.backgroundImage{left:0;width:100%;height:100%;position:fixed;background-size:cover;background-repeat:no-repeat;z-index:0;will-change:transform;pointer-events:none;overflow:clip;mask-image:radial-gradient(circle,#000 70%,transparent 100%);-webkit-mask-image:radial-gradient(circle,#000 70%,transparent 100%);mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-size:cover;-webkit-mask-size:cover}