:root{--navy:#02204A;--navy-mid:#0a3570;--navy-light:#1a4f9a;--gray:#A4A4A4;--gray-light:#e8e9eb;--bg:#F7F8FA;--white:#ffffff;--text:#1c1c2e;--text-muted:#666;--green:#2A7D4E;--green-dark:#1B5E38;--green-light:#EBF5EE;--green-border:#A8D5B8;--success:#1a7a45;--success-bg:#ecf9f1;--error:#9b1c1c;--error-bg:#fef2f2;--radius:6px;--radius-lg:12px;--shadow:0 2px 12px rgba(2,32,74,0.08);--shadow-lg:0 8px 40px rgba(2,32,74,0.14);--transition:0.25s ease;--max-w:1100px;--header-h:72px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--white);line-height:1.65;font-size:16px;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}ol,ul{list-style:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font:inherit}h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.15;letter-spacing:-.02em}h1,h2{font-weight:700}h2{font-size:clamp(1.5rem,3vw,2.1rem);line-height:1.25;letter-spacing:-.01em}h3{font-size:1.15rem;font-weight:600;line-height:1.35}h4{font-size:.9rem;font-weight:700}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}section{padding:5rem 0}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--gray-light);height:var(--header-h)}.header-inner,.site-header{display:flex;align-items:center}.header-inner{justify-content:space-between;width:100%}.logo-link{flex-shrink:0}.logo-link,.nav{display:flex;align-items:center}.nav{gap:1.75rem}.nav-link{font-size:.875rem;font-weight:500;color:var(--text-muted);transition:color var(--transition);white-space:nowrap}.nav-link:hover{color:var(--navy)}.nav-link--active{color:var(--navy);font-weight:600}.nav-cta{margin-left:.5rem}.burger{display:none;flex-direction:column;gap:5px;padding:6px 4px}.burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:var(--transition)}@media (max-width:800px){.burger{display:flex}.nav{position:fixed;top:var(--header-h);left:0;right:0;background:var(--white);flex-direction:column;align-items:flex-start;padding:1.5rem 1.5rem 2rem;gap:1.25rem;border-bottom:1px solid var(--gray-light);box-shadow:var(--shadow-lg);transform:translateY(-120%);transition:transform var(--transition)}.nav--open{transform:translateY(0)}.nav-link{font-size:1rem}.nav-cta{margin-left:0}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius);font-weight:600;font-size:.9rem;transition:background var(--transition),color var(--transition),transform var(--transition),box-shadow var(--transition);white-space:nowrap}.btn:hover{transform:translateY(-1px)}.btn:active{transform:none}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover{background:var(--navy-mid);box-shadow:0 4px 16px rgba(2,32,74,.25)}.btn-outline{background:transparent;color:var(--navy);border:2px solid var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white)}.btn-white{background:var(--white);color:var(--navy)}.btn-white:hover{background:var(--bg);box-shadow:0 4px 16px rgba(2,32,74,.12)}.btn-outline-white{background:transparent;color:var(--white);border:2px solid rgba(255,255,255,.5)}.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:var(--white)}.btn-sm{padding:.5rem 1.2rem;font-size:.82rem}.btn-lg{padding:1rem 2.25rem;font-size:1rem}.label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--gray);margin-bottom:.75rem}.label--navy{color:var(--navy)}.section-intro{color:var(--text-muted);max-width:560px;line-height:1.75;margin-top:.75rem}.hero{background:var(--navy);color:var(--white);padding:6rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at 15% 50%,rgba(42,125,78,.12) 0,transparent 55%),radial-gradient(ellipse at 85% 20%,rgba(26,79,154,.4) 0,transparent 60%);pointer-events:none}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr .85fr;grid-gap:4rem;gap:4rem;align-items:center}@media (max-width:900px){.hero-grid{grid-template-columns:1fr}.hero-visual{display:none}}.hero h1{color:var(--white);margin-bottom:1.25rem}.hero h1 em{font-style:normal;background:linear-gradient(90deg,#5bc48a,#a8e6c0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.05rem;max-width:500px;color:rgba(255,255,255,.72);margin-bottom:2.5rem;line-height:1.8}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-img-frame,.hero-visual{position:relative}.hero-img-frame{border-radius:16px;overflow:hidden;aspect-ratio:4/3;box-shadow:0 24px 60px rgba(0,0,0,.4)}.hero-img-frame img{width:100%;height:100%;object-fit:cover;display:block}.hero-img-badge{display:inline-flex;margin-top:.75rem;background:var(--green);border:1px solid rgba(255,255,255,.1);color:var(--white);border-radius:var(--radius-lg);padding:.75rem 1.1rem;display:flex;align-items:center;gap:.6rem}.hero-img-badge-dot{width:8px;height:8px;border-radius:50%;background:#5bc48a;animation:pulse 2s infinite}.hero-img-badge-text{font-size:.78rem;font-weight:600}.hero-img-badge-sub{font-size:.7rem;color:rgba(255,255,255,.6)}.hero-green-accent{position:absolute;top:-12px;right:-12px;width:48px;height:48px;background:var(--green);border-radius:50%;opacity:.9}.hero-green-accent-2{position:absolute;bottom:-16px;right:40px;width:28px;height:28px;background:var(--green-light);border-radius:50%;opacity:.5}.stats-strip{background:var(--white);border-bottom:1px solid var(--gray-light);padding:2.5rem 0}.stats-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:0;gap:0}@media (max-width:700px){.stats-strip-grid{grid-template-columns:repeat(2,1fr);gap:1px}}.stats-strip-item{text-align:center;padding:1rem 1.5rem;border-right:1px solid var(--gray-light)}.stats-strip-item:last-child{border-right:none}.stats-strip-num{font-size:2.2rem;font-weight:800;color:var(--navy);line-height:1;letter-spacing:-.03em}.stats-strip-num--green{color:var(--green)}.stats-strip-label{font-size:.78rem;color:var(--text-muted);margin-top:.3rem}.icon-circle{width:52px;height:52px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;flex-shrink:0}.icon-circle--navy{background:rgba(2,32,74,.08);color:var(--navy)}.icon-circle--green{background:var(--green-light);color:var(--green)}.icon-circle--white{background:rgba(255,255,255,.12);color:var(--white)}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-gap:1.5rem;gap:1.5rem}.card{background:var(--white);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow);border:1px solid var(--gray-light);transition:box-shadow var(--transition),transform var(--transition)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}.card-num{width:44px;height:44px;background:var(--navy);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:800;margin-bottom:1.25rem}.card-title{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.card-body{font-size:.875rem;color:var(--text-muted);line-height:1.65}.card-value{font-size:1.4rem;font-weight:700;color:var(--navy);margin-bottom:.3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:2rem;gap:2rem}.value-item{padding:1.75rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-light);transition:box-shadow var(--transition),transform var(--transition)}.value-item:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.value-item h3{color:var(--navy);margin-bottom:.6rem;margin-top:0}.value-item p{font-size:.9rem;color:var(--text-muted);line-height:1.7}.green-section{background:var(--green-light);border-top:3px solid var(--green);padding:4rem 0}.green-section .label,.green-section h2{color:var(--green-dark)}.green-section-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}@media (max-width:800px){.green-section-grid{grid-template-columns:1fr;gap:2rem}}.green-tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--green);color:var(--white);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .85rem;border-radius:100px;margin-bottom:1rem}.green-pills{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:1.5rem}.green-pill{display:inline-flex;align-items:center;gap:.4rem;background:var(--white);border:1.5px solid var(--green-border);color:var(--green-dark);font-size:.8rem;font-weight:600;padding:.4rem .9rem;border-radius:100px}.project-feature{background:var(--bg)}.project-feature-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:center}@media (max-width:800px){.project-feature-inner{grid-template-columns:1fr;gap:2.5rem}}.status-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(2,32,74,.08);color:var(--navy);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:.35rem .85rem;border-radius:100px;margin-bottom:1rem}.status-badge-dot{width:7px;height:7px;border-radius:50%;background:#27ae60;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.project-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin:2rem 0}.stat-item{background:var(--white);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow);text-align:center}.stat-num{font-size:1.6rem;font-weight:700;color:var(--navy);line-height:1}.stat-label{font-size:.75rem;color:var(--text-muted);margin-top:.3rem;line-height:1.3}.project-visual{background:linear-gradient(135deg,var(--navy) 0,var(--navy-mid) 60%,var(--navy-light) 100%);border-radius:var(--radius-lg);height:400px;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.08);font-size:6rem;font-weight:900;letter-spacing:-.05em;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cta-banner{background:var(--navy);color:var(--white);text-align:center;padding:6rem 0}.cta-banner h2{color:var(--white);margin-bottom:.85rem}.cta-banner p{color:rgba(255,255,255,.68);max-width:500px;margin:0 auto 2.25rem;line-height:1.75}.cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.page-header{background:var(--navy);color:var(--white);padding:5rem 0 4.5rem}.page-header .label{color:rgba(255,255,255,.45)}.page-header h1{color:var(--white)}.page-header p{color:rgba(255,255,255,.68);max-width:560px;margin-top:.85rem;font-size:1.05rem;line-height:1.75}.ankauf-profile{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1.25rem;gap:1.25rem}.ankauf-item{padding:1.5rem;background:var(--white);border-radius:var(--radius);border-top:3px solid var(--navy);box-shadow:var(--shadow)}.ankauf-item h3{color:var(--navy);font-size:.95rem;margin-bottom:.5rem}.ankauf-item p{font-size:.85rem;color:var(--text-muted);line-height:1.65}.focus-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:1.25rem;gap:1.25rem}.focus-item{padding:1.75rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--gray-light);border-top:4px solid var(--navy);box-shadow:var(--shadow);transition:transform var(--transition),box-shadow var(--transition)}.focus-item:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.focus-item-icon{color:var(--navy);margin-bottom:1rem;opacity:.7}.focus-item-size{font-size:1.6rem;font-weight:800;color:var(--navy);margin-bottom:.2rem;letter-spacing:-.02em}.focus-item-type{font-weight:700;font-size:.95rem;margin-bottom:.5rem}.focus-item-desc{font-size:.85rem;color:var(--text-muted);line-height:1.6}.form-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--gray-light)}@media (max-width:600px){.form-card{padding:1.5rem}}.form-section-title{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--navy);padding-top:1.5rem;border-top:1px solid var(--gray-light);margin-bottom:1.25rem}.form-section-title:first-child{padding-top:0;border-top:none}.form-grid{display:grid;grid-gap:1.1rem;gap:1.1rem}.form-grid-2{grid-template-columns:1fr 1fr}@media (max-width:580px){.form-grid-2{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.82rem;font-weight:600;color:var(--text)}.form-group label .req{color:var(--navy);margin-left:2px}.form-group input,.form-group select,.form-group textarea{padding:.65rem .9rem;border:1.5px solid var(--gray-light);border-radius:var(--radius);font-size:.9rem;color:var(--text);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition);width:100%;box-sizing:border-box}.form-group select{-moz-appearance:auto;appearance:auto;-webkit-appearance:auto;cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--navy);box-shadow:0 0 0 3px rgba(2,32,74,.08)}.form-group textarea{resize:vertical;min-height:110px}.form-hint{font-size:.75rem;color:var(--text-muted)}.form-group--checkbox{flex-direction:row;align-items:flex-start;gap:.6rem;padding:.85rem 1rem;background:var(--bg);border-radius:var(--radius);border:1px solid var(--gray-light)}.form-group--checkbox input[type=checkbox]{width:17px;height:17px;min-width:17px;margin-top:2px;accent-color:var(--navy);cursor:pointer}.form-group--checkbox label{font-size:.79rem;font-weight:400;color:var(--text-muted);line-height:1.55;cursor:pointer}.form-status{padding:.85rem 1rem;border-radius:var(--radius);font-size:.88rem;margin-bottom:1rem}.form-status--success{background:var(--success-bg);color:var(--success);border:1px solid #b7e4cc}.form-status--error{background:var(--error-bg);color:var(--error);border:1px solid #fca5a5}.project-featured-card{background:var(--navy);border-radius:var(--radius-lg);overflow:hidden;display:grid;grid-template-columns:1.2fr 1fr}@media (max-width:800px){.project-featured-card{grid-template-columns:1fr}}.project-featured-body{padding:3rem;color:var(--white)}.project-featured-body h2{color:var(--white);margin-bottom:.75rem}.project-featured-body p{color:rgba(255,255,255,.72);line-height:1.75;margin-bottom:1.5rem}.project-featured-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;margin-top:2rem}.pf-stat-num{font-size:1.6rem;font-weight:700;color:var(--white);line-height:1}.pf-stat-label{font-size:.73rem;color:rgba(255,255,255,.55);margin-top:.25rem}.project-featured-visual{background:linear-gradient(160deg,var(--navy-mid) 0,var(--navy-light) 100%);min-height:300px;display:flex;align-items:center;justify-content:center;font-size:5rem;font-weight:900;color:rgba(255,255,255,.06);letter-spacing:-.05em}.project-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.75rem;gap:1.75rem;margin-top:3rem}.project-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--gray-light)}.project-card-img{height:200px;background:linear-gradient(135deg,var(--navy) 0,var(--navy-mid) 100%);display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.07);font-size:3rem;font-weight:900}.project-card-body{padding:1.75rem}.project-card-tag{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--gray);margin-bottom:.4rem}.project-card h3{margin-bottom:.5rem}.project-card p{font-size:.875rem;color:var(--text-muted);line-height:1.65}.project-card-meta{display:flex;flex-wrap:wrap;gap:1.25rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--gray-light)}.project-card-meta-item strong{display:block;font-size:.9rem}.project-card-meta-item span{font-size:.78rem;color:var(--text-muted)}.kontakt-layout{display:grid;grid-template-columns:1fr 1.6fr;grid-gap:5rem;gap:5rem;align-items:start}@media (max-width:800px){.kontakt-layout{grid-template-columns:1fr;gap:3rem}}.kontakt-info h2{margin-bottom:1rem}.kontakt-info p{color:var(--text-muted);line-height:1.75;margin-bottom:2rem}.kontakt-details{display:flex;flex-direction:column;gap:1.25rem}.kontakt-detail-item{display:flex;gap:1rem;align-items:flex-start}.kontakt-detail-icon{width:40px;height:40px;flex-shrink:0;background:rgba(2,32,74,.07);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--navy);font-size:1.1rem}.kontakt-detail-text strong{display:block;font-size:.8rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.2rem}.kontakt-detail-text a,.kontakt-detail-text p{font-size:.9rem;color:var(--text);line-height:1.5}.kontakt-detail-text a:hover{color:var(--navy)}.ueber-content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;gap:5rem;align-items:start}@media (max-width:800px){.ueber-content-grid{grid-template-columns:1fr;gap:3rem}}.legal-content{max-width:720px}.legal-content h2{font-size:1.25rem;margin:2.5rem 0 .75rem}.legal-content h3{font-size:1rem;margin:1.5rem 0 .5rem}.legal-content p{color:var(--text-muted);line-height:1.75;margin-bottom:.75rem;font-size:.9rem}.legal-content a{color:var(--navy)}.legal-content a:hover{text-decoration:underline}.site-footer{background:var(--navy);color:rgba(255,255,255,.65);padding:4.5rem 0 2rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:3rem;gap:3rem;margin-bottom:3.5rem}@media (max-width:700px){.footer-grid{grid-template-columns:1fr;gap:2.5rem}}.footer-brand p{font-size:.875rem;line-height:1.75;max-width:280px;margin-top:1rem}.footer-logo{filter:brightness(0) invert(1);opacity:.85}.footer-col h4{color:var(--white);font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:1.25rem}.footer-col a,.footer-col address{display:block;font-size:.875rem;line-height:1.9;font-style:normal;color:rgba(255,255,255,.6);transition:color var(--transition)}.footer-col a:hover{color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;font-size:.8rem}.footer-bottom a:hover{color:var(--white)}.footer-legal{display:flex;gap:1.5rem}.anim{transform:translateY(20px)}.anim,.anim--left{opacity:0;transition:opacity .55s ease,transform .55s ease}.anim--left{transform:translateX(-20px)}.anim--right{opacity:0;transform:translateX(20px);transition:opacity .55s ease,transform .55s ease}.anim--d1{transition-delay:.1s}.anim--d2{transition-delay:.2s}.anim--d3{transition-delay:.3s}.anim--d4{transition-delay:.4s}.anim--d5{transition-delay:.5s}.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.anim,.anim--left,.anim--right{transition:none;opacity:1;transform:none}.svg-motion{display:none}}.bg-light{background:var(--bg)}.text-center{text-align:center}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.divider{height:1px;background:var(--gray-light);border:none;margin:0}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}