.help-index__categories{display:grid;gap:32px;grid-template-columns:minmax(0,1fr);grid-template-rows:auto}@media (min-width:640px){.help-index__categories{gap:56px;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1024px){.help-index__categories{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:72px}}.help-index__categories-card__header{display:block}.help-index__categories-card__header-icon{align-items:center;background-color:var(--grey-5);border-radius:8px;color:var(--coal);display:flex;height:48px;justify-content:center;width:48px}.help-index__categories-card__header-title{margin-bottom:16px;margin-top:20px;padding:0}.help-index__categories-card__link-list{margin-bottom:8px}.help-index__categories-card__link{display:block;font-family:AkkuratLLWeb-Regular,sans-serif;font-size:16px;font-weight:400;overflow:hidden;padding:12px 0;text-overflow:ellipsis;white-space:nowrap}.help-index__categories-card__link>svg{margin-left:.5em;vertical-align:-.05em}.help-index__categories-card__link--bold{font-weight:700}.help-index__contact-card{align-items:center;background-color:var(--grey-5);border-radius:8px;display:flex;flex-direction:column;justify-content:center;padding:32px;text-align:center}.help-index__contact-card h2{margin-bottom:16px;padding:0}.help-index__contact-card p{line-height:1.6}@media (min-width:640px) and (max-width:1023px){.help-index__contact-card{grid-column:1/span 2}}@media (min-width:1024px){.help-index__contact-card--span-1{grid-column:3/span 1}.help-index__contact-card--span-2{grid-column:2/span 2}.help-index__contact-card--span-3{grid-column:1/span 3}}