.location-card{align-items:center;border-radius:16px;display:flex;flex-basis:0;flex-direction:column;flex-grow:1;max-width:384px;padding:32px}.location-card--dark{background-color:var(--secondary-color-darker);color:var(--white);position:relative}.location-card__title{margin-bottom:0}.location-card--dark .location-card__title{color:var(--white)}.location-card--dark .location-card__text{color:var(--white);margin-top:4px}.location-card--dark .location-card__link{bottom:24px;color:var(--primary-color);display:flex;gap:8px;justify-content:center;left:0;margin-top:auto;width:100%}.location-card--light{background-color:var(--white);color:var(--black)}.location-card--light .location-card__title{color:var(--secondary-color)}.location-card .location-card__header-wrapper{margin-bottom:32px;text-align:center}.location-card__title--tight{color:var(--secondary-color);margin-bottom:0}.location-card__subtitle{margin-bottom:-12px}.location-card--light .location-card__subtitle{color:var(--accent-color-1-darker)}.location-card--light .location-card__button{justify-content:center;margin:0 auto 22px;max-width:222px}.location-card--dark .location-card__button{justify-content:center;margin:0 auto;max-width:222px}.location-card__text{margin-bottom:16px}.location-card__text p{margin:0;padding:0}.location-card__logo{margin-bottom:16px}.location-card__logo img{margin:0 auto;max-height:64px;object-fit:contain}.location-cards{justify-content:center}@media screen and (max-width:480px){.location-cards{align-items:center;flex-direction:column}.location-card{align-self:center}}