:root{--tabs-gap:4rem}.tabs{display:flex;flex-wrap:wrap;justify-content:center;grid-gap:1rem 4rem;gap:1rem 4rem;grid-gap:calc(var(--tabs-gap)/4) var(--tabs-gap);gap:calc(var(--tabs-gap)/4) var(--tabs-gap);margin-top:4rem;margin-bottom:4rem}.tab,.tabs{align-items:center}.tab{display:inline-flex;flex-direction:column;justify-content:space-between;cursor:pointer;white-space:pre}.tab:not(.active){font-weight:300}.tab:after{content:attr(data-text);height:0;visibility:hidden;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;font-weight:500}.tab-panel{max-width:60rem}.tab-panel,.tab-text{margin-left:auto;margin-right:auto}.tab-text{max-width:40rem}.tab-documents{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-right:auto}@media (min-width:768px){.tab-documents-columns{-moz-columns:2;column-count:2;grid-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}