:root{--paper:#f5eddf;--paper-deep:#eee0cb;--ink:#2e1d17;--copper:#ae5632;--copper-dark:#7d351f;--line:#c78261;--muted:#6d554a;--walnut:#34221b;--serif:var(--font-display),Georgia,serif;--sans:var(--font-body),sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--paper)}body{margin:0;color:var(--ink);font-family:var(--sans);background:radial-gradient(rgba(92,57,33,.08) .55px,transparent .65px) 0 0/5px 5px,var(--paper);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:auto}button{font:inherit}.page-shell{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}main{flex:1 1}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(245,237,223,.96);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-wrap{height:90px;max-width:1450px;margin:auto;padding:0 5.5vw;display:flex;justify-content:space-between;gap:24px}.brand,.nav-wrap{align-items:center}.brand{font-family:var(--serif);font-size:1.45rem;display:inline-flex;gap:14px;line-height:1;white-space:nowrap}.mark{position:relative;width:48px;height:48px;border:2px solid var(--copper-dark);border-radius:50%;display:inline-grid;place-items:center;flex:none}.mark i{position:absolute;border:2px solid var(--copper-dark);border-radius:50%;width:29px;height:29px}.mark i:nth-child(2){width:15px;height:15px}.mark i:nth-child(3){width:4px;height:4px;background:var(--copper-dark)}.nav{display:flex;align-items:center;gap:44px;font-size:.93rem;font-weight:500}.nav>a:not(.button){position:relative}.nav>a:not(.button):after{content:"";position:absolute;left:0;right:0;bottom:-7px;height:1px;background:var(--copper);transform:scaleX(0);transform-origin:left;transition:transform .22s ease}.nav>a:not(.button):hover:after{transform:scaleX(1)}@media (max-width:1100px) and (min-width:761px){.nav-wrap{padding:0 28px}.brand{font-size:1.25rem;gap:11px}.nav{gap:20px;font-size:.88rem}.nav .button{padding:0 18px}}.button,.text-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;font-size:.9rem;font-weight:600;transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}.button{color:#fff9ee;background:var(--copper);border:1px solid var(--copper);border-radius:6px;box-shadow:inset 0 -1px rgba(59,31,16,.35)}.button:hover{background:var(--copper-dark);border-color:var(--copper-dark);transform:translateY(-2px)}.button:active,.text-button:active{transform:translateY(0) scale(.98)}.text-button{border:1px solid var(--copper);color:var(--copper-dark);border-radius:6px}.text-button:hover{background:rgba(174,86,50,.08)}a:focus-visible,button:focus-visible{outline:3px solid #37584e;outline-offset:3px}.menu-button{display:none;background:none;border:0;width:44px;height:44px;padding:10px}.menu-button span{display:block;height:2px;background:var(--ink);margin:6px 0}.hero{min-height:530px;max-width:1450px;margin:auto;padding:38px 5.5vw 30px;position:relative;display:grid;grid-template-columns:.82fr 1.18fr;grid-gap:64px;gap:64px;align-items:center}.hero-copy{max-width:455px;animation:rise .7s both}.craft-hero h1,.hero h1,.legal h1,.not-found h1,.page-intro h1,.product-info h1{font:400 clamp(3.4rem,5.3vw,5.7rem)/.96 var(--serif);letter-spacing:-.045em;margin:0;text-wrap:balance}.hero-copy p{font-size:1.05rem;line-height:1.6;max-width:370px;margin:20px 0 22px}.copper-line{width:42px;height:3px;display:block;background:var(--copper);border-radius:100%;margin:21px 0 0;transform:rotate(-2deg)}.actions{display:flex;gap:16px;flex-wrap:wrap}.hero-art{border:1px solid var(--copper);border-radius:50% 50% 0 0/38% 38% 0 0;padding:7px;align-self:stretch;min-height:390px;overflow:hidden;animation:rise .9s .1s both}.hero-art img,.hero-art picture{height:100%}.hero-art img{object-fit:cover;object-position:center}.hand-note{font:italic 1.55rem/1.2 var(--serif);color:var(--copper);position:absolute;right:1.6vw;top:80px;transform:rotate(6deg);text-align:center}.values{border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;justify-content:center;gap:min(10vw,170px);padding:14px 24px;font:1rem var(--serif)}.values span{display:flex;gap:12px;align-items:center}.values span:first-letter{color:var(--copper)}.section{max-width:1450px;margin:auto;padding:80px 5.5vw}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:27px}.closing-section h2,.craft-story h2,.process-copy h2,.section-heading h2{font:400 clamp(2.4rem,3.5vw,4rem)/1 var(--serif);letter-spacing:-.035em;margin:0;text-wrap:balance}.section-heading>a{color:var(--copper-dark);font-size:.93rem;font-weight:700;border-bottom:1px solid var(--line);padding-bottom:5px}.section-heading>a span{padding-left:4px}.eyebrow{font-size:.71rem;text-transform:uppercase;letter-spacing:.15em;font-weight:700;color:var(--copper-dark);margin:0 0 13px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:18px;gap:18px}.product-card{background:rgba(255,251,244,.4);border:1px solid rgba(174,86,50,.35);border-radius:8px;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 13px 24px rgba(69,36,21,.13)}.product-card picture{aspect-ratio:1.34;overflow:hidden;background:var(--paper-deep)}.product-card img{height:100%;object-fit:contain;transition:transform .4s ease}.product-card:hover img{transform:scale(1.035)}.product-card-copy{padding:14px 17px 16px}.product-card h2,.product-card h3{font:400 1.05rem/1.23 var(--serif);margin:0;min-height:2.5em}.product-card p{margin:8px 0 0;color:var(--copper-dark);font-size:.92rem;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.process-section{border-top:1px solid var(--line);display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:46px;gap:46px;padding:34px max(5.5vw,24px) 0;align-items:center}.process-copy{max-width:360px;padding:30px 0 55px}.craft-hero p,.craft-story p,.legal p,.not-found p,.page-intro p,.process-copy>p:not(.eyebrow){font-size:1rem;line-height:1.65;color:var(--muted)}.process-copy .text-button{margin-top:12px}.process-photos{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;align-self:stretch}.process-photos picture{height:270px;overflow:hidden;border-radius:7px 7px 0 0}.process-photos img{height:100%;object-fit:cover}.process-photos picture:nth-child(2){transform:translateY(18px)}.closing-section{text-align:center;border-top:1px solid var(--line);padding:85px 24px 95px}.closing-section h2{max-width:640px;margin:0 auto 25px}.closing-section .button{min-width:165px}.site-footer{background:var(--walnut);color:#f4e8d6;padding:55px 5.5vw 20px;margin-top:auto}.footer-grid{max-width:1450px;margin:auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:70px;gap:70px}.footer-brand .mark{transform:scale(.82);transform-origin:left}.footer-brand .mark,.footer-brand .mark i{border-color:#e7a27f}.footer-brand .mark i:nth-child(3){background:#e7a27f}.footer-grid p{color:#d7ba9d;max-width:300px;font-size:.9rem;line-height:1.6}.footer-grid>div:not(:first-child){display:flex;flex-direction:column;align-items:flex-start;gap:12px;font-size:.88rem}.footer-label{font:700 .68rem var(--sans)!important;text-transform:uppercase;letter-spacing:.14em;color:#e7a27f!important;margin:0 0 2px}.footer-grid a:not(.brand):hover{text-decoration:underline;text-underline-offset:4px}.footer-bottom{max-width:1450px;margin:48px auto 0;padding-top:17px;border-top:1px solid rgba(231,162,127,.3);display:grid;grid-template-columns:1fr minmax(250px,520px) auto;grid-gap:20px;gap:20px;align-items:center;color:#c9a98d}.footer-bottom small{font-size:.65rem;line-height:1.4}.footer-bottom img{width:auto;height:27px}.page-intro{max-width:1450px;margin:auto;padding:85px 5.5vw 35px;border-bottom:1px solid var(--line)}.page-intro h1{font-size:clamp(3.8rem,7vw,6.5rem)}.page-intro p:not(.eyebrow){max-width:525px;margin:20px 0}.page-intro .text-button{margin-top:8px}.shop-section{padding-top:35px}.shop-section .product-grid{grid-template-columns:repeat(3,1fr);gap:22px 18px}.product-detail{max-width:1450px;margin:auto;padding:52px 5.5vw 90px;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:72px;gap:72px;align-items:start}.product-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.product-gallery picture:first-child{grid-column:span 2}.product-gallery picture{background:#e8dfd1;aspect-ratio:1;overflow:hidden;border-radius:7px}.product-gallery picture:first-child{aspect-ratio:1.18}.product-gallery img{height:100%;object-fit:contain}.product-info{position:-webkit-sticky;position:sticky;top:125px}.product-info h1{font-size:clamp(2.8rem,4.1vw,4.4rem);margin-bottom:17px}.price{font:1.3rem var(--serif);color:var(--copper-dark);margin:0 0 24px}.product-info>.button{margin-bottom:26px}.description{border-top:1px solid var(--line);padding-top:23px}.description p{font-size:.96rem;line-height:1.75;color:#4f3930}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:24px 0}.tags span{font-size:.72rem;border:1px solid rgba(174,86,50,.45);padding:6px 9px;border-radius:4px}.product-info .text-button{margin-top:10px}.craft-hero{max-width:1450px;margin:auto;padding:70px 5.5vw;display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:74px;gap:74px;align-items:center;border-bottom:1px solid var(--line)}.craft-hero>div{max-width:470px}.craft-hero h1{font-size:clamp(3.6rem,5.2vw,5.5rem)}.craft-hero .button{margin-top:16px}.craft-hero picture{aspect-ratio:1.2;overflow:hidden;border:1px solid var(--line);padding:7px;border-radius:48% 48% 0 0/34% 34% 0 0}.craft-hero img{height:100%;object-fit:contain}.craft-story{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:100px;gap:100px;align-items:center}.craft-story.reverse .craft-image{order:2}.craft-image picture{aspect-ratio:1.25;display:block;overflow:hidden;border-radius:8px;background:#e8dfd1}.craft-image img{height:100%;object-fit:contain}.legal,.not-found{max-width:850px;margin:auto;padding:100px 5.5vw}.legal h1,.not-found h1{font-size:clamp(3.5rem,6vw,5rem);margin-bottom:25px}.legal p{max-width:680px}.not-found{text-align:center;min-height:55vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.not-found p{max-width:480px}.not-found .button{margin-top:12px}.contact-page{max-width:1050px;margin:auto;padding:85px 5.5vw 100px;display:grid;grid-template-columns:.8fr 1.2fr;grid-gap:90px;gap:90px;align-items:start}.contact-page h1{font:400 clamp(3.8rem,6.2vw,5.8rem)/.96 var(--serif);letter-spacing:-.045em;margin:0;text-wrap:balance}.contact-page>div>p:not(.eyebrow){font-size:1.05rem;line-height:1.7;color:var(--muted);max-width:360px;margin:21px 0 0}.contact-form{display:grid;grid-gap:9px;gap:9px;background:rgba(255,251,244,.44);border:1px solid rgba(174,86,50,.38);border-radius:8px;padding:30px}.contact-form label{font-size:.88rem;font-weight:700;margin-top:8px}.contact-form input:not([type=hidden]),.contact-form textarea{width:100%;font:inherit;color:var(--ink);background:#fffaf1;border:1px solid rgba(125,53,31,.45);border-radius:5px;padding:12px 13px;outline:none}.contact-form textarea{resize:vertical;min-height:135px;line-height:1.55}.contact-form input:not([type=hidden]):focus,.contact-form textarea:focus{border-color:var(--copper-dark);box-shadow:0 0 0 3px rgba(174,86,50,.17)}.contact-form-status{font-size:.92rem;line-height:1.5;color:#37584e;margin:13px 0 0}.contact-form-status.error{color:#8d2e1d}.contact-form .button{justify-self:start;margin-top:2px;border:0;cursor:pointer}.contact-form .button:disabled{cursor:wait;opacity:.74;transform:none}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.nav-wrap{padding:0 34px}.nav{gap:24px}.hero{gap:36px;padding-left:34px;padding-right:34px}.hand-note{display:none}.process-section,.section{padding-left:34px;padding-right:34px}.process-section{gap:25px}.site-footer{padding-left:34px;padding-right:34px}.craft-hero,.product-detail{padding-left:34px;padding-right:34px;gap:40px}}@media (max-width:760px){.site-header{position:-webkit-sticky;position:sticky}.nav-wrap{height:70px;padding:0 22px}.brand{font-size:1.08rem;gap:9px}.mark{width:37px;height:37px}.mark i{width:23px;height:23px}.mark i:nth-child(2){width:12px;height:12px}.mark i:nth-child(3){width:3px;height:3px}.menu-button{display:block}.nav{position:absolute;left:0;right:0;top:70px;background:var(--paper);border-bottom:1px solid var(--line);padding:12px 22px 22px;display:none;flex-direction:column;align-items:stretch;gap:3px;box-shadow:0 12px 20px rgba(48,29,20,.1)}.nav.open,.nav>a{display:flex}.nav>a{min-height:44px;align-items:center}.nav .nav-cta{margin-top:8px}.hero{min-height:0;padding:48px 22px 30px;grid-template-columns:1fr;gap:30px}.hero h1{font-size:clamp(3.1rem,15vw,4.55rem)}.hero-copy p{font-size:1rem}.hero-art{min-height:340px;height:52vw;max-height:470px}.values{gap:9px;justify-content:space-around;padding:13px 8px;font-size:.8rem}.values span{gap:5px;text-align:center}.section{padding:60px 22px}.section-heading{align-items:start;flex-direction:column;gap:18px}.section-heading h2{font-size:2.7rem}.product-grid,.shop-section .product-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card-copy{padding:11px 12px 13px}.product-card h2,.product-card h3{font-size:1rem}.featured-grid .product-card:first-child{grid-column:span 2}.process-section{grid-template-columns:1fr;padding:30px 22px 0}.process-copy{padding-bottom:20px}.process-photos picture{height:175px}.site-footer{padding:48px 22px 18px}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{grid-template-columns:1fr;gap:15px;margin-top:38px}.page-intro{padding:65px 22px 30px}.page-intro h1{font-size:clamp(3.5rem,16vw,5rem)}.shop-section{padding-top:28px}.product-detail{display:block;padding:35px 22px 70px}.product-gallery{margin-bottom:38px}.product-info{position:static}.product-info h1{font-size:3.05rem}.craft-hero{padding:54px 22px;grid-template-columns:1fr;gap:30px}.craft-hero h1{font-size:3.55rem}.craft-story,.craft-story.reverse{grid-template-columns:1fr;gap:28px}.craft-story.reverse .craft-image{order:0}.closing-section,.legal,.not-found{padding:70px 22px}.closing-section h2{font-size:2.8rem}.contact-page{display:block;padding:65px 22px 70px}.contact-page>div>p:not(.eyebrow){margin-bottom:35px}.contact-form{padding:23px 20px}}@media (max-width:400px){.brand span{font-size:.98rem}.hero h1{font-size:3rem}.values{font-size:.7rem}.values span{max-width:100px}.product-card h2,.product-card h3{font-size:.94rem}.craft-hero h1,.product-info h1{font-size:2.8rem}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.hero-art{background:#e7ddcd}.hero-art img{object-fit:contain}@font-face{font-family:"DM Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ccc01da6a2b3d788-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 Serif Display";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fa3e259cafa8f47e-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 Serif Display Fallback";src:local("Times New Roman");ascent-override:94.37%;descent-override:30.51%;line-gap-override:0.00%;size-adjust:109.78%}.__className_0e4539{font-family:"DM Serif Display","DM Serif Display Fallback";font-weight:400;font-style:normal}.__variable_0e4539{--font-display:"DM Serif Display","DM Serif Display Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_d2dc74{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_d2dc74{--font-body:"Manrope","Manrope Fallback"}