.location-about-section{width:100%;box-sizing:border-box;overflow:hidden}.location-about__grid{display:grid;grid-template-columns:minmax(0,1fr);row-gap:var(--location-about-gap-mobile, 32px);column-gap:var(--location-about-gap-mobile, 32px);align-items:start;width:100%}@media(min-width:1024px){.location-about__grid{grid-template-columns:var(--location-about-grid-cols, minmax(0, 1fr) minmax(0, 1fr));row-gap:clamp(32px,3.5vw,var(--location-about-gap-desktop, 64px));column-gap:clamp(32px,3.5vw,var(--location-about-gap-desktop, 64px));align-items:start}.location-about__grid--image-right .location-about__image-col{order:2}.location-about__grid--image-right .location-about__content-col{order:1}}.location-about__image-col{width:100%;min-width:0;max-width:100%;display:flex;align-items:center;justify-content:center}@media(max-width:1023px){.location-about__image-col{max-width:600px;margin-left:auto;margin-right:auto}}@media(min-width:1024px){.location-about__image-col{position:sticky;top:2rem;align-self:start}}.location-about__image-wrapper{position:relative;width:100%;max-width:100%;overflow:hidden;display:block}.location-about__image{width:100%;height:100%;object-fit:cover;display:block}.location-about__image-wrapper--aspect-natural{height:auto}.location-about__image-wrapper--aspect-natural .location-about__image{height:auto;object-fit:contain}.location-about__image-wrapper--aspect-square{aspect-ratio:1 / 1;height:auto}.location-about__image-wrapper--aspect-portrait_4_5{aspect-ratio:4 / 5;height:auto}.location-about__image-wrapper--aspect-portrait_3_4{aspect-ratio:3 / 4;height:auto}.location-about__image-wrapper--aspect-landscape_4_3{aspect-ratio:4 / 3;height:auto}.location-about__image-wrapper--aspect-landscape_16_9{aspect-ratio:16 / 9;height:auto}.location-about__image-wrapper--aspect-fill{height:100%;min-height:100%}.location-about__image-col:has(.location-about__image-wrapper--aspect-fill){align-self:stretch;height:100%}.location-about__image-placeholder{width:100%;min-height:420px;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;color:#9ca3af}.dark .location-about__image-placeholder{background-color:#262626;color:#6b7280}.location-about__content-col{display:flex;flex-direction:column;justify-content:center;width:100%;min-width:0;max-width:100%;word-break:break-word;overflow-wrap:break-word}.location-about__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;font-weight:600;margin-bottom:.75rem;opacity:.8;overflow-wrap:break-word}.location-about__title{margin:0 0 1.5rem;line-height:1.2;letter-spacing:-.01em;color:rgb(var(--colors-heading));word-break:break-word;overflow-wrap:break-word}.location-about__text{font-size:1rem;line-height:1.65;color:rgb(var(--colors-text));opacity:.9;word-break:break-word;overflow-wrap:break-word}.location-about__text p{margin:0 0 1.25rem}.location-about__text p:last-child{margin-bottom:0}.location-about__cta-wrap{margin-top:1.5rem;margin-bottom:2.25rem}.location-about__cta-link{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:500;color:var(--location-about-cta-color, #025b30);text-decoration:none;border-bottom:1.5px solid var(--location-about-cta-color, #025b30);padding-bottom:3px;transition:opacity .2s ease,transform .2s ease}.location-about__cta-link:hover{opacity:.85}.location-about__cta-link svg{width:1rem;height:1rem;fill:none;stroke:currentColor;stroke-width:2.2;transition:transform .2s ease}.location-about__cta-link:hover svg{transform:translate(4px)}.location-about__team-section{border-top:1px solid var(--location-about-divider-color, rgba(var(--colors-line-and-border), .3));padding-top:2rem;margin-top:.5rem;width:100%;min-width:0}.location-about__team-heading{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;line-height:1.3;color:rgb(var(--colors-heading));word-break:break-word;overflow-wrap:break-word}.location-about__team-grid{display:grid;grid-template-columns:repeat(var(--location-about-team-cols-mobile, 2),minmax(0,1fr));column-gap:clamp(1rem,2vw,1.75rem);row-gap:1.5rem;align-items:start;width:100%}@media(min-width:1024px){.location-about__team-grid{grid-template-columns:repeat(var(--location-about-team-cols-desktop, 2),minmax(0,1fr));column-gap:clamp(1.25rem,2.5vw,2.5rem);row-gap:2rem}}.location-about__team-member{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:0;max-width:100%}.location-about__team-avatar-wrapper{width:4.5rem;height:4.5rem;border-radius:50%;overflow:hidden;margin-bottom:.875rem;flex-shrink:0;display:flex;align-items:center;justify-content:center}@media(min-width:1024px){.location-about__team-avatar-wrapper{width:5rem;height:5rem}}.location-about__team-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.location-about__team-avatar-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.location-about__team-info{display:flex;flex-direction:column;gap:.25rem;width:100%;min-width:0}.location-about__team-name{font-size:.9375rem;font-weight:600;line-height:1.3;color:rgb(var(--colors-heading));word-break:break-word;overflow-wrap:break-word}.location-about__team-role{font-size:.8125rem;font-weight:500;line-height:1.3;color:var(--location-about-role-color, #025b30);word-break:break-word;overflow-wrap:break-word}.location-about__team-experience{font-size:.8125rem;line-height:1.3;color:rgb(var(--colors-text));opacity:.7;word-break:break-word;overflow-wrap:break-word}@media(max-width:767px){.location-about__title{margin-bottom:1.25rem}.location-about__cta-wrap{margin-top:1.25rem;margin-bottom:1.75rem}.location-about__team-section{padding-top:1.5rem}}
/*# sourceMappingURL=/cdn/shop/t/44/assets/location-about.css.map */
