#ffw-root .ffw-res{background:var(--ffv3-grey);padding:var(--ffv3-sec-pad) 0}#ffw-root .ffw-res__h{color:var(--ffv3-black);font-size:clamp(28px,3.8vw,var(--ffv3-h3));font-weight:var(--ffv3-w-semi);line-height:var(--ffv3-h3-lh);margin:0 auto var(--ffv3-stack-lg);max-width:820px;text-align:center}#ffw-root .ffw-res__grid{display:grid;gap:var(--ffv3-col-gap);grid-template-columns:repeat(3,1fr)}#ffw-root .ffw-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}#ffw-root .ffw-rcard__img{height:100%;inset:0;object-fit:cover;position:absolute;width:100%;z-index:0}#ffw-root .ffw-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}#ffw-root .ffw-rcard__top{display:flex;justify-content:flex-end;position:relative;z-index:2}#ffw-root .ffw-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}#ffw-root .ffw-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}#ffw-root .ffw-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}#ffw-root .ffw-rcard .ffw-arrow{align-items:center;border-radius:50%;display:inline-flex;flex:0 0 auto;height:36px;justify-content:center;width:36px}#ffw-root .ffw-rcard .ffw-arrow svg{height:20px;transition:transform .18s ease;width:20px}#ffw-root .ffw-rcard .ffw-arrow--pink{background:var(--ffv3-pink);color:var(--ffv3-white)}#ffw-root .ffw-rcard:focus-visible .ffw-arrow svg,#ffw-root .ffw-rcard:hover .ffw-arrow svg{transform:rotate(-45deg)}#ffw-root .ffw-res__cta{display:flex;justify-content:center;margin-top:var(--ffv3-stack-lg)}@media (max-width:900px){#ffw-root .ffw-res{padding:var(--ffv3-sec-pad-sm) 0}#ffw-root .ffw-res__grid{grid-template-columns:1fr}#ffw-root .ffw-rcard{aspect-ratio:3/2}#ffw-root .ffw-res__cta .ffw-btn{width:100%}}