:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-text:#102930;--color-text-secondary:#42403c;--color-text-muted:#928e88;--color-accent:#00a0a0;--color-highlight:#ff6b4a;--color-surface:#fffcf7;--color-surface-alt:#f7f4ef;--color-surface-inverse:#102930;--color-surface-inverse-deep:#12282f;--color-text-inverse:#fffcf7;--color-accent-muted:#1a5858;--color-border:#42403c26;--color-border-light:#42403c14;--shadow-soft:0 4px 24px #0000000a}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-text:#fffcf7;--color-text-secondary:#d4d0ca;--color-text-muted:#9a968f;--color-accent:#2ecece;--color-highlight:#ff8a6a;--color-surface:#1a3038;--color-surface-alt:#243d46;--color-border:#fffcf71f;--color-border-light:#fffcf70f;--shadow-soft:0 4px 24px #0000004d}:root:not([data-theme=light]) .page:before{background:linear-gradient(#3e8a8b2e 0%,#2ecece1f 30%,#3e8a8b14 60%,#3e8a8b38 100%)}:root:not([data-theme=light]) .page:after{background:linear-gradient(#ed76581f 0%,#ff8a6a14 40%,#ed76581a 70%,#ed765838 100%)}:root:not([data-theme=light]) .section-alt{background-color:#243d46b3}:root:not([data-theme=light]) .nav{background-color:#1a3038f2}:root:not([data-theme=light]) .example-card{background-color:#1a3038d9}:root:not([data-theme=light]) .cta-bubble{background-color:#1a5858eb;box-shadow:0 8px 32px #0006}:root:not([data-theme=light]) .footer-bottom-row{color:#fffcf7}:root:not([data-theme=light]) .client-logo{background-color:#fffcf7d9;border-radius:8px;padding:12px 16px}:root:not([data-theme=light]) .client-logo img{filter:grayscale();mix-blend-mode:multiply;opacity:.8}:root:not([data-theme=light]) .section-accent{background-color:var(--color-accent-muted)}:root:not([data-theme=light]) .experience-logo-card{background-color:var(--color-surface);border-color:var(--color-border-light)}}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-text:#fffcf7;--color-text-secondary:#d4d0ca;--color-text-muted:#9a968f;--color-accent:#2ecece;--color-highlight:#ff8a6a;--color-surface:#1a3038;--color-surface-alt:#243d46;--color-border:#fffcf71f;--color-border-light:#fffcf70f;--shadow-soft:0 4px 24px #0000004d}[data-theme=light]{--color-text:#102930;--color-text-secondary:#42403c;--color-text-muted:#928e88;--color-accent:#00a0a0;--color-highlight:#ff6b4a;--color-surface:#fffcf7;--color-surface-alt:#f7f4ef;--color-border:#42403c26;--color-border-light:#42403c14;--shadow-soft:0 4px 24px #0000000a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body),system-ui,-apple-system,sans-serif;background-color:var(--color-surface);color:var(--color-text);-webkit-font-smoothing:antialiased;margin:0;line-height:1.6}h1,h2,h3,h4{font-family:var(--font-display),system-ui,-apple-system,sans-serif;letter-spacing:-.02em;margin:0;line-height:1.15}p{margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.page{background-color:var(--color-surface);min-height:100vh;padding-top:73px;position:relative;overflow-x:hidden}.page:before{content:"";clip-path:polygon(50% 0%,100% 0%,100% 100%,80% 100%,50% 92%,0% 70%,20% 40%,10% 20%);pointer-events:none;z-index:0;background:linear-gradient(#3e8a8b1f 0%,#00a0a014 30%,#3e8a8b0d 60%,#3e8a8b26 100%);width:40%;height:100%;position:absolute;top:0;right:0}.page:after{content:"";clip-path:polygon(0% 0%,70% 10%,50% 30%,80% 50%,40% 70%,50% 92%,20% 100%,0% 100%);pointer-events:none;z-index:0;background:linear-gradient(#ed765814 0%,#ff6b4a0d 40%,#ed76580f 70%,#ed765826 100%);width:35%;height:100%;position:absolute;top:0;left:0}[data-theme=dark] .page:before{background:linear-gradient(#3e8a8b2e 0%,#2ecece1f 30%,#3e8a8b14 60%,#3e8a8b38 100%)}[data-theme=dark] .page:after{background:linear-gradient(#ed76581f 0%,#ff8a6a14 40%,#ed76581a 70%,#ed765838 100%)}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:clamp(64px,8vw,120px) 0;scroll-margin-top:96px;position:relative}.section-alt{background-color:#f7f4efb3}[data-theme=dark] .section-alt{background-color:#243d46b3}.section-dark{background-color:var(--color-surface-inverse);color:var(--color-text-inverse)}.section-accent{background-color:var(--color-accent);color:var(--color-text-inverse)}.section-header{text-align:center;margin-bottom:clamp(32px,6vw,64px)}.section-label{letter-spacing:2px;text-transform:uppercase;color:var(--color-highlight);margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.section-title{margin-bottom:16px;font-size:clamp(28px,4vw,44px)}.section-lead{color:var(--color-text-muted);max-width:720px;margin:0 auto;font-size:clamp(15px,2.2vw,18px);line-height:1.7}main{z-index:1;position:relative}.nav{z-index:100;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--color-border);background-color:#fffcf7f2;height:max(56px,min(80px,5vw));max-height:max(56px,min(80px,5vw));position:fixed;top:0;left:0;right:0;overflow:visible}[data-theme=dark] .nav{background-color:#1a3038f2}.nav-inner{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:clamp(8px,2vw,24px);height:100%;display:flex}.logo{align-items:center;display:inline-flex}.logo-full{flex-shrink:0;width:auto;height:48px}.nav-links{flex-wrap:nowrap;flex-shrink:1;align-items:center;gap:clamp(8px,2vw,24px);display:flex;overflow:hidden}.nav-link{color:var(--color-text-secondary);white-space:nowrap;font-size:clamp(11px,1.2vw,15px);font-weight:500}.nav-cta{background-color:var(--color-accent);color:var(--color-surface);white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;padding:clamp(6px,1vw,10px) clamp(12px,2vw,22px);font-size:clamp(11px,1.2vw,15px);font-weight:600;display:inline-flex}.theme-toggle{border:1px solid var(--color-border);width:clamp(28px,3vw,40px);height:clamp(28px,3vw,40px);color:var(--color-text-secondary);cursor:pointer;background-color:#0000;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:flex}.theme-toggle:hover{background-color:var(--color-surface-alt);color:var(--color-text)}.language-toggle{border:1px solid var(--color-border);border-radius:8px;flex-shrink:0;display:flex;overflow:hidden}.language-btn{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:clamp(4px,.8vw,8px) clamp(6px,1vw,10px);font-size:clamp(9px,1vw,12px);font-weight:600;transition:background-color .2s,color .2s}.language-btn:not(:last-child){border-right:1px solid var(--color-border)}.language-btn:hover{background-color:var(--color-surface-alt);color:var(--color-text)}.language-btn.active{background-color:var(--color-accent);color:var(--color-surface)}.nav-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.hamburger-line{background-color:var(--color-text);border-radius:1px;width:100%;height:2px;transition:transform .3s,opacity .3s;display:block}.hamburger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.nav-overlay,.nav-drawer{display:none}@media (max-width:720px){.nav-desktop{display:none}.nav-hamburger{display:flex}.nav-overlay{z-index:101;background:#0006;display:block;position:fixed;inset:56px 0 0}.nav-drawer{background-color:var(--color-surface);border-left:1px solid var(--color-border);z-index:102;visibility:hidden;flex-direction:column;gap:4px;width:260px;padding:24px 20px;display:flex;position:fixed;top:56px;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}.nav-drawer-open{visibility:visible;transition:transform .3s;transform:translate(0)}[data-theme=dark] .nav-drawer{background-color:var(--color-surface)}.nav-drawer-link{color:var(--color-text-secondary);border-bottom:1px solid var(--color-border-light);padding:12px 0;font-size:16px;font-weight:500}.nav-drawer-controls{align-items:center;gap:12px;padding:16px 0;display:flex}.nav-drawer-controls .theme-toggle{width:40px;height:40px}.nav-drawer-controls .language-btn{padding:6px 10px;font-size:12px}.nav-drawer-cta{text-align:center;margin-top:8px;padding:12px 20px;font-size:15px}}.hero{padding:clamp(80px,10vw,140px) 0;position:relative;overflow:hidden}.hero>*{z-index:1;position:relative}.hero-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;gap:clamp(32px,6vw,56px);display:grid}.hero-pill{background-color:var(--color-surface-alt);border:1px solid var(--color-border);color:var(--color-accent);letter-spacing:.5px;border-radius:999px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 18px;font-size:13px;font-weight:600;display:inline-flex}.hero-title{margin-bottom:24px;font-size:clamp(36px,6vw,60px)}.hero-title span{color:var(--color-accent)}.hero-subtitle{color:var(--color-text-secondary);text-align:justify;margin-bottom:36px;font-size:clamp(16px,2.5vw,20px);line-height:1.7}.hero-cta{flex-wrap:wrap;gap:16px;display:flex}.hero-cta-large{justify-content:flex-start;display:flex}.btn.btn-large{border-radius:12px;padding:clamp(12px,2vw,16px) clamp(24px,5vw,40px);font-size:clamp(15px,2.2vw,18px);font-weight:700}.btn{border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;padding:clamp(12px,2vw,16px) clamp(20px,4vw,32px);font-size:clamp(14px,2vw,16px);font-weight:600;display:inline-flex}.btn-primary{background-color:var(--color-accent);color:var(--color-surface)}.btn-secondary{background-color:var(--color-surface-alt);color:var(--color-text);border-color:#928e8840}.btn-highlight-text{color:var(--color-highlight);border-color:var(--color-highlight)}.btn-light{background-color:var(--color-surface);color:var(--color-text)}.visual-card{background-color:var(--color-surface);border:1px solid var(--color-border);box-shadow:var(--shadow-soft);border-radius:16px;min-height:180px;padding:20px}.visual-label{text-align:center;letter-spacing:1.5px;text-transform:uppercase;color:var(--color-text);margin-bottom:16px;font-size:13px;font-weight:700;display:block}.visual-items{flex-direction:column;gap:8px;min-width:200px;display:flex}.visual-item{background-color:var(--color-surface-alt);color:var(--color-text-secondary);border:1px solid var(--color-border-light);border-radius:8px;padding:10px 14px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:13px}.visual-table{border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:0;display:flex;overflow:hidden}.visual-row{color:var(--color-text-secondary);grid-template-columns:1fr 1fr 1fr;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:12px;display:grid}.visual-row span{border-bottom:1px solid var(--color-border-light);border-right:1px solid var(--color-border-light);padding:10px 12px}.visual-row span:last-child{border-right:none}.visual-row:last-child span{border-bottom:none}.visual-row.visual-header{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);background-color:var(--color-surface-alt);font-size:10px;font-weight:700;font-family:var(--font-body),system-ui,sans-serif}.visual-arrow{color:var(--color-highlight);justify-content:center;align-items:center;padding:0 8px;display:flex}.hero-visual{flex-direction:column;gap:16px;display:flex;position:relative}.visual-type-header{text-align:center;transition:transform .5s,opacity .5s}.visual-type-header.visual-slide-out{opacity:0;transform:translate(50px)}.visual-type-header.visual-slide-in{opacity:0;transition:none;transform:translate(-50px)}.visual-type-label{font-family:var(--font-display),system-ui,-apple-system,sans-serif;color:var(--color-text);letter-spacing:-.02em;font-size:clamp(20px,3vw,28px);font-weight:600;line-height:1.2}.visual-content{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:20px;transition:transform .5s,opacity .5s;display:grid}.visual-content.visual-slide-out{opacity:0;transform:translate(50px)}.visual-content.visual-slide-in{opacity:0;transition:none;transform:translate(-50px)}@media (max-width:1080px){.hero-grid{grid-template-columns:1fr}}@media (max-width:720px){.visual-content{grid-template-columns:1fr;gap:16px}}.visual-indicators{justify-content:center;gap:8px;margin-top:8px;display:flex}.visual-indicator{background-color:var(--color-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:background-color .2s,transform .2s}.visual-indicator:hover{background-color:var(--color-text-muted)}.visual-indicator.active{background-color:var(--color-highlight);transform:scale(1.25)}.problem-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:32px;display:grid}.problem-text h2{margin-bottom:16px;font-size:clamp(28px,4vw,42px)}.problem-text p{color:var(--color-text-secondary);font-size:clamp(15px,2.2vw,18px);line-height:1.7}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.stat-card{background-color:var(--color-surface);border:1px solid var(--color-border-light);border-radius:16px;padding:20px}.stat-icon{width:40px;height:40px;color:var(--color-accent);background-color:#00a0a01f;border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.stat-text{color:var(--color-text-secondary);font-size:15px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}@media (max-width:1080px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.cards-grid{grid-template-columns:1fr}}.card{background-color:var(--color-surface);border:1px solid var(--color-border-light);box-shadow:var(--shadow-soft);border-radius:16px;padding:clamp(20px,3vw,32px)}.step-card{position:relative;overflow:hidden}.step-number-bg{color:var(--color-surface-alt);z-index:0;font-size:96px;font-weight:800;position:absolute;top:-20px;right:-10px}.step-number{color:var(--color-highlight);letter-spacing:1px;margin-bottom:12px;font-size:13px;font-weight:700}.card-title{margin-bottom:12px;font-size:22px}.card-text{color:var(--color-text-secondary);font-size:15px;line-height:1.7}.benefit-card .card-title{margin-bottom:0}.benefit-card{grid-row:span 3;grid-template-rows:subgrid;background-color:var(--color-surface);text-align:justify;border:1px solid var(--color-border-light);box-shadow:var(--shadow-soft);border-radius:16px;gap:16px;padding:clamp(18px,3vw,28px);display:grid}.benefit-icon{width:44px;height:44px;color:var(--color-highlight);background-color:#ff6b4a26;border-radius:14px;justify-content:center;align-items:center;display:flex}.case-card{background-color:var(--color-surface);border:1px solid var(--color-border-light);border-radius:16px;padding:28px}.approach-grid{grid-template-columns:1fr 1fr;align-items:center;gap:clamp(32px,6vw,64px);display:grid}.approach-image{box-shadow:var(--shadow-soft);border-radius:16px;overflow:hidden}.approach-image img{width:100%;height:auto;display:block}.approach-card{background-color:var(--color-surface);border:1px solid var(--color-border);border-left:4px solid var(--color-accent);box-shadow:var(--shadow-soft);border-radius:16px;max-width:900px;margin:0 auto;padding:clamp(20px,3vw,32px)}.our-approach-section .approach-grid{grid-template-columns:1fr auto}.our-approach-section .approach-content{flex-direction:column;justify-content:space-between;height:250px;display:flex}.our-approach-section .approach-text{font-size:14px}.our-approach-section .btn{border-radius:8px;align-self:flex-start;padding:16px 20px;font-size:13px}.our-approach-section .approach-image{width:clamp(150px,25vw,250px);height:clamp(150px,25vw,250px)}.our-approach-section .approach-image img{object-fit:cover;object-position:right;width:100%;height:100%}.approach-content{flex-direction:column;gap:16px;display:flex}.approach-label{letter-spacing:2px;text-transform:uppercase;color:var(--color-highlight);font-size:12px;font-weight:700;display:inline-block}.approach-title{letter-spacing:-.02em;font-size:clamp(28px,4vw,40px);line-height:1.15}.approach-text{color:var(--color-text-secondary);font-size:clamp(15px,2.2vw,18px);line-height:1.7;text-align:justify!important}@media (max-width:720px){.approach-grid,.our-approach-section .approach-grid{grid-template-columns:1fr}.our-approach-section .approach-image{aspect-ratio:1;width:100%;max-width:250px;height:auto;margin:0 auto}.approach-content{order:1}}.team-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:32px;margin-bottom:48px;display:grid}.team-card{background-color:var(--color-surface);border:1px solid var(--color-border-light);text-align:center;border-radius:18px;justify-items:center;gap:16px;padding:24px;display:grid}.team-photo{object-fit:cover;border-radius:50%;width:80px;height:80px}.team-role{color:var(--color-highlight);font-size:14px;font-weight:600}.team-card-info{flex-direction:column;align-items:center;gap:4px;display:flex}.team-details{text-align:left;flex-direction:column;gap:4px;width:fit-content;max-width:220px;margin-top:8px;margin-left:auto;margin-right:auto;display:flex}.team-details p{word-wrap:break-word;overflow-wrap:break-word}.team-education{color:var(--color-text-secondary);font-size:13px;font-weight:500}.team-expertise,.team-experience{color:var(--color-text-muted);font-size:12px;line-height:1.5}.team-label{color:var(--color-text-secondary);font-weight:600}.team-link{color:var(--color-text-secondary);align-items:center;gap:8px;font-size:14px;font-weight:600;display:inline-flex}.clients-section{background-color:var(--color-surface-alt);padding:clamp(64px,8vw,120px) 0}.clients-header{text-align:center;margin-bottom:clamp(32px,6vw,48px)}.clients-label{letter-spacing:2px;text-transform:uppercase;color:var(--color-highlight);margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.clients-title{letter-spacing:-.02em;font-size:clamp(28px,4vw,44px);line-height:1.15}.clients-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:32px 48px;display:flex}.client-logo{justify-content:center;align-items:center;width:120px;height:48px;display:flex}.client-logo img{object-fit:contain;filter:grayscale();opacity:.8;mix-blend-mode:multiply;max-width:100%;max-height:100%;transition:filter .2s,opacity .2s}.client-logo img:hover{filter:grayscale(0%);opacity:1}.cta-content{text-align:center;max-width:720px;margin:0 auto}.cta-title{margin-bottom:16px;font-size:clamp(28px,4vw,44px)}.cta-text{color:#ffffffe6;margin-bottom:32px;font-size:clamp(15px,2.2vw,18px);line-height:1.7}.cta-bubble{-webkit-backdrop-filter:blur(12px);width:220px;color:var(--color-text-inverse);z-index:50;background-color:#00a0a0eb;border-radius:16px;flex-direction:column;gap:12px;padding:16px;display:flex;position:fixed;top:calc(max(56px,min(80px,5vw)) + 16px);right:20px;box-shadow:0 8px 32px #00000026}[data-theme=dark] .cta-bubble{background-color:#1a5858eb;box-shadow:0 8px 32px #0006}.cta-bubble-close{color:var(--color-text-inverse);cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex;position:absolute;top:8px;right:8px}.cta-bubble-close:hover{opacity:1}.cta-bubble-title{font-family:var(--font-display),system-ui,-apple-system,sans-serif;margin:0;padding-right:18px;font-size:16px;font-weight:600;line-height:1.3}.cta-bubble-subtitle{opacity:.9;margin:0;font-size:13px;line-height:1.5}.cta-bubble .btn{text-align:center;border-radius:8px;width:100%;padding:10px 20px;font-size:14px}.cta-bubble-collapsed{cursor:pointer;border-radius:999px;flex-direction:row;align-items:center;gap:8px;width:auto;padding:10px 16px;transition:box-shadow .2s,transform .2s}.cta-bubble-collapsed:hover{transform:translateY(-1px);box-shadow:0 6px 24px #0003}.cta-bubble-collapsed-text{white-space:nowrap;font-size:13px;font-weight:600}@media (max-width:720px){.cta-bubble{width:auto;inset:auto 16px 16px}.cta-bubble-collapsed{inset:auto 16px 16px auto}}.footer{color:var(--color-text);z-index:1;background-color:#0000;position:relative}.footer-banner-container{width:100%;padding:24px 40px;position:relative;overflow:hidden}.footer-banner-bg{background:0 0;position:absolute;inset:0}.footer-banner-content{z-index:1;flex-direction:column;align-items:center;gap:4px;max-width:1200px;margin:0 auto;display:flex;position:relative}.footer-logo-link{cursor:pointer;display:inline-block}.footer-logo-name{width:auto;height:48px}.footer-bottom-row{width:100%;color:var(--color-text);justify-content:space-between;align-items:center;font-size:11px;display:flex}[data-theme=dark] .footer-bottom-row{color:#fffcf7}.footer-copyright{opacity:.7;text-align:left;flex:1}.footer-tagline{opacity:.85;letter-spacing:.02em;text-align:center;flex:1}.footer-made-in{opacity:.7;text-align:right;flex:1}@media (max-width:720px){.footer-banner-container{padding:20px 24px}.footer-banner-content{gap:10px}.footer-logo-name{height:32px}.footer-bottom-row{text-align:center;flex-direction:column;gap:4px;font-size:9px}.footer-copyright,.footer-tagline,.footer-made-in{text-align:center}.nav{height:56px;max-height:56px}.page{padding-top:56px}.logo-full{height:36px}.hero-cta{flex-direction:column;align-items:stretch}.btn{width:100%}.visual-arrow{padding:8px 0;transform:rotate(90deg)}.visual-row{grid-template-columns:1fr 1fr 1fr}.visual-row span{padding:8px 6px;font-size:11px}}[data-theme=dark] .client-logo{background-color:#fffcf7d9;border-radius:8px;width:140px;height:64px;padding:12px 16px}[data-theme=dark] .client-logo img{filter:grayscale();mix-blend-mode:multiply;opacity:.8}[data-theme=dark] .client-logo img:hover{filter:grayscale(0%);opacity:1}[data-theme=dark] .section-accent{background-color:var(--color-accent-muted)}.document-tags{flex-wrap:wrap;gap:8px;display:flex}.document-tag{background-color:var(--color-surface-alt);color:var(--color-highlight);border:1px solid var(--color-border-light);border-radius:4px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-block}.example-teasers{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.example-teaser-card{background-color:var(--color-surface);border:1px solid var(--color-border-light);border-radius:16px;flex-direction:column;gap:12px;padding:clamp(16px,3vw,24px);text-decoration:none;transition:border-color .2s,box-shadow .2s;display:flex}.example-teaser-card:hover{border-color:var(--color-accent);box-shadow:var(--shadow-soft)}.example-teaser-title{color:var(--color-text);margin:0;font-size:clamp(15px,2.2vw,18px);font-weight:600}.example-teaser-output{color:var(--color-text-secondary);margin:0;font-size:14px;line-height:1.6}.examples-grid{flex-direction:column;gap:32px;display:flex}.example-card{-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border-light);border-left:4px solid var(--color-accent);background-color:#fffcf7d9;border-radius:16px;overflow:hidden}[data-theme=dark] .example-card{background-color:#1a3038d9}.example-card-header{border-bottom:1px solid var(--color-border-light);flex-direction:column;gap:12px;padding:clamp(16px,3vw,24px);display:flex}.example-card-title{color:var(--color-text);margin:0;font-size:22px;font-weight:600}.example-card-filetypes{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.example-card-filetypes-label{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.example-card-body{grid-template-columns:1fr 1fr;gap:24px;padding:clamp(16px,3vw,24px);display:grid}@media (max-width:720px){.example-card-body{grid-template-columns:1fr}}.example-card-input{grid-column:1/-1}.example-card-input-text{color:var(--color-text-secondary);margin:0;font-size:15px;line-height:1.6}.example-card-main-grid{grid-column:1/-1;grid-template-columns:280px 1fr;gap:20px;display:grid}@media (max-width:720px){.example-card-main-grid{grid-template-columns:1fr}.example-card-footer-row{grid-template-columns:1fr;gap:20px}}.example-card-visual-column{align-self:stretch;min-width:0;display:flex}.example-card-data-column{flex-direction:column;gap:20px;min-width:0;display:flex}.example-card-visual{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:8px;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.example-card-visual-clickable{cursor:pointer;transition:border-color .2s}.example-card-visual-clickable:hover{border-color:var(--color-accent)}.example-card-visual-zoom-hint{color:#fff;opacity:0;background:#0009;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:opacity .2s;display:flex;position:absolute;bottom:6px;right:6px}.example-card-visual-clickable:hover .example-card-visual-zoom-hint{opacity:1}.example-card-visual-image{object-fit:contain;width:100%;height:100%;display:block}.example-card-image-table{flex-direction:column;gap:6px;min-width:0;display:flex}.example-card-mini-table-wrapper{overflow-x:auto}.example-card-mini-table{font-size:9px}.example-card-mini-table th,.example-card-mini-table td{padding:3px 6px}.example-card-mini-table th{font-size:9px}.example-card-table-footer{color:var(--color-text-muted);padding:6px 10px;font-size:11px;font-style:italic}.parts-match-highlight-row{background-color:color-mix(in srgb,var(--color-accent)15%,transparent);border-left:3px solid var(--color-accent)}.parts-match-highlight-row td{color:var(--color-text);font-weight:600}.example-card-gallery{background:0 0;border:none;flex:1;grid-template-columns:1fr 1fr;gap:6px;display:grid;overflow:visible}.example-card-gallery-item{background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:6px;position:relative;overflow:hidden}.example-card-gallery-2{grid-template-columns:1fr}.example-card-gallery-item .example-card-visual-image{object-fit:contain}.example-card-pages{background:0 0;border:none;flex-direction:column;align-items:stretch;overflow:visible}.example-card-pages-scroll{border:1px solid var(--color-border);background:var(--color-bg-tertiary);border-radius:8px;flex-direction:column;gap:4px;max-height:420px;display:flex;overflow-y:auto}.example-card-pages-item{flex-shrink:0;position:relative}.example-card-pages-item .example-card-visual-image{width:100%;display:block}.example-card-visual-pdf{justify-content:center;align-items:center;width:100%;height:100%;padding:24px;display:flex}.example-card-pdf-preview{color:var(--color-text-muted);flex-direction:column;align-items:center;gap:12px;display:flex}.example-card-pdf-preview svg{opacity:.6}.example-card-pdf-label{text-align:center;font-size:13px;font-weight:500}.example-card-visual-log{flex-direction:column;width:100%;padding:0;display:flex;overflow:hidden}.example-card-log-snippet{color:var(--color-text-secondary);white-space:pre-wrap;word-break:break-all;flex:1;margin:0;padding:12px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:10px;line-height:1.4;overflow:auto}.example-card-log-link{color:inherit;flex:1;text-decoration:none;display:flex}.example-card-log-link .example-card-visual-log{transition:border-color .2s}.example-card-log-link:hover .example-card-visual-log{border-color:var(--color-accent)}.example-card-log-footer{border-top:1px solid var(--color-border);align-items:center;padding:6px 12px;display:flex}.example-card-log-meta{color:var(--color-text-muted);font-size:11px;font-weight:500}.example-card-log-open{color:var(--color-accent);border-top:1px solid var(--color-border);justify-content:center;align-items:center;gap:5px;padding:8px 12px;font-size:12px;font-weight:600;display:flex}.example-card-download-icon{color:var(--color-accent);flex-shrink:0}.example-card-spreadsheet-link{color:inherit;text-decoration:none;display:flex}.example-card-spreadsheet-link:hover .example-card-spreadsheet-card{border-color:var(--color-accent)}.example-card-spreadsheet-card{flex-direction:column;gap:10px;width:100%;padding:12px;transition:border-color .2s;display:flex}.example-card-spreadsheet-header{align-items:center;gap:10px;display:flex}.example-card-spreadsheet-icon{color:#1d6f42;flex-shrink:0}[data-theme=dark] .example-card-spreadsheet-icon{color:#4ec970}.example-card-spreadsheet-info{flex-direction:column;gap:2px;min-width:0;display:flex}.example-card-spreadsheet-name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.example-card-spreadsheet-meta{color:var(--color-text-muted);font-size:11px}.example-card-spreadsheet-columns{flex-wrap:wrap;gap:4px;display:flex}.example-card-spreadsheet-col-tag{background:var(--color-surface-alt);color:var(--color-text-secondary);white-space:nowrap;border-radius:3px;padding:2px 6px;font-size:9px}.example-card-spreadsheet-download{color:var(--color-accent);border-top:1px solid var(--color-border-light);align-items:center;gap:5px;padding-top:4px;font-size:11px;font-weight:500;display:flex}.example-card-section-title{text-transform:uppercase;letter-spacing:1px;color:var(--color-text-muted);margin:0 0 12px;font-size:13px;font-weight:700}.example-card-data-column .example-card-section-title{color:var(--color-accent)}.example-card-extracted-groups{gap:16px;display:flex}.example-card-extracted-group{flex:1;min-width:0}.example-card-extracted-group:not(:only-child) .example-card-fields{flex-direction:column;align-items:flex-start}.example-card-fields{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style:none;display:flex}.example-card-fields li{background-color:var(--color-surface-alt);color:var(--color-text-secondary);border-radius:4px;padding:4px 10px;font-size:13px}.example-card-json{background-color:var(--color-surface-alt);border:1px solid var(--color-border-light);color:var(--color-text-secondary);white-space:pre-wrap;word-break:break-word;border-radius:8px;margin:0;padding:16px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:12px;overflow-x:auto}.example-card-dashboard{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:8px;grid-template-columns:auto 1fr;gap:0 12px;padding:12px;display:grid}.dashboard-kpis{border-right:1px solid var(--color-border-light);grid-row:1/-1;grid-template-rows:repeat(3,1fr);padding-right:12px;display:grid}.dashboard-kpi{text-align:center;flex-direction:column;align-self:start;gap:1px;display:flex}.dashboard-kpi-value{color:var(--color-accent);font-size:16px;font-weight:700;line-height:1.1}.dashboard-kpi-label{color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:8px}.dashboard-detail{grid-template-columns:1fr 1fr;gap:8px;display:grid}.dashboard-stats{flex-direction:column;gap:2px;display:flex}.dashboard-alerts{flex-direction:column;gap:6px;display:flex}.dashboard-stat-row{gap:6px;font-size:11px;line-height:1.3;display:flex}.dashboard-stat-label{color:var(--color-text-secondary)}.dashboard-stat-value{color:var(--color-text);font-variant-numeric:tabular-nums;font-weight:600}.dashboard-section{flex-direction:column;gap:2px;display:flex}.dashboard-section-title{margin:0;font-size:10px;font-weight:700}.dashboard-errors-title{color:#d32f2f}.dashboard-warnings-title{color:var(--color-highlight)}.dashboard-section-item{color:var(--color-text-secondary);margin:0;font-size:10px;line-height:1.3}.dashboard-charts{flex-direction:column;grid-area:1/2/3;gap:8px;display:flex}.dashboard-spark{flex-direction:column;gap:2px;display:flex}.dashboard-spark-label{text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-secondary);font-size:8px;font-weight:600}.dashboard-spark-svg{background:var(--color-surface-alt);border-radius:3px;width:100%;height:auto}.parts-match-output{flex-direction:column;gap:8px;display:flex}.parts-match-fields{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:6px;grid-template-columns:auto auto auto;justify-content:start;align-items:baseline;gap:3px 6px;padding:8px 10px;display:grid}.parts-match-field{display:contents}.parts-match-label{color:var(--color-text-secondary);grid-column:1;font-size:10px;line-height:1.3}.parts-match-value{color:var(--color-text);grid-column:2/-1;font-size:10px;font-weight:500;line-height:1.3}.parts-match-field:has(.parts-match-tag) .parts-match-value{grid-column:2}.parts-match-tag{color:var(--color-highlight);white-space:nowrap;grid-column:3;margin-left:40px;font-size:10px;font-weight:500;line-height:1.3}.parts-match-highlight .parts-match-value{color:var(--color-accent);font-weight:700}.expense-report{background:var(--color-surface);border:1px solid var(--color-border-light);border-radius:8px;flex-direction:column;gap:8px;padding:10px;display:flex}.expense-stats{background:var(--color-surface-alt);border-radius:6px;grid-template-columns:repeat(4,1fr);gap:0;display:grid;overflow:hidden}.expense-stat{flex-direction:column;gap:2px;padding:8px 10px;display:flex}.expense-stat+.expense-stat{border-left:1px solid var(--color-border-light)}.expense-stat-label{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-secondary);font-size:7px;font-weight:600}.expense-stat-value{color:var(--color-text);font-size:12px;font-weight:700}.expense-score{color:var(--color-highlight);font-size:14px}.expense-score-max{color:var(--color-text-secondary);font-weight:400}.expense-body{grid-template-columns:1fr 1fr;gap:8px;display:grid}.expense-map{flex-direction:column;gap:3px;display:flex}.expense-map-img{object-fit:cover;border-radius:4px;width:100%;height:auto}.expense-map-label{color:var(--color-text-secondary);text-align:center;font-size:8px}.expense-checks{flex-direction:column;gap:3px;display:flex}.expense-checks-title{color:var(--color-text);margin:0 0 2px;font-size:9px;font-weight:700}.expense-check-row{align-items:center;gap:4px;display:flex}.expense-check-dot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.expense-check-ok{background:var(--color-accent)}.expense-check-warn{background:var(--color-highlight)}.expense-check-text{color:var(--color-text-secondary);flex:1;font-size:9px;line-height:1.2}.expense-check-status{flex-shrink:0;font-size:8px;font-weight:700}.expense-check-status-ok{color:var(--color-accent)}.expense-check-status-warn{color:var(--color-highlight)}.example-card-output-image{flex:none}.example-card-table-wrapper{overflow-x:auto}.example-card-table{border-collapse:collapse;background-color:var(--color-surface-alt);border:1px solid var(--color-border-light);border-radius:8px;width:100%;font-size:12px}.example-card-table th,.example-card-table td{text-align:left;border-bottom:1px solid var(--color-border-light);padding:6px 10px}.example-card-table th{color:var(--color-text);text-transform:capitalize;font-size:11px;font-weight:600}.example-card-table td{color:var(--color-text-secondary);font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace}.example-card-table tr:last-child td{border-bottom:none}.example-card-footer-row{border-top:1px solid var(--color-border-light);grid-column:1/-1;grid-template-columns:1fr 1fr;gap:32px;padding-top:16px;display:grid}.example-card-challenges,.example-card-contexts{min-width:0}.example-card-challenge-list,.example-card-context-list{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.example-card-challenge-list li,.example-card-context-list li{color:var(--color-text-secondary);padding-left:20px;font-size:14px;position:relative}.example-card-challenge-list li:before,.example-card-context-list li:before{content:"•";color:var(--color-highlight);position:absolute;left:0}.example-card-footer{border-top:1px solid var(--color-border-light);background-color:var(--color-surface-alt);padding:16px 24px}@media (max-width:720px){.example-card-extracted-groups{flex-direction:column;gap:12px}.example-card-extracted-group:not(:only-child) .example-card-fields{flex-flow:wrap}.example-card-dashboard{grid-template-columns:1fr}.dashboard-kpis{border-right:none;border-bottom:1px solid var(--color-border-light);grid-row:auto;grid-template-rows:none;grid-template-columns:repeat(3,1fr);padding-bottom:10px;padding-right:0}.dashboard-detail{grid-template-columns:1fr}.dashboard-charts{grid-area:auto}.parts-match-fields{flex-direction:column;gap:3px;display:flex}.parts-match-field{flex-direction:column;gap:2px;font-size:10px;line-height:1.3;display:flex}.parts-match-label{min-width:unset}.expense-body{grid-template-columns:1fr}.expense-stats{grid-template-columns:repeat(2,1fr)}.example-card-gallery{gap:4px;max-height:220px}.example-card-gallery-item .example-card-visual-image{max-height:100px}.example-card-pages-scroll{max-height:300px}}@media (max-width:1024px){.example-card-table thead{display:none}.example-card-table,.example-card-table tbody,.example-card-table tr,.example-card-table td{display:block}.example-card-table tr{border-bottom:1px solid var(--color-border-light);padding:10px}.example-card-table tr:last-child{border-bottom:none}.example-card-table td{border-bottom:none;gap:6px;padding:2px 0;font-size:12px;display:flex}.example-card-table td:before{content:attr(data-label)":";color:var(--color-text);flex-shrink:0;min-width:90px;font-family:inherit;font-weight:600}.parts-match-highlight-row{border-left:3px solid var(--color-accent);padding-left:8px}}.section:has(.team-teaser){padding:clamp(32px,4vw,48px) 0}.team-teaser{text-align:center;max-width:720px;margin:0 auto}.team-intro{max-width:none}.team-intro .team-teaser-text{text-align:justify}.team-intro .team-teaser-text ul{margin:0;padding:0;list-style:none}.team-intro .team-teaser-text li{margin-bottom:16px}.team-intro .team-teaser-text li:before{content:"";vertical-align:text-bottom;background-color:var(--color-accent);width:20px;height:20px;margin-right:6px;display:inline-block;-webkit-mask-image:url(/logo.svg);mask-image:url(/logo.svg);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.team-intro .team-teaser-text strong{color:var(--color-accent);font-weight:400}.accent,.highlight{color:var(--color-accent)}.section:has(.team-intro){padding:clamp(32px,4vw,48px) 0 16px}.section:has(.team-grid){padding-top:16px}.about-intro-section{padding-top:0}.about-intro-section .team-intro{max-width:800px}.why-feldspar-section .section-label,.our-approach-section .section-label{color:var(--color-accent)}.why-feldspar-section{padding:clamp(32px,4vw,48px) 0}.team-teaser-title{margin-bottom:16px;font-size:clamp(24px,3vw,32px)}.team-teaser-text{color:var(--color-text-secondary);margin-bottom:24px;font-size:16px;line-height:1.7}.experience-section{text-align:center}.section:has(.experience-section){padding:clamp(32px,4vw,48px) 0}.experience-title{margin-bottom:32px;font-size:20px}.experience-text{color:var(--color-text-secondary);margin-bottom:32px;font-size:15px}.experience-logos{grid-template-columns:repeat(5,170px);justify-content:center;align-items:stretch;gap:20px;display:grid}@media (max-width:920px){.experience-logos{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.experience-logo-card{background-color:var(--color-surface);border:1px solid var(--color-border-light);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:100%;padding:16px 12px;transition:border-color .2s,box-shadow .2s;display:flex}.experience-logo-card:hover{border-color:var(--color-border);box-shadow:0 2px 12px #0000000f}.experience-logo-card .logo-container{flex-shrink:0;justify-content:center;align-items:center;width:130px;height:55px;display:flex}.experience-logo-card img{object-fit:contain;filter:grayscale(20%);opacity:.85;width:auto;max-width:100%;height:auto;max-height:100%;transition:filter .2s,opacity .2s}.experience-logo-card:hover img{filter:grayscale(0%);opacity:1}.experience-logo-card span{color:var(--color-text-muted);text-align:center;flex-shrink:0;font-size:11px;line-height:1.35}[data-theme=dark] .experience-logo-card{background-color:var(--color-surface);border-color:var(--color-border-light)}[data-theme=dark] .experience-logo-card span{color:var(--color-text-muted)}.page-header{text-align:center;padding:clamp(48px,6vw,80px) 0 0}.page-header-title{margin-bottom:16px;font-size:clamp(32px,5vw,48px)}.page-header-description{color:var(--color-text-secondary);max-width:640px;margin:0 auto;font-size:clamp(15px,2.2vw,18px);line-height:1.7}.hero-centered{text-align:center;max-width:800px;margin:0 auto}.hero-centered .hero-subtitle{max-width:640px;margin-left:auto;margin-right:auto}.hero-centered .hero-cta{justify-content:center}.proof-section{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(32px,6vw,64px);display:grid}@media (max-width:900px){.proof-section{grid-template-columns:1fr}}.proof-visual{position:sticky;top:120px}@media (max-width:900px){.proof-visual{position:static}}.proof-examples{flex-direction:column;gap:24px;display:flex}.proof-title{margin:0;font-size:clamp(24px,3vw,32px)}.proof-cta{margin-top:8px}.lightbox-overlay{z-index:9999;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;padding:clamp(16px,4vw,40px);display:flex;position:fixed;inset:0}.lightbox-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;width:44px;min-width:44px;height:44px;min-height:44px;font-size:32px;transition:opacity .2s;display:flex;position:absolute;top:12px;right:12px}.lightbox-close:hover{opacity:1}.lightbox-img-wrapper{cursor:zoom-in;max-width:100%;max-height:100%;overflow:visible}.lightbox-img-wrapper.lightbox-zoomed{cursor:zoom-out}.lightbox-image{object-fit:contain;max-width:100%;max-height:calc(100vh - 80px);transition:transform .3s;display:block}.lightbox-zoomed .lightbox-image{transform:scale(2.5)}
@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/62201545b028e8d7-s.1670915d.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1f28a1525bf4a5c5-s.e14fa817.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/f5edcc6a132fb1ad-s.p.014220aa.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/62201545b028e8d7-s.1670915d.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f28a1525bf4a5c5-s.e14fa817.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/f5edcc6a132fb1ad-s.p.014220aa.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/62201545b028e8d7-s.1670915d.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f28a1525bf4a5c5-s.e14fa817.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/f5edcc6a132fb1ad-s.p.014220aa.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/62201545b028e8d7-s.1670915d.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1f28a1525bf4a5c5-s.e14fa817.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Familjen Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/f5edcc6a132fb1ad-s.p.014220aa.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Familjen Grotesk Fallback;src:local(Arial);ascent-override:108.37%;descent-override:23.79%;line-gap-override:0.0%;size-adjust:94.59%}.familjen_grotesk_12975d18-module__uIeuqq__className{font-family:Familjen Grotesk,Familjen Grotesk Fallback;font-style:normal}.familjen_grotesk_12975d18-module__uIeuqq__variable{--font-display:"Familjen Grotesk","Familjen Grotesk Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_a406205e-module___Fpb-a__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_a406205e-module___Fpb-a__variable{--font-body:"Inter","Inter Fallback"}
