body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}a{color:inherit;text-decoration:none}.landing-nav{align-items:center;background:#fff;box-shadow:0 2px 10px #00000014;display:flex;justify-content:space-between;left:0;padding:15px 60px;position:fixed;right:0;top:0;z-index:100}.landing-nav .logo{color:#2196f3;font-size:28px;font-weight:800}.landing-nav .logo span{color:#ff9800}.landing-nav-links{align-items:center;display:flex;gap:30px}.landing-nav-links a{color:#555;font-weight:500;transition:color .3s}.landing-nav-links a:hover{color:#2196f3}.btn-admin{background:#2196f3;border-radius:25px;color:#fff!important;font-weight:600;padding:10px 25px;transition:background .3s}.btn-admin:hover{background:#1976d2}.hero{align-items:center;background:linear-gradient(135deg,#1565c0,#42a5f5 50%,#0d47a1);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:120px 20px 80px;text-align:center}.hero-content{max-width:800px}.hero h1{font-size:52px;font-weight:800;margin-bottom:20px}.hero p{font-size:20px;line-height:1.6;margin-bottom:40px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn-hero{border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;padding:14px 35px;transition:all .3s}.btn-hero-primary{background:#ff9800;color:#fff}.btn-hero-primary:hover{background:#f57c00;transform:translateY(-2px)}.btn-hero-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-hero-secondary:hover{background:#ffffff26}.section{padding:80px 60px}.section-title{margin-bottom:50px;text-align:center}.section-title h2{color:#1565c0;font-size:36px;margin-bottom:10px}.section-title p{color:#777;font-size:18px}.stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:1200px}.stat-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:30px;text-align:center;transition:transform .3s}.stat-card:hover{transform:translateY(-5px)}.stat-card .stat-icon{font-size:40px;margin-bottom:15px}.stat-card .stat-value{color:#1565c0;font-size:36px;font-weight:800}.stat-card .stat-label{color:#999;font-size:14px;letter-spacing:1px;margin-top:8px;text-transform:uppercase}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:35px;text-align:center;transition:transform .3s}.feature-card:hover{transform:translateY(-5px)}.feature-card .feature-icon{color:#2196f3;font-size:48px;margin-bottom:20px}.feature-card h3{color:#333;font-size:20px;margin-bottom:12px}.feature-card p{color:#777;line-height:1.6}.section-alt{background:#f5f7fb}.partners-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.partner-card{background:#fff;border-left:4px solid #2196f3;border-radius:10px;box-shadow:0 2px 10px #0000000f;gap:15px;padding:25px}.partner-avatar,.partner-card{align-items:center;display:flex}.partner-avatar{background:#2196f3;border-radius:50%;color:#fff;flex-shrink:0;font-size:18px;font-weight:700;height:50px;justify-content:center;width:50px}.partner-info h4{color:#333;font-size:15px}.partner-info p{color:#999;font-size:13px}.landing-footer{background:#1a1a2e;color:#ccc;padding:40px 60px;text-align:center}.landing-footer p{margin-bottom:10px}.admin-layout{background:#f0f2f5;display:flex;min-height:100vh}.sidebar{background:linear-gradient(180deg,#1565c0,#1976d2);color:#fff;display:flex;flex-direction:column;flex-shrink:0;height:100vh;overflow-y:auto;padding:0;position:fixed;transition:width .3s ease;width:260px;z-index:50}.sidebar.mini{width:64px}.sidebar.mini .sidebar-header h2,.sidebar.mini .sidebar-header p,.sidebar.mini .sidebar-link span:not(.icon),.sidebar.mini .sidebar-section-title{display:none}.sidebar.mini .sidebar-link{justify-content:center;padding:14px 0}.sidebar.mini .sidebar-link .icon{display:inline;font-size:24px;width:auto}.sidebar-header{align-items:center;background:#fff;border-bottom:none;display:flex;flex-shrink:0;height:56px;justify-content:center;padding:0 15px}.sidebar.mini .sidebar-header{height:56px;padding:0}.sidebar-header h2{font-size:22px;font-weight:800}.sidebar-header h2 span{color:#ff9800}.sidebar-section{padding:15px 0 5px}.sidebar-section-title{font-size:11px;font-weight:600;letter-spacing:1px;margin-bottom:8px;opacity:.7;padding:0 20px;text-transform:uppercase}.sidebar-link{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 20px;transition:all .2s}.sidebar-link.active,.sidebar-link:hover{background:#ffffff26;color:#fff}.sidebar-link.active{background:#fff3;border-left:3px solid #42a5f5}.sidebar-link .icon{font-size:20px;text-align:center;width:26px}.main-content{flex:1 1;margin-left:260px;transition:margin-left .3s ease}.main-content.mini,.sidebar.mini+.main-content{margin-left:64px}.top-bar{align-items:center;background:#fff;box-shadow:0 2px 5px #0000000d;display:flex;height:56px;justify-content:space-between;padding:0 30px}.top-bar h1{color:#333;font-size:20px}.page-content{padding:25px 30px}.dashboard-cards{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:25px}.dash-card{border-radius:10px;color:#fff;overflow:hidden;padding:20px;position:relative}.dash-card .dash-card-icon{font-size:50px;opacity:.25;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.dash-card h4{font-size:12px;margin-bottom:8px;opacity:.9;text-transform:uppercase}.dash-card .dash-card-value{font-size:28px;font-weight:800}.dash-card-link{display:block;font-size:12px;margin-top:10px;opacity:.8}.bg-blue{background:linear-gradient(135deg,#2196f3,#1565c0)}.bg-green{background:linear-gradient(135deg,#4caf50,#2e7d32)}.bg-orange{background:linear-gradient(135deg,#ff9800,#e65100)}.bg-red{background:linear-gradient(135deg,#f44336,#c62828)}.bg-teal{background:linear-gradient(135deg,#009688,#00695c)}.bg-purple{background:linear-gradient(135deg,#9c27b0,#6a1b9a)}.kpi-card-v2{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;padding:18px 20px}.kpi-v2-label{color:#888;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}.kpi-v2-value{font-size:32px;font-weight:800;margin-bottom:4px}.kpi-v2-sub{color:#aaa;font-size:12px}.finance-card{background:#fff;box-shadow:0 2px 8px #0000000f;gap:14px;padding:16px 20px}.finance-card,.finance-icon{align-items:center;border-radius:10px;display:flex}.finance-icon{flex-shrink:0;font-size:22px;height:44px;justify-content:center;width:44px}.finance-label{color:"#888";color:#888;font-size:12px;font-weight:600;letter-spacing:.3px;margin-bottom:2px;text-transform:uppercase}.finance-value{color:#333;font-size:18px;font-weight:800}.charts-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr;margin-bottom:25px}.chart-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;padding:20px}.chart-card h3{border-bottom:2px solid #2196f3;color:#333;font-size:16px;margin-bottom:15px;padding-bottom:10px}.data-table-wrapper{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;overflow-x:auto;padding:20px}.data-table{border-collapse:collapse;width:100%}.data-table th{background:#2196f3;color:#fff;font-size:13px;letter-spacing:.5px;padding:12px 15px;text-align:left;text-transform:uppercase}.data-table td{border-bottom:1px solid #eee;font-size:14px;padding:10px 15px}.data-table tr:hover td{background:#f5f9ff}.filters-bar{align-items:center;background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000000f;display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding:15px 20px}.filters-bar input,.filters-bar select{background:#f9f9f9;border:1px solid #ddd;border-radius:6px;font-size:14px;padding:8px 14px}.filters-bar input:focus,.filters-bar select:focus{border-color:#2196f3;outline:none}.filter-input,.filter-select{background:#f9f9f9;border:1px solid #ddd;border-radius:6px;font-size:14px;padding:8px 14px}.filter-input:focus,.filter-select:focus{border-color:#2196f3;outline:none}.custom-marker{background:none!important;border:none!important}.btn-search{background:#2196f3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 20px}.btn-search:hover{background:#1976d2}.stat-boxes{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:25px}.stat-box{border-radius:10px;color:#fff;padding:18px;text-align:center}.stat-box h4{font-size:11px;margin-bottom:5px;opacity:.9;text-transform:uppercase}.stat-box .stat-box-value{font-size:24px;font-weight:800}.side-stats{display:flex;flex-direction:column;gap:12px}.side-stat-card{border-radius:10px;color:#fff;padding:15px 18px}.side-stat-card h4{font-size:11px;opacity:.9;text-transform:uppercase}.side-stat-card .stat-box-value{font-size:20px;font-weight:800;margin-top:3px}.pagination{display:flex;gap:8px;justify-content:center;margin-top:20px}.pagination button{background:#fff;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;padding:8px 14px}.pagination button.active{background:#2196f3;border-color:#2196f3;color:#fff}.pagination button:hover:not(.active){background:#f0f0f0}.pagination button:disabled{cursor:not-allowed;opacity:.5}.partenaires-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.partenaire-card{background:#fff;border-left:4px solid #2196f3;border-radius:10px;box-shadow:0 2px 8px #0000000f;padding:25px;transition:transform .2s}.partenaire-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-3px)}.partenaire-card h3{color:#1565c0;font-size:18px;margin-bottom:10px}.partenaire-card .partenaire-meta{color:#999;font-size:13px;margin-bottom:15px}.partenaire-stats-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.partenaire-stat{background:#f5f7fb;border-radius:8px;padding:10px;text-align:center}.partenaire-stat .value{color:#2196f3;font-size:20px;font-weight:700}.partenaire-stat .label{color:#999;font-size:11px;text-transform:uppercase}.login-page{align-items:center;animation:loginBgShift 12s ease infinite;background:linear-gradient(135deg,#0d47a1,#1565c0 30%,#42a5f5 60%,#0d47a1);background-size:400% 400%;display:flex;justify-content:center;min-height:100vh;position:relative}.login-page:before{background:radial-gradient(circle at 20% 80%,#ffffff0f 0,#0000 50%),radial-gradient(circle at 80% 20%,#ffffff0a 0,#0000 50%),radial-gradient(circle at 50% 50%,#ffffff05 0,#0000 70%);content:"";inset:0;pointer-events:none;position:absolute}@keyframes loginBgShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.login-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000040;max-width:420px;padding:40px 36px 30px;position:relative;width:100%;z-index:1}.login-logo{color:#2196f3;font-size:36px;font-weight:800;letter-spacing:2px;margin-bottom:4px;text-align:center}.login-logo-o{color:#ff9800}.login-subtitle{color:#999;font-size:14px;letter-spacing:.5px;margin-bottom:28px;text-align:center}.login-tabs{border:1px solid #e0e0e0;border-radius:8px;display:flex;margin-bottom:24px;overflow:hidden}.login-tab{background:#f5f5f5;border:none;color:#888;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;padding:10px 0;transition:all .3s}.login-tab.active{background:#2196f3;color:#fff}.login-tab:hover:not(.active){background:#e8e8e8}.login-field{margin-bottom:18px}.login-field label{color:#555;display:block;font-size:13px;font-weight:600;margin-bottom:6px}.login-field input{background:#fafafa;border:1.5px solid #ddd;border-radius:8px;font-family:inherit;font-size:14px;padding:12px 14px;transition:border-color .3s,box-shadow .3s;width:100%}.login-field input:focus{background:#fff;border-color:#2196f3;box-shadow:0 0 0 3px #2196f31f;outline:none}.login-field input:disabled{background:#f0f0f0;color:#999}.login-otp-input{font-size:24px!important;font-weight:700;letter-spacing:12px;text-align:center}.login-btn{background:linear-gradient(135deg,#2196f3,#1565c0);border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:15px;font-weight:700;margin-top:4px;padding:13px;transition:all .3s;width:100%}.login-btn:hover:not(:disabled){background:linear-gradient(135deg,#1e88e5,#0d47a1);box-shadow:0 4px 12px #2196f359;transform:translateY(-1px)}.login-btn:disabled{cursor:not-allowed;opacity:.7}.login-resend{background:#0000;border:none;color:#2196f3;cursor:pointer;font-family:inherit;font-size:13px;font-weight:600;margin-top:8px;padding:10px;width:100%}.login-resend:hover:not(:disabled){text-decoration:underline}.login-resend:disabled{cursor:not-allowed;opacity:.5}.login-error{background:#ffebee;border-left:3px solid #c62828;color:#c62828}.login-error,.login-success{border-radius:8px;font-size:13px;margin-bottom:16px;padding:10px 14px}.login-success{background:#e8f5e9;border-left:3px solid #2e7d32;color:#2e7d32}.login-footer{border-top:1px solid #eee;color:#bbb;font-size:12px;margin-top:28px;padding-top:18px;text-align:center}@media (max-width:768px){.landing-nav{padding:15px 20px}.hero h1{font-size:32px}.section{padding:50px 20px}.charts-row{grid-template-columns:1fr}.sidebar{width:60px}.sidebar-header h2,.sidebar-header p,.sidebar-link span,.sidebar-section-title{display:none}.main-content{margin-left:60px}.login-card{margin:20px;padding:30px 24px 24px}}@keyframes fg-fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fg-fadeInLeft{0%{opacity:0;transform:translateX(-60px)}to{opacity:1;transform:translateX(0)}}@keyframes fg-fadeInRight{0%{opacity:0;transform:translateX(60px)}to{opacity:1;transform:translateX(0)}}@keyframes fg-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes fg-float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}@keyframes fg-dropFall{0%{opacity:0;transform:translateY(-30px)}20%{opacity:.7}to{opacity:0;transform:translateY(60px)}}@keyframes fg-blobRotate{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(180deg) scale(1.08)}to{transform:rotate(1turn) scale(1)}}.fg-animate{opacity:0;transform:translateY(40px);transition:opacity .8s ease,transform .8s ease}.fg-visible{opacity:1!important;transform:translateY(0)!important}.fg-container{margin:0 auto;max-width:1200px;padding:0 20px}.fg-landing{font-family:Segoe UI,system-ui,-apple-system,sans-serif;overflow-x:hidden}.fg-landing *{box-sizing:border-box}.fg-nav{background:#fff;box-shadow:0 2px 15px #0000000f;left:0;position:fixed;right:0;top:0;transition:all .35s ease;z-index:1000}.fg-nav--scrolled{box-shadow:0 4px 20px #0000001f}.fg-nav-inner{height:75px;justify-content:space-between;margin:0 auto;max-width:1300px;padding:0 30px}.fg-logo,.fg-nav-inner{align-items:center;display:flex}.fg-logo{background:none;border-radius:0;padding:0}.fg-logo img{height:48px}.fg-nav-links{align-items:center;display:flex;gap:30px}.fg-nav-links a{color:#333;font-size:15px;font-weight:600;letter-spacing:.3px;position:relative;transition:color .3s}.fg-nav-links a:after{background:#1565c0;bottom:-4px;content:"";height:2px;left:0;position:absolute;transition:width .3s;width:0}.fg-nav-links a:hover{color:#1565c0}.fg-nav-links a:hover:after{width:100%}.fg-btn{border:none;border-radius:30px;cursor:pointer;display:inline-block;font-size:15px;font-weight:700;letter-spacing:.3px;padding:14px 32px;text-align:center;transition:all .3s}.fg-btn--sm{font-size:13px;padding:10px 24px}.fg-btn--lg{font-size:15px;padding:16px 40px}.fg-btn--primary{background:#1565c0;color:#fff}.fg-btn--primary:hover{background:#0d47a1;box-shadow:0 6px 20px #1565c059;transform:translateY(-2px)}.fg-btn--orange{background:#ff9800;color:#fff}.fg-btn--orange:hover{background:#f57c00;box-shadow:0 6px 20px #ff980059;transform:translateY(-2px)}.fg-btn--outline{background:#0000;border:2px solid #ffffffb3;color:#fff}.fg-btn--outline:hover{background:#ffffff1f;border-color:#fff}.fg-btn--nav{background:#1565c0;color:#fff;font-size:14px;padding:10px 28px}.fg-btn--nav:hover{background:#0d47a1;box-shadow:0 4px 14px #1565c059}.fg-hamburger{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px}.fg-hamburger span{background:#333;border-radius:2px;display:block;height:3px;transition:all .3s;width:26px}.fg-hamburger span.open:first-child{transform:rotate(45deg) translate(5px,6px)}.fg-hamburger span.open:nth-child(2){opacity:0}.fg-hamburger span.open:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}.fg-hero{align-items:center;background:linear-gradient(160deg,#0a2d6e,#0d47a1 35%,#1565c0 70%,#0a3b8f);display:flex;min-height:100vh;overflow:hidden;padding-top:75px;position:relative}.fg-hero-blob{border-radius:50%;position:absolute;z-index:0}.fg-hero-blob--1{animation:fg-blobRotate 25s linear infinite;background:radial-gradient(circle,#1565c080 0,#0d47a133 60%,#0000 70%);height:600px;right:-100px;top:-80px;width:600px}.fg-hero-blob--2{animation:fg-blobRotate 20s linear infinite reverse;background:radial-gradient(circle,#42a5f54d 0,#0000 70%);bottom:-100px;height:400px;right:10%;width:400px}.fg-hero-blob--3{animation:fg-float 6s ease-in-out infinite;background:radial-gradient(circle,#ff98001a 0,#0000 70%);bottom:15%;height:250px;left:5%;width:250px}.fg-hero-canvas-bg{height:100%;opacity:.15;position:absolute;right:0;top:0;width:55%;z-index:0}.fg-hero-inner{grid-gap:40px;align-items:center;display:grid;gap:40px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1300px;padding:40px 30px 80px;position:relative;width:100%;z-index:2}.fg-hero-text{text-align:left}.fg-hero-slide-text{left:0;opacity:0;position:absolute;top:0;transform:translateY(30px);transition:opacity .7s ease,visibility .7s ease,transform .7s ease;visibility:hidden;width:100%}.fg-hero-slide-text--active{opacity:1;position:relative;transform:translateY(0);visibility:visible}.fg-hero-title{color:#fff;font-size:50px;font-weight:800;line-height:1.18;margin-bottom:22px}.fg-hero-title span{color:#ff9800}.fg-hero-subtitle{color:#fffc;font-size:17px;line-height:1.8;margin-bottom:35px;max-width:480px}.fg-hero-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:flex-start}.fg-hero-visual{align-items:center;display:flex;justify-content:center;position:relative;z-index:2}.fg-hero-visual-blob{background:radial-gradient(circle,#42a5f540 0,#1565c01a 50%,#0000 70%);border-radius:50%;height:420px;position:absolute;width:420px;z-index:0}.fg-hero-visual canvas{border-radius:20px;box-shadow:0 25px 80px #0000004d;position:relative;z-index:1}.fg-hero-drops{height:100%;left:0;overflow:hidden;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.fg-hero-drop{opacity:0;position:absolute}.fg-hero-drop--1{animation:fg-dropFall 3s ease-in 0s infinite;left:8%;top:25%}.fg-hero-drop--2{animation:fg-dropFall 3.5s ease-in .8s infinite;left:15%;top:40%}.fg-hero-drop--3{animation:fg-dropFall 4s ease-in 1.5s infinite;right:12%;top:20%}.fg-hero-drop--4{animation:fg-dropFall 3.2s ease-in 2.2s infinite;right:25%;top:35%}.fg-hero-drop--5{animation:fg-dropFall 3.8s ease-in .5s infinite;left:45%;top:15%}.fg-hero-dots{bottom:35px;display:flex;gap:10px;left:50%;position:absolute;transform:translateX(-50%);z-index:5}.fg-hero-dot{background:#0000;border:2px solid #ffffff80;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s;width:12px}.fg-hero-dot--active{background:#ff9800;border-color:#ff9800;box-shadow:0 0 12px #ff980080}.fg-hero-wave{bottom:-2px;left:0;line-height:0;position:absolute;right:0;width:100%;z-index:3}.fg-hero-wave svg{display:block;height:120px;width:100%}.fg-section{padding:90px 20px;position:relative}.fg-section--alt{background:#f7f9fc}.fg-section--dark{background:linear-gradient(145deg,#0d1b2a,#1a2d45 50%,#0d1b2a);color:#fff}.fg-section--cta{background:linear-gradient(145deg,#1565c0,#0d47a1);color:#fff;text-align:center}.fg-section-header{margin-bottom:55px;text-align:center}.fg-section-header h2{color:#1a1a2e;font-size:36px;font-weight:800;margin-bottom:10px}.fg-section-header p{color:#888;font-size:16px;margin:0 auto;max-width:600px}.fg-section-header--light h2{color:#fff}.fg-section-header--light p{color:#ffffffb3}.fg-section-header .fg-title-bar{background:#ff9800;border-radius:2px;height:3px;margin:12px auto 0;width:50px}.fg-section-wave{line-height:0;margin-top:-1px}.fg-section-wave svg{display:block;height:60px;width:100%}.fg-section-wave--flip{margin-bottom:-1px;margin-top:0;transform:scaleY(-1)}.fg-about-grid{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.fg-about-illustration{align-items:center;display:flex;justify-content:center}.fg-about-text h3{color:#ff9800;font-size:14px;font-weight:700;letter-spacing:2px;margin-bottom:10px;text-transform:uppercase}.fg-about-text h2{color:#1a1a2e;font-size:34px;font-weight:800;line-height:1.3;margin-bottom:20px}.fg-about-text p{color:#666;font-size:16px;line-height:1.8;margin-bottom:25px}.fg-check-list{display:flex;flex-direction:column;gap:14px;list-style:none;margin-bottom:30px}.fg-check-list li{align-items:flex-start;color:#444;display:flex;font-size:15px;gap:12px}.fg-solutions-row{align-items:stretch;display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.fg-solution-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000000f;flex:1 1;max-width:360px;min-width:280px;overflow:hidden;padding:40px 30px;position:relative;text-align:center;transition:all .4s}.fg-solution-card:before{background:linear-gradient(90deg,#1565c0,#42a5f5);content:"";height:4px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s}.fg-solution-card:hover:before{transform:scaleX(1)}.fg-solution-card:hover{box-shadow:0 20px 50px #0000001a;transform:translateY(-10px)}.fg-solution-icon{align-items:center;background:linear-gradient(135deg,#e8f4fd,#d0e8fa);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 24px;width:80px}.fg-solution-card h3{color:#1a1a2e;font-size:20px;font-weight:700;margin-bottom:12px}.fg-solution-card p{color:#777;font-size:14px;line-height:1.7}.fg-solution-arrow{align-items:center;display:flex;flex-shrink:0}.fg-features-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.fg-feature-card{background:#fff;border-radius:14px;box-shadow:0 5px 25px #0000000d;overflow:hidden;padding:35px 24px;position:relative;text-align:center;transition:all .4s}.fg-feature-card:after{background:#ff9800;bottom:0;content:"";height:3px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .4s}.fg-feature-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-8px)}.fg-feature-card:hover:after{transform:scaleX(1)}.fg-feature-icon{align-items:center;background:linear-gradient(135deg,#e8f4fd,#d0e8fa);border-radius:50%;display:flex;height:64px;justify-content:center;margin:0 auto 18px;transition:all .4s;width:64px}.fg-feature-card:hover .fg-feature-icon{background:linear-gradient(135deg,#1565c0,#42a5f5)}.fg-feature-card h3{color:#1a1a2e;font-size:16px;font-weight:700;margin-bottom:10px}.fg-feature-card p{color:#777;font-size:13px;line-height:1.7}.fg-money-row{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr;margin-bottom:40px}.fg-money-card{border-radius:16px;box-shadow:0 10px 35px #0000000f;padding:40px 35px;transition:all .4s}.fg-money-card:hover{box-shadow:0 18px 45px #0000001a;transform:translateY(-6px)}.fg-money-card--wave{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-left:5px solid #1b8fd1}.fg-money-card--om{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-left:5px solid #f60}.fg-money-logo{margin-bottom:16px}.fg-money-card h3{color:#333;font-size:22px;font-weight:700;margin-bottom:12px}.fg-money-card p{color:#555;font-size:14px;line-height:1.7;margin-bottom:16px}.fg-money-card ul{display:flex;flex-direction:column;gap:8px;list-style:none}.fg-money-card ul li{color:#444;font-size:14px;padding-left:20px;position:relative}.fg-money-card ul li:before{color:#1565c0;content:"\2713";font-weight:700;left:0;position:absolute}.fg-money-card--om ul li:before{color:#f60}.fg-money-benefits{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.fg-money-benefit{align-items:center;color:#333;display:flex;font-size:15px;font-weight:600;gap:10px}.fg-stats-section{padding:70px 20px;position:relative;z-index:1}.fg-stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1100px}.fg-stat-card{padding:30px 16px;position:relative;text-align:center}.fg-stat-card+.fg-stat-card:before{background:#fff3;content:"";height:60%;left:0;position:absolute;top:20%;width:1px}.fg-stat-icon{font-size:36px;margin-bottom:12px}.fg-stat-value{color:#fff;font-size:40px;font-weight:800;margin-bottom:6px}.fg-stat-label{color:#ffffffb3;font-size:13px;letter-spacing:1.5px;text-transform:uppercase}.fg-partners-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.fg-partner-card{background:#fff;border-bottom:3px solid #0000;border-radius:14px;box-shadow:0 5px 25px #0000000d;display:flex;gap:20px;padding:28px;transition:all .4s}.fg-partner-card:hover{border-bottom-color:#1565c0;box-shadow:0 12px 35px #0000001a;transform:translateY(-5px)}.fg-partner-avatar{align-items:center;background:linear-gradient(135deg,#1565c0,#42a5f5);border-radius:50%;box-shadow:0 4px 12px #1565c04d;color:#fff;display:flex;flex-shrink:0;font-size:14px;font-weight:700;height:56px;justify-content:center;width:56px}.fg-partner-body h4{color:#1a1a2e;font-size:16px;font-weight:700;margin-bottom:4px}.fg-partner-meta{color:#777;font-size:13px;margin-bottom:2px}.fg-partner-loc{color:#999;font-size:12px;margin-bottom:10px}.fg-partner-stats{display:flex;gap:12px}.fg-partner-stats span{background:#f0f4f8;border-radius:12px;color:#555;font-size:12px;padding:4px 10px}.fg-partner-stats span strong{color:#1565c0}.fg-cta-content h2{color:#fff;font-size:36px;font-weight:800;margin-bottom:16px}.fg-cta-content p{font-size:18px;line-height:1.7;margin:0 auto 30px;max-width:600px;opacity:.9}.fg-cta-contacts{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.fg-cta-contact-item{align-items:center;display:flex;font-size:15px;gap:10px;opacity:.9}.fg-footer{background:#0d1b2a;color:#ccc;padding:60px 20px 0}.fg-footer-grid{grid-gap:40px;border-bottom:1px solid #ffffff1a;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1fr;padding-bottom:40px}.fg-footer-logo{align-items:center;color:#fff;display:flex;font-size:26px;font-weight:800;margin-bottom:16px}.fg-footer-col p{color:#fff9;font-size:14px;line-height:1.7;margin-bottom:6px}.fg-footer-col h4{color:#fff;font-size:16px;font-weight:700;margin-bottom:18px;padding-bottom:12px;position:relative}.fg-footer-col h4:after{background:#ff9800;bottom:0;content:"";height:2px;left:0;position:absolute;width:30px}.fg-footer-col a{color:#fff9;display:block;font-size:14px;margin-bottom:10px;padding-left:0;transition:all .3s}.fg-footer-col a:hover{color:#ff9800;padding-left:5px}.fg-footer-bottom{align-items:center;color:#fff6;display:flex;font-size:13px;justify-content:space-between;padding:20px 0}@media (max-width:1024px){.fg-features-grid{grid-template-columns:repeat(2,1fr)}.fg-stats-grid{grid-template-columns:repeat(3,1fr)}.fg-footer-grid{grid-template-columns:1fr 1fr}.fg-hero-title{font-size:40px}.fg-hero-blob--1{height:400px;width:400px}}@media (max-width:768px){.fg-nav-links{align-items:center;background:#0d1b2af7;bottom:0;display:none;flex-direction:column;gap:24px;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.fg-nav-links--open{display:flex}.fg-nav-links a{color:#fff!important;font-size:20px}.fg-hamburger{display:flex;z-index:1001}.fg-hero-inner{grid-template-columns:1fr;padding-bottom:120px}.fg-hero-inner,.fg-hero-text{text-align:center}.fg-hero-buttons{justify-content:center}.fg-hero-title{font-size:32px}.fg-hero-subtitle{margin:0 auto 30px;max-width:100%}.fg-hero-visual{margin-top:20px}.fg-hero-visual canvas{height:auto!important;max-width:320px;width:100%!important}.fg-hero-visual-blob{height:280px;width:280px}.fg-hero-blob--1{height:300px;right:-60px;top:-40px;width:300px}.fg-hero-blob--2,.fg-hero-blob--3,.fg-hero-canvas-bg{display:none}.fg-section{padding:60px 20px}.fg-section-header h2{font-size:28px}.fg-about-grid{grid-template-columns:1fr}.fg-about-illustration{order:-1}.fg-solutions-row{flex-direction:column}.fg-solution-arrow{transform:rotate(90deg)}.fg-solution-card{max-width:100%}.fg-features-grid,.fg-money-row{grid-template-columns:1fr}.fg-stats-grid{grid-template-columns:repeat(2,1fr)}.fg-stat-card+.fg-stat-card:before{display:none}.fg-footer-grid,.fg-partners-grid{grid-template-columns:1fr}.fg-footer-grid{gap:30px}.fg-footer-bottom{flex-direction:column;gap:8px;text-align:center}.fg-cta-content h2{font-size:26px}.fg-money-benefits{align-items:center;flex-direction:column;gap:16px}}@media (max-width:480px){.fg-hero-title{font-size:26px}.fg-hero-buttons{align-items:center;flex-direction:column}.fg-stats-grid{grid-template-columns:1fr}}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;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{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width: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{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.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);height:36px;width: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{height:44px;width: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{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;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{border-top:1px solid #ddd;height:0;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{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.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{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
/*# sourceMappingURL=main.67e8d4bf.css.map*/