.map-component{--map-color-white:#fff;--map-color-black:#000;--map-color-text:#282828;--map-color-yellow:#ffdf1c;--map-color-yellow-hover:#ccb216;--map-color-light-blue:#80c3d9;--map-break-mobile:20em;--map-break-tablet:37.5em;--map-break-desktop:60em;--map-break-large:87.5em;--map-font-size-base:16px;--map-line-height-base:1.5}.map-component *{box-sizing:border-box}.map-component #places-map{position:relative;width:100%;padding:1.25em 1.5625em;color:var(--map-color-text)}@media(min-width:var(--map-break-desktop )){.map-component #places-map{max-width:90em;margin-left:auto;margin-right:auto}}.map-component #places-map .map{position:relative;width:100%;margin-left:auto;margin-right:auto}.map-component #places-map .map .map-image{width:100%;height:auto;max-width:100%;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.map-component #places-map .map .map-pins{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.map-component #places-map .map .map-pin-wrapper{position:absolute;display:flex;justify-content:center;align-items:center;transition:transform .2s ease}.map-component #places-map .map .map-pin-wrapper:hover{transform:scale(1.15)}.map-component #places-map .map .map-location-marker{width:2.5em;height:2.5em;background-size:contain;background-repeat:no-repeat;background-position:50%;cursor:pointer;position:relative;z-index:10;transition:transform .3s ease;pointer-events:auto}.map-component #places-map .map .map-location-marker:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.9375em;height:1.9375em;border:2px solid var(--map-color-white);border-radius:50%;opacity:0;z-index:-1}.map-component #places-map .map .map-location-marker:hover{transform:scale(1.1)}@keyframes map-pulsate{0%{transform:translate(-50%,-50%) scale(.2);opacity:1}to{transform:translate(-50%,-50%) scale(1.2);opacity:0}}@keyframes map-bounce-in-down{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}.map-component .map-animated{animation-duration:1s;animation-fill-mode:both}.map-component .map-bounce-in-down{animation-name:map-bounce-in-down}.map-component .zoom-controls{position:absolute;top:10px;right:10px;z-index:100}.map-component .zoom-controls button{margin:4px;padding:6px 10px;cursor:pointer;border:1px solid #ddd;background:#fff;border-radius:4px}.map-component .zoom-controls button:hover{background:#f0f0f0}@media(max-width:599px){.map-component #places-map .map .map-location-marker{width:1.5em;height:1.5em}}.map-component .map-location-marker:focus{outline:2px solid var(--map-color-yellow);outline-offset:2px}@media print{.map-component #places-map .map-location-marker:after,.map-component #places-map .map-pins{display:none}}