.theme-map-modern__header{text-align:center;margin-bottom:1.5rem}@media (min-width: 768px){.theme-map-modern__header{margin-bottom:2rem}}@media (min-width: 1200px){.theme-map-modern__header{margin-bottom:3rem}}.theme-map-modern__title{font-family:var(--theme-heading-ff);font-weight:700;text-transform:uppercase;color:var(--theme-secondary-color);margin-bottom:.5rem;font-size:2rem;line-height:1.3}@media (min-width: 768px){.theme-map-modern__title{font-size:2.75rem;line-height:1.35}}@media (min-width: 1200px){.theme-map-modern__title{font-size:3.75rem;line-height:1.5}}.theme-map-modern__description{font-family:var(--theme-text-ff);font-size:.875rem;line-height:1.5;color:var(--theme-base-dark);max-width:53.75rem;margin-left:auto;margin-right:auto}@media (min-width: 768px){.theme-map-modern__description{font-size:1rem}}@media (min-width: 1200px){.theme-map-modern__description{font-size:1.125rem;line-height:1.5}}.theme-map-modern__image{position:relative;width:100%}.theme-map-modern__image .map-canvas{display:flex;width:100%;height:auto;fill:none}.theme-map-modern__image .map-canvas .icon{width:100%;height:100%}.theme-map-modern__pins{position:absolute;top:0;left:0;width:100%;height:100%}.theme-map-modern__pins .pin{display:flex;flex-direction:column;cursor:pointer;position:absolute;left:0;top:0;border:none;background:transparent;box-shadow:none;transform:translate(-50%,-100%);z-index:1}.theme-map-modern__pins .pin:before{content:"";position:absolute;bottom:-.1875rem;left:50%;transform:translate(-50%);width:.75rem;height:.25rem;background-color:#bfa05f;border-radius:50%;z-index:-1}.theme-map-modern__pins .pin svg{display:block;width:.875rem;height:.875rem;flex-shrink:0;fill:var(--theme-primary-color);stroke:var(--theme-base-light);transition:opacity .3s ease;transition-delay:1s}@media (min-width: 576px){.theme-map-modern__pins .pin svg{width:1rem;height:1rem}}@media (min-width: 768px){.theme-map-modern__pins .pin svg{width:1.25rem;height:1.25rem}}@media (min-width: 992px){.theme-map-modern__pins .pin svg{width:1.75rem;height:1.75rem}}@media (min-width: 1200px){.theme-map-modern__pins .pin svg{width:1.875rem;height:1.875rem}}@media (min-width: 1710px){.theme-map-modern__pins .pin svg{width:2.5rem;height:2.5rem}}.theme-map-modern__pins .pin.active{transform:translate(-50%,-100%) scale(1.4)}.theme-map-modern__pins .pin.active svg{opacity:.9}.theme-map-modern__pins .pin.active .pin-title{transform:translate(-50%) scale(.8)}.theme-map-modern__pins .pin.open svg{opacity:1;transition-delay:0s}.theme-map-modern__pins .pin:hover{z-index:2}.theme-map-modern__pins .pin:hover svg{opacity:1;transition-delay:0s}.theme-map-modern__pins .pin:hover .pin-title{opacity:1;visibility:visible;transition-delay:0s}.theme-map-modern__pins .pin--color-primary svg{fill:var(--theme-primary-color);stroke:var(--theme-base-light)}.theme-map-modern__pins .pin--color-secondary svg{fill:var(--theme-secondary-color);stroke:var(--theme-base-light)}.theme-map-modern__pins .pin--color-white svg{fill:var(--theme-base-light);stroke:var(--theme-primary-color)}.theme-map-modern__pins .pin--color-light svg{fill:var(--theme-light-green);stroke:var(--theme-base-dark)}.theme-map-modern__pins .pin-title{pointer-events:none;position:absolute;top:1.0625rem;left:50%;transform:translate(-50%);opacity:0;visibility:hidden;font-size:.75rem;white-space:nowrap;transition:opacity .3s ease-in,visibility .3s ease-in;transition-delay:1s;color:var(--theme-base-light);text-shadow:0 0 .3125rem #000}@media (min-width: 768px){.theme-map-modern__pins .pin-title{top:1.5rem;font-size:.9375rem}}@media (min-width: 992px){.theme-map-modern__pins .pin-title{top:1.875rem;font-size:1rem}}@media (min-width: 1200px){.theme-map-modern__pins .pin-title{top:2rem;font-size:1.0625rem}}@media (min-width: 1710px){.theme-map-modern__pins .pin-title{top:2.5rem}}.theme-map-modern .popup-position-point{position:absolute;width:1px;height:1px;background-color:transparent;z-index:2;transition:.5s}.theme-map-modern .popup-position-point.opened{z-index:6}.theme-map-modern .popup-position-point.opened .point-popup{opacity:1;visibility:visible;transform:translate(0);pointer-events:auto;z-index:5}.theme-map-modern .popup-position-point.opened .point-popup.center{transform:translate(0)}.theme-map-modern .point-popup{position:absolute;opacity:0;visibility:hidden;pointer-events:none;width:17.5rem;max-height:31.25rem;background:var(--theme-base-light);border-radius:calc(var(--theme-radius) * 2);box-shadow:var(--theme-xs-shadow);bottom:-4.625rem;text-align:left;transform:translateY(-7.5rem);transition:var(--theme-transition);overflow:hidden}@media (min-width: 380px){.theme-map-modern .point-popup{width:20rem}}@media (min-width: 992px){.theme-map-modern .point-popup{width:24.375rem;max-height:40rem}}.theme-map-modern .point-popup.top{left:-8.75rem}@media (min-width: 992px){.theme-map-modern .point-popup.top{left:-12.1875rem}}.theme-map-modern .point-popup img{display:block;width:100%;margin:0;height:10rem;-o-object-fit:cover;object-fit:cover;border-radius:var(--theme-radius)}@media (min-width: 768px){.theme-map-modern .point-popup img{height:11.25rem}}@media (min-width: 992px){.theme-map-modern .point-popup img{height:12.5rem}}.theme-map-modern .point-popup.left{right:0}.theme-map-modern .point-popup.right{left:0}.theme-map-modern .point-popup.top{bottom:0}.theme-map-modern .point-popup.center{transform:translateY(-7.5rem)}.theme-map-modern .point-popup .point-content{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}@media (min-width: 768px){.theme-map-modern .point-popup .point-content{gap:1rem;padding:1rem}}@media (min-width: 992px){.theme-map-modern .point-popup .point-content{gap:1.25rem;padding:1.5rem}}@media (min-width: 1710px){.theme-map-modern .point-popup .point-content{gap:1.5rem;padding:1.875rem}}.theme-map-modern .point-popup .point-content .point-content-wrap{display:flex;flex-direction:column;gap:.5rem}.theme-map-modern .point-popup .point-content .h3{margin:0;font-family:var(--theme-heading-ff);font-weight:700;font-size:var(--theme-h3-fs);line-height:var(--theme-heading-lh);color:var(--theme-secondary-color)}.theme-map-modern .point-popup .point-content .short-description{font-family:var(--theme-text-ff);font-size:.875rem;line-height:var(--theme-text-lh);color:var(--theme-text-color-default)}@media (min-width: 768px){.theme-map-modern .point-popup .point-content .short-description{font-size:1rem}}@media (min-width: 992px){.theme-map-modern .point-popup .point-content .short-description{font-size:1.125rem}}.theme-map-modern .point-popup .point-content .link{display:inline-flex;align-items:center;gap:1rem;font-family:var(--theme-text-ff);font-weight:700;font-size:1rem;line-height:var(--theme-text-lh);color:var(--theme-secondary-color);transition:opacity var(--theme-transition)}@media (min-width: 992px){.theme-map-modern .point-popup .point-content .link{font-size:1.125rem}}.theme-map-modern .point-popup .point-content .link:hover{opacity:.7}.theme-map-modern .point-popup .point-content .link .icon{width:1.5rem;height:1.5rem;fill:currentColor;flex-shrink:0}.theme-map-modern__coords{position:fixed;z-index:9999;background:#000000d9;color:var(--theme-base-light);font-size:.8125rem;font-family:monospace;line-height:1;padding:.3125rem .625rem;border-radius:.25rem;pointer-events:none;white-space:nowrap}.theme-map-modern__coords[hidden]{display:none}
