.not-found{text-align:center;min-height:70vh;font-family:var(--font-montserrat),sans-serif;justify-content:center;align-items:center;padding:80px 0;display:flex}.not-found-content{flex-direction:column;align-items:center;max-width:600px;margin:0 auto;display:flex}.not-found-title{color:#1a1a1a;gap:10px;margin:0;font-size:12rem;font-weight:300;line-height:1;display:flex}@media (max-width:1024px){.not-found-title{font-size:8rem}}@media (max-width:640px){.not-found-title{font-size:6rem}}.not-found-title .digit{animation:4s ease-in-out infinite jump;display:inline-block}.not-found-title .digit:last-child{animation-delay:2s}.not-found-text{text-transform:uppercase;color:#1a1a1a;letter-spacing:.2em;margin-top:10px;font-size:1.5rem;font-weight:500}@media (max-width:640px){.not-found-text{font-size:1.25rem}}.not-found-subtext{color:#1a1a1a;opacity:.8;max-width:300px;margin-top:20px;margin-bottom:40px;font-size:1rem;font-weight:300}.not-found-button{text-transform:uppercase;color:#fff;letter-spacing:.1em;background-color:#1a1a1a;border:1px solid #1a1a1a;padding:16px 40px;font-size:.75rem;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block}.not-found-button:hover{color:#1a1a1a;background-color:#0000}@media (max-width:640px){.not-found-button{width:100%;padding:16px 20px}}@keyframes jump{0%,20%,to{transform:translateY(0)}10%{transform:translateY(-15px)}}
