.file-header{display:flex;flex-direction:row;gap:1em;width:100%}.file-header p{margin:0}.file-header h3{margin-top:0}.file-header h3,.file-header h4{font-size:1.1em;font-weight:700;margin-bottom:.2em}.file-header h4{margin-top:.75em}.file-header ul{margin:0 0 .5em;padding-left:2em}.file-header-text{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;font-size:.9em;margin:0;width:100%}.file-header-links{display:flex;flex-direction:row;gap:.2em;margin-top:.3em}.file-header-links .button-link{font-size:1em}.files-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,1fr);width:100%}@media (max-width:600px){.files-grid{grid-template-columns:1fr}}.card-file{box-shadow:0 8px 20px 0 rgba(0,0,0,.25);color:#fff;display:flex;flex-direction:column;height:auto;min-width:unset;overflow:hidden;padding:0;text-decoration:none;width:100%}.card-file img{display:block;user-select:none;width:100%;-webkit-user-drag:none}.card-file h3{align-items:center;background:linear-gradient(180deg,rgba(71,134,194,0),#135aa0);background-color:#4786c2;color:#fff;display:flex;font-size:1em;font-weight:400;gap:.5em;justify-content:start;margin:0;padding:.5em .5em .6em;transition:.2s}.card-file .icon-file{border-radius:.2em;display:inline-block;height:1.5em;width:1.5em}.card-file:active,.card-file:hover{color:#fff}.card-file:active h3,.card-file:hover h3{background-color:#5498d9}.card-file .file-name{flex-grow:1}.card-download{background-color:#f2f2f6;box-shadow:0 8px 20px 0 rgba(0,0,0,.25);display:inline-block;height:auto;max-width:100%;overflow:hidden;padding:0;text-decoration:none;transition:none}.card-download img{display:block}.card-download a,.card-download img{user-select:none;width:100%;-webkit-user-drag:none}.card-download a{align-items:center;background:linear-gradient(180deg,rgba(108,181,72,0) 20%,#5da13c);background-color:#6cb548;color:#fff;display:flex;font-size:1.5em;gap:.3em;height:2.5em;justify-content:center;line-height:2.5em;margin:0;padding-right:.25em;text-align:center;text-decoration:none;text-shadow:1px 1px 4px #498152;transition:.2s}.card-download a:hover{background-color:#90c963}.card-download a img{-webkit-filter:drop-shadow(1px 1px 4px #498152);filter:drop-shadow(1px 1px 4px #498152);height:1.3em;vertical-align:middle;width:auto}