#not-found{background:var(--white-smoke);background-image:url(/hero-texture.svg);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}#not-found .not-found__wrapper{z-index:1;padding:4rem 0;position:relative}#not-found .not-found__content{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}#not-found .not-found__title{color:var(--orange);text-shadow:0 4px 20px #fea13e33;margin:0;font-size:clamp(6rem,15vw,12rem);font-weight:900;line-height:1;animation:3s ease-in-out infinite float}#not-found .not-found__subtitle{font-size:var(--leading-size);font-weight:var(--leading-weight);color:var(--black);margin:0}#not-found .not-found__text{font-size:var(--text-size);color:var(--black);max-width:500px;margin:0;line-height:1.6}#not-found .not-found__cta{margin-top:1rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media screen and (min-width:768px){#not-found .not-found__content{gap:2rem}#not-found .not-found__cta{margin-top:2rem}}
