*{margin:0;padding:0;box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}body{font-family:Helvetica,Arial,sans-serif;margin:0;padding:0}#root{width:100%;min-height:100%}.app-container{overflow-x:hidden;width:100%;max-width:100%}.top-nav-bar{background-color:#184e53;width:100%;height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;z-index:1000}@media (max-width: 768px){.top-nav-bar{height:70px;padding:0 1rem}.nav-logo-text{display:none}.header-section{margin-top:70px;height:350px}.stats-section{margin-bottom:20px}.stats-grid{grid-template-columns:repeat(2,1fr);gap:15px}.stat-number{font-size:3.5rem}}.nav-logo-container{display:flex;align-items:center}.nav-logo{height:50px;width:auto}.nav-logo-text{color:#fff;font-size:1.25rem;font-weight:500;margin-left:1rem}.header-section{margin-top:70px}.header-section{background-image:url(/images/salmon-smolts.jpg);background-size:cover;background-position:center;padding-top:5rem;height:350px;position:relative;display:flex;align-items:flex-end;justify-content:center;margin-top:70px}.header-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#184e531a,#184e534d 40%,#184e5399,#184e53cc);z-index:1}.stats-section{padding:0 0 1rem;background-color:transparent;position:relative;z-index:10;width:100%;max-width:80rem;margin-bottom:30px}.stats-background{display:none}.stats-grid{width:100%;max-width:80rem;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);background-color:transparent;gap:20px}.stat-box{display:flex;flex-direction:column;align-items:center;padding:0;text-align:center;background-color:transparent;border-radius:0;box-shadow:none}.stat-number{font-size:4rem;font-weight:800;color:#fff;text-decoration:none;line-height:1;margin-bottom:10px;text-shadow:0 2px 4px rgba(0,0,0,.5)}.stat-label{font-size:1.25rem;font-weight:500;color:#fff;text-decoration:none;text-shadow:0 1px 3px rgba(0,0,0,.5)}.project-overview{max-width:80rem;margin:4rem auto;padding:0 1rem}.project-overview h2{font-size:2rem;font-weight:600;color:#333;margin-bottom:2rem}.project-content{display:flex;gap:3rem;align-items:start}.project-text{flex:1;font-size:1.125rem;line-height:1.7;color:#4a5568}.project-image{flex:1;max-width:50%}.project-image img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}.accordion-wrapper{display:flex;flex-direction:column;max-width:1100px;margin:0 auto 2rem;padding:0 2rem}.tabs-container{display:flex;justify-content:flex-start;gap:1rem;border-bottom:1px solid #e5e7eb;padding-left:2rem}.tab{padding:1rem 2rem;cursor:pointer;font-size:1.25rem;font-weight:600;color:#666;transition:all .3s ease;border-bottom:3px solid transparent}.tab:hover{color:#333}.tab.active{color:#28879b;border-bottom:3px solid #28879B}.accordion-panel{margin-top:2rem}.accordion-grid{display:grid;grid-template-columns:426px 1fr;gap:2rem;align-items:start}.accordion-content{font-size:1.125rem;line-height:1.7;color:#4a5568}.accordion-image{width:100%}.accordion-image img{width:100%;height:auto;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.video-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%;max-width:1200px;margin:0 auto}.video-container{width:100%;margin-bottom:2rem}.map-header{margin:3rem auto 2rem;padding:0 1rem;text-align:center;width:100%}.map-header h2{font-size:2rem;font-weight:600;color:#333;margin-bottom:1rem}.map-header p{font-size:1.125rem;color:#4a5568;line-height:1.5}.content-container{display:flex;gap:8px;margin:20px 0 0;width:100%;max-width:100%;height:auto;min-height:600px}.map-section{flex:1;width:100%;min-width:0;display:flex;flex-direction:column;height:auto;min-height:600px}.unselect-button-container{display:flex;align-items:flex-end;margin-bottom:8px}.selectors-container{display:flex;flex-direction:row;gap:10px;align-items:flex-end;margin-bottom:8px}.map-wrapper{flex:1;position:relative;width:100%;height:100%}.charts-container{flex:0 0 40%;overflow-y:auto;border-left:1px solid #eee;padding:8px;min-width:0}.sidebar-draggable{display:flex!important;flex-direction:column!important;left:50%!important;right:auto!important;transform:translate(-50%)}.sidebar-draggable .sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden;width:100%}.sidebar-draggable .sidebar-charts-container{flex:1;overflow-y:auto;overflow-x:hidden;width:100%;display:flex;flex-direction:column}.sidebar-overlay{position:fixed;right:20px;bottom:76px;width:596px;height:480px;min-height:200px;max-height:calc(100vh - 140px);background-color:#fffffffa;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 20px #00000026;z-index:2000;display:flex;flex-direction:column;overflow:hidden;border-radius:8px;border:1px solid rgba(0,0,0,.05);transition:opacity .3s ease-in-out;opacity:1}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:#00000008;border-bottom:1px solid rgba(0,0,0,.05);flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar-title{margin:0;font-size:1.2rem;font-weight:600;color:#333}.sidebar-close{background:none;border:none;font-size:1.8rem;color:#666;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s,color .2s}.sidebar-close:hover{background-color:#0000000d;color:#333}.sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden;width:100%}.sidebar-selectors{flex-shrink:0;padding:16px}.sidebar-charts-container{flex:1;overflow-y:auto;overflow-x:hidden;width:100%}.chart-scroll-container{width:100%;min-height:200px;display:flex;flex-direction:column;align-items:center;padding:2px}.chart-download-container{width:100%;max-width:800px;display:flex;justify-content:flex-end;margin-bottom:2px;position:sticky;top:0;background-color:#fff;z-index:10;padding:2px 0}.chart-cards-container{width:100%;display:flex;flex-direction:column;align-items:center}.chart-card{width:100%;max-width:800px;margin:0 auto 16px}.chart-card:last-child{margin-bottom:0}.chart-card-content{padding:16px}.chart-heading{font-size:.9rem;font-weight:500;margin-bottom:8px;color:#666}.chart-card svg{display:block;margin:0 auto;max-width:100%;width:100%;height:auto}.chart-card.MuiCard-root{margin:0}.chart-card .MuiCardContent-root{padding:16px}.chart-card .MuiCardContent-root:last-child{padding-bottom:16px}.chart-card .MuiTypography-h6,.chart-card .MuiTypography-subtitle1{font-size:.9rem;font-weight:500;margin-bottom:8px;color:#666}.partners-section{background-color:#184e53;padding:3rem 0;margin-top:0}.partners-section h2{text-align:center;color:#fff;font-size:2rem;font-weight:800;margin-bottom:1.5rem}.partners-container{max-width:80rem;margin:0 auto;padding:0 1rem}.partners-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4rem;align-items:center}.partner-item{display:flex;justify-content:center;align-items:center}.partner-item img{max-width:100%;height:auto;filter:brightness(0) invert(1)}@media (min-width: 900px){.video-grid{grid-template-columns:1fr 1fr}}.timeslider-container{background-color:#ffffffe6;padding:1px;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 12px #0000001a;border:1px solid rgba(0,0,0,.05)}@media (max-width: 900px){.accordion-grid{grid-template-columns:1fr}.accordion-image{max-width:426px;margin:0 auto}.content-container{flex-direction:column;height:auto;gap:0}.map-section{flex:none;width:100%;height:600px;margin-bottom:0}.charts-container{flex:none;width:100%;border-left:none;border-top:1px solid #eee;padding:16px;height:auto;overflow-y:visible}.partners-grid{grid-template-columns:repeat(4,1fr);gap:3rem}}@media (max-width: 768px){.tabs-container{flex-direction:column;align-items:center;text-align:center}.tab{width:100%;padding:.75rem 1rem}.project-content{flex-direction:column}.project-image{max-width:100%;margin-top:2rem}.partners-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.selectors-container{flex-wrap:wrap;justify-content:center}}.content-section{max-width:80rem;margin:4rem auto;padding:0 2rem}.content-wrapper{display:flex;flex-direction:column;gap:3rem}.overview-container{display:grid;grid-template-columns:1.2fr 1fr;gap:2.5rem;align-items:start}.overview-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid rgba(0,0,0,.05)}.overview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.overview-header h2{font-size:1.875rem;font-weight:700;color:#1a202c;margin:0;line-height:1.2}.overview-badge{background:#184e531a;color:#184e53;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap}.overview-description{font-size:1.0625rem;line-height:1.7;color:#4a5568;margin-bottom:2rem}.overview-features{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;color:#2d3748;font-size:.9375rem}.feature-icon{width:20px;height:20px;color:#28879b;flex-shrink:0}.overview-image-wrapper{position:relative}.overview-image{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a}.image-caption{margin-top:.75rem;font-size:.875rem;color:#718096;text-align:center;font-style:italic}.map-preview-section{display:block;text-decoration:none;background:linear-gradient(135deg,#184e53,#279775);border-radius:16px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.map-preview-section:hover{transform:translateY(-3px);box-shadow:0 12px 24px #184e534d}.map-preview-content{display:grid;grid-template-columns:1fr auto;align-items:center;padding:2.5rem;gap:3rem}.map-preview-left h3{font-size:1.875rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.2}.map-preview-text{color:#ffffffe6;font-size:1.0625rem;line-height:1.6;margin-bottom:1.5rem;max-width:600px}.map-cta{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;background:#ffffff26;padding:.75rem 1.5rem;border-radius:8px;transition:background .3s ease}.map-preview-section:hover .map-cta{background:#ffffff40}.cta-text{font-size:1.125rem}.cta-arrow{width:20px;height:20px;transition:transform .3s ease}.map-preview-section:hover .cta-arrow{transform:translate(4px)}.map-preview-right{position:relative}.map-visual-container{position:relative;width:300px;height:180px;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0003}.map-thumbnail{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.map-overlay-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 60%,rgba(24,78,83,.3) 100%);pointer-events:none}.arrow-icon{position:absolute;top:-10px;right:-10px;width:28px;height:28px;color:#fff;background:#0003;border-radius:50%;padding:4px;transition:transform .3s ease,background .3s ease}.map-preview-section:hover .arrow-icon{transform:translate(2px,-2px);background:#0000004d}@media (max-width: 1024px){.overview-container{grid-template-columns:1fr;gap:2rem}.overview-image-wrapper{max-width:500px;margin:0 auto}.map-preview-content{grid-template-columns:1fr;gap:2rem}.map-visual-container{width:100%;max-width:400px;margin:0 auto}.arrow-icon{display:none}}@media (max-width: 768px){.content-section{margin:2rem auto;padding:0 1rem}.content-wrapper{gap:2rem}.overview-card{padding:1.75rem}.overview-header{flex-direction:column;align-items:flex-start}.overview-header h2{font-size:1.5rem}.overview-description{font-size:1rem}.map-preview-content{padding:1.75rem}.map-preview-left h3{font-size:1.5rem}.map-preview-text{font-size:1rem}.map-visual-container{height:150px}}@media (max-width: 640px){.header-section{height:350px;background-position:center center}.stats-section{padding:0 1rem;margin-bottom:15px}.stats-grid{grid-template-columns:1fr;gap:10px;max-width:90%}.stat-number{font-size:3rem;margin-bottom:5px}.stat-label{font-size:1.1rem}.stat-box{border-right:none;border-bottom:1px solid #e5e7eb}.stat-box:last-child{border-bottom:none}.partners-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.axis-link text{fill:#06c}.axis-link:hover text{fill:#036}.image-grid-container{width:100%;display:flex;justify-content:center}.image-grid-container>div{width:100%}@media (max-width: 640px){.image-grid-container{padding:0 1rem}.image-grid-container>div{max-width:800px}}.partners-page-container{padding:5rem 0 2rem;max-width:80rem;margin:0 auto}.partners-page-content{max-width:60rem;margin:0 auto;padding:0 1.5rem;text-align:center}.partners-page-title{font-size:2.5rem;color:#28879b;margin-bottom:1.5rem;font-weight:700}.partners-page-intro{font-size:1.2rem;color:#4a5568;line-height:1.7;margin-bottom:2rem}.back-button{display:inline-block;background-color:#28879b;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:background-color .3s;margin-bottom:2rem}.back-button:hover{background-color:#1a676e}.main-navigation{display:flex;align-items:center;position:relative}.nav-links{display:flex;gap:20px;align-items:center}.hamburger-button{display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-line{display:block;width:100%;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.nav-item{position:relative}.nav-button{background-color:transparent;color:#fff;border:none;padding:8px 15px;border-radius:6px;font-weight:500;cursor:pointer;font-size:16px;text-decoration:none;display:inline-block;transition:background-color .3s,color .3s}.nav-button:hover{background-color:#ffffff1a}.nav-button.active{background-color:#fff3;font-weight:600}.dropdown{position:relative}.about-dropdown,.resources-dropdown{position:absolute;top:100%;left:0;width:200px;background-color:#fff;border-radius:4px;box-shadow:0 4px 12px #00000026;z-index:1000;display:flex;flex-direction:column;padding:8px 0;margin-top:4px}.dropdown-item{color:#333;padding:8px 16px;text-decoration:none;font-size:14px;transition:background-color .2s;display:block}.dropdown-item:hover{background-color:#1a676e1a}@media (max-width: 768px){.main-navigation:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:999}.main-navigation:has(.mobile-open):before{opacity:1;visibility:visible}}.close-button{display:block;margin:20px 0 0 auto;background-color:#28879b;color:#fff;border:none;padding:8px 15px;border-radius:6px;cursor:pointer;transition:background-color .2s}.close-button:hover{background-color:#1a676e}.video-grid{display:grid;grid-template-columns:1fr;gap:30px;margin-bottom:20px}.video-container h3{margin-top:0}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px}@media (max-width: 768px){.hamburger-button{display:flex}.main-navigation:has(.mobile-open) .hamburger-line:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.main-navigation:has(.mobile-open) .hamburger-line:nth-child(2){opacity:0}.main-navigation:has(.mobile-open) .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-links{position:fixed;top:60px;right:-100%;width:280px;max-width:80vw;height:calc(100vh - 60px);background-color:#1a676e;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:20px;gap:10px;transition:right .3s ease;box-shadow:-2px 0 10px #0000001a;overflow-y:auto;z-index:1000}.nav-links.mobile-open{right:0}.nav-item{width:100%}.nav-button{width:100%;text-align:left;padding:12px 16px;font-size:16px}.about-dropdown,.resources-dropdown{position:static;width:100%;box-shadow:none;background-color:#ffffff1a;border-radius:4px;margin-top:8px;margin-left:16px}.dropdown-item{color:#fff;padding:10px 16px}.dropdown-item:hover{background-color:#ffffff1a}}@supports not selector(:has(*)){@media (max-width: 768px){.main-navigation.menu-open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(7px,7px)}.main-navigation.menu-open .hamburger-line:nth-child(2){opacity:0}.main-navigation.menu-open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}}}.about-page{width:100%;max-width:1200px;margin:0 auto;padding:30px 20px 40px}.about-header{text-align:center;margin-bottom:30px}.about-header h1{color:#1a676e;font-size:2.5rem;font-weight:700}.about-navigation{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap;position:sticky;top:70px;background-color:#fff;padding:15px 0;z-index:50;border-bottom:1px solid #eaeaea}.about-nav-button{background-color:#f5f5f5;border:none;padding:10px 20px;border-radius:30px;cursor:pointer;font-weight:500;transition:all .3s ease;color:#333}.about-nav-button:hover{background-color:#e8e8e8}.about-nav-button.active{background-color:#1a676e;color:#fff}.about-content{margin-top:20px}.about-section{margin-bottom:60px;scroll-margin-top:90px}.about-section h2{color:#1a676e;font-size:1.8rem;margin-bottom:25px;font-weight:600}.section-content{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.section-text{font-size:1.1rem;line-height:1.6;color:#444}.section-image img{width:100%;border-radius:8px;box-shadow:0 4px 12px #0000001a}.video-grid{display:grid;grid-template-columns:1fr;gap:40px}.video-container h3{margin-bottom:15px;color:#333;font-size:1.3rem}.video-wrapper{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 15px #0000001a}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}@media (min-width: 768px){.video-grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.section-content{grid-template-columns:1fr;gap:20px}.section-image{order:-1}.about-header h1{font-size:2rem}.about-section h2{font-size:1.5rem}}@media (max-width: 480px){.about-page{padding:90px 15px 30px}.about-nav-button{padding:8px 15px;font-size:14px}.about-header h1{font-size:1.8rem}}.image-dropdown{position:relative;width:200px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.image-dropdown-selected{display:flex;flex-direction:column;align-items:center;padding:8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:8px;transition:background-color .2s ease;position:relative}.image-dropdown-selected:hover{background-color:#f5f5f5}.image-dropdown-current{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%}.dropdown-image{width:180px;height:90px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:2px solid #e8e8e8}.dropdown-label{font-size:13px;font-weight:600;color:#333;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}.dropdown-arrow{position:absolute;top:8px;right:8px;color:#666;display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#fffc;border-radius:4px}.image-dropdown-list{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-height:500px;overflow-y:auto;z-index:1100;padding:4px}.image-dropdown-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px;cursor:pointer;transition:background-color .2s ease;border-radius:6px;margin-bottom:4px}.image-dropdown-item:last-child{margin-bottom:0}.image-dropdown-item:hover{background-color:#f8f8f8}.image-dropdown-item.selected{background-color:#f0f4ff}.image-dropdown-item.selected .dropdown-item-image{border-color:#ec4977}.dropdown-item-image{width:160px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:2px solid #e8e8e8;transition:border-color .2s ease}.dropdown-item-label{font-size:12px;font-weight:500;color:#333;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.2}.image-dropdown-selected .dropdown-image.selected{border-color:#ec4977}.image-dropdown-list::-webkit-scrollbar{width:6px}.image-dropdown-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.image-dropdown-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.image-dropdown-list::-webkit-scrollbar-thumb:hover{background:#999}.image-dropdown.tall-mode{width:200px;max-height:600px;overflow:hidden;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:4px}.image-gallery-container{display:flex;flex-direction:column;gap:4px;max-height:592px;overflow-y:auto;overflow-x:hidden}.image-gallery-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px;border:none;background:#fff;cursor:pointer;transition:background-color .2s ease;border-radius:6px;width:100%;text-align:center}.image-gallery-item:hover{background-color:#f8f8f8}.image-gallery-item.selected{background-color:#f0f4ff}.gallery-item-image{width:160px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:6px;border:2px solid #e8e8e8;transition:border-color .2s ease}.image-gallery-item.selected .gallery-item-image{border-color:#ec4977}.gallery-item-label-container{display:flex;align-items:center;gap:6px;justify-content:center}.gallery-item-label{font-size:12px;font-weight:500;color:#333;line-height:1.2}.image-gallery-container::-webkit-scrollbar{width:6px}.image-gallery-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.image-gallery-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.image-gallery-container::-webkit-scrollbar-thumb:hover{background:#999}.mapboxgl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0 0 0/0)}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-left,.mapboxgl-ctrl-right,.mapboxgl-ctrl-top,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top{left:50%;top:0;transform:translate(-50%)}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-right{right:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl-bottom{bottom:0;left:50%;transform:translate(-50%)}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-left{left:0;top:50%;transform:translateY(-50%)}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl,.mapboxgl-ctrl-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-bottom .mapboxgl-ctrl{float:left;margin:10px 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl,.mapboxgl-ctrl-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:transparent}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}.mapboxgl-ctrl-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid transparent;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid transparent;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.circle-legend-container{position:relative;background-color:#ffffffb3;border-radius:8px;padding-top:10px;box-shadow:0 2px 4px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);max-width:200px;display:flex;flex-direction:column;align-items:center}.legend-container{position:relative;width:100%}.legend-group-title{position:absolute;top:2px;width:100%;font-size:14px;font-weight:600;color:#333;z-index:10;text-align:center}.legend-svg{overflow:visible}.annotation-note-label{font-size:12px!important;fill:#dc143c}.annotation-connector{stroke:#dc143c;stroke-width:1px}.annotation-note path{stroke:#dc143c;stroke-width:1px}.annotation:hover .annotation-connector,.annotation:hover .annotation-note path{stroke-width:1.5px}:root{--timeslider-bottom: 5px;--timeslider-left: 15px;--timeslider-right: 15px;--timeslider-z-index: 150;--timeslider-border-radius: 5px}.map-section{position:relative;overflow:visible}.map-section .map-wrapper{position:absolute;overflow:visible}.map-section .timeslider-container{position:fixed;bottom:var(--timeslider-bottom);left:var(--timeslider-left);right:var(--timeslider-right);width:auto;z-index:var(--timeslider-z-index);background-color:#ffffffe6;padding:1px;border-radius:10px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 4px 12px #0000001a;border:1px solid rgba(0,0,0,.05)}.map-wrapper .timeslider-container{transform:translateZ(0);will-change:transform}@media (max-width: 768px){:root{--timeslider-bottom: 0;--timeslider-left: 10px;--timeslider-right: 10px}}@media (max-width: 480px){:root{--timeslider-bottom: 0;--timeslider-left: 0;--timeslider-right: 0;--timeslider-border-radius: 5px 5px 0 0}.map-section .timeslider-container{border-radius:var(--timeslider-border-radius)}.map-wrapper .timeslider-container{padding-left:0;padding-right:0}}@supports (-webkit-touch-callout: none){.map-wrapper .timeslider-container{-webkit-transform:translateZ(0)}}.timeslider-container .time-slider{min-height:60px;position:relative;width:100%}body:has(.map-section) .content-container{overflow:visible}.content-container{overflow:visible}.site-list-container{background-color:#fffffff2;box-shadow:0 2px 4px #0000001a;border-radius:8px;padding:12px;width:200px;max-height:400px;overflow-y:auto;margin-top:10px}.site-list-container-wide{padding:12px;width:100%;height:100%;display:flex;flex-direction:column;min-height:0}.site-list-header{flex-shrink:0;margin-bottom:8px}.site-list-title{font-size:16px;font-weight:600;margin:0 0 4px;color:#333;text-align:center}.site-list-subtitle{font-size:12px;color:#666;text-align:center;margin:0}.site-list-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:min-content;gap:6px;padding:2px}.site-list-item-text{padding:8px 6px;background-color:transparent;text-align:center;font-size:12px;color:#444;border-radius:4px;line-height:1.3;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;min-height:auto;display:block}.site-list{list-style-type:none;padding:0;margin:0}.site-list-item{padding:6px 8px;border-bottom:1px solid #eee;display:flex;align-items:center;cursor:pointer;transition:background-color .2s;border-radius:4px}.site-list-item:hover{background-color:#0000000d}.site-list-item-active,.site-list-item-text.site-list-item-active{background-color:#0078d726!important;color:#0078d7!important;font-weight:600}.site-list-item:last-child{border-bottom:none}.site-name{font-size:13px;color:#333;width:100%}.site-list-empty{color:#666;font-style:italic;font-size:14px;text-align:center;padding:20px;flex:1;display:flex;align-items:center;justify-content:center}.media-sections{max-width:1200px;margin:0 auto;padding:40px 20px}.media-section{margin-bottom:60px}.section-title{color:#1a676e;font-size:2rem;font-weight:600;margin-bottom:30px}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;margin-bottom:60px}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease,box-shadow .3s ease}.article-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.article-image{width:100%;height:220px;overflow:hidden}.article-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image img{transform:scale(1.05)}.article-content{padding:25px}.article-meta{display:flex;gap:15px;margin-bottom:15px;font-size:.9rem}.article-publication{color:#1a676e;font-weight:600}.article-date{color:#888}.article-title{color:#333;font-size:1.4rem;font-weight:600;margin-bottom:15px;line-height:1.3}.article-excerpt{color:#666;line-height:1.6;margin-bottom:20px}.article-link{display:inline-flex;align-items:center;gap:8px;color:#1a676e;font-weight:600;text-decoration:none;transition:color .3s ease,gap .3s ease}.article-link:hover{color:#28879b;gap:12px}.link-arrow{width:16px;height:16px}.resource-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.resource-card{background:#f8f9fa;padding:30px;border-radius:12px;text-align:center;transition:background-color .3s ease}.resource-card:hover{background:#f0f2f5}.resource-icon{width:60px;height:60px;margin:0 auto 20px;color:#1a676e}.resource-card h3{color:#1a676e;font-size:1.3rem;margin-bottom:15px;font-weight:600}.resource-card p{color:#666;line-height:1.6}.page-header{background:linear-gradient(135deg,#1a676e,#28879b);padding:80px 20px 60px}.page-header-content{max-width:1200px;margin:0 auto;text-align:center}.page-title{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:15px}.page-subtitle{color:#ffffffe6;font-size:1.2rem;max-width:600px;margin:0 auto}@media (max-width: 768px){.articles-grid{grid-template-columns:1fr;gap:30px}.article-image{height:200px}.section-title{font-size:1.75rem}.article-title{font-size:1.25rem}.resource-grid{grid-template-columns:1fr}}@media (max-width: 480px){.media-sections{padding:30px 15px}.article-content{padding:20px}.section-title{font-size:1.5rem;margin-bottom:20px}}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:40px 20px}.contact-info h2{color:#1a676e;font-size:2rem;margin-bottom:20px;font-weight:600}.contact-info>p{font-size:1.1rem;line-height:1.6;color:#555;margin-bottom:40px}.contact-section{margin-bottom:30px}.contact-section h3{color:#1a676e;font-size:1.3rem;margin-bottom:10px;font-weight:600}.contact-section p{color:#666;line-height:1.6;margin-bottom:10px}.contact-detail{font-weight:500;color:#333}.contact-detail a{color:#1a676e;text-decoration:none;transition:color .3s ease}.contact-detail a:hover{color:#28879b;text-decoration:underline}.contact-form{background-color:#f8f9fa;padding:40px;border-radius:12px;box-shadow:0 2px 10px #0000000d}.contact-form h3{color:#1a676e;font-size:1.5rem;margin-bottom:25px;font-weight:600}.contact-form-element{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#333;font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#1a676e;box-shadow:0 0 0 3px #1a676e1a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background-color:#1a676e;color:#fff;border:none;padding:14px 32px;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease,transform .2s ease;align-self:flex-start;margin-top:10px}.submit-button:hover{background-color:#28879b;transform:translateY(-1px)}.submit-button:active{transform:translateY(0)}.submit-status{margin-top:15px;padding:10px;border-radius:6px;text-align:center;font-weight:500;color:#1a676e;background-color:#1a676e1a;border:1px solid rgba(26,103,110,.2)}@media (max-width: 768px){.contact-container{grid-template-columns:1fr;gap:40px;padding:30px 20px}.contact-form{padding:30px 20px}.contact-info h2{font-size:1.75rem}.submit-button{width:100%}}@media (max-width: 480px){.contact-container{padding:20px 15px}.contact-form{padding:25px 15px}.contact-info h2{font-size:1.5rem}.contact-section h3{font-size:1.15rem}}
