
@keyframes loading_animation{0%{background-position:100% 50%}50%{background-position:50% 50%}to{background-position:0 50%}}@keyframes video_fade_in{0%{opacity:0}57%{opacity:0}to{opacity:1}}@keyframes video_fade_out{0%{opacity:0}to{opacity:0}}.error_page{align-items:center;color:#fff;display:flex;flex:1 1 auto;flex-direction:column;gap:var(--space-medium);justify-content:center;margin:2rem 1.125rem;text-align:center}@media(min-width:1200px){.error_page{margin:var(--space-content-large)}}.error_page__heading,.error_page__text{margin:0}