@keyframes sparkle-glow{0%,100%{filter:drop-shadow(0 0 2px rgba(255, 255, 255, 0.5))}50%{filter:drop-shadow(0 0 8px rgb(255, 255, 255)) drop-shadow(0 0 12px rgba(255, 255, 255, 0.6))}}@keyframes sparkle-rotate{0%,100%{transform:rotate(0) scale(1)}25%{transform:rotate(-10deg) scale(1.1)}50%{transform:rotate(10deg) scale(1.15)}75%{transform:rotate(-10deg) scale(1.1)}}.page-404{padding-bottom:var(--grid-section-gutter);position:relative;display:flex;align-items:center;justify-content:center;text-align:center;height:400px}@media screen and (min-width: 1024px){.page-404{height:510px}}.page-404__banner-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;object-fit:cover}.page-404__content{position:relative;z-index:2}.page-404__title{color:var(--color-navy);font-size:150px;line-height:1;display:flex;justify-content:center;align-items:center;margin-top:50px}.page-404__compass{margin-top:30px}
