.resource-library{--rl-white:#fff;--rl-black:#000;--rl-teal:#00aed0;--rl-ink:#08101c;--rl-navy:#14394a;--rl-title:#0a0a0a;--rl-body:#3a4650;--rl-gray-label:#5f6b7a;--rl-grid-bg:#bdd6de;--rl-grid-line:hsla(0,0%,100%,.28);--rl-icon-bg:#caf6ff;--rl-tag-bg:#eee;--rl-bar-bg:#e0e0e0;--rl-border-color:#c7cdd3;--rl-clear-bg:#fee;--rl-clear-text:#ff474a;--rl-placeholder:#5f6b7a;--rl-card-shadow:0px 7px 20px rgba(20,57,74,.2);--rl-font-base:16px;--rl-lh-base:21.33px;--rl-lh-compact:1.2;--rl-font-title:20px;--rl-lh-title:22.1px;--rl-ls-title:-0.17px;--rl-font-heading:30px;--rl-lh-heading:1.25;--rl-font-action:calc(var(--rl-font-base) - 2px);--rl-font-tag:calc(var(--rl-font-base) - 2px);--rl-ls-tag:0.55px;--rl-ls-label:0.66px;--rl-unit:2px;--rl-space-2xs:calc(2 * var(--rl-unit));--rl-space-xs:calc(3 * var(--rl-unit));--rl-space-sm:calc(5 * var(--rl-unit));--rl-space-md:calc(2 * var(--rl-space-sm));--rl-space-lg:calc(2 * var(--rl-space-md));--rl-space-pill:calc(var(--rl-space-sm) + var(--rl-space-2xs));--rl-space-section:var(--rl-space-lg);--rl-space-header:68px;--rl-content-max:1440px;--rl-grid-max:calc(var(--rl-content-max) - 2 * var(--rl-space-section));--rl-card-min:340px;--rl-search-min:320px;--rl-company-width:250px;--rl-sidebar-width:320px;--rl-sidebar-outset:0px;--rl-menu-max-height:320px;--rl-z-dropdown:10;--rl-speed-lift:0.15s;--rl-speed-expand:0.25s;--rl-disabled-opacity:0.4;--rl-hairline:1px;--rl-border-width:1.5px;--rl-control-border:var(--rl-border-width) solid var(--rl-border-color);--rl-radius-pill:999px;--rl-radius-card:var(--rl-space-md);--rl-radius-option:var(--rl-space-sm);--rl-radius-menu:calc(var(--rl-radius-option) + var(--rl-space-xs));--rl-pill-padding:var(--rl-space-sm) var(--rl-space-md);--rl-chip-padding:var(--rl-space-xs) var(--rl-space-pill);--rl-type-pill-height:42px;--rl-focus-width:2px;--rl-icon-nudge:-1px;--rl-snap-offset:var(--nav-height,4rem);--rl-action-height:calc(3 * var(--rl-space-md));--rl-card-lift:calc(3 * var(--rl-unit));display:flex;flex-direction:column;position:relative;font-family:Museo Sans,sans-serif;container-type:inline-size;container-name:resource-library;-webkit-tap-highlight-color:rgba(0,0,0,0)}.resource-library,.resource-library *{box-sizing:border-box}.resource-library__header{width:100%;background-color:var(--rl-white);box-shadow:var(--rl-card-shadow);z-index:1;scroll-margin-top:var(--rl-snap-offset)}.resource-library__heading{display:block;max-width:calc(var(--rl-content-max) + var(--rl-sidebar-outset));margin:0 auto;padding:var(--rl-space-section) var(--rl-space-header) var(--rl-space-md);font-size:var(--rl-font-heading);font-weight:600;line-height:var(--rl-lh-heading);color:var(--rl-ink)}.resource-library__bar{display:flex;flex-flow:row wrap;align-items:center;gap:var(--rl-space-sm)}.resource-library__pill{display:flex;flex-direction:row;align-items:center;gap:calc(2*var(--rl-space-2xs));background-color:var(--rl-white);border:var(--rl-control-border);border-radius:var(--rl-radius-pill);padding:var(--rl-pill-padding);font-family:inherit;font-size:var(--rl-font-base);font-weight:500;color:var(--rl-navy)}.resource-library__search{flex:2 1 var(--rl-search-min);min-width:0}.resource-library__search-input{width:100%;border:none;outline:none;background:transparent;font-family:inherit;font-size:var(--rl-font-base);font-weight:500;color:var(--rl-navy)}.resource-library__search-input::placeholder{color:var(--rl-placeholder)}.resource-library__company{position:relative;flex:1 1 var(--rl-company-width);min-width:0}.resource-library__company-button{width:100%;justify-content:space-between;text-align:left;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.resource-library__company-button:hover .resource-library__company-chevron{color:var(--rl-navy)}.resource-library__company-value{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.resource-library__company-chevron{flex:none;color:var(--rl-gray-label)}.resource-library__company-menu{position:absolute;top:calc(100% + var(--rl-space-xs));left:0;right:0;z-index:var(--rl-z-dropdown);max-height:var(--rl-menu-max-height);overflow-y:auto;margin:0;padding:var(--rl-space-xs);list-style:none;background:var(--rl-white);border:var(--rl-control-border);border-radius:var(--rl-radius-menu);box-shadow:var(--rl-card-shadow)}.resource-library__company-option{padding:calc(2*var(--rl-space-2xs)) var(--rl-space-pill);border-radius:var(--rl-radius-option);font-size:var(--rl-font-base);font-weight:500;color:var(--rl-navy);cursor:pointer}.resource-library__company-option--highlighted{background:var(--rl-icon-bg)}.resource-library__company-option--selected{font-weight:700}.resource-library__clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background-color:var(--rl-clear-bg);color:var(--rl-clear-text);border-radius:var(--rl-radius-pill);padding:var(--rl-space-sm) calc(var(--rl-space-md) - var(--rl-unit));font-family:inherit;font-size:var(--rl-font-base);font-weight:500;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.resource-library__clear:disabled{background-color:var(--rl-tag-bg);color:var(--rl-gray-label);cursor:default}.resource-library__sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.resource-library__filters{display:flex;flex-direction:column;gap:var(--rl-space-sm)}.resource-library__filters-toggle{display:none;align-items:center;justify-content:space-between;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;min-height:var(--rl-type-pill-height);background:none;border:0;padding:0;font-family:inherit;font-size:var(--rl-font-base);font-weight:500;text-align:left;color:var(--rl-navy);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.resource-library__filters-chevron{flex:none;color:var(--rl-gray-label)}.resource-library__filters-toggle[aria-expanded=true] .resource-library__filters-chevron{transform:rotate(180deg)}.resource-library__filter-groups-inner{display:flex;flex-direction:column;gap:var(--rl-space-md)}.resource-library__filter-row{min-width:0;margin:0;padding:0;border:0;display:flex;flex-flow:row wrap;align-items:center;gap:var(--rl-space-xs)}.resource-library__filter-label{font-size:var(--rl-font-base);font-weight:500;letter-spacing:var(--rl-ls-label);color:var(--rl-gray-label)}.resource-library__chip{--rl-chip-fill:var(--rl-tag-bg);--rl-chip-ink:var(--rl-navy);display:inline-flex;align-items:center;gap:var(--rl-space-2xs);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--rl-white);border:var(--rl-control-border);border-radius:var(--rl-radius-pill);padding:var(--rl-chip-padding);font-family:inherit;font-size:var(--rl-font-tag);font-weight:500;line-height:var(--rl-lh-compact);color:var(--rl-navy);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.resource-library__chip svg{flex:none;position:relative;top:var(--rl-icon-nudge)}.resource-library__chip:hover:not(:disabled):not([aria-pressed=true]){background-color:color-mix(in srgb,var(--rl-chip-fill) 50%,var(--rl-white))}.resource-library__chip[aria-pressed=true]{background-color:var(--rl-chip-fill);border-color:var(--rl-chip-fill);color:var(--rl-chip-ink)}.resource-library__chip:disabled{opacity:var(--rl-disabled-opacity);cursor:not-allowed}.resource-library__chip--pill{--rl-chip-fill:var(--rl-icon-bg);--rl-chip-ink:var(--rl-black);height:var(--rl-type-pill-height);padding:0 var(--rl-space-pill)}.resource-library__grid-section{background:linear-gradient(var(--rl-grid-line) var(--rl-hairline),transparent var(--rl-hairline)),linear-gradient(90deg,var(--rl-grid-line) var(--rl-hairline),transparent var(--rl-hairline)) var(--rl-grid-bg);background-size:var(--rl-space-lg) var(--rl-space-lg);background-origin:content-box;padding:var(--rl-space-lg) var(--rl-space-section) var(--rl-space-section);padding-inline:max(var(--rl-space-section),(100% - var(--rl-grid-max) - var(--rl-sidebar-outset))/2);min-height:150vh}.resource-library__layout{display:flex;flex-direction:column;gap:calc(var(--rl-space-md) + var(--rl-space-sm));width:100%}.resource-library__controls{display:flex;flex-direction:column;gap:var(--rl-space-md);min-width:0;padding:var(--rl-space-md);background-color:var(--rl-white);border-radius:var(--rl-radius-card);box-shadow:var(--rl-card-shadow)}.resource-library__results{min-width:0;overflow-anchor:none}.resource-library__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--rl-card-min),100%),1fr));grid-gap:var(--rl-space-lg);gap:var(--rl-space-lg);width:100%}.resource-library__empty{margin:0;padding:calc(2*var(--rl-space-lg)) var(--rl-space-md);background-color:var(--rl-white);border-radius:var(--rl-radius-card);box-shadow:var(--rl-card-shadow);font-size:var(--rl-font-title);font-weight:900;line-height:var(--rl-lh-title);letter-spacing:var(--rl-ls-title);text-align:center;color:var(--rl-title)}.resource-library :focus:not(:focus-visible){outline:none}.resource-library :focus-visible{outline:var(--rl-focus-width) solid var(--rl-navy);outline-offset:calc(-1*var(--rl-focus-width))}.resource-library__chip:focus-visible,.resource-library__pill:focus-visible,.resource-library__pill:has(:focus-visible){outline:none;border-color:var(--rl-navy)}.resource-library__search-input:focus-visible{outline:none}@container resource-library (min-width: 1220px){.resource-library__layout{flex-direction:row;align-items:flex-start;gap:var(--rl-space-lg)}.resource-library__controls{flex:none;width:var(--rl-sidebar-width)}.resource-library__results{flex:1 1}.resource-library__bar{flex-direction:column;align-items:stretch;gap:var(--rl-space-sm)}.resource-library__company,.resource-library__search{flex:none}.resource-library__clear{align-self:flex-start}.resource-library__filter-label{flex:0 0 100%}}@container resource-library (min-width: 1540px){.resource-library__grid-section,.resource-library__heading{--rl-sidebar-outset:calc(var(--rl-sidebar-width) + var(--rl-space-lg))}}@container resource-library (max-width: 1219px){.resource-library__grid-section,.resource-library__heading{padding:var(--rl-space-md) var(--rl-space-lg) var(--rl-space-md)}}:root{--rl-speed-move:0.3s;--rl-speed-enter:0.24s;--rl-speed-exit:0.16s;--rl-ease-move:cubic-bezier(0.2,0,0,1);--rl-card-rise:10px}::view-transition-group(.resource-card){animation-duration:var(--rl-speed-move);animation-timing-function:var(--rl-ease-move)}::view-transition-new(.resource-card),::view-transition-old(.resource-card){animation-duration:0s}::view-transition-new(.resource-card):only-child{animation:rl-card-enter var(--rl-speed-enter) var(--rl-ease-move) both}::view-transition-old(.resource-card):only-child{animation:rl-card-exit var(--rl-speed-exit) var(--rl-ease-move) both}@keyframes rl-card-enter{0%{opacity:0;transform:translateY(var(--rl-card-rise))}}@keyframes rl-card-exit{to{opacity:0}}.resource-card{display:flex;flex-direction:column;background-color:var(--rl-white);border-radius:var(--rl-radius-card);box-shadow:var(--rl-card-shadow);overflow:hidden;view-transition-class:resource-card}@media(prefers-reduced-motion:no-preference){.resource-card{transition:transform var(--rl-speed-lift) ease-out}.resource-card:focus-within{transform:translateY(calc(-1 * var(--rl-card-lift)))}}@media(prefers-reduced-motion:no-preference)and (hover:hover){.resource-card:hover{transform:translateY(calc(-1 * var(--rl-card-lift)))}}.resource-card__body{display:flex;flex-direction:column;flex-grow:1;padding:var(--rl-space-md)}.resource-card__header{gap:var(--rl-space-sm)}.resource-card__header,.resource-card__type{display:flex;flex-direction:row;align-items:center}.resource-card__type{gap:var(--rl-space-2xs);height:var(--rl-type-pill-height);padding:0 var(--rl-space-pill);background-color:var(--rl-icon-bg);border-radius:var(--rl-radius-pill);font-size:var(--rl-font-tag);font-weight:500;white-space:nowrap;color:var(--rl-black)}.resource-card__company{margin-left:auto;font-size:var(--rl-font-tag);font-weight:700;letter-spacing:var(--rl-ls-tag);text-align:right;text-transform:uppercase;color:var(--rl-gray-label)}.resource-card__title{margin:var(--rl-space-md) 0 calc(var(--rl-space-sm) + var(--rl-unit));font-size:var(--rl-font-title);font-weight:900;line-height:var(--rl-lh-title);letter-spacing:var(--rl-ls-title);color:var(--rl-title)}.resource-card__description{margin:0;font-size:var(--rl-font-base);font-weight:500;line-height:var(--rl-lh-base);color:var(--rl-body)}.resource-card__tags{display:flex;flex-flow:row wrap;gap:var(--rl-space-sm);margin-top:auto;padding-top:calc(var(--rl-space-md) + var(--rl-space-2xs))}.resource-card__tag{background-color:var(--rl-tag-bg);border-radius:var(--rl-radius-pill);padding:var(--rl-space-2xs) calc(2*var(--rl-space-2xs)) calc(var(--rl-space-xs)/2);font-size:var(--rl-font-tag);font-weight:500;line-height:1;color:var(--rl-navy)}.resource-card__actions{display:flex;flex-direction:row;border-top:var(--rl-hairline) solid var(--rl-tag-bg)}.resource-card__action{display:flex;flex:1 1;flex-direction:row;justify-content:center;align-items:center;gap:var(--rl-space-2xs);min-height:var(--rl-action-height);padding:var(--rl-space-md);font-size:var(--rl-font-action);font-weight:700;text-align:center;text-decoration:underline;background-color:var(--rl-bar-bg);color:var(--rl-black)}.resource-card__action:hover{color:var(--rl-black)}.resource-card__action--primary{background-color:var(--rl-teal);color:var(--rl-white)}.resource-card__action--primary:hover{color:var(--rl-white)}@container resource-library (max-width: 640px){.resource-library__heading{padding:var(--rl-space-lg) var(--rl-space-md) var(--rl-space-md)}.resource-library__grid-section{padding:var(--rl-space-md) var(--rl-space-md) var(--rl-space-lg)}.resource-library__filters-toggle{display:flex}.resource-library__filters{gap:0}.resource-library__filter-groups{display:grid;grid-template-rows:0fr}.resource-library__filter-groups-inner{overflow:hidden;visibility:hidden}.resource-library__filter-groups-inner>:first-child{margin-top:var(--rl-space-sm)}.resource-library__filter-groups--open{grid-template-rows:1fr}.resource-library__filter-groups--open .resource-library__filter-groups-inner{visibility:visible}@media(prefers-reduced-motion:no-preference){.resource-library__filter-groups{transition:grid-template-rows var(--rl-speed-expand) ease-out}.resource-library__filters-chevron{transition:transform var(--rl-speed-expand) ease-out}.resource-library__filter-groups-inner{transition:visibility 0s linear var(--rl-speed-expand)}.resource-library__filter-groups--open .resource-library__filter-groups-inner{transition-delay:0s}}}