.not-found-content{background-color:var(--color-background-light);overflow:hidden;padding-top:var(--spacing-2xl);position:relative;width:100%}.not-found-content__container{align-items:center;display:grid;gap:var(--spacing-6);grid-template-columns:1fr;position:relative;width:100%}@media (min-width:1024px){.not-found-content__container{gap:3rem;grid-template-columns:1.4fr 1fr}}.not-found-content__bg-image{display:none;height:100%;max-width:none;min-width:100%;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:filter .6s ease-out,opacity .6s ease-out;width:auto;z-index:0}@media (min-width:1024px){.not-found-content__bg-image{display:block}}.not-found-content__bg-image.visible{filter:blur(0);opacity:1}.not-found-content__bg-image img{height:100%;max-width:none;object-fit:contain;object-position:top right;width:auto}.not-found-content__media{display:none;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);position:relative;width:100%;z-index:2;grid-column-gap:0;grid-row-gap:0}@media (min-width:1024px){.not-found-content__media{display:grid}}.not-found-content__media-main{grid-area:1/1/5/4;margin-bottom:-50px;position:relative;z-index:2}.not-found-content__media-main img{height:auto;max-width:800px;width:100%}.not-found-content__shine-front{align-items:flex-end;display:flex;grid-area:1/1/3/4;justify-content:flex-end;margin-bottom:-3px;z-index:1}.not-found-content__shine-front img{height:auto;max-width:570px;object-fit:contain;width:100%}.not-found-content__shine-back{align-items:flex-start;display:flex;grid-area:3/1/5/4;justify-content:flex-end;z-index:3}.not-found-content__shine-back img{height:auto;max-width:570px;object-fit:contain;width:100%}.not-found-content__content{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:3}@media (min-width:1024px){.not-found-content__content{padding-right:var(--spacing-9)}}.not-found-content__title{color:var(--color-text-primary);font-size:2.5rem;font-weight:var(--font-weight-bold);letter-spacing:.12rem;line-height:1.1;margin:0 0 var(--spacing-4);text-transform:capitalize}@media (min-width:768px){.not-found-content__title{font-size:3.125rem;letter-spacing:.2rem;line-height:1.2}}@media (min-width:1024px){.not-found-content__title{font-size:4.0625rem;letter-spacing:.203rem;line-height:3.75rem}}.not-found-content__description{color:var(--color-text-secondary);font-size:var(--font-size-base);font-weight:var(--font-weight-medium);line-height:1.875;margin:0;max-width:330px}