.NotFound{background-color:var(--color-background);flex-direction:column;width:100%;min-height:100dvh;display:flex;overflow:hidden}.NotFound .container{flex-direction:column;flex:1;height:100%;display:flex}.NotFound-inner{flex-direction:column;flex:1;align-items:center;padding:30px 0;display:flex}@media only screen and (max-width:768px){.NotFound-inner{padding:20px 0}}.NotFound-logo{flex-shrink:0;width:354px;height:60px}.NotFound-logo svg{width:100%;height:100%}@media (max-width:400px){.NotFound-logo{width:300px}}.NotFound-content{text-align:center;flex-direction:column;align-items:center;gap:40px;width:100%;margin:100px;display:flex}@media only screen and (max-width:768px){.NotFound-content{margin:20px}}.NotFound-message{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.NotFound-title{font-family:var(--font-title);font-weight:var(--font-weight-bold);text-align:center;color:var(--color-secondary);font-size:128px}@media (min-width:1024px){.NotFound-title{padding:0}}.NotFound-text{font-family:var(--font-text);font-size:var(--text-desktop-l);text-align:center}.NotFound-button{background-color:var(--color-primary);border-radius:30px;justify-content:center;align-items:center;width:fit-content;height:51px;margin:0 auto;padding:15px 20px;display:flex}.NotFound-buttonText{font-family:var(--font-text);font-size:var(--text-desktop-l);color:var(--color-white);font-weight:var(--font-weight-medium);text-align:center}
