.map-locations__title{font-size:42px;font-weight:700;text-transform:uppercase;font-family:Alegreya Sans,Sans-serif;letter-spacing:0;z-index:4;position:absolute;top:40px;left:50%;transform:translateX(-50%);width:100%;text-align:center}@media (max-width:768px){.map-locations__title{top:30px;font-size:32px}}.map-locations__map{position:relative;width:100%;overflow:hidden}.map-locations__bg,.map-locations__bg-picture{display:block;width:100%}.map-locations__bg{opacity:1}.map-locations__lines{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible}.map-locations__lines path{fill:none;stroke:#8b1a4a;stroke-width:2.5;stroke-dasharray:10 7;stroke-linecap:round;stroke-linejoin:round}.map-locations__pin{position:absolute;left:var(--x,50%);top:var(--y,50%);transform:translate(-50%,-50%);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;background:none;border:none;padding:0;gap:22px;z-index:1;cursor:pointer}.map-locations__pin.label-top{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.map-locations__pin.label-left{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.map-locations__pin.label-left .map-locations__label{text-align:right}.map-locations__pin.label-right{-ms-flex-direction:row;flex-direction:row}.map-locations__pin.label-right .map-locations__label{text-align:left}@media (max-width:768px){.map-locations__pin{left:var(--xm,var(--x,50%));top:var(--ym,var(--y,50%))}.map-locations__pin.label-mobile-top{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.map-locations__pin.label-mobile-bottom{-ms-flex-direction:column;flex-direction:column}.map-locations__pin.label-mobile-left{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.map-locations__pin.label-mobile-left .map-locations__label{text-align:right}.map-locations__pin.label-mobile-right{-ms-flex-direction:row;flex-direction:row}.map-locations__pin.label-mobile-right .map-locations__label{text-align:left}}.map-locations__pin-data{display:none}.map-locations__dot{width:30px;height:30px;border-radius:50%;background-color:#811143;outline:10px solid rgba(129,17,67,.2);display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;transition:transform .2s ease,outline-color .2s ease}.map-locations__dot svg{width:20px;height:20px}.map-locations__pin:focus-visible .map-locations__dot,.map-locations__pin:hover .map-locations__dot{transform:scale(1.12);outline-color:rgba(139,26,74,.35)}.map-locations__label{background:#fff;font-size:20px;line-height:24px;text-align:center;width:140px;color:#1a1a1a;white-space:normal;font-weight:500;padding:6px 8px;box-shadow:0 2px 8px rgba(0,0,0,.16);border-radius:100px}.map-locations__popup{position:absolute;inset:0;z-index:20;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s ease}.map-locations__popup.is-active{opacity:1;pointer-events:auto}.map-locations__popup-overlay{position:absolute;inset:0;background:rgba(0,0,0,.18)}.map-locations__popup-card{position:relative;z-index:1;max-width:540px;width:90%;max-height:88%;overflow-y:auto;padding:20px;box-shadow:0 12px 40px rgba(0,0,0,.18);transform:translateY(12px);transition:transform .25s ease;background:#f2e7ec;border:1px solid #811143;border-radius:8px}.map-locations__popup.is-active .map-locations__popup-card{transform:translateY(0)}.map-locations__popup-close{position:absolute;top:14px;right:14px;background:none;border:none;padding:6px;cursor:pointer;color:#555;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;border-radius:50%;transition:background .15s ease,color .15s ease}.map-locations__popup-close:hover{background:rgba(139,26,74,.08);color:#8b1a4a}.map-locations__popup-title{font-size:32px;font-weight:700;text-transform:uppercase;color:#1a1a1a;margin:0 0 6px;font-family:Alegreya Sans,Sans-serif;padding-right:32px}.map-locations__popup-address{font-size:20px;color:#888;margin:0 0 20px;font-family:Alegreya Sans,Sans-serif}.map-locations__popup-photo{width:100%;border-radius:8px!important;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover;display:block;margin-bottom:20px}.map-locations__popup-photo:not([src]),.map-locations__popup-photo[src=""]{display:none}.map-locations__popup-description{font-size:14px;line-height:1.75;color:#888;font-family:Alegreya Sans,Sans-serif}.map-locations__popup-description:empty{display:none}