@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;600;700;800;900&display=swap");:root{--primary:#1a5276;--primary-light:#2980b9;--primary-dark:#0e3a56;--accent:#e67e22;--accent-light:#f39c12;--bg:#f8f9fa;--bg-white:#fff;--text:#2c3e50;--text-light:#7f8c8d;--text-lighter:#bdc3c7;--border:#e8edf1;--shadow:0 2px 15px rgba(0,0,0,.08);--shadow-hover:0 8px 30px rgba(0,0,0,.12);--radius:12px;--radius-sm:8px;--green:#27ae60;--green-light:#e8f8f0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Heebo,sans-serif;background:var(--bg);color:var(--text);line-height:1.7;font-size:16px}a{color:var(--primary-light);text-decoration:none}a:hover{text-decoration:underline}.site-header{background:var(--primary-dark);color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;z-index:200}.site-header .logo{font-size:1.2rem;font-weight:700;color:#fff}.site-header .logo,.site-header .logo:hover{text-decoration:none}.site-header nav{display:flex;gap:18px}.site-header nav a{color:hsla(0,0%,100%,.85);font-size:.9rem;font-weight:500;text-decoration:none}.site-header nav a:hover{color:#fff;text-decoration:none}.hero{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 50%,var(--primary-light) 100%);color:#fff;padding:60px 20px 50px;text-align:center;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{max-width:800px;margin:0 auto;position:relative;z-index:1}.hero h1{font-size:clamp(2rem,5vw,3.2rem);font-weight:800;margin-bottom:16px;line-height:1.3}.hero p{font-size:clamp(1rem,2.5vw,1.25rem);opacity:.9;max-width:650px;margin:0 auto 30px;font-weight:300}.hero-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap;margin-top:10px}.hero-stat{text-align:center}.hero-stat .number{font-size:2.5rem;font-weight:800;display:block;color:var(--accent-light)}.hero-stat .label{font-size:.9rem;opacity:.8}.nearest-banner{background:linear-gradient(90deg,var(--green),#2ecc71);color:#fff;padding:14px 20px;text-align:center;font-weight:500;display:none}.nearest-banner.visible{display:block}.nearest-banner a{color:#fff;font-weight:700;text-decoration:underline}.search-section{max-width:700px;margin:-30px auto 30px;padding:0 20px;position:relative;z-index:10}.search-box{background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-hover);padding:20px 24px;display:flex;gap:12px;align-items:center}.search-box input{flex:1 1;border:none;font-size:1.1rem;font-family:Heebo,sans-serif;outline:none;padding:10px 0;color:var(--text)}.search-box input::placeholder{color:var(--text-lighter)}.search-icon{font-size:1.4rem;color:var(--primary-light)}.breadcrumb{max-width:1200px;margin:20px auto 10px;padding:0 20px;font-size:.85rem;color:var(--text-light)}.breadcrumb a{color:var(--primary-light);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.region-nav{max-width:1200px;margin:0 auto 40px;position:-webkit-sticky;position:sticky;top:48px;z-index:100;background:var(--bg);padding:15px 20px}.region-nav-inner{display:flex;gap:10px;overflow-x:auto;padding-bottom:5px;scrollbar-width:thin}.region-nav a{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#fff;border:2px solid var(--border);border-radius:50px;color:var(--text);text-decoration:none;font-weight:500;font-size:.95rem;white-space:nowrap;transition:all .25s ease}.region-nav a.active,.region-nav a:hover{background:var(--primary);color:#fff;border-color:var(--primary);transform:translateY(-1px);text-decoration:none}.region-nav a .count{background:var(--accent);color:#fff;font-size:.75rem;padding:2px 8px;border-radius:50px;font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 20px 60px}.region-section{margin-bottom:50px;scroll-margin-top:120px}.region-header{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-bottom:14px;border-bottom:3px solid var(--primary)}.region-header .region-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;flex-shrink:0}.region-header h2{font-size:1.8rem;font-weight:700;color:var(--primary-dark)}.region-header .region-count{margin-right:auto;background:var(--green-light);color:var(--green);padding:4px 14px;border-radius:50px;font-size:.85rem;font-weight:600}.city-group{margin-bottom:30px}.city-title{font-size:1.3rem;font-weight:600;color:var(--primary);margin-bottom:14px;display:flex;align-items:center;gap:8px}.city-title:before{content:"📍";font-size:1.1rem}.city-title .city-count{font-size:.8rem;color:var(--text-light);font-weight:400}.city-title a{color:var(--primary);text-decoration:none}.city-title a:hover{text-decoration:underline}.facilities-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));grid-gap:16px;gap:16px}.facility-card{background:#fff;border-radius:var(--radius-sm);padding:20px 22px;border:1px solid var(--border);transition:all .25s ease;position:relative;text-decoration:none;color:inherit;display:block}.facility-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px);border-color:var(--primary-light);text-decoration:none}.facility-card .facility-name{font-size:1.1rem;font-weight:600;color:var(--text);margin-bottom:8px}.facility-card .facility-network{display:inline-block;background:#eaf2f8;color:var(--primary);font-size:.78rem;padding:2px 10px;border-radius:4px;margin-bottom:10px;font-weight:500}.facility-card .facility-detail{display:flex;align-items:center;gap:8px;font-size:.92rem;color:var(--text-light);margin-bottom:5px}.facility-card .facility-detail .icon{width:18px;text-align:center;flex-shrink:0}.facility-card .facility-rating{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:.85rem}.facility-card .facility-rating .stars{color:var(--accent)}.facility-card .facility-rating .score{font-weight:600;color:var(--text)}.facility-card .facility-rating .count{color:var(--text-light)}.facility-detail-page{max-width:1200px;margin:0 auto;padding:30px 20px 60px}.facility-detail-grid{display:grid;grid-template-columns:1fr 400px;grid-gap:30px;gap:30px}.facility-info h1{font-size:2rem;font-weight:800;color:var(--primary-dark);margin-bottom:16px}.facility-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.facility-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:50px;font-size:.85rem;font-weight:500}.badge-network{background:#eaf2f8;color:var(--primary)}.badge-rating{background:var(--green-light);color:var(--green)}.badge-region{background:#fff3e0;color:var(--accent)}.facility-section{background:#fff;border-radius:var(--radius);padding:24px;margin-bottom:20px;box-shadow:var(--shadow)}.facility-section h2{font-size:1.3rem;font-weight:700;color:var(--primary-dark);margin-bottom:14px}.contact-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border);font-size:.95rem}.contact-row:last-child{border-bottom:none}.contact-row .contact-icon{font-size:1.2rem;width:28px;text-align:center}.contact-row a{color:var(--primary-light);font-weight:500}.cta-buttons{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:var(--radius-sm);font-weight:600;font-size:1rem;transition:all .2s;border:none;cursor:pointer;font-family:Heebo,sans-serif}.btn,.btn:hover{text-decoration:none}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-accent{background:var(--accent);color:#fff}.btn-accent:hover{background:#d35400}.btn-outline{background:#fff;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background:var(--primary);color:#fff}.map-container{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#fff}.map-container .map,.map-placeholder{width:100%;height:350px}.map-placeholder{background:linear-gradient(135deg,#e8edf1,#f0f3f5);display:flex;align-items:center;justify-content:center;color:var(--text-light);font-size:1.1rem}.city-page-header{background:linear-gradient(135deg,var(--primary-dark) 0,var(--primary) 100%);color:#fff;padding:50px 20px;text-align:center}.city-page-header h1{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;margin-bottom:12px}.city-page-header p{font-size:1.1rem;opacity:.9}.city-page-content{max-width:1200px;margin:0 auto;padding:30px 20px 60px}.city-map-section{margin-bottom:30px}.city-map-section .map{height:400px}.related-section{background:#fff;border-radius:var(--radius);padding:24px;margin-top:30px;box-shadow:var(--shadow)}.related-section h2{font-size:1.3rem;font-weight:700;color:var(--primary-dark);margin-bottom:16px}.related-links{display:flex;flex-wrap:wrap;gap:10px}.related-links a{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:var(--bg);border:1px solid var(--border);border-radius:50px;color:var(--text);font-size:.9rem;font-weight:500;transition:all .2s;text-decoration:none}.related-links a:hover{background:var(--primary);color:#fff;border-color:var(--primary);text-decoration:none}.info-section{background:#fff;border-radius:var(--radius);padding:40px;margin-bottom:40px;box-shadow:var(--shadow)}.info-section h2{font-size:1.6rem;font-weight:700;color:var(--primary-dark);margin-bottom:20px}.info-section h3{font-size:1.2rem;font-weight:600;color:var(--text);margin:20px 0 10px}.info-section p{color:var(--text-light);margin-bottom:12px}.info-section ul{list-style:none;padding:0}.info-section ul li{padding:6px 20px 6px 0;position:relative;color:var(--text-light)}.info-section ul li:before{content:"✓";position:absolute;right:0;color:var(--green);font-weight:700}.networks-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:16px;gap:16px;margin-top:20px}.network-card{background:var(--bg);border-radius:var(--radius-sm);padding:20px;border:1px solid var(--border)}.network-card h4{font-size:1.05rem;font-weight:600;margin-bottom:6px;color:var(--primary)}.network-card p{font-size:.9rem;margin-bottom:4px}.faq-section{background:#fff;border-radius:var(--radius);padding:40px;margin-bottom:40px;box-shadow:var(--shadow)}.faq-section h2{font-size:1.6rem;font-weight:700;color:var(--primary-dark);margin-bottom:24px;text-align:center}.faq-item{border-bottom:1px solid var(--border);padding:18px 0}.faq-item:last-child{border-bottom:none}.faq-question{font-weight:600;font-size:1.05rem;color:var(--text);cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:12px}.faq-question:after{content:"+";font-size:1.4rem;color:var(--primary-light);transition:transform .3s;flex-shrink:0}.faq-item.open .faq-question:after{content:"−"}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;color:var(--text-light);line-height:1.8}.faq-item.open .faq-answer{max-height:300px;padding-top:12px}.site-footer{background:var(--primary-dark);color:#fff;padding:40px 20px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;gap:30px}.footer-col h3{font-size:1rem;font-weight:700;margin-bottom:12px;color:var(--accent-light)}.footer-col a{display:block;color:hsla(0,0%,100%,.7);font-size:.9rem;padding:3px 0;text-decoration:none}.footer-col a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:30px;margin-top:30px;border-top:1px solid hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5);font-size:.85rem}.no-results{text-align:center;padding:60px 20px;color:var(--text-light);display:none}.no-results.show{display:block}.no-results .emoji{font-size:3rem;margin-bottom:16px}.city-group,.facility-card{animation:fadeInUp .4s ease forwards;opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.city-group:first-child{animation-delay:.05s}.city-group:nth-child(2){animation-delay:.1s}.city-group:nth-child(3){animation-delay:.15s}.city-group:nth-child(4){animation-delay:.2s}.city-group:nth-child(5){animation-delay:.25s}@media (max-width:900px){.facility-detail-grid{grid-template-columns:1fr}.map-container .map,.map-placeholder{height:250px}}@media (max-width:768px){.hero{padding:40px 16px}.hero-stats{gap:24px}.hero-stat .number{font-size:2rem}.facilities-grid{grid-template-columns:1fr}.faq-section,.info-section{padding:24px}.search-box{flex-direction:column}.region-header h2{font-size:1.4rem}.networks-grid{grid-template-columns:1fr}.site-header nav{display:none}.region-nav{top:44px}}@media print{.nearest-banner,.region-nav,.search-section,.site-header{display:none}.facility-card{page-break-inside:avoid;break-inside:avoid;border:1px solid #ccc}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:hsla(0,0%,100%,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers.ef6db872.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(/_next/static/media/layers-2x.9859cd12.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(/_next/static/media/marker-icon.d577052a.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:hsla(0,0%,100%,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:hsla(0,0%,100%,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}