@import"https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap";:root{--color-brand: #0035eb;--color-brand-hover: #002ab8;--color-accent: #ff9100;--color-accent-hover:#e68200;--color-success: #25D366;--color-error: #d32f2f;--color-text-main: #333333;--color-text-sub: #666666;--color-text-light: #999999;--color-border: #dddddd;--color-border-light:#eeeeee;--bg-page: #ffffff;--bg-panel: #fafafa;--bg-white: #ffffff;--font-family: "Oswald", sans-serif;--font-ui: sans-serif;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--header-height: 70px;--header-mobile: 60px;--sidebar-width: 340px;--input-height: 32px;--btn-height-lg: 30px;--radius-sm: 4px;--radius-md: 6px;--shadow-sm: 0 1px 10px rgba(0,0,0,.05);--shadow-float: 0 2px 6px rgba(0,0,0,.15);--z-map: 1;--z-controls: 1000;--z-header: 1000;--z-footer: 2000;--z-modal: 9999}*{box-sizing:border-box}body{margin:0;padding:0;font-family:var(--font-family);height:100vh;display:flex;flex-direction:column;overflow:hidden;color:var(--color-text-main);background:var(--bg-page)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#aaa}.leaflet-interactive:focus,.leaflet-container:focus,#map:focus{outline:none!important}.brand-blue{color:var(--color-brand)!important;font-weight:700}.hidden{display:none!important}.visible{display:block!important}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}#header-area{background:var(--bg-white);height:var(--header-height);padding:0 20px;box-shadow:var(--shadow-sm);z-index:var(--z-header);flex-shrink:0}.header-grid{display:grid;grid-template-columns:220px 1fr 220px;align-items:center;height:100%;width:100%}.header-col-left{display:flex;align-items:center;height:100%}.header-logo{height:60px;width:auto;object-fit:contain}.header-col-center{display:flex;justify-content:center;align-items:center;text-align:center}.header-title-text{font-size:30px;font-weight:700;color:var(--color-brand);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-title-text a,.header-title-text .breadcrumb{text-decoration:none;color:var(--color-brand);cursor:pointer;transition:none;-webkit-tap-highlight-color:transparent}.header-title-text a:hover,.header-title-text .breadcrumb:hover{text-decoration:underline!important}.header-title-text .separator{margin:0 var(--space-sm);color:#ccc}.header-col-right{display:flex;justify-content:flex-end}.main-dashboard-layout{display:grid;grid-template-columns:var(--sidebar-width) 1fr var(--sidebar-width);flex:1;overflow:hidden;background:var(--bg-white)}#left-sidebar,#right-sidebar{padding:var(--space-md);border:none;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:var(--space-md)}#property-monitor-container,#travel-widget-container,#feedback-container,#recruitment-container,.broker-section{flex:0 0 auto;width:100%;position:relative;background:transparent}#map-viewport{position:relative;height:100%;border:none;z-index:var(--z-map)}#map{width:100%;height:100%}.pwm-wizard-card{display:flex;flex-direction:column;height:auto;width:100%;--pwm-height: 30px;--pwm-font: 13px}.pwm-step-header{margin-bottom:8px}.pwm-btn-row{display:flex;gap:var(--space-sm);width:100%}.full-width{width:100%!important;flex:none!important}.margin-top-sm{margin-top:8px}.margin-top-md{margin-top:15px}.margin-top-xs{margin-top:5px}.centered{justify-content:center;align-items:center;text-align:center}.pwm-progress-header{margin-bottom:10px}.pwm-progress-labels{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:4px}.pwm-label-sm{font-size:11px;font-weight:700;color:var(--color-brand);text-transform:uppercase}.pwm-step-count{font-size:10px;color:var(--color-text-light)}.pwm-progress-track{height:4px;background:#f0f0f0;border-radius:2px;overflow:hidden}.pwm-progress-fill{height:100%;background:var(--color-accent);transition:width .3s ease}.pwm-headline{font-size:20px;font-weight:700;line-height:1.1;margin:0 0 4px;color:var(--color-brand)}.pwm-subheadline{font-size:12px;color:var(--color-text-sub);margin:0;line-height:1.3}.pwm-label{display:block;font-size:11px;font-weight:700;color:#333;margin-bottom:4px;text-transform:uppercase}.pwm-cluster{padding:10px;background:var(--bg-panel);border-radius:var(--radius-md);width:100%;display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.pwm-divider{border:0;border-top:1px solid #eee;margin:6px 0;width:100%}.pwm-field{width:100%;margin-bottom:4px}.pwm-input{width:100%;height:var(--pwm-height);padding:0 8px;border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:var(--pwm-font);font-family:var(--font-family);background:#fff;box-sizing:border-box}.pwm-input-hint{font-size:10px;color:#666;margin-top:2px}.pwm-separator{display:flex;align-items:center;justify-content:center;margin:6px 0}.pwm-separator:before,.pwm-separator:after{content:"";flex:1;border-bottom:1px solid var(--color-border-light)}.pwm-separator span{padding:0 10px;color:#bbb;font-size:10px;font-weight:700}.pwm-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.pwm-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;width:100%}.pwm-area-row{display:grid;grid-template-columns:1.5fr 1fr;gap:8px;align-items:center;width:100%}.pwm-card-input input{display:none}.pwm-card-inner{border:1px solid var(--color-border);background:#fff;padding:6px 4px;text-align:center;border-radius:var(--radius-sm);font-size:11px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50px}.pwm-icon{width:18px;height:18px;margin-bottom:4px;display:block}.pwm-card-inner.active{border-color:var(--color-brand);background:#f0f4ff;color:var(--color-brand);border-width:1.5px}.pwm-pill-item input{display:none}.pwm-pill-content{display:block;padding:8px 4px;text-align:center;border-radius:var(--radius-sm);font-size:10px;font-weight:700;background:#fff;border:1px solid var(--color-border);cursor:pointer;transition:all .2s}.pwm-pill-content.active{background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.pwm-intent-row input{display:none}.pwm-intent-stack{display:flex;flex-direction:column;gap:6px;width:100%}.pwm-intent-card{padding:8px;border-radius:var(--radius-sm);font-size:12px;font-weight:700;cursor:pointer;transition:all .2s;background:#fff;border:1px solid var(--color-border)}.pwm-intent-card.active{border-color:var(--color-brand);background:#f0f4ff;color:var(--color-brand);border-width:1.5px}.unit-toggle-switch{background:#eee;border-radius:20px;padding:2px;display:flex;position:relative;cursor:pointer;height:var(--pwm-height);box-sizing:border-box;width:100%}.toggle-slider{position:absolute;top:2px;bottom:2px;width:50%;border-radius:18px;background:var(--color-brand);transition:left .3s ease;left:2px}.toggle-slider.sqft{left:50%}.toggle-option{flex:1;text-align:center;line-height:26px;z-index:1;font-size:11px;font-weight:700;color:#666}.toggle-slider~.toggle-option[data-unit=sqm]{color:#fff}.toggle-slider.sqft~.toggle-option[data-unit=sqm]{color:#666}.toggle-slider.sqft~.toggle-option[data-unit=sqft]{color:#fff}.pwm-cta{flex:2;height:var(--btn-height-lg);background:var(--color-accent);color:#fff;border:none;font-weight:700;font-family:var(--font-family);font-size:14px;cursor:pointer;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;justify-content:center}.pwm-cta:hover{background:var(--color-accent-hover)}.pwm-back-btn{flex:1;height:var(--btn-height-lg);background:#eee;border:none;font-weight:700;font-family:var(--font-family);cursor:pointer;border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px}.pwm-verification-badge{display:flex;align-items:center;gap:6px;margin-bottom:15px}.pwm-verification-badge .icon{width:24px;height:24px;background:#e6f7ff;border:1px solid var(--color-brand);border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-brand);font-size:14px;font-weight:700;flex-shrink:0}.pwm-verification-badge span{font-size:13px;font-weight:600;color:#444;line-height:1;padding-top:1px}.pwm-privacy-notice{text-align:center;margin-top:8px}.pwm-privacy-notice p{font-size:10px;color:#999;margin:0}.travel-widget-card{background:var(--bg-white);border-radius:var(--radius-md);display:flex;flex-direction:column;overflow:visible;gap:4px}.travel-main-btn{width:100%;height:var(--btn-height-lg);background:var(--color-brand);color:#fff;border:none;border-radius:var(--radius-sm);display:flex;justify-content:space-between;align-items:center;padding:0 10px;cursor:pointer;box-shadow:0 2px 5px #0000001a}.travel-main-btn:hover{background:var(--color-brand-hover)}.refresh-wrapper{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;transition:background .2s;cursor:pointer}.refresh-wrapper:hover{background:#fff3}.travel-btn-left{display:flex;align-items:center;gap:6px}.travel-btn-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.travel-chevron{display:flex;align-items:center;justify-content:center;margin-left:2px;transition:transform .3s ease}.travel-main-btn.expanded .travel-chevron{transform:rotate(180deg)}.travel-list{display:flex;flex-direction:column;gap:1px;padding:0;width:100%}.travel-empty-state{text-align:center;font-size:11px;color:#999;padding-top:10px;font-style:italic}.travel-row-container{display:flex;align-items:stretch;background:var(--bg-panel);border-radius:var(--radius-sm);padding:0;min-height:28px}.travel-cat-icon{width:32px;display:flex;justify-content:center;align-items:center;flex-shrink:0;color:#000}.travel-data-grid{flex:1;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.travel-col{text-align:center;padding:0 2px;display:flex;flex-direction:column;justify-content:center}.travel-col-border{border-right:1px solid var(--color-border)}.travel-summary{display:none;flex:1;align-items:center;justify-content:flex-start;padding-left:10px;gap:8px;font-size:11px}.t-name{font-size:9px;font-weight:700;color:#333;line-height:1;text-transform:uppercase;margin-bottom:0}.t-stats{display:flex;justify-content:center;align-items:baseline;gap:2px;line-height:1}.t-time{font-size:9px;font-weight:700;white-space:nowrap}.t-dist{font-size:9px;color:#888;white-space:nowrap}.t-name-mobile{display:none}.t-name-desktop{display:block;cursor:help;text-decoration:underline dotted #999}@media(max-width:1024px){.t-name-desktop{display:none}.t-name-mobile{display:block}}.tooltip-container{position:relative;display:flex;align-items:center}.travel-q-icon{width:14px;height:14px;background:#ffffff40;color:#fff;border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:help}.tooltip-text{visibility:hidden;width:160px;background-color:#333;color:#fff;text-align:center;border-radius:4px;padding:8px;position:absolute;z-index:99999;top:25px;left:50%;margin-left:-80px;opacity:0;transition:opacity .3s;font-family:var(--font-ui);font-size:10px;pointer-events:none;line-height:1.4;box-shadow:var(--shadow-float)}.tooltip-container:hover .tooltip-text{visibility:visible;opacity:1}.travel-mobile-desc{display:none}.travel-tooltip-container{position:relative;display:inline-block}.travel-tooltip-popup{visibility:hidden;width:200px;background-color:#333;color:#fff;text-align:left;border-radius:6px;padding:8px 10px;position:absolute;z-index:100;bottom:125%;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0003;opacity:0;transition:opacity .2s;font-size:11px;line-height:1.4;pointer-events:none}.travel-tooltip-container:hover .travel-tooltip-popup{visibility:visible;opacity:1}.travel-tooltip-popup:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#333 transparent transparent transparent}.tt-title{font-weight:700;margin-bottom:2px;color:#fff}.tt-cat{color:#ccc;font-style:italic;margin-bottom:2px}.tt-note{color:#f0ad4e;font-size:10px}.broker-hero{display:flex;flex-direction:column;align-items:center;background:var(--bg-white);border-radius:12px;padding:5px;margin-bottom:5px;width:100%}.hero-upper-split{display:flex;align-items:center;justify-content:space-between;gap:5px;width:100%;margin-bottom:10px}.broker-hero-img-container{width:110px;height:110px;border-radius:50%;overflow:hidden;background:#f0f0f0;flex-shrink:0}.broker-hero-img-container img{width:100%;height:100%;object-fit:cover}.hero-tagline-block{flex:1;display:flex;align-items:center;justify-content:flex-end}.broker-tagline{font-style:italic;color:#555;line-height:1.4;font-size:17px;margin:0;text-align:center}.hero-identity-block{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%;margin-bottom:10px}.broker-name{margin:0;font-size:22px;color:#333;line-height:1.1}.broker-title{color:#666;font-size:14px;font-family:var(--font-ui);font-weight:400;margin:4px 0 8px}.broker-flags-row{display:flex;gap:4px;justify-content:center}.broker-flags-row.compact{margin-bottom:8px}.flag-item{width:22px;height:15px;border-radius:2px;overflow:hidden;flex-shrink:0}.flag-item svg{width:100%;height:100%;object-fit:cover;display:block}.hero-bottom-section{width:100%;border-top:1px solid #f5f5f5;padding-top:10px}.action-group-combined{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}.icon-divider{width:1px;height:18px;background:#ddd;margin:0 5px}.flat-icon,.mini-icon{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#888;transition:transform .2s,color .3s}.flat-icon svg{width:22px;height:22px;fill:currentColor}.mini-icon svg{width:16px;height:16px;fill:currentColor}.flat-icon:hover,.mini-icon:hover{transform:scale(1.15)}.flat-icon.whatsapp:hover,.mini-icon.whatsapp:hover{color:#25d366}.flat-icon.youtube:hover,.mini-icon.youtube:hover{color:red}.flat-icon.linkedin:hover,.mini-icon.linkedin:hover{color:#0077b5}.flat-icon.instagram:hover,.mini-icon.instagram:hover{color:#e4405f}.flat-icon.facebook:hover,.mini-icon.facebook:hover{color:#1877f2}.flat-icon.x:hover,.mini-icon.x:hover{color:#000}.flat-icon.call:hover,.mini-icon.call:hover{color:#3498db}.flat-icon.email:hover,.mini-icon.email:hover{color:#e67e22}.broker-carousel-outer{position:relative;width:100%;overflow:hidden}.broker-carousel-wrapper{position:relative;display:flex;align-items:center;width:100%}.broker-grid{display:flex;overflow-x:auto;gap:10px;padding:5px;scroll-behavior:smooth;scrollbar-width:none;scroll-snap-type:x mandatory}.broker-grid::-webkit-scrollbar{display:none}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;background:#fff;border:1px solid #eee;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 6px #0000001a}.carousel-nav:hover{background:var(--color-brand);border-color:var(--color-brand)}.carousel-nav svg{width:18px;height:18px;fill:#555}.carousel-nav:hover svg{fill:#fff}.carousel-nav.prev{left:0}.carousel-nav.next{right:0}.broker-card{flex:0 0 200px;background:#fff;border-radius:8px;padding:10px;text-align:center;cursor:pointer;transition:transform .2s ease}.broker-card:hover{transform:translateY(-5px)}.broker-card-img{width:60px;height:60px;border-radius:50%;overflow:hidden;margin:0 auto 10px;background:#f0f0f0}.broker-card-img img{width:100%;height:100%;object-fit:cover}.broker-card .name{font-size:15px;margin:0;color:#333}.broker-card .title{font-size:11px;color:#888;margin-bottom:5px;font-family:var(--font-ui)}.card-icon-row{display:flex;justify-content:center;gap:8px;margin-top:8px}.recruit-card,.feedback-card{background:var(--bg-white);border-radius:var(--radius-md);padding:8px 10px;width:100%;display:flex;flex-direction:column;overflow:visible}.recruit-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.header-title{font-size:12px;font-weight:700;color:#333;text-transform:uppercase}.nav-text{background:none;border:none;font-size:11px;text-transform:uppercase;color:#999;cursor:pointer}.nav-text:hover{color:var(--color-brand)}.recruit-headline.large{font-size:19px;margin-bottom:2px;color:var(--color-brand);margin-top:0}.recruit-sub.large{font-size:14px;margin-bottom:10px;color:#666;font-family:var(--font-ui);font-weight:400}.step-question{font-size:14px;color:#666;margin:0 0 4px;line-height:1.2;text-align:left;font-weight:400;font-family:var(--font-ui);min-height:34px;display:flex;align-items:center}.toggle-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;min-height:34px;gap:12px}.toggle-wrapper{display:flex;align-items:center;flex-shrink:0;white-space:nowrap;gap:8px}.toggle-label{font-size:14px;color:#666;font-family:var(--font-ui);font-weight:400}.step-question{font-size:14px;color:#666;margin:0;line-height:1.3;text-align:left;font-weight:400;font-family:var(--font-ui);flex:1}.switch{position:relative;display:inline-block;width:30px;height:16px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s;border-radius:20px}.slider:before{position:absolute;content:"";height:12px;width:12px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:var(--color-brand)}input:checked+.slider:before{transform:translate(14px)}.compact-input{width:100%;height:var(--input-height);padding:0 5px;border:1px solid var(--color-border);border-radius:3px;font-size:12px;font-family:var(--font-ui)}.compact-input:focus{border-color:var(--color-brand);outline:none}.recruit-cta{background:var(--color-brand);color:#fff;border:none;height:var(--btn-height-lg);width:100%;border-radius:3px;font-size:12px;font-weight:600;cursor:pointer;text-transform:uppercase}.recruit-cta:hover{background:var(--color-brand-hover)}.feedback-textarea{width:100%;height:50px;padding:5px;border:1px solid var(--color-border);border-radius:3px;font-size:12px;font-family:var(--font-ui);resize:none;margin-bottom:5px}.feedback-textarea:focus{border-color:var(--color-brand);outline:none}.map-top-controls{position:absolute;top:20px;left:50%;transform:translate(-50%);z-index:var(--z-controls);display:flex;gap:10px;align-items:flex-start}.map-overlay-btn{background:#fff;color:var(--color-brand);border:1px solid var(--color-border);border-radius:4px;height:30px;padding:0 15px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;cursor:pointer;box-shadow:var(--shadow-float);transition:all .2s ease;white-space:nowrap}.map-overlay-btn:hover{background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.news-dropdown{position:absolute;top:100%;right:0;margin-top:8px;width:320px;height:400px;background:#fff;border-radius:6px;box-shadow:0 4px 15px #0003;z-index:1001;overflow:hidden;opacity:1;transform:translateY(0);transition:opacity .2s,transform .2s}.news-dropdown.hidden{opacity:0;transform:translateY(-10px);pointer-events:none;visibility:hidden}#map-ui-stack{position:absolute;bottom:20px;left:20px;z-index:1000;display:flex;flex-direction:column-reverse;gap:12px;pointer-events:none}#map-ui-stack>div{pointer-events:auto}.label{background:transparent;border:none;pointer-events:none;white-space:nowrap}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:var(--z-modal);display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .3s ease}.modal-card{background:#fff;width:90%;max-width:900px;max-height:85vh;border-radius:10px;box-shadow:0 10px 30px #0000004d;position:relative;display:flex;flex-direction:column}.close-modal{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;cursor:pointer;color:#888;z-index:10}.close-modal:hover{color:#000}.modal-content{padding:40px;overflow-y:auto;font-family:var(--font-ui);line-height:1.7;color:#333}.modal-content h1{font-family:var(--font-family);color:var(--color-brand);font-size:32px;border-bottom:2px solid #eee;padding-bottom:15px;margin-bottom:20px;margin-top:0}.modal-section h3{font-family:var(--font-family);color:#222;font-size:20px;margin-bottom:10px;border-left:4px solid var(--color-accent);padding-left:10px}.cta-explore{background:var(--color-accent);color:#fff;border:none;height:30px;padding:0 20px;font-size:14px;line-height:30px;font-weight:700;border-radius:4px;cursor:pointer;text-transform:uppercase}.cta-explore:hover{background:var(--color-accent-hover)}#bottom-spacer{height:auto!important;background:#fff;border-top:1px solid var(--color-border-light);flex-shrink:0;z-index:var(--z-footer)}.compact-footer-grid{display:grid;grid-template-columns:var(--sidebar-width) 1fr var(--sidebar-width);align-items:center;height:44px;width:100%;font-family:var(--font-ui);font-size:11px;color:#666}.footer-col-left{padding-left:20px;display:flex;align-items:center}.footer-col-right{padding-right:20px;display:flex;align-items:center;justify-content:flex-end}.footer-col-center{position:relative;display:flex;align-items:center;justify-content:center;height:100%}.footer-link-text{background:none;border:none;padding:0;font-size:11px;font-weight:500;color:#555;cursor:pointer}.footer-link-text:hover{color:var(--color-brand);text-decoration:underline}.footer-explore-btn{background:#fff;color:#555;border:1px solid #ddd;border-radius:4px;padding:5px 12px;font-size:11px;font-weight:600;cursor:pointer;display:flex;align-items:center}.footer-explore-btn:hover{color:var(--color-brand);border-color:var(--color-brand);background:#f0f4ff}.dropup-container{position:absolute;right:0}.dropup-menu{position:absolute;bottom:130%;right:0;background:#fff;border:1px solid #eee;box-shadow:0 5px 20px #00000026;border-radius:6px;padding:5px 0;width:180px;z-index:2001;display:flex;flex-direction:column}.dropup-item{background:transparent;border:none;text-align:left;padding:10px 18px;font-size:13px;color:#333;cursor:pointer;font-family:var(--font-family);border-bottom:1px solid #f9f9f9}.dropup-item:hover{background:#f0f4ff;color:var(--color-brand)}@media screen and (min-width:1025px){.travel-list.collapsed{display:grid!important;grid-template-columns:repeat(5,1fr);gap:6px}.travel-list.collapsed .travel-row-container{flex-direction:column;align-items:center;justify-content:center;padding:6px 2px;height:100%;text-align:center}.travel-list.collapsed .travel-cat-icon{margin-bottom:2px}.travel-list.collapsed .travel-data-grid{display:none!important}.travel-list.collapsed .travel-summary{display:flex!important;flex-direction:column;justify-content:center;padding-left:0;gap:0}}@media screen and (max-width:1024px){body{height:auto;overflow-y:auto;overflow-x:hidden}.main-dashboard-layout{display:flex;flex-direction:column;height:auto;overflow:visible}#header-area{height:50px;padding:0 15px}.map-top-controls{top:10px;width:100%;justify-content:center}.map-overlay-btn{font-size:12px;padding:6px 15px}.news-dropdown{right:50%;transform:translate(50%);width:300px}#map-viewport{height:50vh;min-height:350px;width:100%;flex-shrink:0}#map-ui-stack{transform:scale(.65);transform-origin:bottom left;bottom:10px!important;left:10px!important;flex-direction:column-reverse;align-items:flex-start;max-height:80%;width:auto}#left-sidebar,#right-sidebar{width:100%;height:auto;padding:10px;display:flex;flex-direction:column;gap:10px;overflow:visible}.mobile-accordion-banner{display:flex;justify-content:space-between;align-items:center;width:100%;height:30px;padding:0 15px;margin-bottom:8px;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;font-family:var(--font-family);font-size:15px;font-weight:700;color:var(--color-brand);text-transform:uppercase;cursor:pointer}.mobile-accordion-banner.active{background:var(--color-brand);color:#fff;border-color:var(--color-brand);margin-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}#property-monitor-container,#feedback-container,#broker-container,#recruitment-container,#travel-widget-container{border:1px solid var(--color-brand);border-top:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;padding:15px;margin-bottom:12px}.travel-summary{display:none!important}.travel-data-grid{display:grid!important}#travel-refresh-btn{height:auto!important;min-height:32px;padding:6px 10px}#travel-refresh-btn .travel-btn-title,#travel-refresh-btn .tooltip-container,#travel-refresh-btn .travel-chevron{display:none}#travel-refresh-btn .travel-mobile-desc{display:block;font-size:10px;font-weight:400;line-height:1.3;white-space:normal;text-align:left;color:#ffffffe6;margin-right:8px}#bottom-spacer{display:block!important;order:10}.compact-footer-grid{display:flex;flex-direction:column;height:auto;padding:20px 15px;gap:15px}.footer-col-left,.footer-col-center,.footer-col-right{width:100%;justify-content:center;padding:0;text-align:center}.footer-col-center{order:1;flex-direction:column;gap:15px}.footer-col-left{order:2;margin-bottom:5px}.footer-col-right{order:3}.dropup-container{position:static;margin:0 auto}}@media screen and (max-width:768px){.header-grid{grid-template-columns:1fr auto 1fr;gap:10px}.header-logo{height:40px}.header-title-text{font-size:20px}.modal-content{padding:20px!important}.modal-content h1{font-size:24px!important}}@media screen and (max-width:360px){.header-logo{display:none}.header-grid{grid-template-columns:1fr}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-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-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{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{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;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;-moz-box-sizing:border-box;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-top,.leaflet-bottom{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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.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:#ffffff80}.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 #000000a6;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:hover,.leaflet-bar a:focus{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 #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;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:hover,.leaflet-control-attribution a:focus{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;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;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-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{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;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.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:hover,.leaflet-container a.leaflet-popup-close-button:focus{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=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right: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}}
