@charset "UTF-8";.navbar-wrapper{position:fixed;top:0;left:0;width:100%;z-index:100;padding:1.5rem;display:flex;justify-content:center}.navbar{max-width:1100px;width:100%;background-color:#0f0f0f1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.75rem 1.5rem;transition:all .3s}.navbar.home-nav:not(.scrolled){background-color:#0000;border-color:#ffffff0d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.navbar.scrolled{background-color:#0003;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.05);box-shadow:0 8px 32px #0003}.navbar-container{display:flex;justify-content:space-between;align-items:center;position:relative}.logo{font-weight:700;font-size:1.25rem;color:#e6e6fa;letter-spacing:1px}.nav-links{list-style:none;display:flex;gap:2.5rem}.nav-links a{font-weight:400;font-size:.95rem;color:#ffffffb3;position:relative;transition:color .3s}.nav-links a:hover,.nav-links a.active{color:#e6e6fa;opacity:1}.nav-links a.active{font-weight:500}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:25px;height:20px;cursor:pointer;z-index:1001;position:relative}.hamburger span{display:block;height:2px;width:100%;background-color:#e6e6fa;transition:all .3s}.hamburger.active span:first-child{transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:last-child{transform:translateY(-9px) rotate(-45deg)}.fullscreen-menu{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#0a0a0af7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:opacity .5s,visibility .5s}.fullscreen-menu.active{opacity:1;visibility:visible}.fullscreen-menu-content{text-align:center;padding:2rem;width:100%}.mobile-nav-links{list-style:none;padding:0;margin:0}.mobile-nav-links li{margin-bottom:2rem;transform:translateY(20px);opacity:0;transition:transform .5s ease,opacity .5s ease}.mobile-nav-links li:nth-child(1){transition-delay:.1s}.mobile-nav-links li:nth-child(2){transition-delay:.2s}.mobile-nav-links li:nth-child(3){transition-delay:.3s}.mobile-nav-links li:nth-child(4){transition-delay:.4s}.fullscreen-menu.active .mobile-nav-links li{transform:translateY(0);opacity:1}.mobile-nav-links a{font-size:2rem;font-weight:600;color:#ffffffb3;text-decoration:none;transition:color .3s;display:inline-block;padding:.5rem 0}.mobile-nav-links a:hover,.mobile-nav-links a.active{color:#e6e6fa}.mobile-nav-links a.active{position:relative}.mobile-nav-links a.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:2px;background-color:#e6e6fa}@media (max-width: 768px){.navbar-wrapper{padding:1rem}.navbar{padding:.75rem 1rem}.hamburger{display:flex}.desktop-nav{display:none}}.target-cursor-wrapper{position:fixed;top:0;left:0;width:0;height:0;pointer-events:none;z-index:9999;mix-blend-mode:normal;transform:translate(-50%,-50%)}.target-cursor-dot{position:absolute;left:0;top:0;width:6px;height:6px;background:#fff;border-radius:50%;transform:translate(-50%,-50%);will-change:transform;z-index:2}.target-cursor-follower{position:absolute;left:0;top:0;width:40px;height:40px;background:#ffffff08;border:1px solid rgba(255,255,255,.2);border-radius:50%;transform:translate(-50%,-50%);will-change:transform,width,height,border-radius;z-index:1;box-sizing:border-box;transition:width .3s cubic-bezier(.16,1,.3,1),height .3s cubic-bezier(.16,1,.3,1),border-radius .3s cubic-bezier(.16,1,.3,1)}.footer{background-color:#0a0a0fcc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.1);padding:3rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 5%}.footer-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.footer-logo a{font-size:1.5rem;font-weight:700;color:#e6e6fa;letter-spacing:1px}.footer-links{display:flex;align-items:center;gap:4rem}.footer-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:2rem}.footer-nav ul li a{color:#e6e6fab3;transition:color .3s;font-size:.95rem}.footer-nav ul li a:hover{color:#e6e6fa}.footer-social{display:flex;gap:1rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#ffffff0d;color:#e6e6fab3;transition:all .3s}.footer-social a:hover{color:#e6e6fa;background:#ffffff1a;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.05)}.footer-bottom p{font-size:.9rem;color:#e6e6fa80;margin:.3rem 0;text-align:center}.footer-bottom .footer-tagline{font-size:.85rem;text-align:center}@media (max-width: 768px){.footer{padding:2.5rem 0 1.5rem}.footer-content{flex-direction:column;gap:2rem;margin-bottom:2rem;text-align:center}.footer-links{flex-direction:column;gap:2rem;width:100%}.footer-nav ul{justify-content:center;flex-wrap:wrap}.footer-social{justify-content:center}}@media (max-width: 480px){.footer-nav ul{gap:1.5rem;justify-content:center}.footer-bottom p,.footer-bottom .footer-tagline{font-size:.8rem;text-align:center}}.home{height:100vh;overflow:hidden}.hero{height:100vh;width:100%;background:transparent;position:relative;display:flex;align-items:center;justify-content:center}.hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:1;pointer-events:none}.hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;max-width:800px;padding:0 2rem}.hero-content h1{font-size:3.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:1px;width:100%;text-align:center}.hero-content p{font-size:1.1rem;font-weight:400;max-width:600px;margin:0 auto 2.5rem;color:#fffc;letter-spacing:.5px;width:100%;text-align:center}.cta-buttons{display:flex;gap:1.5rem;justify-content:center;width:100%}.cta-buttons .btn{padding:.75rem 2rem;font-size:.95rem;letter-spacing:.5px;transition:all .3s;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:6px;color:#e6e6fa;text-align:center}.cta-buttons .btn:hover{background:#fff3;border-color:#ffffff80;color:#fffc}@media (max-width: 768px){.hero-content h1{font-size:2.8rem}.hero-content p{font-size:1rem;max-width:450px}}@media (max-width: 480px){.hero-content{padding:0 1rem}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:.9rem;margin-bottom:2rem}.cta-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:250px;margin:0 auto}.cta-buttons .btn{width:100%}}.about{min-height:100vh;background-color:#050510}.container{max-width:900px;margin:0 auto;padding:120px 5% 5rem}.section-header h1{font-size:4rem;font-weight:700;margin-bottom:1rem;letter-spacing:-1px;line-height:1.1}.about-content{width:100%}.about-text{text-align:left}.about-text h2{font-size:2.5rem;margin-bottom:2rem;font-weight:600;line-height:1.2;color:#e6e6fa}.about-text .intro-text{margin-bottom:4rem}.about-text .intro-text p{margin-bottom:1.5rem;line-height:1.8;font-size:1.2rem;color:#e6e6fab3}.about-text .skills-section{margin-top:3rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1)}.about-text .skills-section h3{font-size:1.5rem;margin-bottom:2rem;font-weight:500;color:#e6e6fa;text-align:center}.skills-marquee-wrapper{display:flex;flex-direction:column;gap:3rem;margin-top:2rem;width:100%;overflow:hidden;padding:2rem 0;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.marquee-row-wrapper{display:flex;flex-direction:column;gap:1.5rem}.marquee-row-wrapper .category-label{text-align:center;font-size:.9rem;text-transform:uppercase;letter-spacing:2px;opacity:.6;margin-bottom:.5rem;font-weight:500}.marquee-container{display:flex;width:100%;overflow:hidden;position:relative}.marquee-track{display:flex;gap:1.5rem;padding:.5rem 0;width:max-content}.skill-card-glass{flex:0 0 auto;display:flex;align-items:center;gap:.75rem;padding:.85rem 1.5rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease;-webkit-user-select:none;user-select:none;cursor:default}.skill-card-glass:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px);box-shadow:0 10px 30px -10px #00000080}.skill-card-glass:hover .icon-wrapper{transform:scale(1.1);filter:drop-shadow(0 0 8px currentColor)}.skill-card-glass span{font-size:1rem;font-weight:500;white-space:nowrap;color:#ffffffe6}.skill-card-glass .icon-wrapper{display:flex;align-items:center;justify-content:center;transition:all .3s ease}@media (max-width: 768px){.skills-marquee-wrapper{gap:2rem;-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.skill-card-glass{padding:.7rem 1.2rem;border-radius:12px}.skill-card-glass span{font-size:.9rem}}@media (max-width: 768px){.container{padding-top:110px}.section-header h1{font-size:3rem}.about-text h2{font-size:2rem;text-align:center}.about-text .intro-text p{text-align:left}}@media (max-width: 480px){.section-header h1{font-size:2.5rem}.about-text h2{font-size:1.8rem}}.custom-video-player{position:relative;width:100%;height:100%;overflow:hidden;background-color:#000}.custom-video-player video{width:100%;height:100%;object-fit:cover;display:block}.custom-video-player video::-webkit-media-controls{display:none!important}.custom-video-player .video-controls{position:absolute;bottom:20px;right:20px;z-index:10;display:flex;gap:10px;opacity:0;transition:opacity .3s;opacity:1}.custom-video-player:hover .custom-video-player .video-controls,.custom-video-player .video-controls:focus-within{opacity:1}.custom-video-player .video-controls button.control-btn{background:#00000080;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s;padding:0}.custom-video-player .video-controls button.control-btn:hover{background:#fff3;transform:scale(1.05);border-color:#ffffff80}.custom-video-player .video-controls button.control-btn:active{transform:scale(.95)}.custom-video-player .video-controls button.control-btn svg{width:20px;height:20px;fill:currentColor}.work{min-height:100vh;background-color:#050510}.section-header{text-align:center;margin-bottom:3rem}.work-filter{display:inline-flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-bottom:3rem;background:#ffffff0d;padding:.5rem;border-radius:50px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.filter-btn{background:transparent;border:none;color:#e6e6fa80;font-family:Outfit,sans-serif;font-size:.9rem;padding:.6rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .3s;white-space:nowrap}.filter-btn:hover{color:#e6e6fa}.filter-btn.active{background:#e6e6fa;color:#050510;font-weight:600}.work-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem}.work-item{border-radius:8px;overflow:hidden;position:relative;background-color:#ffffff0d;box-shadow:0 4px 20px #0003}.work-image{position:relative;overflow:hidden;aspect-ratio:4/3}.work-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.work-item:hover .work-image img{transform:scale(1.05)}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center}.overlay-content{text-align:center;padding:1.5rem}.overlay-content h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#e6e6fa}.overlay-content p{font-size:.9rem;color:#e6e6fab3;margin-bottom:1.2rem}.view-project{display:inline-block;color:#e6e6fa;font-size:.9rem;padding:.5rem 1.2rem;border:1px solid rgba(255,255,255,.3);background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:6px;transition:all .3s}.view-project:hover{background:#fff3;border-color:#ffffff80;transform:translateY(-2px)}@media (max-width: 768px){.container{padding-top:110px}.section-header h1{font-size:2rem}.work-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}}@media (max-width: 480px){.container{padding-top:100px}.section-header h1{font-size:1.8rem}.section-header p{font-size:1rem}.work-grid{grid-template-columns:1fr;gap:1.5rem}.work-filter{display:flex;justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:1rem;padding:.5rem 1rem;margin-left:-1rem;margin-right:-1rem;width:calc(100% + 2rem);border-radius:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;-webkit-overflow-scrolling:touch;scrollbar-width:none}.work-filter::-webkit-scrollbar{display:none}.filter-btn{flex:0 0 auto;white-space:nowrap;font-size:.9rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.filter-btn.active{background:#e6e6fa;color:#050510;border-color:#e6e6fa}}.cv-page{padding:4rem 2rem;min-height:100vh;background:#050510;color:#e6e6fa;font-family:Inter,sans-serif}.cv-page .cv-container{max-width:800px;margin:0 auto;background:#ffffff0d;padding:3rem;border-radius:8px;box-shadow:0 10px 30px #0003}.cv-page header{margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}.cv-page header h1{font-size:2.5rem;margin-bottom:.5rem;color:#8e2de2}.cv-page header h2{font-size:1.2rem;font-weight:400;color:#ffffffb3;margin-bottom:1.5rem}.cv-page header .contact-info{display:flex;gap:1.5rem;font-size:.9rem;color:#fff9;flex-wrap:wrap}.cv-page header .contact-info span{display:flex;align-items:center;gap:.5rem}.cv-page section{margin-bottom:2.5rem}.cv-page section h3{font-size:1.5rem;margin-bottom:1.5rem;color:#38389d;text-transform:uppercase;letter-spacing:1px;border-left:3px solid #8E2DE2;padding-left:1rem}.cv-page .skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.cv-page .skills-grid .skill-category h4{font-size:1.1rem;margin-bottom:.8rem;color:#ffffffe6}.cv-page .skills-grid .skill-category ul{list-style:none;padding:0}.cv-page .skills-grid .skill-category ul li{font-size:.95rem;color:#ffffffb3;margin-bottom:.4rem;position:relative;padding-left:1rem}.cv-page .skills-grid .skill-category ul li:before{content:"•";position:absolute;left:0;color:#8e2de2}.cv-page .projects-list .project-item{margin-bottom:2rem}.cv-page .projects-list .project-item h4{font-size:1.2rem;margin-bottom:.5rem;display:flex;justify-content:space-between;align-items:center}.cv-page .projects-list .project-item h4 .date{font-size:.85rem;font-weight:400;color:#ffffff80}.cv-page .projects-list .project-item .tech-stack{font-size:.85rem;color:#8e2de2;margin-bottom:.8rem;font-family:monospace}.cv-page .projects-list .project-item p{font-size:.95rem;color:#fffc;line-height:1.6}.cv-page .print-actions{position:fixed;bottom:2rem;right:2rem;z-index:100}.cv-page .print-actions .btn-print{background:#8e2de2;color:#000;border:none;padding:1rem 2rem;border-radius:50px;font-weight:600;cursor:pointer;box-shadow:0 5px 15px #0000004d;transition:transform .2s}.cv-page .print-actions .btn-print:hover{transform:translateY(-2px)}@media (max-width: 768px){.cv-page{padding:2rem 1rem}.cv-page .cv-container{padding:1.5rem}.cv-page header{text-align:center}.cv-page header h1{font-size:2rem}.cv-page header .contact-info{justify-content:center;gap:1rem}.cv-page header .contact-info span{width:100%;justify-content:center}.cv-page .print-actions{display:none}}@media print{@page{margin:0;size:auto}body{background:#fff!important;color:#000!important}nav,footer,.navbar,.footer{display:none!important}.cv-page{padding:0;background:#fff;color:#000;min-height:auto}.cv-page .cv-container{max-width:100%;margin:0;padding:2cm;background:none;box-shadow:none;border-radius:0}.cv-page header{border-bottom-color:#ccc}.cv-page header h1{color:#000}.cv-page header h2{color:#666}.cv-page header .contact-info{color:#444}.cv-page section h3{color:#000;border-left-color:#000}.cv-page .skills-grid .skill-category h4{color:#000}.cv-page .skills-grid .skill-category ul li{color:#333}.cv-page .skills-grid .skill-category ul li:before{color:#000}.cv-page .projects-list .project-item h4{color:#000}.cv-page .projects-list .project-item h4 .date{color:#666}.cv-page .projects-list .project-item .tech-stack{color:#000;font-weight:600}.cv-page .projects-list .project-item p{color:#333}.cv-page .print-actions{display:none!important}}.contact{min-height:100vh;background-color:#050510}.container{max-width:1200px;margin:0 auto;padding:120px 5% 5rem}.section-header h1{font-size:2.5rem;font-weight:600;margin-bottom:1rem;letter-spacing:1px}.section-header .separator{width:60px;height:3px;background:#e6e6fa;margin:.5rem auto 1rem}.contact-content{display:flex;justify-content:center;align-items:center}.contact-card{max-width:700px;width:100%;background:#0f0f1480;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:3.5rem;box-shadow:0 10px 30px #0003;transition:transform .5s}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000004d}.contact-info{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.contact-info .info-item{position:relative;padding-left:3rem}.contact-info .info-item:before{content:"";position:absolute;left:0;top:.25rem;width:2rem;height:2rem;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.8}.contact-info .info-item:nth-child(1):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z'%3E%3C/path%3E%3Cpolyline points='22,6 12,13 2,6'%3E%3C/polyline%3E%3C/svg%3E")}.contact-info .info-item:nth-child(2):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z'%3E%3C/path%3E%3Ccircle cx='12' cy='10' r='3'%3E%3C/circle%3E%3C/svg%3E")}.contact-info .info-item:nth-child(3){grid-column:span 2}.contact-info .info-item:nth-child(3):before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17 2.1l4 4-4 4'/%3E%3Cpath d='M3 12.2v-2a4 4 0 0 1 4-4h12.8M7 21.9l-4-4 4-4'/%3E%3Cpath d='M21 11.8v2a4 4 0 0 1-4 4H4.2'/%3E%3C/svg%3E")}.contact-info h3{font-size:1.2rem;font-weight:600;margin-bottom:.8rem;color:#e6e6fa}.contact-info p{color:#e6e6fab3}.contact-info a{color:#e6e6fab3;transition:color .3s;display:inline-block;position:relative;padding-bottom:2px}.contact-info a:after{content:"";position:absolute;bottom:0;left:0;width:0%;height:1px;background-color:#e6e6fa;transition:width .3s}.contact-info a:hover{color:#e6e6fa}.contact-info a:hover:after{width:100%}.social-links h3{font-size:1.2rem;font-weight:600;margin-bottom:1.2rem}.social-icons{display:flex;justify-content:center;align-items:center;gap:1.5rem}.social-icons a{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#ffffff14;color:#e6e6fa;transition:all .3s;border:1px solid rgba(255,255,255,.15)}.social-icons a svg{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.social-icons a:after{display:none}.social-icons a:hover{background:#ffffff26;transform:translateY(-5px);border-color:#ffffff40;box-shadow:0 5px 15px #0003}@media (max-width: 768px){.container{padding-top:110px}.section-header h1{font-size:2rem}.contact-card{padding:2.5rem}.contact-info{grid-template-columns:1fr;gap:2.5rem}.contact-info .info-item:nth-child(3){grid-column:span 1}}@media (max-width: 480px){.container{padding-top:100px;padding-left:1rem;padding-right:1rem}.section-header h1{font-size:1.8rem}.contact-card{padding:2rem 1.5rem}.contact-info{gap:2rem}.social-icons{flex-wrap:wrap;justify-content:center}}.project-detail-page{min-height:100vh;color:#e6e6fa}.hero-banner{position:relative;height:70vh;width:100%;overflow:hidden;display:flex;align-items:flex-end;padding-bottom:4rem}@media (max-width: 768px){.hero-banner{height:50vh;padding-bottom:2rem}}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:.6;transition:transform 10s ease}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#050510 0%,transparent 80%)}.hero-content{position:relative;z-index:2;width:100%}.hero-content h1{font-size:4rem;margin:0;line-height:1.1}@media (max-width: 768px){.hero-content h1{font-size:2.5rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}}.hero-category{display:inline-block;background:#ffffff1a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:.5rem 1rem;border-radius:50px;font-size:.9rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em;color:#e6e6fa}.content-wrapper{margin-top:4rem;padding-bottom:4rem}@media (max-width: 768px){.content-wrapper{margin-top:2rem}}.info-grid{display:flex;gap:4rem;margin-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.1);padding-bottom:2rem}@media (max-width: 768px){.info-grid{flex-direction:column;gap:1.5rem;margin-bottom:3rem}}.info-item .label{display:block;color:#e6e6fab3;font-size:.8rem;text-transform:uppercase;margin-bottom:.2rem}.info-item .value{font-size:1.1rem;font-weight:500}.project-section{margin-bottom:4rem}@media (max-width: 768px){.project-section{margin-bottom:3rem}}.intro-section .lead{font-size:1.5rem;line-height:1.6;margin-bottom:2rem;color:#e6e6fa;max-width:800px}@media (max-width: 768px){.intro-section .lead{font-size:1.2rem}}.rich-text{color:#ffffffb3;line-height:1.8;font-size:1.1rem;max-width:800px}.rich-text p{margin-bottom:1.5rem}@media (max-width: 768px){.rich-text{font-size:1rem}}.challenge-solution-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}@media (max-width: 768px){.challenge-solution-grid{grid-template-columns:1fr;gap:2rem}}h2{font-size:1.8rem;margin-bottom:1.5rem;color:#e6e6fa}@media (max-width: 768px){h2{font-size:1.5rem}}.gallery-section{display:flex;flex-direction:column;gap:2rem;margin-top:5rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.08)}.gallery-section h2{font-size:2rem;margin-bottom:.5rem;color:#e6e6fa;letter-spacing:-.02em}.gallery-masonry{column-count:2;column-gap:1.5rem}@media (max-width: 992px){.gallery-masonry{column-count:2}}@media (max-width: 768px){.gallery-masonry{column-count:1;column-gap:1rem}}.gallery-stack{display:flex;flex-direction:column;gap:2rem;width:100%;max-width:900px;margin:0 auto}.gallery-stack .gallery-item{margin-bottom:0;width:100%}.gallery-stack .gallery-item .gallery-media{width:100%}@media (max-width: 768px){.gallery-stack{gap:1.5rem}}.gallery-item{break-inside:avoid;margin-bottom:1.5rem;position:relative;border-radius:16px;overflow:hidden;background:#09091c;box-shadow:0 4px 20px -4px #00000040,0 0 0 1px #ffffff0d;transition:all .4s cubic-bezier(.23,1,.32,1)}.gallery-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:16px;padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,transparent 50%,rgba(255,255,255,.05) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;z-index:2}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 16px 32px -8px #00000059,0 0 0 1px #ffffff1a}.gallery-item:hover .gallery-media img{transform:scale(1.02)}@media (max-width: 768px){.gallery-item{margin-bottom:1rem;border-radius:12px}.gallery-item:before{border-radius:12px}}.gallery-media{display:block;width:100%;height:auto;border-radius:16px}.gallery-media img,.gallery-media video{display:block;width:100%;height:auto;transition:transform .6s cubic-bezier(.23,1,.32,1);border-radius:16px}.gallery-media video{background:#000}.gallery-media video::-webkit-media-controls-panel{background:linear-gradient(transparent,#0009)}@media (max-width: 768px){.gallery-media{border-radius:12px}.gallery-media img,.gallery-media video{border-radius:12px}}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}@media (max-width: 768px){.gallery-grid{grid-template-columns:1fr;gap:1.25rem}}.gallery-image-wrapper{position:relative;width:100%;border-radius:20px;overflow:hidden;background:#09091c}.project-nav{margin-top:6rem;padding-top:3rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.project-nav{margin-top:4rem;flex-direction:column;gap:2rem;align-items:stretch}}.nav-link{text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.5rem;transition:opacity .3s}.nav-link:hover{opacity:.7}.nav-link.next{text-align:right;align-items:flex-end}@media (max-width: 768px){.nav-link{align-items:center!important;text-align:center!important}}.nav-link .arrow{color:#e6e6fab3;font-size:.9rem;text-transform:uppercase;display:flex;align-items:center;gap:.5rem}.nav-link .title{font-size:1.5rem;font-weight:600}@media (max-width: 768px){.nav-link .title{font-size:1.2rem}}@media (max-width: 768px){.spacer{display:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Outfit,sans-serif;background-color:#050510;background-image:radial-gradient(circle at 50% 0%,#38389d,#050510 80%);background-attachment:fixed;color:#e6e6fa;overflow-x:hidden;line-height:1.6;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}a{color:#e6e6fa;text-decoration:none;transition:opacity .3s}a:hover{opacity:.7}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:120px 5% 5%}.section-header{text-align:center;margin-bottom:4rem}.section-header h1{font-size:2.5rem;margin-bottom:1rem}.section-header .separator{width:60px;height:4px;background:#e6e6fa;margin:.5rem auto 1rem}.section-header p{color:#e6e6fab3;font-size:1.1rem}.btn{display:inline-block;padding:.75rem 2rem;border:1px solid rgba(255,255,255,.1);background:#ffffff08;color:#e6e6fa;text-transform:uppercase;font-weight:600;transition:all .3s;cursor:pointer;font-family:Outfit,sans-serif;border-radius:4px;position:relative;overflow:hidden}.btn:hover{background:#ffffff1a;border-color:#ffffff4d;color:#fff;transform:translateY(-2px)}.notification{position:fixed;bottom:20px;right:20px;padding:12px 20px;border-radius:4px;color:#fff;font-size:.9rem;z-index:2000;max-width:300px}.notification.success{background-color:#4caf50}.notification.error{background-color:#f44336}.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.section-header h1{font-size:2rem}}@media (max-width: 480px){.section-header h1{font-size:1.8rem}}.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}}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/outfit-latin-ext-400-normal-5tcqmc2S.woff2) format("woff2"),url(/assets/outfit-latin-ext-400-normal-DHm7mdGe.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/outfit-latin-400-normal-BGsTXAXT.woff2) format("woff2"),url(/assets/outfit-latin-400-normal-DMwTpYkH.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/outfit-latin-ext-600-normal-B85nYjL1.woff2) format("woff2"),url(/assets/outfit-latin-ext-600-normal-CWJcPgd7.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/outfit-latin-600-normal-B7SfZ07L.woff2) format("woff2"),url(/assets/outfit-latin-600-normal-BEfTtDA7.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/outfit-latin-ext-700-normal-CI4iH74K.woff2) format("woff2"),url(/assets/outfit-latin-ext-700-normal-fjS8-Gm7.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/outfit-latin-700-normal-Cu9v6i1X.woff2) format("woff2"),url(/assets/outfit-latin-700-normal-D4itBLBr.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
