.t1-popup{position:fixed;inset:0;margin:auto;width:min(92vw, 720px);max-height:min(86vh, 900px);padding:0;border:none;border-radius:var(--t1-radius-xl);background:var(--t1-color-ink);color:var(--t1-color-on-dark);overflow:hidden auto;overscroll-behavior:contain}.t1-popup[open]{display:flex;flex-direction:column}.t1-popup::-webkit-scrollbar-thumb{background:var(--t1-scrollbar-thumb-dark)}.t1-popup::-webkit-scrollbar-thumb:hover{background:var(--t1-scrollbar-thumb-dark-hover)}@supports (scrollbar-width:thin) and (not selector(::-webkit-scrollbar)){.t1-popup{scrollbar-width:thin;scrollbar-color:var(--t1-scrollbar-thumb-dark) #fff0}}.t1-popup::backdrop{background:var(--t1-scrim)}.t1-popup__bg{flex:0 0 auto;width:100%;max-height:min(38vh, 320px);aspect-ratio:16 / 9;object-fit:cover;object-position:center}.t1-popup__bg--contain{aspect-ratio:21 / 9;max-height:min(30vh, 240px);padding:var(--t1-space-md);object-fit:contain;background:rgb(255 255 255 / .06)}.t1-popup__tint{display:none}.t1-popup__content{position:relative;z-index:1;display:flex;flex-direction:column;flex:1 0 auto;align-items:center;gap:var(--t1-space-md);width:100%;padding:clamp(1.5rem, 1.1rem + 1.6vw, 2.25rem);text-align:center}.t1-popup__content :is(h1,h2,h3,h4){max-width:30ch;color:var(--t1-color-on-dark);font-size:var(--t1-text-h2);font-weight:var(--t1-weight-regular);text-wrap:balance}.t1-popup__content p,.t1-popup__content li{max-width:62ch;color:rgb(255 255 255 / .86);line-height:var(--t1-leading-body);text-align:left}.t1-popup__content p{align-self:stretch}.t1-popup__content ul,.t1-popup__content ol{align-self:stretch;margin:0;padding-inline-start:1.35em;max-width:62ch}.t1-popup__content a{color:inherit;text-decoration:underline;text-underline-offset:.18em;text-decoration-color:rgb(255 255 255 / .5)}.t1-popup__content a:hover,.t1-popup__content a:focus-visible{text-decoration-color:currentColor}.t1-popup__content :is(.t1-hours,.t1-contact){align-self:stretch;padding:0;border:0;border-radius:0;background:none;box-shadow:none;color:var(--t1-color-on-dark)}.t1-popup__content .t1-hours__row,.t1-popup__content .t1-hours__group+.t1-hours__group,.t1-popup__content .t1-contact__row+.t1-contact__row{border-color:rgb(255 255 255 / .16)}.t1-popup__content .t1-hours__row dt{color:var(--t1-color-on-dark)}.t1-popup__content .t1-hours__row dd,.t1-popup__content .t1-hours__label,.t1-popup__content .t1-hours__note{color:var(--t1-color-on-dark-muted)}.t1-popup__content .t1-contact__row a{color:var(--t1-color-on-dark);text-decoration-color:rgb(255 255 255 / .5)}.t1-popup__content .t1-contact__row a:hover,.t1-popup__content .t1-contact__row a:focus-visible{color:var(--t1-color-on-dark);text-decoration-color:currentColor}.t1-popup__content .t1-map p{text-align:center}.t1-popup__content .t1-map{align-self:stretch;width:100%}.t1-popup__content .t1-map__frame{background:rgb(255 255 255 / .06)}.t1-popup__close{flex-shrink:0;margin-block-start:var(--t1-space-sm)}.t1-popup :focus-visible{outline-color:var(--t1-focus-ring-dark)}@media (prefers-reduced-motion:no-preference){.t1-popup[open]{animation:t1-popup-in var(--t1-dur-base) var(--t1-ease)}}@keyframes t1-popup-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.t1-popup-cta{margin-block:var(--t1-space-sm) 0}.t1-popup-trigger{display:inline-flex;align-items:center;gap:.4em;min-height:var(--t1-control-h);padding:0;border:none;background:none;color:var(--t1-color-brand-dark);font-family:inherit;font-size:var(--t1-text-base);font-weight:var(--t1-weight-semibold);line-height:1.4;text-align:start;cursor:pointer;transition:color var(--t1-dur-fast) var(--t1-ease)}.t1-popup-trigger::after{content:"";width:.5em;height:.5em;border-inline-end:1.5px solid currentColor;border-block-start:1.5px solid currentColor;transform:rotate(45deg);transition:transform var(--t1-dur-fast) var(--t1-ease)}.t1-popup-trigger:hover,.t1-popup-trigger:focus-visible{color:var(--t1-color-brand-deep)}.t1-popup-trigger:hover{text-decoration:underline;text-underline-offset:.2em}.t1-popup-trigger:hover::after{transform:rotate(45deg) translate(2px,-2px)}@media (max-width:767px){.t1-popup{width:100vw;max-width:100vw;height:100%;max-height:100%;border-radius:0}.t1-popup__bg{max-height:32vh;aspect-ratio:3 / 2}.t1-popup__close{position:sticky;bottom:0;margin-block-start:auto;margin-block-end:max(0px, env(safe-area-inset-bottom));width:100%;background:var(--t1-color-on-dark);border-color:var(--t1-color-on-dark);color:var(--t1-color-ink);box-shadow:0 0 0 1px rgb(49 46 46 / .22),0 -10px 18px rgb(24 22 22 / .35)}}