*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--noir:#0C0C0B;--blanc:#FFFFFF;--fond:#F8F7F4;--orange:#E8621A;--orange2:#F07840;--gris:#6A6A65;--leger:#ABABAB;--ligne:#E4E2DC}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:var(--font-dm-sans),"DM Sans",system-ui,sans-serif;background:var(--blanc);color:var(--noir);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;background:none}img,svg{display:block;max-width:100%}::selection{background:var(--orange);color:white}.nav{display:flex;justify-content:space-between;align-items:center;padding:1.3rem 7vw;border-bottom:1px solid var(--ligne);position:-webkit-sticky;position:sticky;top:0;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;box-shadow:0 0 0 rgba(12,12,11,0);transition:box-shadow .3s ease}.nav-scrolled{box-shadow:0 2px 16px rgba(12,12,11,.06)}.nav-logo{font-family:var(--font-dm-sans),sans-serif;font-size:.9rem;font-weight:500;color:var(--noir)}.nav-logo-dot{color:var(--orange)}.nav-links{list-style:none;display:flex;gap:2.5rem;align-items:center}.nav-link{color:var(--leger);font-size:.82rem;font-weight:400;transition:color .18s}.nav-link:hover{color:var(--noir)}.nav-cta-btn{color:var(--blanc)!important;font-weight:500!important;background:var(--orange);padding:.5rem 1.1rem;border-radius:3px;transition:background .2s,transform .2s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease!important}.hero{background:var(--noir);padding:7rem 7vw 8rem;border-bottom:3px solid var(--orange);position:relative;overflow:hidden}.hero-content{position:relative;z-index:1}.hero-glow{position:absolute;top:-30%;left:30%;width:900px;height:900px;max-width:140vw;background:radial-gradient(circle,rgba(232,98,26,.18) 0,rgba(232,98,26,.05) 45%,transparent 70%);filter:blur(50px);pointer-events:none;z-index:0;animation:heroGlowDrift 24s ease-in-out infinite alternate}@keyframes heroGlowDrift{0%{transform:translate(-10%,-8%) scale(1)}to{transform:translate(6%,10%) scale(1.12)}}@keyframes heroIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-in{animation:heroIn .55s cubic-bezier(.2,.7,.2,1) both}.hero-in-1{animation-delay:0s}.hero-in-2{animation-delay:.09s}.hero-in-3{animation-delay:.18s}.hero-in-4{animation-delay:.26s}.hero-in-5{animation-delay:.34s}.hero-kicker{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:2.5rem;display:flex;align-items:center;gap:.8rem}.hero-kicker:before{content:"";display:block;width:28px;height:1px;background:var(--orange);flex-shrink:0}.hero h1{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(2.6rem,5.5vw,5rem);font-weight:300;line-height:1.15;letter-spacing:-.025em;color:var(--blanc);max-width:820px;margin-bottom:1rem}.hero h1 em{font-style:italic;color:var(--orange);font-weight:600}.hero-sub{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-style:italic;font-size:1.1rem;color:rgba(255,255,255,.45);font-weight:300;margin-bottom:3rem;letter-spacing:-.01em}.hero-cta-center{text-align:center;margin-bottom:3rem}.hero-divider{width:100%;height:1px;background:rgba(255,255,255,.08);margin-bottom:3rem}.hero-bottom{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:end}.hero-bottom p{font-size:1rem;color:rgba(255,255,255,.55);font-weight:300;line-height:1.8}.hero-bottom p strong{color:rgba(255,255,255,.85);font-weight:400}.hero-actions{display:flex;gap:1rem;align-items:center;justify-content:flex-end;flex-wrap:wrap}.btn-primary{background:var(--orange);color:white;padding:.9rem 1.8rem;border-radius:3px;font-weight:500;font-size:.88rem;transition:background .2s,transform .2s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease;display:inline-block}.btn-ghost{color:rgba(255,255,255,.35);font-size:.85rem;border-bottom:1px solid rgba(255,255,255,.15);padding-bottom:1px;transition:color .2s,border-color .2s,transform .2s cubic-bezier(.2,.7,.2,1);display:inline-block}.about{padding:7rem 7vw;display:grid;grid-template-columns:1fr 1fr;grid-gap:6rem;gap:6rem;align-items:center;border-bottom:1px solid var(--ligne)}.about-photo{background:var(--fond);aspect-ratio:4/5;border-radius:4px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.6rem;color:var(--leger);font-size:.8rem;text-align:center;padding:2rem;border:1px solid var(--ligne);position:relative;overflow:hidden}.about-photo:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:var(--orange)}.about-kicker{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:1.5rem}.about-text h2{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;line-height:1.2;letter-spacing:-.02em;color:var(--noir);margin-bottom:1.8rem}.about-text h2 em{font-style:italic;color:var(--orange);font-weight:600}.about-text p{font-size:.97rem;color:var(--gris);font-weight:300;line-height:1.85;margin-bottom:1rem}.about-text p strong{color:var(--noir);font-weight:500}.services-section{background:var(--noir);padding:7rem 7vw;border-bottom:1px solid #1a1a18}.services-hd{padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.07);margin-bottom:0;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.services-hd h2{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;letter-spacing:-.02em;color:var(--blanc)}.services-hd h2 em{font-style:italic;color:var(--orange);font-weight:600}.services-hd-cta{background:var(--orange);color:#FFFFFF;padding:.9rem 1.6rem;border-radius:3px;font-family:var(--font-dm-sans),DM Sans,sans-serif;font-weight:500;font-size:.88rem;white-space:nowrap;transition:background .2s,transform .2s cubic-bezier(.2,.7,.2,1);flex-shrink:0}.svc-row{display:grid;grid-template-columns:2.5rem 1fr 1fr;grid-gap:2rem;gap:2rem;align-items:start;padding:2rem 0;border-bottom:1px solid rgba(255,255,255,.07);transition:padding-left .2s;cursor:default}.svc-row:last-child{border-bottom:none}.svc-row:hover{padding-left:.5rem}.svc-row:hover .svc-name{color:var(--orange)}.svc-row-link{cursor:pointer}.svc-num{font-size:.7rem;color:rgba(255,255,255,.2);font-weight:500;letter-spacing:.08em;padding-top:.3rem}.svc-name{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(1.2rem,2.5vw,1.9rem);font-weight:300;color:var(--blanc);letter-spacing:-.015em;transition:color .2s;margin-bottom:.5rem}.svc-arrow{display:inline-block;margin-left:.6rem;opacity:0;transform:translateX(-4px);transition:opacity .2s,transform .2s cubic-bezier(.2,.7,.2,1)}.svc-row-link:hover .svc-arrow{opacity:1;transform:translateX(0)}.svc-desc{font-size:.85rem;color:rgba(255,255,255,.35);font-weight:300;line-height:1.7}.projets-section{padding:7rem 7vw;border-bottom:1px solid var(--ligne);background:var(--fond)}.projets-kicker{font-size:.72rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--orange);margin-bottom:1rem}.projets-section h2{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;letter-spacing:-.02em;color:var(--noir);margin-bottom:3.5rem}.projets-section h2 em{font-style:italic;color:var(--orange);font-weight:600}.projets-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1px;gap:1px;background:var(--ligne);border:1px solid var(--ligne);border-radius:4px;overflow:hidden}.projet-card{background:var(--blanc);padding:2.2rem;transition:background .18s,transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s ease;display:block}.projet-type{font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--leger);margin-bottom:.8rem}.projet-card h3{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:1.15rem;font-weight:600;color:var(--noir);margin-bottom:.7rem;letter-spacing:-.01em}.projet-card p{font-size:.86rem;color:var(--gris);font-weight:300;line-height:1.7;margin-bottom:1.4rem}.projet-status{display:inline-flex;align-items:center;gap:.4rem;font-size:.72rem;font-weight:500;color:var(--leger)}.projet-status:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--leger);flex-shrink:0}.projet-status.live:before{background:#4A9B6F}.projet-status.wip:before{background:var(--orange)}.cta-section{background:var(--noir);padding:7rem 7vw;border-top:3px solid var(--orange);text-align:center}.cta-section h2{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;letter-spacing:-.025em;color:var(--blanc);margin-bottom:1rem;line-height:1.2}.cta-section h2 em{font-style:italic;color:var(--orange);font-weight:600}.cta-intro{font-size:.95rem;color:rgba(255,255,255,.4);font-weight:300;max-width:400px;margin:0 auto 2.5rem;line-height:1.8}.contact-form{max-width:520px;margin:0 auto;display:flex;flex-direction:column;gap:14px;text-align:left}.contact-form input,.contact-form textarea{width:100%;padding:14px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:3px;font-size:.9rem;color:var(--blanc);font-family:var(--font-dm-sans),sans-serif;outline:none;transition:border-color .2s}.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,.25)}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--orange)}.contact-form textarea{resize:vertical;min-height:120px}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.contact-form-btn{width:100%;padding:14px 24px;background:var(--orange);color:white;border-radius:3px;font-size:.9rem;font-weight:500;font-family:var(--font-dm-sans),sans-serif;transition:background .2s,transform .2s cubic-bezier(.2,.7,.2,1),box-shadow .2s ease,opacity .2s ease;cursor:pointer;border:none}.contact-form-btn:disabled{opacity:.6;cursor:not-allowed}.contact-success{max-width:520px;margin:0 auto;padding:48px 0}.footer-bar{padding:1.8rem 7vw;border-top:1px solid #1a1a18;background:var(--noir);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{font-size:.88rem;font-weight:500;color:rgba(255,255,255,.4)}.footer-logo-dot{color:var(--orange)}.footer-copy{font-size:.78rem;color:rgba(255,255,255,.2)}.specialite-intro{padding:6rem 7vw;max-width:900px;margin:0 auto;border-bottom:1px solid var(--ligne)}.specialite-intro p{font-size:.97rem;color:var(--gris);font-weight:300;line-height:1.85;margin-bottom:1.2rem}.specialite-intro p:last-child{margin-bottom:0}.specialite-enjeux{padding:6rem 7vw;background:var(--fond);border-bottom:1px solid var(--ligne)}.specialite-enjeux h2{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;letter-spacing:-.02em;color:var(--noir);margin-bottom:3rem;line-height:1.2}.specialite-enjeux h2 em{font-style:italic;color:var(--orange);font-weight:600}.enjeux-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1px;gap:1px;background:var(--ligne);border:1px solid var(--ligne);border-radius:4px;overflow:hidden}.enjeu-card{background:var(--blanc);padding:2.2rem;transition:transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s ease}.enjeu-card h3{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:1.05rem;font-weight:600;color:var(--noir);margin-bottom:.7rem;letter-spacing:-.01em}.enjeu-card p{font-size:.86rem;color:var(--gris);font-weight:300;line-height:1.7}.specialite-offre{padding:5rem 7vw 6rem;max-width:820px}.specialite-offre p{font-size:1rem;color:var(--gris);font-weight:300;line-height:1.85}.specialite-exemple{padding:6rem 7vw;border-bottom:1px solid var(--ligne)}.exemple-transition{font-size:1rem;color:var(--gris);font-weight:300;line-height:1.85;max-width:720px;margin-bottom:2.5rem}.exemple-card{display:flex;gap:0;align-items:stretch;background:var(--fond);border:1px solid var(--ligne);border-radius:4px;overflow:hidden;max-width:720px;transition:background .18s,transform .25s cubic-bezier(.2,.7,.2,1),box-shadow .25s ease}.exemple-card img{width:240px;height:100%;min-height:180px;object-fit:cover;flex-shrink:0}.exemple-card-body{padding:1.8rem 2rem}.exemple-card-type{font-size:.68rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--leger);margin-bottom:.6rem}.exemple-card-body h3{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:1.1rem;font-weight:600;color:var(--noir);margin-bottom:.6rem;letter-spacing:-.01em}.exemple-card-body p{font-size:.86rem;color:var(--gris);font-weight:300;line-height:1.7}.exemple-testimonial{background:var(--fond);border:1px solid var(--ligne);border-left:3px solid var(--orange);border-radius:4px;padding:2rem;margin-top:2rem;max-width:720px}.exemple-testimonial p{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-style:italic;font-size:1.1rem;color:var(--noir);margin:0;line-height:1.7}.exemple-testimonial-author{font-family:var(--font-dm-sans),"DM Sans",sans-serif!important;font-style:normal!important;font-size:.82rem!important;color:var(--gris)!important;margin-top:1rem!important}.reveal{opacity:0;transform:translateY(20px);transition:opacity .4s cubic-bezier(.2,.7,.2,1),transform .4s cubic-bezier(.2,.7,.2,1)}.reveal.visible{opacity:1;transform:none}.reveal-card{opacity:0;transform:translateY(14px);transition:opacity .3s cubic-bezier(.2,.7,.2,1),transform .3s cubic-bezier(.2,.7,.2,1)}.reveal-card.visible{opacity:1;transform:none}.card-glow{position:relative;overflow:hidden}@media (hover:hover) and (pointer:fine){.btn-primary:hover{color:white}.btn-primary:hover,.projets-demo-cta:hover,.services-hd-cta:hover{background:var(--orange2);transform:translateY(-2px);box-shadow:0 8px 20px rgba(232,98,26,.28)}.projets-demo-cta:hover{color:#FFFFFF}.btn-ghost:hover{color:white;border-color:rgba(255,255,255,.5);transform:translateX(3px)}.nav-cta-btn:hover{background:var(--orange2)!important;color:var(--blanc)!important;transform:translateY(-1px);box-shadow:0 4px 14px rgba(232,98,26,.28)}.contact-form-btn:hover:not(:disabled){background:var(--orange2);transform:translateY(-1px);box-shadow:0 6px 18px rgba(232,98,26,.25)}.projet-card:hover{background:#FFF8F5}.enjeu-card:hover,.exemple-card:hover,.projet-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(12,12,11,.08)}.exemple-card:hover{background:#FFF8F5}.specialite-link:hover{background:#FFF8F5;transform:translateY(-2px);box-shadow:0 8px 20px rgba(12,12,11,.06)}.cookie-btn-primary:hover{background:var(--orange2);border-color:var(--orange2)}.cookie-btn-secondary:hover{border-color:rgba(255,255,255,.6);color:white}.link-draw{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;transition:background-size .3s cubic-bezier(.2,.7,.2,1),color .18s}.link-draw:hover{background-size:100% 1px}.footer-legal-link:hover{color:rgba(255,255,255,.6)!important}.back-link:hover{color:var(--orange2)!important}.card-glow:before{content:"";position:absolute;inset:0;background:radial-gradient(240px circle at var(--mx,50%) var(--my,50%),rgba(232,98,26,.09),transparent 70%);opacity:0;transition:opacity .25s ease;pointer-events:none}.card-glow:hover:before{opacity:1}}.btn-ghost:active,.btn-primary:active,.projets-demo-cta:active,.services-hd-cta:active{transform:scale(.97)}.nav-cta-btn:active{transform:scale(.96)}.contact-form-btn:active:not(:disabled){transform:scale(.97)}.enjeu-card:active,.exemple-card:active,.projet-card:active{transform:scale(.98)}.specialite-link:active{transform:scale(.97)}.faq-question-btn{transition:opacity .15s ease}.faq-question-btn:active{opacity:.65}.cookie-btn:active{transform:scale(.96)}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-delay:0s!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.hero-in,.reveal,.reveal-card{opacity:1!important;transform:none!important}.hero-glow{animation:none!important}}@keyframes cookieBannerIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:300;background:var(--noir);color:rgba(255,255,255,.75);padding:1.2rem 7vw;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -8px 24px rgba(0,0,0,.2);animation:cookieBannerIn .4s cubic-bezier(.2,.7,.2,1)}.cookie-banner-text{font-size:.85rem;line-height:1.6;max-width:640px;flex:1 1;min-width:240px}.cookie-banner-text a{color:var(--orange)}.cookie-banner-actions{display:flex;gap:.8rem;flex-shrink:0}.cookie-btn{padding:.7rem 1.5rem;border-radius:3px;font-size:.85rem;font-weight:500;font-family:var(--font-dm-sans),sans-serif;cursor:pointer;transition:background .2s,border-color .2s,color .2s,transform .2s cubic-bezier(.2,.7,.2,1)}.cookie-btn-primary{background:var(--orange);color:white;border:1px solid var(--orange)}.cookie-btn-secondary{background:transparent;color:rgba(255,255,255,.75);border:1px solid rgba(255,255,255,.3)}.offer-section{padding:7rem 7vw;border-bottom:1px solid var(--ligne)}.offer-section h2{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:300;letter-spacing:-.02em;color:var(--noir);margin-bottom:3rem;line-height:1.2}.offer-section h2 em{font-style:italic;color:var(--orange);font-weight:600}.offer-lead{font-size:.97rem;color:var(--gris);font-weight:300;line-height:1.85;max-width:720px;margin-bottom:3rem}.methode-row{display:grid;grid-template-columns:2.5rem 1fr 2fr;grid-gap:2rem;gap:2rem;align-items:start;padding:2rem 0;border-bottom:1px solid var(--ligne)}.methode-row:last-child{border-bottom:none}.methode-num{font-size:.7rem;color:var(--leger);font-weight:500;letter-spacing:.08em;padding-top:.3rem}.methode-name{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:300;color:var(--noir);letter-spacing:-.01em}.methode-desc{font-size:.88rem;color:var(--gris);font-weight:300;line-height:1.75}.demo-box{background:var(--fond);border:1px solid var(--ligne);border-left:3px solid var(--orange);border-radius:4px;padding:2rem;margin-top:2.5rem;max-width:720px}.demo-box h3{font-family:var(--font-fraunces),"Fraunces",Georgia,serif;font-size:1.1rem;font-weight:600;color:var(--noir);margin-bottom:.6rem}.demo-box p{font-size:.9rem;color:var(--gris);font-weight:300;line-height:1.75;margin-bottom:1.4rem}@media (max-width:768px){.nav-links{display:none}.services-hd{flex-direction:column;align-items:flex-start}.services-hd-cta{align-self:stretch;text-align:center}.projets-demo-row{flex-direction:column}.hero-bottom{grid-template-columns:1fr;gap:2rem}.hero-actions{justify-content:flex-start}.about{grid-template-columns:1fr;gap:3rem}.svc-row{grid-template-columns:2.5rem 1fr}.svc-desc{grid-column:2;margin-top:-.3rem}.methode-row{grid-template-columns:2.5rem 1fr}.methode-desc{grid-column:2;margin-top:.4rem}.contact-form-row{grid-template-columns:1fr}.exemple-card{flex-direction:column}.exemple-card img{width:100%;height:180px}.cookie-banner{flex-direction:column;align-items:stretch;padding:1.2rem 6vw}.cookie-banner-actions{width:100%}.cookie-btn{flex:1 1;text-align:center}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--fond)}::-webkit-scrollbar-thumb{background:var(--ligne);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--leger)}@font-face{font-family:Fraunces;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-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:Fraunces;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/c62081b071647022-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:Fraunces;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-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:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-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:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/c62081b071647022-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:Fraunces;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-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:Fraunces;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-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:Fraunces;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/c62081b071647022-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:Fraunces;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-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:Fraunces;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:Fraunces;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:Fraunces;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:Fraunces Fallback;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_e39655{font-family:Fraunces,Fraunces Fallback}.__variable_e39655{--font-fraunces:"Fraunces","Fraunces Fallback"}@font-face{font-family:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:DM Sans;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_c95b6f{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_c95b6f{--font-dm-sans:"DM Sans","DM Sans Fallback"}