.hub{display:grid;max-width:var(--max-width,1920px);grid-gap:var(--gap,1em);padding:0 var(--safe-margin,3em);margin:var(--gap,1em) auto;text-align:center;}@media (min-width:440px){.hub{grid-template-columns:repeat(auto-fit,minmax(410px,1fr));}}@media (min-width:820px){.hub--4-items{grid-template-columns:repeat(auto-fit,minmax(370px,1fr) minmax(370px,1fr));}}.hub__item{aspect-ratio:1.525/1;position:relative;overflow:hidden;background:black;}@supports not (aspect-ratio:2/1){.hub__item{padding-bottom:65.5%;}}.hub__item__text{align-items:center;color:white;display:flex;height:100%;justify-content:center;position:absolute;width:100%;font-size:1.666rem;font-weight:600;}.hub__item__arrow{margin-left:1.25rem;width:2rem;overflow:hidden;text-indent:-.7rem;transition:width .25s,text-indent .25s,margin-right .25s;color:var(--highlight);font-weight:normal;margin-right:.55rem;flex-shrink:0;}.hub__item__title{display:inline-block;max-width:74%;}:hover > .hub__item__arrow{text-indent:0;width:2.7rem;margin-right:0;}.hub__item__image{overflow:hidden;}.hub__item__image img{bottom:0;display:block;height:100%;left:0;position:absolute;right:0;top:0;width:100%;object-fit:cover;transition:transform .25s;opacity:.7;}:hover > .hub__item__image img{transform:scale(1.2)}
