/*
Generated time: October 5, 2025 14:40
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.map{display:grid;gap:var(--space-grid-gap);grid-template-rows:50vh auto}.map__media{background:var(--color-image-placeholder);position:relative}@media screen and (min-width:768px){.map{display:grid;gap:var(--space-grid-gap);grid-template-columns:repeat(8,1fr);grid-template-rows:minmax(400px,50vh)}.map__media{grid-column:2/9;grid-row:1/2;overflow:hidden}.map__info{grid-column:1/4;grid-row:1/2}}@media screen and (min-width:1200px){.map__info{grid-column:1/3}}.map__info{align-items:center;display:flex;justify-content:flex-end;z-index:var(--z-index-overlay)}.map__info-box{width:100%}.map__google-map{height:100%;z-index:var(--z-index-background)}.map__image{height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.map__image--backup{display:none}.no-js .map__image--backup{display:block}.map__media .placeholder-svg{height:100%;width:100%}