:root{--ink:#143a2b;--oat:#f3ede4;--paper:#fbf8f3;--sage:#aebca2;--clay:#b56648;--line:#d9c9b8;--wood:#a8784e;--body:var(--font-body),sans-serif;--display:var(--font-display),serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--oat);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-shell main{flex:1 1}a{color:inherit;text-decoration:none}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--display);font-weight:500;line-height:.98;text-wrap:balance}.header{height:88px;padding:0 2.35rem;border-bottom:1px solid var(--line);gap:2rem;background:rgba(243,237,228,.96);position:-webkit-sticky;position:sticky;top:0;z-index:10;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.brand,.footer-brand,.header{display:flex;align-items:center}.brand,.footer-brand{gap:13px;white-space:nowrap;font-family:var(--display);text-transform:uppercase;letter-spacing:.16em;font-size:18px;font-weight:600}.mark{display:inline-block;width:40px;height:49px;position:relative}.mark i{width:31px;height:31px;border:2px solid var(--wood);border-radius:50%;top:0;left:3px}.mark b,.mark i{position:absolute}.mark b{width:11px;height:20px;border:2px solid var(--wood);border-radius:2px;top:28px;left:13px}.mark b:after{content:"";position:absolute;border:1px solid var(--wood);width:3px;height:3px;border-radius:50%;top:5px;left:2px}.header nav{display:flex;gap:2.8rem;margin:auto;font-size:15px}.footer a,.header nav a,.text-link{transition:color .2s ease}.footer a:hover,.header nav a:hover,.text-link:hover{color:var(--clay)}.button{min-height:52px;padding:14px 25px;display:inline-flex;align-items:center;justify-content:center;background:var(--ink);color:white;border:1px solid var(--ink);border-radius:4px;font-weight:500;transition:background .2s ease,color .2s ease,transform .2s ease}.button:hover{background:#285947;transform:translateY(-2px)}.button:active{transform:scale(.98)}.button-outline{background:transparent;color:var(--ink)}.button-outline:hover{background:var(--ink);color:#fff}.menu{display:none;margin-left:auto}.menu summary{list-style:none;cursor:pointer;min-height:44px;display:flex;align-items:center}.menu summary::-webkit-details-marker{display:none}.menu div{position:absolute;right:1rem;top:76px;background:var(--paper);border:1px solid var(--line);padding:14px;display:grid;grid-gap:6px;gap:6px;min-width:210px}.menu a{padding:10px}.hero{min-height:470px;display:grid;grid-template-columns:43% 57%;border-bottom:1px solid var(--line);overflow:hidden;background:var(--paper)}.hero-copy{padding:74px clamp(2.4rem,5vw,6.2rem);align-self:center}.eyebrow{font-size:12px;line-height:1.2;letter-spacing:.2em;text-transform:uppercase;color:var(--clay);font-weight:600;margin-bottom:24px}.hero h1{font-size:clamp(3.5rem,5vw,6.1rem);max-width:650px}.hero-copy>p:not(.eyebrow){max-width:510px;font-size:17px;line-height:1.55;margin:25px 0 30px}.made-in{display:block;margin-top:31px;font-size:14px}.made-in:first-letter{color:var(--clay);font-size:27px}.hero-media{position:relative;min-height:470px}.hero-media>picture{display:block;height:100%}.hero-media>picture img{object-position:center}.detail{position:absolute;bottom:-1px;left:-20%;width:34%;height:44%;border:7px solid var(--paper);border-bottom:0;border-radius:28px 28px 0 0;overflow:hidden}.statement{min-height:68px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:center;gap:22px;padding:14px 2rem;text-align:center}.statement h2{font-size:clamp(1.65rem,2.25vw,2.35rem)}.statement span{color:var(--clay);font-size:25px}.section{padding:clamp(4rem,7vw,7.2rem) clamp(1.25rem,3.7vw,4rem)}.collections{padding-top:4.2rem}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line)}.collection-tile{display:grid;grid-template-columns:2fr 1fr;min-height:230px;border-right:1px solid var(--line);background:var(--paper)}.collection-tile:last-child{border-right:0}.collection-tile picture{min-height:230px}.collection-tile div{padding:25px 18px;display:flex;flex-direction:column;align-items:flex-start}.collection-tile h2{font-size:clamp(1.75rem,2.1vw,2.6rem)}.collection-tile p{font-size:14px;margin:13px 0 22px}.text-link{font-size:14px;text-decoration:underline;text-underline-offset:5px}.text-link span{font-size:18px;margin-left:3px}.craft{padding-top:1rem;display:grid;grid-template-columns:1fr 1fr;grid-gap:0;gap:0;border-top:0}.craft-image{min-height:420px}.craft-copy{padding:clamp(2.3rem,7vw,8rem);border:1px solid var(--line);border-left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.craft-copy h2,.faq h2,.how h2,.section-heading h2{font-size:clamp(2.6rem,4vw,4.5rem);max-width:600px}.craft-copy>p:not(.eyebrow){max-width:440px;margin:24px 0}.featured{padding-top:2.2rem}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:2rem;margin-bottom:37px}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.product-card{min-width:0}.product-image{display:block;aspect-ratio:1/1.08;overflow:hidden;background:#e9e1d5}.product-image picture{height:100%;display:block}.product-image img{transition:transform .45s ease}.product-card:hover .product-image img{transform:scale(1.035)}.product-info{display:flex;justify-content:space-between;gap:8px;padding:17px 3px}.product-info h3{font-size:21px;line-height:1.02;max-width:210px}.product-info p{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:14px;margin-top:10px}.product-info .text-link{white-space:nowrap;align-self:flex-end}.how{background:var(--sage);border-top:1px solid var(--line);border-bottom:1px solid var(--line);display:grid;grid-template-columns:.9fr 1.6fr;grid-gap:7vw;gap:7vw}.how ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:28px;gap:28px}.how li{border-left:1px solid rgba(20,58,43,.35);padding-left:18px;display:grid;grid-gap:12px;gap:12px}.how strong{font-family:var(--display);font-weight:500;font-size:30px;line-height:1}.how span{font-size:14px}.faq{max-width:1000px;margin:auto}.faq h2{margin-bottom:30px}.faq details{border-top:1px solid var(--line);padding:21px 0}.faq details:last-of-type{border-bottom:1px solid var(--line)}.faq summary{font-family:var(--display);font-size:25px;cursor:pointer;display:flex;justify-content:space-between;gap:20px}.faq summary:after{content:"+";font-family:var(--body);font-size:21px}.faq details[open] summary:after{content:"−"}.faq details p{max-width:690px;margin-top:15px;font-size:16px}.final-cta{padding:clamp(4.5rem,8vw,8rem) 2rem;background:var(--ink);color:#fff;text-align:center}.final-cta .eyebrow{color:#ecc4a6}.final-cta h2{font-size:clamp(3rem,5.3vw,6rem);max-width:800px;margin:0 auto 32px}.button-light{background:var(--oat);color:var(--ink);border-color:var(--oat)}.button-light:hover{background:white}.page-intro{background:var(--paper);padding:clamp(5rem,9vw,9rem) max(1.25rem,14vw) clamp(4rem,7vw,7rem);border-bottom:1px solid var(--line)}.page-intro h1{font-size:clamp(3.7rem,7vw,7.4rem);max-width:780px}.page-intro>p:last-child{font-size:17px;max-width:600px;margin-top:25px}.shop-grid{max-width:1440px;margin:auto;padding-top:55px}.product-grid.full{grid-template-columns:repeat(4,1fr);gap:35px 18px}.etsy-note{font-size:12px;color:#5f665e;margin:40px 0 18px;max-width:680px}.about-story,.steps,.story{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,7vw,7rem);gap:clamp(2rem,7vw,7rem);align-items:center;max-width:1280px;margin:auto}.about-story picture,.steps picture,.story picture{height:500px}.about-story h2,.steps h2,.story-copy h2{font-size:clamp(3rem,4.5vw,5rem)}.about-story p,.steps p,.story-copy p{margin-top:20px;max-width:530px}.steps{background:var(--sage);max-width:none;padding:clamp(4rem,7vw,7rem) max(1.25rem,12vw)}.steps picture{height:440px}.about-story .button,.steps .button{margin-top:28px}.ideas{max-width:1280px;margin:auto;display:grid;grid-gap:70px;gap:70px}.idea{display:grid;grid-template-columns:1.3fr .7fr;align-items:center;grid-gap:clamp(2rem,8vw,9rem);gap:clamp(2rem,8vw,9rem)}.idea:nth-child(2n){grid-template-columns:.7fr 1.3fr}.idea:nth-child(2n) picture{order:2}.idea picture{height:440px}.idea span{font-size:13px;letter-spacing:.18em;color:var(--clay)}.idea h2{font-size:clamp(3rem,5vw,5.4rem);margin:13px 0 20px}.idea p{max-width:400px}.about-story{padding-top:clamp(4rem,7vw,7rem);padding-bottom:clamp(4rem,7vw,7rem)}.about-story picture{height:570px}.product-page{max-width:1320px;margin:auto;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:clamp(2rem,6vw,7rem);gap:clamp(2rem,6vw,7rem);padding-top:70px}.product-gallery{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.product-gallery picture:first-child{grid-column:span 2;aspect-ratio:1.28}.product-gallery picture:not(:first-child){aspect-ratio:1}.product-detail{padding-top:8px}.back{font-size:14px;text-decoration:underline;text-underline-offset:5px}.product-detail h1{font-size:clamp(3rem,5vw,5.5rem);margin:25px 0 18px}.price{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:21px}.product-lead{font-size:17px;line-height:1.55;margin:26px 0}.buy-note{font-size:13px;margin-top:12px}.description{border-top:1px solid var(--line);margin-top:40px;padding-top:22px}.description p{white-space:pre-line;margin-bottom:17px;font-size:15px}.gallery-strip{padding-top:0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:12px;gap:12px;max-width:1320px;margin:auto}.gallery-strip picture{aspect-ratio:1}.legal{max-width:820px;margin:auto;padding-top:60px}.legal h2{font-size:35px;margin:38px 0 12px}.legal p{max-width:700px}.not-found{min-height:50vh;padding:clamp(5rem,13vw,12rem) max(1.25rem,14vw);background:var(--paper)}.not-found h1{font-size:clamp(3.5rem,7vw,7rem);max-width:800px}.not-found p:not(.eyebrow){margin:23px 0 30px}.footer{background:var(--ink);color:#f6eee2;padding:55px clamp(1.25rem,4vw,4rem);display:grid;grid-template-columns:1.6fr 1fr 1fr auto;grid-gap:35px;gap:35px;border-top:1px solid rgba(255,255,255,.2)}.footer .mark b,.footer .mark b:after,.footer .mark i{border-color:#e7c390}.footer-brand{font-size:16px}.footer>div>p{font-family:var(--display);font-size:23px;margin:20px 0}.footer-links{display:grid;align-content:start;grid-gap:12px;gap:12px;font-size:14px}.theo{align-self:end;width:115px}.theo img{height:auto;object-fit:contain}@media(prefers-reduced-motion:no-preference){.reveal{animation:rise .7s both}.delay{animation-delay:.18s}.collection-tile,.craft-copy,.product-card{transition:transform .3s ease,box-shadow .3s ease}.collection-tile:hover,.product-card:hover{transform:translateY(-4px)}@keyframes rise{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}a:focus-visible,summary:focus-visible{outline:3px solid var(--clay);outline-offset:4px}@media(max-width:1100px){.header{padding:0 1.5rem}.header nav{gap:1.5rem}.header-cta{display:none}.product-grid,.product-grid.full{grid-template-columns:repeat(3,1fr)}.collection-tile{grid-template-columns:1fr}.collection-tile picture{min-height:190px}.collection-tile div{min-height:195px}.footer{grid-template-columns:1.5fr 1fr 1fr}}@media(max-width:760px){.header{height:70px;padding:0 1rem}.brand{font-size:14px;letter-spacing:.11em}.mark{transform:scale(.72);transform-origin:left center;width:31px}.header nav{display:none}.menu{display:block}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:64px 1.4rem 46px}.hero h1{font-size:clamp(3.25rem,15vw,4.8rem)}.hero-media{min-height:400px}.detail{width:42%;height:37%;left:6%;border-width:5px;border-radius:22px 22px 0 0}.statement{padding:20px 1rem;gap:10px}.statement h2{font-size:1.65rem}.section{padding:4rem 1.25rem}.collection-grid{grid-template-columns:1fr}.collection-tile{grid-template-columns:1.35fr 1fr;border-right:0;border-bottom:1px solid var(--line)}.collection-tile:last-child{border-bottom:0}.collection-tile picture{min-height:190px}.collection-tile div{min-height:190px;padding:22px 15px}.about-story,.craft,.product-page,.steps,.story{grid-template-columns:1fr;gap:0}.craft-image{min-height:320px}.craft-copy{border-left:1px solid var(--line);border-top:0;padding:3.2rem 1.35rem}.section-heading{align-items:start;flex-direction:column}.product-grid,.product-grid.full{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 13px}.product-info{display:block}.product-info h3{font-size:19px}.product-info .text-link{display:inline-block;margin-top:15px}.how{gap:35px}.how,.how ol{grid-template-columns:1fr}.how ol{gap:24px}.how li{grid-template-columns:130px 1fr}.page-intro{padding:5rem 1.25rem 4rem}.page-intro h1{font-size:clamp(3.4rem,15vw,5rem)}.about-story picture,.steps picture,.story picture{height:340px}.about-story>div,.steps>div,.story-copy{padding:3.2rem 1.25rem}.steps{padding:0}.steps>div{padding-bottom:4rem}.ideas{gap:55px}.idea,.idea:nth-child(2n){grid-template-columns:1fr;gap:25px}.idea:nth-child(2n) picture{order:0}.idea picture{height:310px}.product-page{padding-top:35px}.product-gallery{gap:7px}.product-detail{padding-top:35px}.gallery-strip{grid-template-columns:repeat(2,1fr);padding:0 1.25rem 4rem}.footer{grid-template-columns:1fr 1fr;gap:34px 20px;padding:44px 1.25rem}.footer>div:first-child{grid-column:span 2}.theo{width:108px}.legal{padding-top:20px}.faq summary{font-size:22px}}.product-page{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.product-page>*{min-width:0}.product-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.description p,.product-detail h1{overflow-wrap:anywhere}.gallery-strip{grid-template-columns:repeat(5,minmax(0,1fr))}.craft-image picture{display:block;height:100%}.mark{width:25px;height:43px;display:block;flex:none;overflow:visible}.mark img{width:100%;height:100%;object-fit:contain}.footer .mark{filter:sepia(1) saturate(.8) hue-rotate(340deg) brightness(1.5)}@media(max-width:760px){.product-page{grid-template-columns:1fr}.gallery-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_67a1af{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_67a1af{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@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;font-style:normal;font-weight:600;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:600;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_d541e6{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_d541e6{--font-body:"DM Sans","DM Sans Fallback"}