.downloads-module{width:100%}.downloads-module__controls{align-items:center;display:flex;gap:24px;justify-content:space-between}.downloads-module__verticals{display:flex;flex-wrap:wrap;gap:12px 24px;margin-bottom:4rem}.downloads-module__pill,.downloads-module__pill.is-active,.downloads-module__pill:focus,.downloads-module__pill:hover{background:transparent;border:none;color:#152335;cursor:pointer;display:block;font-size:24px;font-weight:400;line-height:1.4;padding:8px 12px;position:relative}.downloads-module__pill:after{background:#0073f5;bottom:0;content:"";height:3px;left:0;opacity:0;position:absolute;transition:opacity .3s ease-in-out;width:100%}.downloads-module__pill.is-active:after,.downloads-module__pill:hover:after{opacity:1}.downloads-module__dropdowns{align-items:center;display:flex;gap:3rem}.downloads-module__select-wrap{position:relative}.downloads-module__select-wrap label,.downloads-module__select-wrap--vertical-mobile{display:none}.downloads-module__select{-webkit-appearance:none;appearance:none;background:transparent;border:0;color:#152335;cursor:pointer;padding:0 20px 0 0;text-transform:none}#downloads-measure,.downloads-module__select{font-size:18px;font-weight:400;letter-spacing:-.36px;line-height:1.5}#downloads-measure{position:absolute;visibility:hidden;white-space:nowrap}.downloads-module__select-wrap:after{background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:block;height:6px;pointer-events:none;position:absolute;right:6px;top:50%;transform:translateY(-35%);width:10px}.downloads-module__grid{display:grid;gap:24px 28px;grid-template-columns:repeat(2,minmax(0,1fr))}.downloads-module__card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#152335;display:flex;gap:1rem;padding:2rem;text-decoration:none;transition:box-shadow .2s ease-in-out}.downloads-module__card:focus-visible,.downloads-module__card:hover{box-shadow:0 4px 24px 0 rgba(189,210,237,.8)}a.downloads-module__card:hover .card-icon{background:var(--Secondary---Blue-Light-Blue,#eff6ff);border-radius:10px;box-shadow:0 4px 16px 0 rgba(189,210,237,.8)}.downloads-module__body{display:flex;flex-direction:column;gap:.5rem;width:100%}.downloads-module__title{color:#152335;font-weight:500;margin:0}.downloads-module__meta{color:#4a5565;font-size:14px;line-height:1.35;margin:0}.downloads-module__empty{color:#4a5565;margin:12px 0 0}.downloads-module__footer{display:flex;justify-content:center;margin-top:48px}.downloads-module__load-more[hidden]{display:none!important}@media (min-width:992px){.downloads-module__select-wrap-filetype{margin-bottom:4rem}}@media (max-width:991px){.downloads-module__controls{align-items:stretch;flex-direction:column;margin-bottom:30px}.downloads-module__dropdowns{gap:2rem;justify-content:flex-start;width:100%}.downloads-module__select{font-size:15px;line-height:1.35}.downloads-module__verticals{display:none}.downloads-module__select-wrap--vertical-mobile{display:block}}@media (max-width:767px){.downloads-module__grid{grid-template-columns:1fr}.downloads-module__card{min-height:96px;padding:20px}.downloads-module__pill{font-size:16px}.downloads-module__dropdowns{align-items:flex-start;flex-direction:column;gap:1rem}}