:root{--neutral-500:#BDC1C9;--container-m:1230px}.bg-nt-200{background-color:#F4F6FA}.cm-h1 h1,.cm-h1 h2{font-size:var(--cm-h1);line-height:1.12em;font-weight:600}.cm-h2 h2{font-size:var(--cm-h2);font-weight:600}.cm-h3 h3{font-size:var(--cm-h3);font-weight:600;line-height:1.2em}.radius{border-radius:12px}.container-m{width:1230px}.container-s{width:850px}.help-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--cm-space-s);width:var(--container-m);margin:0 auto;max-width:100%}@media screen and (max-width:940px){.help-categories-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.help-categories-grid{grid-template-columns:repeat(1,1fr)}}.help-category-card{background:#fff;border:1px solid #E4E9F3;border-radius:12px;padding:var(--cm-space-m);text-align:left;transition:box-shadow .2s;display:flex;flex-direction:column;gap:var(--cm-space-s);height:100%}.help-category-card:hover{box-shadow:0 4px 8px rgba(16,24,40,.04)}.help-category-icon{width:56px;height:56px;object-fit:contain;margin-bottom:var(--cm-space-s)}.help-category-title{font-size:var(--cm-h3)!important;font-weight:700!important;color:#2F3239!important;margin:0!important;line-height:1.2em!important}.help-category-description{color:#667085;font-size:1rem;margin:0;min-height:48px}