@font-face{font-family:"Inter";font-style:normal;font-weight:400;font-display:swap;src:url("../fonts/inter/inter-latin-400-normal.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:500;font-display:swap;src:url("../fonts/inter/inter-latin-500-normal.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:600;font-display:swap;src:url("../fonts/inter/inter-latin-600-normal.woff2") format("woff2")}@font-face{font-family:"Inter";font-style:normal;font-weight:700;font-display:swap;src:url("../fonts/inter/inter-latin-700-normal.woff2") format("woff2")}:root{--bg-primary: #ffffff;--bg-secondary: #f6f6f8;--bg-tertiary: #eeeef0;--text-primary: #1e1e1e;--text-secondary: #5e5e6b;--text-tertiary: #8e8e98;--text-on-dark: #ffffff;--border-light: #ececf0;--border-medium: #dbdbe2;--border-strong: #c0c0cc;--accent-blue: #56c2ff;--accent-red: #ff6363;--accent-green: #59d499;--accent-yellow: #ffc531;--accent-purple: #881dec;--card-bg: #ffffff;--card-bg-alt: #fafafc;--card-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.08);--card-shadow-hover: 0 20px 40px -15px rgba(0, 0, 0, 0.15);--overlay-light: rgba(255, 255, 255, 0.8);--overlay-dark: rgba(0, 0, 0, 0.05);--btn-primary-bg: #1e1e1e;--btn-primary-text: #ffffff;--btn-primary-hover: #2a2a2a;--btn-secondary-bg: #f6f6f8;--btn-secondary-text: #1e1e1e;--btn-secondary-border: #dbdbe2;--btn-secondary-hover: #eaeaef;font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}body.dark-mode{--bg-primary: #000000;--bg-secondary: #101010;--bg-tertiary: #373737;--text-primary: #ffffff;--text-secondary: #d0d0d0;--text-tertiary: #7a7a85;--text-on-dark: #ffffff;--border-light: #3a3a3a;--border-medium: #4a4a4a;--border-strong: #5a5a5a;--accent-blue: #56c2ff;--accent-red: #ff6363;--accent-green: #59d499;--accent-yellow: #ffc531;--accent-purple: #881dec;--card-bg: #181818;--card-bg-alt: #0e0d0d;--card-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.3);--card-shadow-hover: 0 20px 40px -15px rgba(0, 0, 0, 0.4);--overlay-light: rgba(255, 255, 255, 0.05);--overlay-dark: rgba(0, 0, 0, 0.3);--btn-primary-bg: #ffffff;--btn-primary-text: #1a1a1a;--btn-primary-hover: #e0e0e0;--btn-secondary-bg: #2a2a2a;--btn-secondary-text: #ffffff;--btn-secondary-border: #4a4a4a;--btn-secondary-hover: #333333}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family, "Inter", sans-serif);background-color:var(--bg-primary);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .2s ease;overflow-x:hidden}body *{transition:background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.container{max-width:1280px;margin:0 auto;padding:0 32px}h1,h2,h3{font-weight:600;letter-spacing:-0.02em}h1{font-size:3.5rem;line-height:1.1;margin-bottom:1.5rem;max-width:800px}h2{font-size:3rem;line-height:1.2}h3{font-size:1.5rem}p{color:var(--text-secondary);font-size:1.225rem;max-width:600px}section{width:100%;padding-left:0;padding-right:0;margin:0}.gradient-text{background:linear-gradient(135deg, var(--accent-red), var(--accent-purple));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.section-eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600;color:var(--accent-blue);margin-bottom:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;border-radius:10px;font-weight:500;font-size:.95rem;line-height:1;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:all .15s ease;background:rgba(0,0,0,0);color:var(--text-primary);text-decoration:none;white-space:nowrap}.btn-primary{background:var(--btn-primary-bg);color:var(--btn-primary-text);border-color:var(--btn-primary-bg)}.btn-primary:hover{background:var(--btn-primary-hover);border-color:var(--btn-primary-hover)}.btn-secondary{background:var(--btn-secondary-bg);border-color:var(--btn-secondary-border);color:var(--btn-secondary-text)}.btn-secondary:hover{background:var(--btn-secondary-hover);border-color:var(--border-strong)}.btn-text{border-color:rgba(0,0,0,0);background:rgba(0,0,0,0);color:var(--text-secondary)}.btn-text:hover{color:var(--text-primary);background:var(--bg-secondary)}.btn-large{padding:12px 24px;font-size:1rem}.btn-block{width:100%}.btn-small{padding:6px 12px;font-size:.85rem}.navbar{position:fixed;top:0;left:0;width:100%;background:var(--overlay-light);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-light);z-index:1000}body.dark-mode .navbar{background:rgba(0,0,0,.47)}.nav-container{max-width:1280px;margin:0 auto;padding:0 32px;height:72px;display:flex;align-items:center;justify-content:space-between}main{padding-top:72px}.nav-logo a{display:flex;align-items:center;gap:8px;text-decoration:none;color:var(--text-primary);font-weight:600;font-size:1.1rem}.nav-logo img{height:28px;width:auto}.nav-links{display:flex;gap:32px;align-items:center}.nav-links a{text-decoration:none;color:var(--text-secondary);font-weight:500;font-size:.95rem;transition:color .15s ease}.nav-links a:hover{color:var(--text-primary)}.nav-docs{border:1px solid var(--border-medium);border-radius:16px;padding:4px 12px}.nav-actions{display:flex;gap:8px;align-items:center}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;background:var(--bg-primary);z-index:2000;transform:translateX(100%);transition:transform .3s ease-in-out;overflow-y:auto}.mobile-menu-overlay.active{transform:translateX(0)}.mobile-menu-container{min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;padding:24px}.mobile-menu-overlay:not(.active){display:none}.mobile-menu-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:24px;border-bottom:1px solid var(--border-light);margin-bottom:32px}.mobile-logo{display:flex;align-items:center;gap:8px}.mobile-logo img{height:28px;width:auto}.mobile-logo span{font-weight:600;font-size:1.1rem;color:var(--text-primary)}.mobile-menu-close{width:40px;height:40px;border-radius:50%;border:1px solid var(--border-medium);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;transition:all .15s ease}.mobile-menu-close:hover{background:var(--bg-secondary);border-color:var(--text-tertiary)}.mobile-menu-links{flex:1;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:24px;margin-bottom:40px}.mobile-menu-links a{text-decoration:none;color:var(--text-primary);font-size:1.5rem;font-weight:600;padding:12px 0;border-bottom:1px solid var(--border-light);transition:color .15s ease}.mobile-menu-links a:hover{color:var(--accent-blue)}.mobile-menu-links .nav-docs{display:inline-block;width:fit-content;padding:8px 24px;font-size:1.2rem}.mobile-menu-actions{padding-top:24px;border-top:1px solid var(--border-light);display:flex}.mobile-menu-btn{display:none;background:none;border:1px solid var(--border-light);border-radius:8px;padding:8px 12px;font-size:1.2rem;cursor:pointer;color:var(--text-primary)}.theme-toggle{width:40px;height:40px;border-radius:50%;border:1px solid var(--border-medium);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;margin-left:8px;position:relative;overflow:hidden}.theme-toggle:hover{background:var(--bg-secondary);border-color:var(--text-tertiary);transform:rotate(15deg)}.theme-toggle i{font-size:1.2rem;transition:all .3s ease;position:absolute}.theme-toggle .fa-moon{opacity:1;transform:translateY(0) rotate(0)}.theme-toggle .fa-sun{opacity:0;transform:translateY(20px) rotate(-90deg);color:#ffc531}body.dark-mode .theme-toggle .fa-moon{opacity:0;transform:translateY(-20px) rotate(90deg)}body.dark-mode .theme-toggle .fa-sun{opacity:1;transform:translateY(0) rotate(0)}.theme-toggle:active{transform:scale(0.9)}.bird-container{position:fixed;top:100px;left:-100px;z-index:999;pointer-events:none;will-change:transform}.bird-image{width:40px;height:auto;filter:drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));transform-origin:center center}body.dark-mode .bird-image{filter:brightness(0.8) drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3))}.hero{padding:100px 0 80px;min-height:calc(100vh - 72px);display:flex;align-items:center;position:relative;width:100%;overflow:hidden;height:100%}.hero-animated-bg{position:absolute;top:0;left:0;right:0;bottom:0;width:100vw;height:100%;z-index:0;pointer-events:none;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);overflow:hidden}.gradient-sphere{position:absolute;width:800px;height:800px;border-radius:50%;background:radial-gradient(circle at 30% 30%, rgba(86, 194, 255, 0.15), rgba(136, 29, 236, 0.05) 70%);top:-200px;right:-200px;animation:floatSphere 20s ease-in-out infinite}.gradient-sphere-2{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle at 70% 70%, rgba(255, 99, 99, 0.1), rgba(89, 212, 153, 0.03) 70%);bottom:-200px;left:-100px;animation:floatSphere2 18s ease-in-out infinite reverse}@keyframes floatSphere{0%,100%{transform:translate(0, 0) scale(1)}33%{transform:translate(-30px, 20px) scale(1.05)}66%{transform:translate(20px, -30px) scale(0.95)}}@keyframes floatSphere2{0%,100%{transform:translate(0, 0) scale(1)}33%{transform:translate(30px, -20px) scale(1.05)}66%{transform:translate(-20px, 30px) scale(0.95)}}.grid-lines{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(var(--border-light) 1px, transparent 1px),linear-gradient(90deg, var(--border-light) 1px, transparent 1px);background-size:50px 50px;opacity:.1;animation:gridMove 30s linear infinite}@keyframes gridMove{0%{transform:translate(0, 0)}100%{transform:translate(50px, 50px)}}.floating-shapes{position:absolute;width:100%;height:100%}.shape{position:absolute;background:linear-gradient(135deg, var(--accent-blue), var(--accent-purple));border-radius:50%;opacity:.03;filter:blur(40px);animation:shapeFloat 15s ease-in-out infinite}.shape-1{width:300px;height:300px;top:20%;left:10%;animation-delay:0s}.shape-2{width:200px;height:200px;bottom:20%;right:15%;background:linear-gradient(135deg, var(--accent-red), var(--accent-yellow));animation-delay:-5s}.shape-3{width:400px;height:400px;top:50%;left:50%;transform:translate(-50%, -50%);background:linear-gradient(135deg, var(--accent-green), var(--accent-blue));animation-delay:-10s}@keyframes shapeFloat{0%,100%{transform:translate(0, 0) scale(1)}25%{transform:translate(5%, 5%) scale(1.1)}50%{transform:translate(-5%, 10%) scale(0.9)}75%{transform:translate(10%, -5%) scale(1.05)}}.particles{position:absolute;width:100%;height:100%}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px;width:100%;max-width:1280px;margin:0 auto;padding:0 32px}.hero-content{display:flex;flex-direction:column;align-items:start;gap:24px;position:relative;z-index:3}.hero-content h1{font-size:3.5rem;line-height:1.1;margin-bottom:.5rem;max-width:700px;display:flex;flex-direction:column;justify-content:start;align-items:start;text-align:start}.hero-subtitle{font-size:1.125rem;color:var(--text-secondary);max-width:550px;margin-bottom:1rem;line-height:1.6}.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:.5rem}.hero-visual{display:flex;justify-content:center;align-items:center;position:relative;z-index:3}.window-ui{width:100%;max-width:500px;background:var(--card-bg);border:1px solid var(--border-light);border-radius:20px;box-shadow:var(--card-shadow);overflow:hidden;animation:windowFloat 6s ease-in-out infinite}@keyframes windowFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.window-header{padding:12px 16px;background:var(--bg-secondary);border-bottom:1px solid var(--border-light);display:flex;align-items:center;gap:12px}.window-dots{display:flex;gap:6px}.window-dots span{width:12px;height:12px;border-radius:50%;background:var(--border-medium)}.window-dots span:first-child{background:var(--accent-red)}.window-dots span:nth-child(2){background:var(--accent-yellow)}.window-dots span:last-child{background:var(--accent-green)}.window-title{color:var(--text-tertiary);font-size:.9rem;font-weight:500}.window-body{padding:24px}.suggestion-row{display:flex;align-items:center;gap:12px;padding:4px 12px;background:var(--bg-secondary);border-radius:10px;margin-bottom:20px;border:1px solid var(--border-light);transition:all .2s ease}.suggestion-row:focus-within{border-color:var(--accent-blue);box-shadow:0 0 0 3px rgba(86,194,255,.1)}.suggestion-icon{color:var(--text-tertiary);font-size:1rem;display:flex;align-items:center}.suggestion-input{flex:1;background:rgba(0,0,0,0);border:none;padding:8px 0;color:var(--text-primary);font-size:.95rem;font-family:inherit;outline:none}.suggestion-input::placeholder{color:var(--text-tertiary);opacity:.8}.suggestion-input:focus{outline:none}body.dark-mode .suggestion-input{color:var(--text-primary);background:rgba(0,0,0,0)}body.dark-mode .suggestion-input::placeholder{color:var(--text-tertiary)}.suggestion-input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.suggestion-input:-webkit-autofill,.suggestion-input:-webkit-autofill:hover,.suggestion-input:-webkit-autofill:focus,.suggestion-input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:var(--text-primary);transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px rgba(0,0,0,0)}.result-list{display:flex;flex-direction:column;gap:4px}.result-item{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:8px;color:var(--text-primary);font-size:.95rem}.result-item.active{background:var(--bg-secondary);border-left:3px solid var(--accent-blue)}.result-category{color:var(--text-tertiary);min-width:70px;font-size:.85rem}.result-name{font-weight:500}.result-count{color:var(--text-tertiary);font-weight:400}.problem-section{padding:100px 0;background:var(--bg-primary);border-bottom:1px solid var(--border-light)}.problem-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px;margin:48px 0 32px}.problem-card{background:var(--card-bg-alt);border:1px solid var(--border-light);border-radius:20px;padding:32px 24px;text-align:center;transition:all .2s ease}.problem-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow);border-color:var(--accent-red)}.problem-icon{font-size:2.5rem;color:var(--accent-red);margin-bottom:20px}.problem-card h3{font-size:1.25rem;margin-bottom:12px;color:var(--text-primary)}.problem-card p{font-size:.95rem;color:var(--text-tertiary);margin:0}.problem-conclusion{text-align:center;margin-top:40px}.conclusion-text{font-size:1.5rem;font-weight:600;color:var(--text-primary);max-width:700px;margin:0 auto}.full-w{width:100vw}.solution-section{padding:100px 0;background:var(--bg-secondary);border-bottom:1px solid var(--border-light)}.solution-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:60px}.solution-content{display:flex;flex-direction:column;gap:24px}.solution-description{font-size:1.25rem;margin-bottom:16px}.progressive-statements{display:flex;flex-direction:column;gap:16px;margin:24px 0 16px;position:relative}.progressive-item{display:flex;align-items:center;gap:20px;opacity:.7;transform:translateX(0);transition:all .3s ease}.progressive-item:hover{opacity:1;transform:translateX(10px)}.progressive-item.item-1{opacity:1}.progressive-item.item-2{opacity:.9}.progressive-item.item-3{opacity:.8}.progressive-number{font-size:1.5rem;font-weight:700;color:var(--text-tertiary);min-width:50px;font-family:monospace}.progressive-content{flex:1;position:relative}.progressive-badge{display:inline-block;background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:30px;padding:8px 20px;font-weight:500;color:var(--text-primary);font-size:1rem;box-shadow:var(--card-shadow);position:relative;z-index:2}.progressive-line{position:absolute;left:0;bottom:-8px;height:2px;background:linear-gradient(90deg, var(--accent-blue), var(--accent-purple));width:0;transition:width .5s ease}.progressive-item:hover .progressive-line{width:100%}.progressive-item.item-1 .progressive-line{width:100%}.progressive-item.item-2 .progressive-line{width:70%}.progressive-item.item-3 .progressive-line{width:40%}.progressive-arrow{display:flex;justify-content:flex-start;margin-left:70px;margin-top:8px;color:var(--accent-blue);font-size:1.2rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.solution-stats{display:grid;grid-template-columns:repeat(3, 1fr);gap:16px;background:var(--card-bg);border:1px solid var(--border-light);border-radius:30px;padding:40px 24px;box-shadow:var(--card-shadow);transition:all .3s ease}.stat-item{text-align:center}.stat-number{display:block;font-size:2.8rem;font-weight:700;color:var(--accent-blue);line-height:1;margin-bottom:8px;transition:color .3s ease}.stat-label{font-size:.9rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.who-section{padding:100px 0;background:var(--bg-primary);border-bottom:1px solid var(--border-light)}.who-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;margin:48px 0 40px}.who-card{background:var(--card-bg-alt);border:1px solid var(--border-light);border-radius:24px;padding:32px 24px;text-align:center;transition:all .2s ease}.who-card:hover{transform:translateY(-4px);box-shadow:var(--card-shadow);border-color:var(--accent-green)}.who-card i{font-size:2.5rem;color:var(--accent-green);margin-bottom:20px}.who-card h3{font-size:1.25rem;margin-bottom:8px;color:var(--text-primary)}.who-card p{font-size:.95rem;color:var(--text-tertiary);margin:0}.who-footer{text-align:center;margin-top:32px}.who-footer p{font-size:1.35rem;font-weight:500;color:var(--text-primary);max-width:700px;margin:0 auto}.different-section{padding:100px 0;background:var(--bg-secondary);border-bottom:1px solid var(--border-light)}.different-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin:48px 0}.different-card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:30px;padding:40px 32px;transition:all .2s ease}.different-card-positive{border-color:var(--accent-green);box-shadow:0 0 0 1px var(--accent-green),var(--card-shadow)}.different-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.different-header i{font-size:1.8rem}.different-header i.fa-xmark{color:var(--accent-red)}.different-header i.fa-check{color:var(--accent-green)}.different-header h3{font-size:1.5rem;margin:0}.different-list{list-style:none;padding:0}.different-list li{padding:12px 0;color:var(--text-secondary);display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border-light);font-size:1.1rem}.different-list li:last-child{border-bottom:none}.different-list i{font-size:1.25rem}.different-list-negative i{color:var(--accent-red)}.different-list i.fa-circle-check{color:var(--accent-green)}.different-footer{text-align:center;margin-top:32px}.different-footer p{font-size:1.5rem;font-weight:600;color:var(--text-primary);max-width:700px;margin:0 auto}.cta-section{padding:80px 0;background:var(--bg-primary)}.cta-card{background:linear-gradient(135deg, var(--bg-secondary) 0%, var(--card-bg-alt) 100%);border:1px solid var(--border-light);border-radius:40px;padding:64px 48px;text-align:center;max-width:900px;margin:0 auto;box-shadow:var(--card-shadow)}.cta-card h2{font-size:2.5rem;margin-bottom:16px;line-height:1.2}.cta-card p{font-size:1.25rem;margin:0 auto 32px;max-width:600px}.cta-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.features-section{padding:100px 0;background:var(--bg-secondary)}.section-header{text-align:center;margin-bottom:60px}.section-header p{margin:20px auto 0;color:var(--text-secondary)}.features-slider-wrapper{max-width:1100px;margin:0 auto}.features-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:40px;flex-wrap:wrap}.feature-tab{padding:8px 16px;border:1px solid var(--border-medium);background:rgba(0,0,0,0);border-radius:30px;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .15s ease;font-size:.95rem}.feature-tab:hover{background:var(--bg-primary);border-color:var(--text-tertiary)}.feature-tab.active{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-primary)}.features-slider-container{overflow:hidden;border-radius:24px;background:var(--bg-primary);box-shadow:var(--card-shadow);border:1px solid var(--border-light)}.features-slider{display:flex;transition:transform .4s cubic-bezier(0.2, 0, 0, 1)}.feature-slide{flex:0 0 100%;padding:0}.feature-split-layout{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.feature-image-side{background:linear-gradient(135deg, var(--bg-secondary), var(--bg-tertiary));display:flex;align-items:center;justify-content:center;padding:40px;position:relative;overflow:hidden}.feature-image-container{width:100%;height:100%;min-height:350px;border-radius:20px;display:flex;align-items:center;justify-content:center;position:relative}.image-overlay-content{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.conversion-visual{display:flex;align-items:flex-end;justify-content:center;gap:12px;height:200px;width:100%;padding:20px 0}.conversion-bar{width:50px;border-radius:12px 12px 4px 4px;transition:height .3s ease;animation:barPulse 3s ease-in-out infinite}.bar-1{animation-delay:0s}.bar-2{animation-delay:.5s}.bar-3{animation-delay:1s}.bar-4{animation-delay:1.5s}.bar-5{animation-delay:2s}@keyframes barPulse{0%,100%{transform:scaleY(1);opacity:.8}50%{transform:scaleY(1.1);opacity:1}}.performance-visual{display:flex;flex-direction:column;align-items:center;gap:20px}.speed-meter{width:150px;height:150px;border-radius:50%;background:var(--bg-primary);border:8px solid var(--border-medium);position:relative}.speed-needle{width:4px;height:60px;background:var(--accent-blue);position:absolute;bottom:50%;left:50%;transform-origin:bottom center;transition:transform .5s ease;animation:speedNeedleSweep 4s ease-in-out infinite}@keyframes speedNeedleSweep{0%,100%{transform:rotate(0deg)}25%{transform:rotate(30deg)}50%{transform:rotate(45deg)}75%{transform:rotate(20deg)}}.speed-stats{text-align:center}.speed-value{font-size:2rem;font-weight:700;color:var(--accent-green);display:block;animation:pulseText 2s ease-in-out infinite}@keyframes pulseText{0%,100%{transform:scale(1);color:var(--accent-green)}50%{transform:scale(1.1);color:var(--accent-blue)}}.speed-label{font-size:.9rem;color:var(--text-tertiary)}.tree-visual{display:flex;flex-direction:column;align-items:center;position:relative;padding:20px}.tree-node{padding:8px 16px;background:var(--bg-primary);border:1px solid var(--border-medium);border-radius:20px;margin:4px 0;font-size:.9rem;box-shadow:var(--card-shadow);z-index:2;animation:nodeAppear .5s ease-out forwards;opacity:0;transform:translateY(10px)}.node-1{animation-delay:.2s}.node-2{animation-delay:.4s}.node-3{animation-delay:.6s}.node-4{animation-delay:.8s}@keyframes nodeAppear{to{opacity:1;transform:translateY(0)}}.tree-node.root{background:var(--accent-purple);color:#fff;border-color:var(--accent-purple)}.tree-node.child{margin-left:40px}.tree-node.grandchild{margin-left:80px;font-size:.8rem}.tree-connector{position:absolute;width:2px;height:140px;background:var(--border-strong);top:58px;left:50%;z-index:1;animation:connectorPulse 3s ease-in-out infinite}@keyframes connectorPulse{0%,100%{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.05)}}.ux-showcase{display:flex;flex-direction:column;gap:20px;width:100%;padding:20px;background:var(--bg-primary);border-radius:20px;box-shadow:var(--card-shadow)}.ux-chip-row{display:flex;gap:10px;justify-content:center}.demo-chip{padding:6px 12px;background:var(--bg-secondary);border:1px solid var(--border-light);border-radius:30px;font-size:.9rem;animation:chipFloat 3s ease-in-out infinite}.chip-animate-1{animation-delay:0s}.chip-animate-2{animation-delay:1s}@keyframes chipFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}.demo-chip.active{background:var(--text-primary);color:var(--bg-primary)}.ux-swatches{display:flex;gap:10px;justify-content:center}.demo-swatch{width:40px;height:40px;border-radius:8px;border:2px solid var(--bg-primary);box-shadow:0 0 0 1px var(--border-medium);animation:swatchPulse 3s ease-in-out infinite}.swatch-1{animation-delay:0s}.swatch-2{animation-delay:.7s}.swatch-3{animation-delay:1.4s}@keyframes swatchPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}.demo-slider{width:100%;height:6px;background:var(--border-medium);border-radius:10px;position:relative;animation:sliderMove 4s ease-in-out infinite}.demo-slider::after{content:"";position:absolute;width:16px;height:16px;background:var(--text-primary);border-radius:50%;top:-5px;left:40%;animation:sliderThumb 4s ease-in-out infinite}@keyframes sliderMove{0%,100%{background:var(--border-medium)}50%{background:var(--accent-blue)}}@keyframes sliderThumb{0%,100%{left:10%;background:var(--text-primary)}50%{left:80%;background:var(--accent-blue)}}.insight-visual{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%}.insight-chart{display:flex;align-items:flex-end;justify-content:center;gap:15px;height:150px;width:100%;padding:10px}.chart-bar{width:40px;border-radius:8px 8px 0 0;transition:height .3s ease;animation:chartBarPulse 3s ease-in-out infinite}.chart-bar-1{animation-delay:0s}.chart-bar-2{animation-delay:.5s}.chart-bar-3{animation-delay:1s}.chart-bar-4{animation-delay:1.5s}@keyframes chartBarPulse{0%,100%{height:80px}25%{height:100px}50%{height:120px}75%{height:90px}}.chart-bar-2{animation-name:chartBarPulse2}@keyframes chartBarPulse2{0%,100%{height:120px}25%{height:140px}50%{height:160px}75%{height:130px}}.chart-bar-3{animation-name:chartBarPulse3}@keyframes chartBarPulse3{0%,100%{height:60px}25%{height:80px}50%{height:100px}75%{height:70px}}.chart-bar-4{animation-name:chartBarPulse4}@keyframes chartBarPulse4{0%,100%{height:100px}25%{height:120px}50%{height:80px}75%{height:110px}}.chart-label{font-size:.9rem;color:var(--text-tertiary)}.image-caption{font-size:.9rem;color:var(--text-tertiary);text-align:center;margin-top:10px}.feature-text-side{padding:40px;background:var(--bg-primary);display:flex;align-items:center}.feature-card.split-card{background:rgba(0,0,0,0);box-shadow:none;padding:0;width:100%}.feature-card.split-card .card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.feature-metric{margin-top:20px;padding:12px;background:var(--bg-secondary);border-radius:12px;color:var(--accent-green);font-weight:500}.feature-card .card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.feature-number{font-size:2.5rem;font-weight:700;color:var(--border-medium);line-height:1}.feature-card h3{margin:0;font-size:1.8rem}.feature-card p{font-size:1rem;margin-bottom:24px}.feature-list{list-style:none;padding:0}.feature-list li{padding:8px 0;color:var(--text-secondary);display:flex;align-items:center;gap:8px;border-bottom:1px dashed var(--border-light)}.feature-list li:last-child{border-bottom:none}.feature-preview{display:flex;gap:6px;align-items:flex-end;height:100px;padding:20px 0}.preview-bar{height:60px;flex:1;border-radius:8px;background:var(--accent-blue);opacity:.7}.animated-bar{animation:barWidthPulse 3s ease-in-out infinite}@keyframes barWidthPulse{0%,100%{opacity:.7;transform:scaleX(1)}50%{opacity:1;transform:scaleX(1.05)}}.performance-metric{display:flex;gap:20px;color:var(--text-secondary);font-size:.95rem;background:var(--bg-secondary);padding:16px;border-radius:12px}.component-grid{display:flex;flex-wrap:wrap;gap:12px;align-items:center;background:var(--bg-secondary);padding:20px;border-radius:12px}.chip{padding:6px 12px;background:var(--bg-primary);border:1px solid var(--border-light);border-radius:30px;font-size:.9rem}.chip-active{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}.color-swatch{width:32px;height:32px;border-radius:8px;border:2px solid var(--bg-primary);box-shadow:0 0 0 1px var(--border-medium)}.range-slider-sim{width:120px;height:6px;background:var(--border-medium);border-radius:10px;position:relative}.range-slider-sim::after{content:"";position:absolute;width:16px;height:16px;background:var(--text-primary);border-radius:50%;top:-5px;left:30px}.slider-controls{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:30px}.slider-control{width:40px;height:40px;border-radius:50%;border:1px solid var(--border-light);background:var(--bg-primary);color:var(--text-secondary);cursor:pointer;transition:all .15s ease}.slider-control:hover{background:var(--bg-secondary);border-color:var(--text-tertiary)}.slider-dots{display:flex;gap:8px}.dot{width:8px;height:8px;border-radius:50%;background:var(--border-medium);cursor:pointer;transition:all .15s ease}.dot.active{background:var(--text-primary);width:20px;border-radius:10px}.pricing-section{padding:100px 0;background:var(--bg-primary)}.pricing-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:24px;max-width:1100px;margin:0 auto}.pricing-card{background:var(--card-bg);border:1px solid var(--border-light);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:20px;transition:all .2s ease;position:relative}.pricing-card:hover{box-shadow:var(--card-shadow-hover);transform:translateY(-4px)}.pricing-card.popular{border-color:var(--text-primary);box-shadow:0 0 0 1px var(--text-primary),var(--card-shadow)}.card-badge{position:absolute;top:-12px;left:32px;background:var(--text-secondary);color:var(--bg-primary);padding:4px 12px;border-radius:30px;font-size:.8rem;font-weight:600;background:var(--text-primary)}.popular-badge{background:var(--accent-blue);color:var(--bg-primary)}.pricing-card h3{font-size:1.8rem;margin-top:10px}.card-description{color:var(--text-secondary);font-size:1rem;min-height:50px}.price{font-size:2.8rem;font-weight:700;line-height:1}.currency{font-size:1.2rem;font-weight:500;color:var(--text-tertiary);vertical-align:super}.period{font-size:1rem;font-weight:400;color:var(--text-tertiary);margin-left:4px}.pricing-card .feature-list{margin:20px 0}.pricing-card .feature-list li{border-bottom:none;padding:6px 0}.pricing-card .feature-list i{color:var(--accent-green)}.social-proof{padding:60px 0;background:var(--bg-secondary);text-align:center;border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light)}.proof-text{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;margin-bottom:20px}.avatar-cloud{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.avatar-initials{width:48px;height:48px;border-radius:50%;background:var(--bg-primary);border:2px solid var(--border-medium);display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--text-secondary);font-size:1rem;transition:all .15s ease}.avatar-initials:hover{border-color:var(--accent-blue);transform:scale(1.1)}.footer{background:var(--bg-primary);padding:60px 0 30px;border-top:1px solid var(--border-light)}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand{display:flex;flex-direction:column;align-items:start;gap:16px}.footer-brand img{height:32px;width:auto;filter:brightness(1)}body.dark-mode .footer-brand img{filter:brightness(1.2)}.footer-brand span{font-weight:700;font-size:1.2rem}.copyright{font-size:.85rem;color:var(--text-tertiary);max-width:250px}.footer-links h4{font-size:1rem;margin-bottom:20px;color:var(--text-primary)}.footer-links a{display:block;color:var(--text-tertiary);text-decoration:none;font-size:.9rem;margin-bottom:12px;transition:color .15s ease}.footer-links a:hover{color:var(--text-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:30px;border-top:1px solid var(--border-light);color:var(--text-tertiary);font-size:.9rem}.contact-info{display:flex;gap:24px}.contact-info span{display:inline-flex;align-items:center;gap:6px}.social-icons{display:flex;gap:16px}.social-icons a{color:var(--text-tertiary);font-size:1.2rem;transition:color .15s ease}.social-icons a:hover{color:var(--text-primary)}.cookie-banner{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--bg-primary);border:1px solid var(--border-light);border-radius:60px;padding:8px 16px 8px 24px;display:flex;align-items:center;gap:24px;box-shadow:var(--card-shadow);backdrop-filter:blur(8px);font-size:.9rem;z-index:1000}.cookie-banner a{color:var(--text-primary)}.cookie-banner .btn{border-radius:30px}body.dark-mode .card-badge{background:var(--text-primary);color:var(--bg-primary)}body.dark-mode .popular-badge{background:var(--accent-blue);color:var(--bg-primary)}body.dark-mode .avatar-initials{background:var(--bg-secondary);border-color:var(--border-strong)}body.dark-mode .window-ui{box-shadow:0 10px 30px -10px rgba(0,0,0,.5)}body.dark-mode .feature-tab.active{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}body.dark-mode .btn-primary{background:var(--text-primary);color:var(--bg-primary);border-color:var(--text-primary)}body.dark-mode .btn-primary:hover{background:#e0e0e0;border-color:#e0e0e0}@media(max-width: 1024px){h1{font-size:2.8rem}h2{font-size:2.2rem}.hero-content h1{font-size:2.8rem}.problem-grid{grid-template-columns:repeat(2, 1fr)}.who-grid{grid-template-columns:repeat(2, 1fr)}.pricing-grid{grid-template-columns:repeat(2, 1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:30px}.feature-split-layout{grid-template-columns:1fr}.feature-image-side{min-height:300px;padding:30px}}@media(max-width: 768px){.container{padding:0 20px}h1{font-size:2rem}h2{font-size:1.8rem}.hero{padding:60px 0;min-height:auto}.hero-content h1{font-size:2.2rem}.hero-subtitle{font-size:1rem}.nav-links,.nav-actions{display:none}.mobile-menu-btn{display:block}.hero-grid{grid-template-columns:1fr;text-align:center;gap:40px}.hero-content{align-items:center}.hero-content p{text-align:center}.problem-grid,.solution-grid,.who-grid,.different-grid{grid-template-columns:1fr}.solution-stats{grid-template-columns:1fr;gap:30px}.different-card{padding:30px 24px}.cta-card{padding:40px 24px}.cta-card h2{font-size:1.8rem}.features-tabs{flex-direction:column;align-items:stretch}.feature-tab{text-align:center}.feature-slide{padding:0}.feature-card.split-card .card-header{flex-direction:column;text-align:center;gap:8px}.feature-card h3{font-size:1.5rem}.feature-text-side{padding:30px}.feature-image-side{padding:30px}.pricing-grid{grid-template-columns:1fr;max-width:400px}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:20px;text-align:center}.contact-info{flex-direction:column;gap:10px}.cookie-banner{flex-direction:column;text-align:center;border-radius:20px;width:90%;padding:16px}.progressive-item{flex-direction:column;align-items:flex-start;gap:8px}.progressive-arrow{margin-left:0;justify-content:center}.bird-container{top:80px}.bird-image{width:30px}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.feature-slide{animation:fadeIn .4s ease-out}.problem-card,.solution-card,.who-card,.different-card{animation:fadeIn .4s ease-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@media screen and (max-height: 858px){.hero-subtitle{display:none}}@media screen and (max-height: 578px){.hero-visual{display:none}}@media screen and (max-width: 768px){.hero-visual{display:none}}.fa-solid,.fa-regular{display:inline-block;width:1em;height:1em;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.fa-arrow-right{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z'/%3E%3C/svg%3E")}.fa-magnifying-glass{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z'/%3E%3C/svg%3E")}.fa-filter-circle-xmark{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M382.8 199.1l121.9-146.1C521.1 31.28 506.8 0 479.3 0H32.7C5.213 0-9.965 31.28 7.375 52.19L192 274.8V368c0 7.828 3.812 15.17 10.25 19.66l66.88 46.8C260.7 413.9 256 391.5 256 368C256 288.1 309.6 220.5 382.8 199.1zM432 224C352.5 224 288 288.5 288 368s64.47 144 144 144s144-64.47 144-144S511.5 224 432 224zM488.5 401.9c6.242 6.242 6.252 16.37 .0098 22.62c-6.24 6.242-16.37 6.231-22.62-.0113l-33.91-33.91l-33.91 33.91c-6.242 6.242-16.37 6.253-22.62 .0106s-6.232-16.37 .0098-22.62l33.91-33.91l-33.91-33.91c-6.242-6.242-6.251-16.37-.009-22.62s16.37-6.232 22.62 .0106l33.91 33.91l33.91-33.91c6.242-6.242 16.37-6.254 22.61-.0113s6.233 16.37-.009 22.62l-33.91 33.91L488.5 401.9z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M382.8 199.1l121.9-146.1C521.1 31.28 506.8 0 479.3 0H32.7C5.213 0-9.965 31.28 7.375 52.19L192 274.8V368c0 7.828 3.812 15.17 10.25 19.66l66.88 46.8C260.7 413.9 256 391.5 256 368C256 288.1 309.6 220.5 382.8 199.1zM432 224C352.5 224 288 288.5 288 368s64.47 144 144 144s144-64.47 144-144S511.5 224 432 224zM488.5 401.9c6.242 6.242 6.252 16.37 .0098 22.62c-6.24 6.242-16.37 6.231-22.62-.0113l-33.91-33.91l-33.91 33.91c-6.242 6.242-16.37 6.253-22.62 .0106s-6.232-16.37 .0098-22.62l33.91-33.91l-33.91-33.91c-6.242-6.242-6.251-16.37-.009-22.62s16.37-6.232 22.62 .0106l33.91 33.91l33.91-33.91c6.242-6.242 16.37-6.254 22.61-.0113s6.233 16.37-.009 22.62l-33.91 33.91L488.5 401.9z'/%3E%3C/svg%3E")}.fa-ban{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM64 256c0-41.4 13.3-79.68 35.68-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448C150.1 448 64 361.9 64 256zM412.3 367.1L144.9 99.68C176.3 77.3 214.6 64 256 64c105.9 0 192 86.13 192 192C448 297.4 434.7 335.7 412.3 367.1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM64 256c0-41.4 13.3-79.68 35.68-111.1l267.4 267.4C335.7 434.7 297.4 448 256 448C150.1 448 64 361.9 64 256zM412.3 367.1L144.9 99.68C176.3 77.3 214.6 64 256 64c105.9 0 192 86.13 192 192C448 297.4 434.7 335.7 412.3 367.1z'/%3E%3C/svg%3E")}.fa-code{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M416 31.94C416 21.75 408.1 0 384.1 0c-13.98 0-26.87 9.072-30.89 23.18l-128 448c-.8404 2.935-1.241 5.892-1.241 8.801C223.1 490.3 232 512 256 512c13.92 0 26.73-9.157 30.75-23.22l128-448C415.6 37.81 416 34.85 416 31.94zM176 143.1c0-18.28-14.95-32-32-32c-8.188 0-16.38 3.125-22.62 9.376l-112 112C3.125 239.6 0 247.8 0 255.1S3.125 272.4 9.375 278.6l112 112C127.6 396.9 135.8 399.1 144 399.1c17.05 0 32-13.73 32-32c0-8.188-3.125-16.38-9.375-22.63L77.25 255.1l89.38-89.38C172.9 160.3 176 152.2 176 143.1zM640 255.1c0-8.188-3.125-16.38-9.375-22.63l-112-112C512.4 115.1 504.2 111.1 496 111.1c-17.05 0-32 13.73-32 32c0 8.188 3.125 16.38 9.375 22.63l89.38 89.38l-89.38 89.38C467.1 351.6 464 359.8 464 367.1c0 18.28 14.95 32 32 32c8.188 0 16.38-3.125 22.62-9.376l112-112C636.9 272.4 640 264.2 640 255.1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath d='M416 31.94C416 21.75 408.1 0 384.1 0c-13.98 0-26.87 9.072-30.89 23.18l-128 448c-.8404 2.935-1.241 5.892-1.241 8.801C223.1 490.3 232 512 256 512c13.92 0 26.73-9.157 30.75-23.22l128-448C415.6 37.81 416 34.85 416 31.94zM176 143.1c0-18.28-14.95-32-32-32c-8.188 0-16.38 3.125-22.62 9.376l-112 112C3.125 239.6 0 247.8 0 255.1S3.125 272.4 9.375 278.6l112 112C127.6 396.9 135.8 399.1 144 399.1c17.05 0 32-13.73 32-32c0-8.188-3.125-16.38-9.375-22.63L77.25 255.1l89.38-89.38C172.9 160.3 176 152.2 176 143.1zM640 255.1c0-8.188-3.125-16.38-9.375-22.63l-112-112C512.4 115.1 504.2 111.1 496 111.1c-17.05 0-32 13.73-32 32c0 8.188 3.125 16.38 9.375 22.63l89.38 89.38l-89.38 89.38C467.1 351.6 464 359.8 464 367.1c0 18.28 14.95 32 32 32c8.188 0 16.38-3.125 22.62-9.376l112-112C636.9 272.4 640 264.2 640 255.1z'/%3E%3C/svg%3E")}.fa-arrow-down{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M374.6 310.6l-160 160C208.4 476.9 200.2 480 192 480s-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 370.8V64c0-17.69 14.33-31.1 31.1-31.1S224 46.31 224 64v306.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0S387.1 298.1 374.6 310.6z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M374.6 310.6l-160 160C208.4 476.9 200.2 480 192 480s-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 370.8V64c0-17.69 14.33-31.1 31.1-31.1S224 46.31 224 64v306.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0S387.1 298.1 374.6 310.6z'/%3E%3C/svg%3E")}.fa-cart-shopping{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M96 0C107.5 0 117.4 8.19 119.6 19.51L121.1 32H541.8C562.1 32 578.3 52.25 572.6 72.66L518.6 264.7C514.7 278.5 502.1 288 487.8 288H170.7L179.9 336H488C501.3 336 512 346.7 512 360C512 373.3 501.3 384 488 384H159.1C148.5 384 138.6 375.8 136.4 364.5L76.14 48H24C10.75 48 0 37.25 0 24C0 10.75 10.75 0 24 0H96zM128 464C128 437.5 149.5 416 176 416C202.5 416 224 437.5 224 464C224 490.5 202.5 512 176 512C149.5 512 128 490.5 128 464zM512 464C512 490.5 490.5 512 464 512C437.5 512 416 490.5 416 464C416 437.5 437.5 416 464 416C490.5 416 512 437.5 512 464z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M96 0C107.5 0 117.4 8.19 119.6 19.51L121.1 32H541.8C562.1 32 578.3 52.25 572.6 72.66L518.6 264.7C514.7 278.5 502.1 288 487.8 288H170.7L179.9 336H488C501.3 336 512 346.7 512 360C512 373.3 501.3 384 488 384H159.1C148.5 384 138.6 375.8 136.4 364.5L76.14 48H24C10.75 48 0 37.25 0 24C0 10.75 10.75 0 24 0H96zM128 464C128 437.5 149.5 416 176 416C202.5 416 224 437.5 224 464C224 490.5 202.5 512 176 512C149.5 512 128 490.5 128 464zM512 464C512 490.5 490.5 512 464 512C437.5 512 416 490.5 416 464C416 437.5 437.5 416 464 416C490.5 416 512 437.5 512 464z'/%3E%3C/svg%3E")}.fa-store{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M495.5 223.2C491.6 223.7 487.6 224 483.4 224C457.4 224 434.2 212.6 418.3 195C402.4 212.6 379.2 224 353.1 224C327 224 303.8 212.6 287.9 195C272 212.6 248.9 224 222.7 224C196.7 224 173.5 212.6 157.6 195C141.7 212.6 118.5 224 92.36 224C88.3 224 84.21 223.7 80.24 223.2C24.92 215.8-1.255 150.6 28.33 103.8L85.66 13.13C90.76 4.979 99.87 0 109.6 0H466.4C476.1 0 485.2 4.978 490.3 13.13L547.6 103.8C577.3 150.7 551 215.8 495.5 223.2H495.5zM499.7 254.9C503.1 254.4 508 253.6 512 252.6V448C512 483.3 483.3 512 448 512H128C92.66 512 64 483.3 64 448V252.6C67.87 253.6 71.86 254.4 75.97 254.9L76.09 254.9C81.35 255.6 86.83 256 92.36 256C104.8 256 116.8 254.1 128 250.6V384H448V250.7C459.2 254.1 471.1 256 483.4 256C489 256 494.4 255.6 499.7 254.9L499.7 254.9z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath d='M495.5 223.2C491.6 223.7 487.6 224 483.4 224C457.4 224 434.2 212.6 418.3 195C402.4 212.6 379.2 224 353.1 224C327 224 303.8 212.6 287.9 195C272 212.6 248.9 224 222.7 224C196.7 224 173.5 212.6 157.6 195C141.7 212.6 118.5 224 92.36 224C88.3 224 84.21 223.7 80.24 223.2C24.92 215.8-1.255 150.6 28.33 103.8L85.66 13.13C90.76 4.979 99.87 0 109.6 0H466.4C476.1 0 485.2 4.978 490.3 13.13L547.6 103.8C577.3 150.7 551 215.8 495.5 223.2H495.5zM499.7 254.9C503.1 254.4 508 253.6 512 252.6V448C512 483.3 483.3 512 448 512H128C92.66 512 64 483.3 64 448V252.6C67.87 253.6 71.86 254.4 75.97 254.9L76.09 254.9C81.35 255.6 86.83 256 92.36 256C104.8 256 116.8 254.1 128 250.6V384H448V250.7C459.2 254.1 471.1 256 483.4 256C489 256 494.4 255.6 499.7 254.9L499.7 254.9z'/%3E%3C/svg%3E")}.fa-list{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M88 48C101.3 48 112 58.75 112 72V120C112 133.3 101.3 144 88 144H40C26.75 144 16 133.3 16 120V72C16 58.75 26.75 48 40 48H88zM480 64C497.7 64 512 78.33 512 96C512 113.7 497.7 128 480 128H192C174.3 128 160 113.7 160 96C160 78.33 174.3 64 192 64H480zM480 224C497.7 224 512 238.3 512 256C512 273.7 497.7 288 480 288H192C174.3 288 160 273.7 160 256C160 238.3 174.3 224 192 224H480zM480 384C497.7 384 512 398.3 512 416C512 433.7 497.7 448 480 448H192C174.3 448 160 433.7 160 416C160 398.3 174.3 384 192 384H480zM16 232C16 218.7 26.75 208 40 208H88C101.3 208 112 218.7 112 232V280C112 293.3 101.3 304 88 304H40C26.75 304 16 293.3 16 280V232zM88 368C101.3 368 112 378.7 112 392V440C112 453.3 101.3 464 88 464H40C26.75 464 16 453.3 16 440V392C16 378.7 26.75 368 40 368H88z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M88 48C101.3 48 112 58.75 112 72V120C112 133.3 101.3 144 88 144H40C26.75 144 16 133.3 16 120V72C16 58.75 26.75 48 40 48H88zM480 64C497.7 64 512 78.33 512 96C512 113.7 497.7 128 480 128H192C174.3 128 160 113.7 160 96C160 78.33 174.3 64 192 64H480zM480 224C497.7 224 512 238.3 512 256C512 273.7 497.7 288 480 288H192C174.3 288 160 273.7 160 256C160 238.3 174.3 224 192 224H480zM480 384C497.7 384 512 398.3 512 416C512 433.7 497.7 448 480 448H192C174.3 448 160 433.7 160 416C160 398.3 174.3 384 192 384H480zM16 232C16 218.7 26.75 208 40 208H88C101.3 208 112 218.7 112 232V280C112 293.3 101.3 304 88 304H40C26.75 304 16 293.3 16 280V232zM88 368C101.3 368 112 378.7 112 392V440C112 453.3 101.3 464 88 464H40C26.75 464 16 453.3 16 440V392C16 378.7 26.75 368 40 368H88z'/%3E%3C/svg%3E")}.fa-newspaper{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M480 32H128C110.3 32 96 46.33 96 64v336C96 408.8 88.84 416 80 416S64 408.8 64 400V96H32C14.33 96 0 110.3 0 128v288c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V64C512 46.33 497.7 32 480 32zM272 416h-96C167.2 416 160 408.8 160 400C160 391.2 167.2 384 176 384h96c8.836 0 16 7.162 16 16C288 408.8 280.8 416 272 416zM272 320h-96C167.2 320 160 312.8 160 304C160 295.2 167.2 288 176 288h96C280.8 288 288 295.2 288 304C288 312.8 280.8 320 272 320zM432 416h-96c-8.836 0-16-7.164-16-16c0-8.838 7.164-16 16-16h96c8.836 0 16 7.162 16 16C448 408.8 440.8 416 432 416zM432 320h-96C327.2 320 320 312.8 320 304C320 295.2 327.2 288 336 288h96C440.8 288 448 295.2 448 304C448 312.8 440.8 320 432 320zM448 208C448 216.8 440.8 224 432 224h-256C167.2 224 160 216.8 160 208v-96C160 103.2 167.2 96 176 96h256C440.8 96 448 103.2 448 112V208z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M480 32H128C110.3 32 96 46.33 96 64v336C96 408.8 88.84 416 80 416S64 408.8 64 400V96H32C14.33 96 0 110.3 0 128v288c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V64C512 46.33 497.7 32 480 32zM272 416h-96C167.2 416 160 408.8 160 400C160 391.2 167.2 384 176 384h96c8.836 0 16 7.162 16 16C288 408.8 280.8 416 272 416zM272 320h-96C167.2 320 160 312.8 160 304C160 295.2 167.2 288 176 288h96C280.8 288 288 295.2 288 304C288 312.8 280.8 320 272 320zM432 416h-96c-8.836 0-16-7.164-16-16c0-8.838 7.164-16 16-16h96c8.836 0 16 7.162 16 16C448 408.8 440.8 416 432 416zM432 320h-96C327.2 320 320 312.8 320 304C320 295.2 327.2 288 336 288h96C440.8 288 448 295.2 448 304C448 312.8 440.8 320 432 320zM448 208C448 216.8 440.8 224 432 224h-256C167.2 224 160 216.8 160 208v-96C160 103.2 167.2 96 176 96h256C440.8 96 448 103.2 448 112V208z'/%3E%3C/svg%3E")}.fa-brush{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M0 320c0 35.38 28.62 64 64 64h64v64c0 35.38 28.62 64 64 64s64-28.62 64-64v-64h64c35.38 0 64-28.62 64-64V288H0V320zM192 424c13.25 0 24 10.75 24 24s-10.75 24-24 24S168 461.3 168 448S178.8 424 192 424zM352 0h-128l-32 64L160 0H128L96 64L64 0H32C14.38 0 0 14.38 0 32v224h384V32C384 14.38 369.6 0 352 0z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M0 320c0 35.38 28.62 64 64 64h64v64c0 35.38 28.62 64 64 64s64-28.62 64-64v-64h64c35.38 0 64-28.62 64-64V288H0V320zM192 424c13.25 0 24 10.75 24 24s-10.75 24-24 24S168 461.3 168 448S178.8 424 192 424zM352 0h-128l-32 64L160 0H128L96 64L64 0H32C14.38 0 0 14.38 0 32v224h384V32C384 14.38 369.6 0 352 0z'/%3E%3C/svg%3E")}.fa-xmark{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E")}.fa-check{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M480 128c0 8.188-3.125 16.38-9.375 22.62l-256 256C208.4 412.9 200.2 416 192 416s-16.38-3.125-22.62-9.375l-128-128C35.13 272.4 32 264.2 32 256c0-18.28 14.95-32 32-32c8.188 0 16.38 3.125 22.62 9.375L192 338.8l233.4-233.4C431.6 99.13 439.8 96 448 96C465.1 96 480 109.7 480 128z'/%3E%3C/svg%3E")}.fa-chevron-left{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M224 480c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l169.4 169.4c12.5 12.5 12.5 32.75 0 45.25C240.4 476.9 232.2 480 224 480z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M224 480c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25l192-192c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25L77.25 256l169.4 169.4c12.5 12.5 12.5 32.75 0 45.25C240.4 476.9 232.2 480 224 480z'/%3E%3C/svg%3E")}.fa-chevron-right{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M96 480c-8.188 0-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L242.8 256L73.38 86.63c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l192 192c12.5 12.5 12.5 32.75 0 45.25l-192 192C112.4 476.9 104.2 480 96 480z'/%3E%3C/svg%3E")}.fa-circle-xmark{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M336.1 175c-9.375-9.375-24.56-9.375-33.94 0L256 222.1L208.1 175c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l47.03 47.03L175 303c-9.375 9.375-9.375 24.56 0 33.94c9.373 9.373 24.56 9.381 33.94 0L256 289.9l47.03 47.03c9.373 9.373 24.56 9.381 33.94 0c9.375-9.375 9.375-24.56 0-33.94l-47.03-47.03l47.03-47.03C346.3 199.6 346.3 184.4 336.1 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256S512 397.4 512 256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M336.1 175c-9.375-9.375-24.56-9.375-33.94 0L256 222.1L208.1 175c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l47.03 47.03L175 303c-9.375 9.375-9.375 24.56 0 33.94c9.373 9.373 24.56 9.381 33.94 0L256 289.9l47.03 47.03c9.373 9.373 24.56 9.381 33.94 0c9.375-9.375 9.375-24.56 0-33.94l-47.03-47.03l47.03-47.03C346.3 199.6 346.3 184.4 336.1 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256S512 397.4 512 256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z'/%3E%3C/svg%3E")}.fa-circle-check{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M335 175L224 286.1L176.1 239c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l64 64C211.7 341.7 217.8 344 224 344s12.28-2.344 16.97-7.031l128-128c9.375-9.375 9.375-24.56 0-33.94S344.4 165.7 335 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M335 175L224 286.1L176.1 239c-9.375-9.375-24.56-9.375-33.94 0s-9.375 24.56 0 33.94l64 64C211.7 341.7 217.8 344 224 344s12.28-2.344 16.97-7.031l128-128c9.375-9.375 9.375-24.56 0-33.94S344.4 165.7 335 175zM256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 464c-114.7 0-208-93.31-208-208S141.3 48 256 48s208 93.31 208 208S370.7 464 256 464z'/%3E%3C/svg%3E")}.fa-clock{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M232 120C232 106.7 242.7 96 256 96C269.3 96 280 106.7 280 120V243.2L365.3 300C376.3 307.4 379.3 322.3 371.1 333.3C364.6 344.3 349.7 347.3 338.7 339.1L242.7 275.1C236 271.5 232 264 232 255.1L232 120zM256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0zM48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48C141.1 48 48 141.1 48 256z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M232 120C232 106.7 242.7 96 256 96C269.3 96 280 106.7 280 120V243.2L365.3 300C376.3 307.4 379.3 322.3 371.1 333.3C364.6 344.3 349.7 347.3 338.7 339.1L242.7 275.1C236 271.5 232 264 232 255.1L232 120zM256 0C397.4 0 512 114.6 512 256C512 397.4 397.4 512 256 512C114.6 512 0 397.4 0 256C0 114.6 114.6 0 256 0zM48 256C48 370.9 141.1 464 256 464C370.9 464 464 370.9 464 256C464 141.1 370.9 48 256 48C141.1 48 48 141.1 48 256z'/%3E%3C/svg%3E")}.fa-chart-bar{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M24 32C37.25 32 48 42.75 48 56V408C48 421.3 58.75 432 72 432H488C501.3 432 512 442.7 512 456C512 469.3 501.3 480 488 480H72C32.24 480 0 447.8 0 408V56C0 42.75 10.75 32 24 32zM128 136C128 122.7 138.7 112 152 112H360C373.3 112 384 122.7 384 136C384 149.3 373.3 160 360 160H152C138.7 160 128 149.3 128 136zM296 208C309.3 208 320 218.7 320 232C320 245.3 309.3 256 296 256H152C138.7 256 128 245.3 128 232C128 218.7 138.7 208 152 208H296zM424 304C437.3 304 448 314.7 448 328C448 341.3 437.3 352 424 352H152C138.7 352 128 341.3 128 328C128 314.7 138.7 304 152 304H424z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M24 32C37.25 32 48 42.75 48 56V408C48 421.3 58.75 432 72 432H488C501.3 432 512 442.7 512 456C512 469.3 501.3 480 488 480H72C32.24 480 0 447.8 0 408V56C0 42.75 10.75 32 24 32zM128 136C128 122.7 138.7 112 152 112H360C373.3 112 384 122.7 384 136C384 149.3 373.3 160 360 160H152C138.7 160 128 149.3 128 136zM296 208C309.3 208 320 218.7 320 232C320 245.3 309.3 256 296 256H152C138.7 256 128 245.3 128 232C128 218.7 138.7 208 152 208H296zM424 304C437.3 304 448 314.7 448 328C448 341.3 437.3 352 424 352H152C138.7 352 128 341.3 128 328C128 314.7 138.7 304 152 304H424z'/%3E%3C/svg%3E")}.fas{display:inline-block;width:1em;height:1em;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.fa-moon{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M32 256c0-123.8 100.3-224 223.8-224c11.36 0 29.7 1.668 40.9 3.746c9.616 1.777 11.75 14.63 3.279 19.44C245 86.5 211.2 144.6 211.2 207.8c0 109.7 99.71 193 208.3 172.3c9.561-1.805 16.28 9.324 10.11 16.95C387.9 448.6 324.8 480 255.8 480C132.1 480 32 379.6 32 256z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M32 256c0-123.8 100.3-224 223.8-224c11.36 0 29.7 1.668 40.9 3.746c9.616 1.777 11.75 14.63 3.279 19.44C245 86.5 211.2 144.6 211.2 207.8c0 109.7 99.71 193 208.3 172.3c9.561-1.805 16.28 9.324 10.11 16.95C387.9 448.6 324.8 480 255.8 480C132.1 480 32 379.6 32 256z'/%3E%3C/svg%3E")}.fa-sun{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 159.1c-53.02 0-95.1 42.98-95.1 95.1S202.1 351.1 256 351.1s95.1-42.98 95.1-95.1S309 159.1 256 159.1zM509.3 347L446.1 255.1l63.15-91.01c6.332-9.125 1.104-21.74-9.826-23.72l-109-19.7l-19.7-109c-1.975-10.93-14.59-16.16-23.72-9.824L256 65.89L164.1 2.736c-9.125-6.332-21.74-1.107-23.72 9.824L121.6 121.6L12.56 141.3C1.633 143.2-3.596 155.9 2.736 164.1L65.89 256l-63.15 91.01c-6.332 9.125-1.105 21.74 9.824 23.72l109 19.7l19.7 109c1.975 10.93 14.59 16.16 23.72 9.824L256 446.1l91.01 63.15c9.127 6.334 21.75 1.107 23.72-9.822l19.7-109l109-19.7C510.4 368.8 515.6 356.1 509.3 347zM256 383.1c-70.69 0-127.1-57.31-127.1-127.1c0-70.69 57.31-127.1 127.1-127.1s127.1 57.3 127.1 127.1C383.1 326.7 326.7 383.1 256 383.1z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 159.1c-53.02 0-95.1 42.98-95.1 95.1S202.1 351.1 256 351.1s95.1-42.98 95.1-95.1S309 159.1 256 159.1zM509.3 347L446.1 255.1l63.15-91.01c6.332-9.125 1.104-21.74-9.826-23.72l-109-19.7l-19.7-109c-1.975-10.93-14.59-16.16-23.72-9.824L256 65.89L164.1 2.736c-9.125-6.332-21.74-1.107-23.72 9.824L121.6 121.6L12.56 141.3C1.633 143.2-3.596 155.9 2.736 164.1L65.89 256l-63.15 91.01c-6.332 9.125-1.105 21.74 9.824 23.72l109 19.7l19.7 109c1.975 10.93 14.59 16.16 23.72 9.824L256 446.1l91.01 63.15c9.127 6.334 21.75 1.107 23.72-9.822l19.7-109l109-19.7C510.4 368.8 515.6 356.1 509.3 347zM256 383.1c-70.69 0-127.1-57.31-127.1-127.1c0-70.69 57.31-127.1 127.1-127.1s127.1 57.3 127.1 127.1C383.1 326.7 326.7 383.1 256 383.1z'/%3E%3C/svg%3E")}.fa-bars{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM0 256C0 238.3 14.33 224 32 224H416C433.7 224 448 238.3 448 256C448 273.7 433.7 288 416 288H32C14.33 288 0 273.7 0 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z'/%3E%3C/svg%3E")}.fa-xmark,.fa-times{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z'/%3E%3C/svg%3E")}.fa-brands{display:inline-block;width:1em;height:1em;background-color:currentColor;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.fa-envelope{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M448 64H64C28.65 64 0 92.65 0 128v256c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V128C512 92.65 483.3 64 448 64zM64 112h384c8.822 0 16 7.178 16 16v22.16l-166.8 138.1c-23.19 19.28-59.34 19.27-82.47 .0156L48 150.2V128C48 119.2 55.18 112 64 112zM448 400H64c-8.822 0-16-7.178-16-16V212.7l136.1 113.4C204.3 342.8 229.8 352 256 352s51.75-9.188 71.97-25.98L464 212.7V384C464 392.8 456.8 400 448 400z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M448 64H64C28.65 64 0 92.65 0 128v256c0 35.35 28.65 64 64 64h384c35.35 0 64-28.65 64-64V128C512 92.65 483.3 64 448 64zM64 112h384c8.822 0 16 7.178 16 16v22.16l-166.8 138.1c-23.19 19.28-59.34 19.27-82.47 .0156L48 150.2V128C48 119.2 55.18 112 64 112zM448 400H64c-8.822 0-16-7.178-16-16V212.7l136.1 113.4C204.3 342.8 229.8 352 256 352s51.75-9.188 71.97-25.98L464 212.7V384C464 392.8 456.8 400 448 400z'/%3E%3C/svg%3E")}.fa-location-dot{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2H168.3zM192 256C227.3 256 256 227.3 256 192C256 156.7 227.3 128 192 128C156.7 128 128 156.7 128 192C128 227.3 156.7 256 192 256z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M168.3 499.2C116.1 435 0 279.4 0 192C0 85.96 85.96 0 192 0C298 0 384 85.96 384 192C384 279.4 267 435 215.7 499.2C203.4 514.5 180.6 514.5 168.3 499.2H168.3zM192 256C227.3 256 256 227.3 256 192C256 156.7 227.3 128 192 128C156.7 128 128 156.7 128 192C128 227.3 156.7 256 192 256z'/%3E%3C/svg%3E")}.fa-github{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z'/%3E%3C/svg%3E")}.fa-x-twitter{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E")}.fa-twitter,.fa-x-twitter{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E")}.problem-section,.solution-section,.who-section,.different-section,.cta-section,.features-section,.pricing-section,.social-proof{content-visibility:auto;contain-intrinsic-size:500px}/*# sourceMappingURL=style.css.map */
