@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";/**
 * @license
 * Copyright 2019 Google LLC. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0
 */:root{--im-main:#164059;--im-color-text:#FFFFFF;--im-title:#6EC9F0;--im-slots-text:#FFFFFF;--im-slots-bg:#FFFFFF2C;--im-days-text:#164059;--im-days-bg:#D0F5FF;--im-institutions-text:#164059;--im-institutions-bg:#6EC9F0;--im-marker:#00407d;--im-marker-inner:#6ec9f0;--marker-width:50px;--marker-inner-width:15px}#map{height:100%;width:100%}.im-popup.highlight{background-color:var(--im-main);color:var(--im-color-text);box-shadow:.1rem .2rem .8rem #0003;padding:1.5rem 2rem;border-radius:1rem;font-weight:400;height:auto;width:auto}.im-popup.highlight:after{border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid var(--im-main);content:"";height:0;left:50%;position:absolute;top:99.5%;transform:translate(-50%)}.im-popup.highlight .blip{display:none}.im-popup.highlight .popup-content{pointer-events:all;display:flex;flex-direction:column}.im-popup .popup-content{display:none}.im-popup .popup-content .im-title{color:var(--im-title);font-size:1.5rem;font-weight:700;padding:0rem 1.5rem .5rem 0;text-transform:uppercase;width:80%}.im-popup .popup-content hr{border:0;border-top:1px solid #fff;margin:0}.im-popup .blip{font-family:Roboto,sans-serif;transition:all .3s ease-out;background-color:var(--im-marker);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:.7rem;box-sizing:content-box;gap:15px;padding:4px;position:relative;height:calc(var(--marker-width) - 20px);width:calc(var(--marker-width) - 20px);cursor:pointer}.im-popup .blip:not(.custom):after{border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid var(--im-marker);content:"";height:0;left:50%;position:absolute;top:95%;transform:translate(-50%);width:0}.im-popup .blip.custom{background-color:transparent}.im-popup .blip.custom img{width:var(--marker-width);max-width:none}.im-popup .inner-circle{display:flex;justify-content:center;align-items:center;background-color:var(--im-marker-inner);width:var(--marker-inner-width);height:var(--marker-inner-width);border-radius:50%}.im-popup a{text-decoration:none;color:var(--im-color-text)}.im-popup .details{margin-top:1rem}.im-popup .hours-wrapper{display:flex;color:var(--im-slots-text)}.im-popup .hours-content{background-color:var(--im-slots-bg);padding:.8rem;display:flex;border-radius:1rem}.im-popup .hours-content span{margin:0rem .5rem}.im-popup .hours-content>div>div>div{padding:.5rem 1rem;margin:.3rem .2rem;border-radius:2rem}.im-popup .hours-content .days.hidden{display:none}.im-popup .hours-content .days div{background-color:var(--im-days-bg);color:var(--im-days-text);text-align:center;margin:.3rem}.im-popup .hours-content .days .placeholder{background-color:transparent}.im-popup .slot-wrapper{display:flex}.im-popup .hours-header{text-transform:uppercase;font-weight:700;color:var(--im-institutions-text);background-color:var(--im-institutions-bg);text-align:center}.im-popup .im-icon{width:1rem;height:1rem;color:#fff}.im-popup .shop-info{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem 0rem;font-size:.9rem;margin-bottom:.5rem}.im-popup .shop-info div:not(:last-child):after{content:"|";margin:0rem .5rem;flex:auto}.im-popup .info{display:flex;align-items:center;gap:.5rem}.im-popup .close-btn{position:absolute;top:1.1rem;right:1.5rem;height:20px;width:20px}.im-popup .close-btn:after,.im-popup .close-btn:before{position:absolute;content:" ";left:50%;height:22px;width:2px;background-color:#fff}.im-popup .close-btn:after{transform:rotate(45deg)}.im-popup .close-btn:before{transform:rotate(-45deg)}@media screen and (max-width:1200px){.im-popup .hours-content{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;align-items:start;min-width:20rem}.im-popup .hours-content>div{flex:1}.im-popup .hours-content>div>div>div{padding:.4rem 1rem;margin:.1rem}.im-popup .hours-wrapper{justify-content:center}.im-popup .slot-wrapper.expanded .time-slot-wrapper div:not(.hours-header){display:flex;justify-content:space-between;width:max-content}.im-popup .popup-content .im-title{font-size:1.5rem}.im-popup .days.hidden{display:block}.im-popup .hours-header.arrow.down{color:#fff;background-color:var(--im-main)}.im-popup .hours-header.arrow:after{content:"";display:inline-block;position:relative;border-top:10px solid var(--im-main);border-right:6px solid transparent;border-left:6px solid transparent;top:1px;left:2%}.im-popup .hours-header.arrow.down:after{border-right:6px solid transparent;border-bottom:10px solid #fff;border-top:0}.im-popup .time-slot-wrapper{display:grid;grid-column:2}.im-popup .time-slot-wrapper .hours-header.arrow{width:80%}.im-popup .slot-wrapper{display:grid;grid-template-columns:30% auto;width:100%}.im-popup .slot-wrapper.expanded .days{display:block}.im-popup .slot-wrapper .time-slot-wrapper div:not(.hours-header){display:none}.im-popup .slot-wrapper .days{display:none}}@media screen and (max-width:768px){.im-popup.im-popup.highlight{width:80vw}}