.location-grid{--location-grid-columns: 4;width:var(--site-width);max-width:var(--site-max-width);margin-left:auto;margin-right:auto;padding-left:var(--site-gutter);padding-right:var(--site-gutter);display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));grid-template-columns:repeat(var(--location-grid-columns), minmax(0, 1fr));grid-gap:24px 12px;gap:24px 12px;margin-bottom:var(--band-gutter-block)}@media screen and (max-width: 62.4375em){.location-grid{--location-grid-columns: 2}}.location-item{--location-item-gap: 6px}@media screen and (max-width: 62.4375em){.location-item{--location-item-gap: 0}}.location-item{display:flex;flex-direction:column;align-items:flex-start;gap:var(--location-item-gap);min-height:100%;color:inherit;-webkit-text-decoration:none;text-decoration:none}.location-item:hover{-webkit-text-decoration:none;text-decoration:none}a.location-item{cursor:pointer}.location-item__image{position:relative;aspect-ratio:1;width:100%;background:var(--c-cinnamon);overflow:hidden}.location-item__image img{width:100%;height:auto}.location-item__image img,.location-item__image video{transition:-webkit-transform .6s ease-out;transition:transform .6s ease-out;transition:transform .6s ease-out, -webkit-transform .6s ease-out}a:hover .location-item__image img,a:hover .location-item__image video{-webkit-transform:scale(1.03);transform:scale(1.03)}a:focus-visible .location-item__image img,a:focus-visible .location-item__image video{border-radius:var(--focus-border-radius) var(--focus-border-radius) 0 0}.location-item__image svg{position:absolute;right:var(--site-gutter);bottom:var(--site-gutter);width:10px;height:17px;fill:var(--c-white);opacity:0;transition:opacity .6s ease-out}a:hover .location-item__image svg{opacity:1}.location-item__title{font-size:1.125rem;line-height:1.4444444444;margin-top:var(--location-item-gap);font-weight:var(--font-weight-medium)}@media screen and (max-width: 62.4375em){.location-item__title{font-size:.8125rem;line-height:1.6153846154;margin-top:8px}}.location-item__text{font-size:.875rem;line-height:1.5714285714}@media screen and (max-width: 62.4375em){.location-item__text{font-size:.625rem;line-height:1.8}}.location-item__button{margin-top:auto}
/*# sourceMappingURL=v3-location-grid.css.dd31a.map */