.location-hero{position:relative;min-height:30rem;width:100%;justify-content:center;overflow:hidden;display:none}@media (min-width:768px){.location-hero{display:flex;height:50vh}}.location-hero-image{position:absolute;inset:0;top:-10rem}.location-hero-image img{height:100%;width:100%;object-fit:cover}.location-hero-overlay{position:absolute;inset:0;background-color:#fff;opacity:.5}.location-content-wrapper{display:flex;width:100%;justify-content:center;background-color:#fff}.location-content-inner{display:flex;flex-direction:column;width:100%;max-width:100vw;padding:.75rem;margin:0 auto;background-color:#fff}@media (min-width:768px){.location-content-inner{max-width:1200px;padding:3rem;margin-top:-10rem;position:relative;z-index:10}}.location-title{margin:1rem 0;font-size:2.25rem;font-weight:700;line-height:2.5rem}.location-section{margin:.1rem 0}.location-section-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}@media (min-width:768px){.location-section-title{font-size:1.875rem}}.location-text{margin-bottom:1rem;font-size:1rem;line-height:1.5}@media (min-width:768px){.location-text{font-size:1.125rem}}.location-intro-text{padding:1rem 0;font-size:1.25rem;line-height:1.75}@media (min-width:768px){.location-intro-text{font-size:1.5rem}}.location-image-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%;margin:1.5rem 0;max-width:343px}.location-image-grid img{width:100%;height:auto;object-fit:cover;max-width:100%}@media (min-width:640px){.location-image-grid{grid-template-columns:1fr 1fr;max-width:100%}}.location-list{list-style-type:disc;padding-left:1.25rem;margin:1rem 0}.location-list-item{margin:.5rem 0}.location-list-title{font-weight:700}.location-list-description{margin-top:.25rem;color:var(--gray-700)}