#ffcw-root .ffcw-resources{background:var(--ffv3-grey);padding:var(--ffv3-sec-pad) 0}#ffcw-root .ffcw-resources .ffcw-head{margin:0 auto;max-width:820px;text-align:center}#ffcw-root .ffcw-resources .ffcw-head__h{color:var(--ffv3-black);font-size:clamp(32px,5vw,var(--ffv3-h2));font-weight:var(--ffv3-w-semi);line-height:var(--ffv3-h2-lh);margin:0}#ffcw-root .ffcw-resources__grid{display:grid;gap:var(--ffv3-col-gap);grid-template-columns:repeat(3,1fr);margin-top:var(--ffv3-sec-pad)}#ffcw-root .ffcw-rcard{aspect-ratio:4/5;border-radius:var(--ffv3-radius-card);color:var(--ffv3-white);display:flex;flex-direction:column;justify-content:space-between;min-width:0;overflow:hidden;padding:var(--ffv3-stack-md);position:relative;text-decoration:none}#ffcw-root .ffcw-rcard__img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:0}#ffcw-root .ffcw-rcard__veil{background:linear-gradient(0deg,rgba(8,8,14,.85) 0,rgba(8,8,14,.45) 45%,rgba(8,8,14,.1));inset:0;position:absolute;z-index:1}#ffcw-root .ffcw-rcard__top{display:flex;justify-content:flex-end;position:relative;z-index:2}#ffcw-root .ffcw-rcard__bot{align-items:flex-end;display:flex;gap:var(--ffv3-stack-md);justify-content:space-between;min-width:0;position:relative;z-index:2}#ffcw-root .ffcw-pill{background:var(--ffv3-white);border:1px solid var(--ffv3-pink);border-radius:var(--ffv3-radius-pill);color:var(--ffv3-pink);font-size:14px;font-weight:var(--ffv3-w-bold);padding:5px 11px;white-space:nowrap}#ffcw-root .ffcw-rcard__title{color:var(--ffv3-white);font-size:clamp(20px,2.4vw,var(--ffv3-h5));font-weight:var(--ffv3-w-semi);line-height:var(--ffv3-h5-lh);margin:0;min-width:0;overflow-wrap:break-word}#ffcw-root .ffcw-arrow--pink{align-items:center;background:var(--ffv3-pink);border-radius:50%;color:var(--ffv3-white);display:inline-flex;flex:0 0 auto;height:36px;justify-content:center;width:36px}#ffcw-root .ffcw-arrow--pink svg{height:18px;transition:transform .18s ease;width:18px}#ffcw-root .ffcw-rcard:focus-visible .ffcw-arrow--pink svg,#ffcw-root .ffcw-rcard:hover .ffcw-arrow--pink svg{transform:rotate(-45deg)}#ffcw-root .ffcw-resources__cta{display:flex;justify-content:center;margin-top:var(--ffv3-sec-pad)}@media (max-width:900px){#ffcw-root .ffcw-resources{padding:var(--ffv3-sec-pad-sm) 0}#ffcw-root .ffcw-resources__grid{grid-template-columns:1fr;margin-top:var(--ffv3-sec-pad-sm)}#ffcw-root .ffcw-rcard{aspect-ratio:3/2}#ffcw-root .ffcw-resources__cta{margin-top:var(--ffv3-sec-pad-sm)}#ffcw-root .ffcw-resources__cta .ffv3-btn{width:100%}}