.location-section{position:relative;overflow:hidden}.location-section__wrapper{max-width:1440px;margin:0 auto;padding:0 var(--section-padding-mobile)}@media(min-width: 1024px){.location-section__wrapper{padding:0 var(--section-padding-outer)}}.location-section__grid{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 1024px){.location-section__grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:2rem 4rem;align-items:start}}.location-section__text{display:flex;flex-direction:column;gap:1.5rem}@media(min-width: 1024px){.location-section__text{display:contents}}.location-section .location-section__text h2,.location-section h2.location-section__heading{font-family:var(--wp--preset--font-family--heading);font-size:1.75rem;font-weight:700;line-height:1.2;color:var(--wp--preset--color--secondary, #272154);margin:0}@media(min-width: 768px){.location-section .location-section__text h2,.location-section h2.location-section__heading{font-size:2rem}}@media(min-width: 1024px){.location-section .location-section__text h2,.location-section h2.location-section__heading{grid-column:1/-1;grid-row:1;font-size:40px}}.location-section .location-section__text p,.location-section p.location-section__description{font-size:1rem;font-weight:400;line-height:1.4;margin:0}@media(min-width: 768px){.location-section .location-section__text p,.location-section p.location-section__description{font-size:1.125rem}}@media(min-width: 1024px){.location-section .location-section__text p,.location-section p.location-section__description{grid-column:1;grid-row:2;font-size:21px}}.location-section__buttons{display:flex;flex-direction:column;gap:1rem}@media(min-width: 1024px){.location-section__buttons{grid-column:1;grid-row:3;align-self:end}}.location-section__buttons .btn--secondary{background:var(--wp--preset--color--bg-cream, #FFFDF9);color:var(--wp--preset--color--accent, #814997);box-shadow:8px 12px 32px 0px rgba(84,53,118,.1);border-radius:24px;padding:0 24px;height:48px;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-family:var(--wp--preset--font-family--heading);font-weight:600;font-size:16px;text-transform:uppercase;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease;width:fit-content}.location-section__buttons .btn--secondary:hover{transform:translateY(-2px);box-shadow:12px 16px 40px 0px rgba(84,53,118,.15)}.location-section__buttons .btn--secondary .btn__arrow{width:16px;height:16px;stroke:var(--wp--preset--color--accent, #814997)}@media(max-width: 767px){.location-section__buttons .btn--secondary{height:40px;padding:0 16px;font-size:14px}}.location-section__map{position:relative;border-radius:0;overflow:hidden;height:250px;max-height:250px}@media(min-width: 768px){.location-section__map{height:300px;max-height:300px}}@media(min-width: 1024px){.location-section__map{grid-column:2;grid-row:2/4;height:354px;max-height:354px;width:100%}}.location-section__map-image{display:block;width:100%;height:100%;object-fit:cover}.location-section__map-embed{width:100%;height:100%;min-height:inherit}.location-section__map-embed iframe{width:100%;height:100%;min-height:inherit;border:0}.location-section__map-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:inherit;background:var(--wp--preset--color--bg-light, #F3F1EB);color:var(--wp--preset--color--text-medium, #4b5563);font-size:.875rem}