.error-state-section{padding:124px 0}.error-state-grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.error-state-code-cell{grid-area:1/1/auto/2}.error-state-code{font-family:var(--font-heading);color:var(--gray-steel-900);letter-spacing:-.02em;text-align:center;font-size:132px;font-weight:700;line-height:1}.error-state-divider{border-top:1px solid var(--border);grid-area:2/1/auto/-1}.error-state-content-cell{flex-direction:column;grid-area:3/3/auto/4;align-items:flex-start;gap:24px;display:flex}.error-state-title{text-transform:uppercase;color:var(--dark)}.error-state-desc{color:var(--gray-steel-800)}@media (min-width:769px) and (max-width:1100px){.error-state-grid{grid-template-columns:repeat(2,1fr)}.error-state-content-cell{grid-column:2/3}}@media (max-width:768px){.error-state-grid{grid-template-columns:1fr}.error-state-content-cell{grid-column:1/2}}
