.credits__wrapper{display:grid;grid-template-columns:repeat(9, minmax(0, 1fr));gap:3rem 1rem;border-top:1px solid var(--progress-bar-bg);padding-top:2.5rem}@media only screen and (min-width: 911px){.credits__wrapper{grid-template-columns:repeat(18, minmax(0, 1fr));gap:0 2rem;padding-top:0;border-top:none}}.credits__credit{grid-column:span 3;display:flex;flex-direction:column;gap:1rem}@media only screen and (min-width: 911px){.credits__credit{gap:2.5rem}}.credits__credit--last{grid-column:1/-1}@media only screen and (min-width: 911px){.credits__credit--last{grid-column:span 6/-1}}.credits__title{color:var(--color-text-senary)}.credits__accordion-list{grid-column:1/-1;display:flex;flex-direction:column;gap:1rem}.credits__content-inner{padding-top:1rem}
