.error-page{height:calc(100vh - var(--header-height));height:calc(100dvh - var(--header-height))}@layer mixins{.error-page,.error-page__content-container{flex-direction:column;justify-content:center;align-items:center;display:flex}}.error-page__image{max-width:min(467px,100vw);height:auto}@media (max-width:999px) and (orientation:landscape) and (hover:none){.error-page__image{display:none}}.error-page__content-container{text-align:center;gap:var(--spacing-xs)}.error-page__title{font:var(--title-md-black);margin:0}@media (min-width:1000px){.error-page__title{font:var(--title-lg-black)}}.error-page__description{font:var(--body-md-regular);margin:0}@media (min-width:1000px){.error-page__description{font:var(--body-lg-regular)}}.error-page__home-button{margin-top:var(--spacing-xl)}body:has(.error-page){background-color:var(--dark-purple-500)}:is(body:has(.error-page) .widgets-wrapper,body:has(.error-page) .main-footer,body:has(.error-page) .right-side-buttons){display:none}