.reports-intro{padding:0}.reports{padding:20px 0 80px}.reports-tabs{display:grid;grid-template-columns:240px minmax(0,1fr);gap:20px;align-items:start}.reports-tabs__list{display:flex;flex-direction:column;gap:10px}.reports-tab{padding:15px 35px;font-family:var(--font-heading);font-size:var(--fs-sm);font-weight:var(--fw-bold);line-height:16px;text-transform:uppercase;text-align:center;color:var(--color-white);background:var(--color-red-bright);border:none;border-radius:10px;cursor:pointer;transition:background-color var(--transition)}.reports-tab:hover{background:var(--color-yellow)}.reports-tab[aria-selected="true"]{background:var(--color-yellow);cursor:default}.reports-docs{display:flex;flex-wrap:wrap;gap:20px;margin:0;padding:0;list-style:none}.reports-docs__item{display:flex;flex:1 1 260px;min-width:0}.reports-doc{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 24px;font-family:var(--font-heading);font-size:var(--fs-lead);font-weight:var(--fw-semibold);line-height:24px;text-align:center;color:var(--color-text-soft);background:#D0CDD1;border-radius:10px;transition:background-color var(--transition),color var(--transition)}.reports-doc:hover{background:var(--color-yellow);color:var(--color-white)}@media (max-width:767px){.reports{padding-bottom:40px}.reports-tabs{display:flex;flex-direction:column;align-items:stretch;gap:10px}.reports-tabs__list,.reports-tabs__panels{display:contents}.reports-tab,.reports-panel{order:var(--order)}.reports-panel{padding:10px 0 20px}}