.rfv-library,.rfv-featured{--rfv-blue:#0066cc;--rfv-blue-dark:#0052a3;--rfv-ink:#183b56;--rfv-muted:#526354;--rfv-line:#dfe7ee;--rfv-soft:#f4f8fb;color:var(--rfv-ink);font-family:inherit}.rfv-shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}.rfv-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:24px 0 8px;font-size:14px;color:#607385}.rfv-breadcrumb a{color:#3e6686;text-decoration:none}.rfv-breadcrumb a:hover{text-decoration:underline}.rfv-hero{max-width:780px;padding:44px 0 34px}.rfv-eyebrow{margin:0 0 8px;color:var(--rfv-blue);font-size:13px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.rfv-hero h1,.rfv-section-heading h2,.rfv-cta h2{margin:0;color:var(--rfv-ink);line-height:1.15}.rfv-hero h1{font-size:clamp(34px,5vw,56px);letter-spacing:-.035em}.rfv-hero>p:last-child{max-width:720px;margin:18px 0 0;color:var(--rfv-muted);font-size:18px;line-height:1.7}.rfv-filters{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 30px;border-bottom:1px solid var(--rfv-line);padding-bottom:18px}.rfv-filter{border:1px solid var(--rfv-line);border-radius:999px;background:#fff;color:#36536a;padding:10px 18px;font:inherit;font-size:14px;font-weight:700;cursor:pointer;transition:background .18s,border-color .18s,color .18s}.rfv-filter:hover,.rfv-filter:focus-visible,.rfv-filter.is-active{border-color:var(--rfv-blue);background:var(--rfv-blue);color:#fff}.rfv-filter:focus-visible,.rfv-card__trigger:focus-visible,.rfv-modal__close:focus-visible,.rfv-cta__button:focus-visible,.rfv-section-heading a:focus-visible,.rfv-mobile-link a:focus-visible{outline:3px solid #ebd35b;outline-offset:3px}.rfv-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.rfv-card{overflow:hidden;border:1px solid var(--rfv-line);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(24,59,86,.07);transition:transform .2s,box-shadow .2s}.rfv-card:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(24,59,86,.14)}.rfv-card[hidden]{display:none}.rfv-card__trigger{display:block;width:100%;border:0;background:#0a1d2b;padding:0;cursor:pointer}.rfv-card__media{position:relative;display:grid;place-items:center;aspect-ratio:16/9;overflow:hidden}.rfv-card__blur{position:absolute;inset:-16px;background-position:center;background-size:cover;filter:blur(16px);opacity:.48;transform:scale(1.12)}.rfv-card__media--landscape .rfv-card__blur{display:none}.rfv-card__image{position:relative;z-index:1;display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s}.rfv-card__media--portrait .rfv-card__image{width:auto;max-width:100%;object-fit:contain}.rfv-card:hover .rfv-card__image{transform:scale(1.025)}.rfv-card__play{position:absolute;z-index:2;inset:50% auto auto 50%;display:grid;width:58px;height:58px;border:2px solid rgba(255,255,255,.9);border-radius:50%;background:rgba(0,102,204,.92);place-items:center;transform:translate(-50%,-50%);box-shadow:0 8px 24px rgba(0,0,0,.28)}.rfv-card__play svg{width:26px;height:26px;fill:#fff;transform:translateX(1px)}.rfv-card__duration{position:absolute;z-index:2;right:10px;bottom:10px;border-radius:4px;background:rgba(0,0,0,.78);color:#fff;padding:4px 7px;font-size:12px;font-weight:700;line-height:1}.rfv-card__body{padding:19px 20px 21px}.rfv-card__title{margin:0;color:var(--rfv-ink);font-size:18px;line-height:1.38}.rfv-card__category{margin:9px 0 0;color:var(--rfv-blue);font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.rfv-cta{display:flex;justify-content:space-between;align-items:center;gap:28px;margin:70px 0 0;border-radius:18px;background:linear-gradient(120deg,#183b56,#0052a3);padding:38px 42px;color:#fff}.rfv-cta .rfv-eyebrow{color:#9fd0ff}.rfv-cta h2{color:#fff;font-size:32px}.rfv-cta p:last-child{margin:10px 0 0;color:#e2eff8}.rfv-cta__button{flex:none;border-radius:6px;background:#fff;color:var(--rfv-blue-dark);padding:14px 22px;text-decoration:none;font-weight:800}.rfv-featured{margin:52px 0 66px;padding:58px 0;background:var(--rfv-soft)}.rfv-section-heading{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:28px}.rfv-section-heading h2{font-size:clamp(28px,4vw,42px)}.rfv-section-heading p:last-child{margin:10px 0 0;color:var(--rfv-muted)}.rfv-section-heading>a,.rfv-mobile-link a{color:var(--rfv-blue-dark);font-weight:800;text-decoration:none}.rfv-mobile-link{display:none}.rfv-modal[hidden]{display:none}.rfv-modal{position:fixed;z-index:999999;inset:0;display:grid;place-items:center;padding:24px}.rfv-modal__backdrop{position:absolute;inset:0;background:rgba(7,18,28,.82);backdrop-filter:blur(4px)}.rfv-modal__panel{position:relative;z-index:1;width:min(980px,100%);max-height:calc(100vh - 48px);border-radius:12px;background:#07121c;padding:48px 20px 20px;box-shadow:0 24px 80px rgba(0,0,0,.55)}.rfv-modal.is-portrait .rfv-modal__panel{width:min(460px,100%)}.rfv-modal__title{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.rfv-modal__close{position:absolute;top:7px;right:10px;width:38px;height:38px;border:0;border-radius:50%;background:transparent;color:#fff;font-size:32px;line-height:1;cursor:pointer}.rfv-modal__player{aspect-ratio:16/9}.rfv-modal.is-portrait .rfv-modal__player{aspect-ratio:9/16;max-height:calc(100vh - 92px);margin:auto}.rfv-modal__player iframe{display:block;width:100%;height:100%;border:0}.rfv-modal-open{overflow:hidden}@media(max-width:1023px){.rfv-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rfv-grid--featured .rfv-card:last-child{grid-column:1/-1;max-width:calc(50% - 13px)}.rfv-cta{align-items:flex-start;flex-direction:column}}@media(max-width:767px){.rfv-shell{width:min(100% - 28px,1180px)}.rfv-breadcrumb{padding-top:18px}.rfv-hero{padding:32px 0 26px}.rfv-hero>p:last-child{font-size:16px}.rfv-filters{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.rfv-filter{padding:9px 10px;font-size:13px}.rfv-grid,.rfv-grid--featured{grid-template-columns:1fr}.rfv-grid--featured .rfv-card:last-child{grid-column:auto;max-width:none}.rfv-cta{margin-top:46px;padding:30px 24px}.rfv-cta h2{font-size:27px}.rfv-cta__button{width:100%;text-align:center}.rfv-featured{margin:36px 0 50px;padding:44px 0}.rfv-section-heading{display:block}.rfv-section-heading>a{display:none}.rfv-mobile-link{display:block;margin:24px 0 0;text-align:center}.rfv-mobile-link a{display:block;border:2px solid var(--rfv-blue);border-radius:6px;padding:12px}.rfv-modal{padding:12px}.rfv-modal__panel{max-height:calc(100vh - 24px);padding:46px 8px 8px}.rfv-card__play{width:52px;height:52px}}@media(prefers-reduced-motion:reduce){.rfv-card,.rfv-card__image,.rfv-filter{transition:none}}
