:root{--ink:#2A2117;--ink-soft:#5A4E3E;--coffee:#6E5436;--coffee-dk:#4A3822;--bronze:#8A6A44;--bronze-lt:#B89568;--gild:#C9A876;--paper:#FBF8F2;--paper-2:#F4EEE3;--glass:#EEF3F4;--glass-2:#DDE7E9;--line:rgba(42,33,23,.13);--line-soft:rgba(42,33,23,.07);--muted:#756A5A;--container:1280px;--header-h:88px;--ease:cubic-bezier(.22,1,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-sans),"Mulish",system-ui,sans-serif;color:var(--ink);background:var(--paper);line-height:1.68;font-size:17px;font-weight:400;overflow-x:hidden;position:relative;-webkit-font-smoothing:antialiased}body:before{z-index:-2;background:radial-gradient(70vw 60vw at 78% -8%,rgba(201,168,118,.16),transparent 58%),radial-gradient(55vw 55vw at 10% 8%,rgba(238,243,244,.7),transparent 60%),radial-gradient(60vw 60vw at 50% 118%,rgba(221,231,233,.5),transparent 60%)}body:after,body:before{content:"";position:fixed;inset:0;pointer-events:none}body:after{z-index:1;opacity:.025;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}::selection{background:var(--coffee);color:#fff}h1,h2,h3,h4{font-family:var(--font-display),"Cormorant Garamond",Georgia,serif;line-height:1.02;letter-spacing:-.005em;color:var(--ink);margin:0 0 .4em}h1,h2,h3,h4{font-weight:600}h1{font-size:clamp(3rem,8vw,6.6rem);letter-spacing:-.01em}h2{font-size:clamp(2.2rem,5vw,4rem);font-weight:500}h3{font-size:clamp(1.4rem,2.2vw,1.85rem);font-weight:600;letter-spacing:0}em{font-style:italic;color:var(--coffee)}p{margin:0 0 1rem}strong{font-weight:700}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 28px}.section{padding:clamp(64px,9vw,148px) 0;position:relative;z-index:2}.section--sand{background:linear-gradient(180deg,var(--paper-2),#F7F1E7)}.section--glass{background:linear-gradient(180deg,var(--glass),#E7EFF0)}.section--ink{background:var(--ink);color:#D8CDBC}.section--ink h2,.section--ink h3{color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:12px;font-family:var(--font-sans);font-size:.74rem;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--coffee);margin-bottom:22px}.eyebrow:before{content:"";width:34px;height:1px;background:var(--bronze);display:inline-block}.lead{font-size:clamp(1.12rem,1.7vw,1.4rem);color:var(--ink-soft);max-width:58ch;line-height:1.6;font-weight:400}.center{text-align:center}.center .eyebrow,.center .lead{margin-left:auto;margin-right:auto}.center .eyebrow:before{display:none}.btn{--bg:var(--coffee);--fg:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-family:var(--font-sans);font-weight:700;font-size:.92rem;letter-spacing:.02em;padding:16px 32px;border-radius:999px;cursor:pointer;border:1px solid transparent;background:var(--bg);color:var(--fg);position:relative;overflow:hidden;transition:color .4s var(--ease),border-color .4s var(--ease),transform .4s var(--ease);isolation:isolate}.btn:after{content:"";position:absolute;inset:0;z-index:-1;background:var(--ink);transform:translateY(101%);transition:transform .45s var(--ease)}.btn:hover:after{transform:translateY(0)}.btn:hover{color:#fff}.btn--ghost{--bg:transparent;--fg:var(--coffee);border-color:var(--bronze)}.btn--ghost:hover{color:#fff}.btn--light{--bg:var(--ink);--fg:#fff}.btn--lg{padding:19px 40px;font-size:1rem}.btn--primary{--bg:var(--coffee)}.header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(251,248,242,.72);-webkit-backdrop-filter:saturate(150%) blur(16px);backdrop-filter:saturate(150%) blur(16px);border-bottom:1px solid var(--line-soft)}.header__inner{display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:20px}.header__logo img{height:52px;width:auto}.nav{display:flex;align-items:center;gap:36px}.nav a{font-family:var(--font-sans);font-weight:600;font-size:.92rem;color:var(--ink);position:relative;padding:4px 0;letter-spacing:.01em}.nav a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:1.5px;background:var(--coffee);transition:width .35s var(--ease)}.nav a:hover:after{width:100%}.header__cta{display:flex;align-items:center;gap:20px}.header__phone{display:inline-flex;align-items:center;gap:9px;font-weight:700;color:var(--ink);font-family:var(--font-sans);font-size:.92rem}.header__phone svg{color:var(--coffee)}.burger{background:none;border:0;cursor:pointer;padding:8px;color:var(--ink)}.burger,.mobile-nav{display:none}@media (max-width:980px){.header__cta .btn,.nav{display:none}.burger{display:inline-flex}.mobile-nav{display:block;position:fixed;inset:var(--header-h) 0 0;background:var(--paper);z-index:40;padding:28px;transform:translateX(100%);transition:transform .45s var(--ease);overflow-y:auto}.mobile-nav[data-open=true]{transform:translateX(0)}.mobile-nav a{display:block;padding:18px 4px;font-size:1.9rem;font-family:var(--font-display);font-weight:600;color:var(--ink);border-bottom:1px solid var(--line-soft)}.mobile-nav .btn{width:100%;margin-top:24px}}.hero{position:relative;overflow:hidden;background:radial-gradient(80vw 70vw at 80% -20%,rgba(201,168,118,.18),transparent 55%),linear-gradient(180deg,var(--paper) 0,#F6F1E8 100%)}.hero__inner{display:grid;grid-template-columns:1.02fr .98fr;grid-gap:clamp(36px,5vw,80px);gap:clamp(36px,5vw,80px);align-items:center;padding:clamp(56px,8vw,120px) 0 clamp(64px,8vw,110px)}@media (max-width:940px){.hero__inner{grid-template-columns:1fr;gap:44px}}.hero__copy{position:relative;z-index:3}.hero h1{color:var(--ink)}.hero h1 .accent{color:var(--coffee);font-style:italic}.hero .line-mask{display:block;overflow:hidden}.hero .line-mask>span{display:block;will-change:transform,filter}.hero__lead{font-size:clamp(1.15rem,1.7vw,1.42rem);color:var(--ink-soft);margin:28px 0 36px;max-width:50ch}.hero__actions{display:flex;flex-wrap:wrap;gap:16px}.hero__trust{display:flex;flex-wrap:wrap;gap:44px;margin-top:52px;padding-top:30px;border-top:1px solid var(--line)}.hero__trust div{font-family:var(--font-sans);font-size:.72rem;text-transform:uppercase;letter-spacing:.14em;color:var(--muted)}.hero__trust strong{display:block;font-size:clamp(2.2rem,3.6vw,3rem);color:var(--coffee);font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;margin-bottom:2px}.hero__visual{position:relative;z-index:2}.hero__frame{position:relative;border-radius:4px;overflow:hidden;box-shadow:0 50px 90px -50px rgba(42,33,23,.5)}.hero__frame img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}@media (max-width:940px){.hero__frame img{aspect-ratio:4/3}}.hero__mullions{position:absolute;inset:0;z-index:4;pointer-events:none}.hero__mullions line{stroke:rgba(255,255,255,.85);stroke-width:1.4;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 6px rgba(0,0,0,.25))}.hero__sweep{position:absolute;top:0;bottom:0;width:42%;z-index:5;pointer-events:none;background:linear-gradient(105deg,transparent,rgba(255,255,255,.55) 48%,rgba(255,255,255,.9) 50%,rgba(255,255,255,.5) 52%,transparent);mix-blend-mode:screen;transform:translateX(-160%) skewX(-12deg);opacity:0}.hero__frame:after{content:"";position:absolute;inset:0;border:1px solid rgba(255,255,255,.4);border-radius:4px;pointer-events:none}.hero__visual:before{content:"";position:absolute;inset:0;transform:translate(20px,20px);border:1px solid var(--bronze);border-radius:4px;z-index:-1;opacity:.55}.hero__badge{position:absolute;left:-18px;bottom:38px;z-index:6;background:var(--ink);color:#fff;width:96px;height:96px;border-radius:50%;display:grid;place-items:center;text-align:center;font-family:var(--font-display);box-shadow:0 22px 44px -20px rgba(42,33,23,.7)}.hero__badge b{display:block;font-size:1.6rem;font-weight:600;line-height:1}.hero__badge span{font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--gild);font-family:var(--font-sans);margin-top:3px}@media (max-width:940px){.hero__badge{left:auto;right:16px;bottom:16px}}.ghost-c{position:absolute;font-family:var(--font-display);font-weight:600;color:var(--coffee);opacity:.05;line-height:1;pointer-events:none;z-index:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.grid{display:grid;grid-gap:22px;gap:22px}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--2{grid-template-columns:repeat(2,1fr)}@media (max-width:980px){.grid--3,.grid--4{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.grid--2,.grid--3,.grid--4{grid-template-columns:1fr}}.card{background:rgba(255,255,255,.6);border:1px solid var(--line-soft);border-radius:6px;padding:34px;transition:transform .45s var(--ease),box-shadow .45s var(--ease),background .45s var(--ease);height:100%;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.card:before{content:"";position:absolute;left:0;top:0;height:2px;width:0;background:var(--coffee);transition:width .5s var(--ease)}.card:hover{transform:translateY(-7px);box-shadow:0 36px 70px -38px rgba(42,33,23,.4);background:rgba(255,255,255,.92)}.card:hover:before{width:100%}.card__icon{width:56px;height:56px;border-radius:4px;background:var(--paper-2);border:1px solid var(--line);color:var(--coffee);display:grid;place-items:center;margin-bottom:22px;transition:background .4s var(--ease),color .4s var(--ease)}.card__icon svg{width:28px;height:28px}.card:hover .card__icon{background:var(--coffee);color:#fff}.card h3{margin-bottom:10px}.card p{color:var(--muted);font-size:.97rem;margin-bottom:18px}.card__link{font-family:var(--font-sans);font-weight:700;color:var(--coffee);display:inline-flex;align-items:center;gap:8px;font-size:.86rem;letter-spacing:.02em;text-transform:uppercase}.card:hover .card__link{gap:14px}.card__folio{position:absolute;top:20px;right:26px;font-family:var(--font-display);font-style:italic;font-size:1.5rem;color:var(--bronze-lt);opacity:.5}.rows{border-top:1px solid var(--line)}.row{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;grid-gap:28px;gap:28px;padding:30px 8px;border-bottom:1px solid var(--line);position:relative;transition:padding-left .4s var(--ease);overflow:hidden}.row:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(110,84,54,.07),transparent);transform:scaleX(0);transform-origin:left;transition:transform .5s var(--ease);z-index:-1}.row:hover{padding-left:26px}.row:hover:before{transform:scaleX(1)}.row__num{font-style:italic;font-size:1.3rem;color:var(--bronze);width:2.4ch}.row__name,.row__num{font-family:var(--font-display)}.row__name{font-size:clamp(1.5rem,2.6vw,2.3rem);font-weight:500;color:var(--ink)}.row__desc{color:var(--muted);font-size:.95rem;max-width:38ch}@media (max-width:820px){.row{grid-template-columns:auto 1fr auto}.row__desc{display:none}}.row__arrow{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);display:grid;place-items:center;color:var(--coffee);transition:transform .4s var(--ease),background .4s var(--ease),color .4s var(--ease)}.row:hover .row__arrow{transform:rotate(-45deg);background:var(--coffee);color:#fff;border-color:var(--coffee)}.split{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(36px,6vw,90px);gap:clamp(36px,6vw,90px);align-items:center}.split--reverse .split__media{order:2}@media (max-width:900px){.split{grid-template-columns:1fr}.split--reverse .split__media{order:0}}.split__media{position:relative}.split__media .fig-clip{position:relative;border-radius:6px;overflow:hidden;box-shadow:0 40px 80px -50px rgba(42,33,23,.45)}.split__media img{width:100%;aspect-ratio:4/5;object-fit:cover;display:block}.split__media:after{content:"";position:absolute;inset:0;border:1px solid var(--bronze);border-radius:6px;transform:translate(18px,18px);z-index:-1;opacity:.5}.fig-clip .fig-glass{position:absolute;inset:0;z-index:4;pointer-events:none}.fig-clip .fig-glass line{stroke:rgba(255,255,255,.7);stroke-width:1.1;vector-effect:non-scaling-stroke;filter:drop-shadow(0 0 5px rgba(0,0,0,.22))}.fig-clip .fig-sweep{position:absolute;top:0;bottom:0;width:40%;z-index:5;pointer-events:none;background:linear-gradient(105deg,transparent,rgba(255,255,255,.5) 48%,rgba(255,255,255,.85) 50%,rgba(255,255,255,.45) 52%,transparent);mix-blend-mode:screen;transform:translateX(-160%) skewX(-12deg);opacity:0}@media (prefers-reduced-motion:reduce){.fig-clip .fig-sweep{display:none}.fig-clip .fig-glass line{stroke-dashoffset:0!important}}.checklist{list-style:none;padding:0;margin:28px 0 0;display:grid;grid-gap:15px;gap:15px}.checklist li{display:flex;gap:14px;align-items:flex-start;font-weight:500;color:var(--ink-soft)}.checklist li:before{content:"";flex:0 0 24px;height:24px;margin-top:3px;border-radius:50%;background:var(--paper-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='13' viewBox='0 0 24 24' fill='none' stroke='%236E5436' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") center/13px no-repeat}.band,.checklist li:before{border:1px solid var(--line)}.band{background:#fff;border-radius:8px;padding:clamp(40px,5vw,60px);display:grid;grid-template-columns:repeat(4,1fr);grid-gap:28px;gap:28px;position:relative;overflow:hidden;box-shadow:0 40px 80px -60px rgba(42,33,23,.35)}.band:before{content:"";position:absolute;inset:0;background:radial-gradient(40vw 30vw at 85% 0,rgba(201,168,118,.14),transparent 60%)}.band>div{position:relative;padding-left:22px;border-left:1px solid var(--line)}.band>div:first-child{border-left:0;padding-left:0}@media (max-width:700px){.band{grid-template-columns:repeat(2,1fr)}.band>div:nth-child(3){border-left:0;padding-left:0}}.band strong{display:block;font-size:clamp(2.6rem,5vw,3.8rem);font-family:var(--font-display);font-weight:600;color:var(--coffee);letter-spacing:-.02em;line-height:1}.band span{color:var(--muted);font-size:.76rem;text-transform:uppercase;letter-spacing:.12em;margin-top:10px;display:block}.labels{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.labels span{font-family:var(--font-sans);font-size:.74rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--coffee);border:1px solid var(--line);border-radius:999px;padding:9px 18px;background:rgba(255,255,255,.55)}.marquee{overflow:hidden;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;background:rgba(255,255,255,.4)}.marquee__track{display:flex;gap:0;white-space:nowrap;width:max-content;will-change:transform}.marquee__track span{font-family:var(--font-display);font-style:italic;font-size:clamp(1.4rem,2.6vw,2.1rem);color:var(--ink);padding:0 28px;display:inline-flex;align-items:center}.marquee__track span:after{content:"✦";color:var(--gild);font-size:.7em;margin-left:56px;font-style:normal}.cta-band{background:var(--ink);color:#fff;border-radius:10px;padding:clamp(48px,7vw,84px);text-align:center;position:relative;overflow:hidden}.cta-band:before{content:"";position:absolute;inset:0;background:radial-gradient(55vw 40vw at 50% -10%,rgba(201,168,118,.35),transparent 60%)}.cta-band>*{position:relative}.cta-band h2{color:#fff}.cta-band p{color:#D8CDBC;max-width:54ch;margin-inline:auto}.cta-band .hero__actions{justify-content:center;margin-top:30px}.faq{display:grid;grid-gap:12px;gap:12px;max-width:880px;margin-inline:auto}.faq details{background:rgba(255,255,255,.6);border:1px solid var(--line-soft);border-radius:6px;padding:4px 28px;transition:background .3s,border-color .3s}.faq details[open]{background:#fff;border-color:var(--line)}.faq summary{cursor:pointer;font-family:var(--font-display);font-weight:600;font-size:1.3rem;padding:24px 0;color:var(--ink);list-style:none;display:flex;justify-content:space-between;gap:18px;align-items:center}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.7rem;color:var(--coffee);line-height:1;transition:transform .3s;font-family:var(--font-sans)}.faq details[open] summary:after{content:"−"}.faq details p{color:var(--ink-soft);padding-bottom:24px;margin:0}.crumb{font-family:var(--font-sans);font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);padding:22px 0}.crumb a:hover{color:var(--coffee)}.footer{background:var(--ink);color:#A99B86;padding:84px 0 32px;font-size:.95rem;position:relative;z-index:2}.footer__grid{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}@media (max-width:880px){.footer__grid{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width:540px){.footer__grid{grid-template-columns:1fr}}.footer h4{color:#fff;font-family:var(--font-sans);font-size:.76rem;text-transform:uppercase;letter-spacing:.16em;margin-bottom:22px}.footer a:hover{color:var(--gild)}.footer ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:13px;gap:13px}.footer__logo img{height:56px;margin-bottom:22px}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:56px;padding-top:26px;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;font-size:.8rem;color:#897C68}.callbar{display:none}@media (max-width:760px){.callbar{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:45;box-shadow:0 -8px 30px -10px rgba(0,0,0,.35)}.callbar a{flex:1 1;display:flex;align-items:center;justify-content:center;gap:9px;padding:17px;font-weight:700;font-family:var(--font-sans);color:#fff;font-size:.95rem}.callbar a.call{background:var(--coffee)}.callbar a.quote{background:var(--ink)}body{padding-bottom:58px}}.prose{max-width:760px}.prose h2{margin-top:1.6em}.prose ul{padding-left:1.2em;color:var(--ink-soft)}.embed-host{min-height:200px}@keyframes rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}.js-reveal .reveal{opacity:0;transform:translateY(34px);transition:opacity .85s var(--ease),transform .85s var(--ease);will-change:transform,opacity}.js-reveal .reveal.in{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){*,.hero__inner>*{animation:none!important;transition:none!important}.reveal{opacity:1!important}.hero .line-mask>span,.reveal{transform:none!important}.hero__sweep{display:none}}@font-face{font-family:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/1ba4bcc28d9acde5-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:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/3cca6a2fae6396cc-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/af6b7096c023fb67-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:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/7d87e5ac6ec6000d-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:Mulish;font-style:normal;font-weight:200 1000;font-display:swap;src:url(/_next/static/media/3be83a346553616c-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:Mulish Fallback;src:local("Arial");ascent-override:96.56%;descent-override:24.02%;line-gap-override:0.00%;size-adjust:104.08%}.__className_9738f2{font-family:Mulish,Mulish Fallback;font-style:normal}.__variable_9738f2{--font-sans:"Mulish","Mulish Fallback"}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-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:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-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:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-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:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-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:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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: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;font-style:normal;font-weight:700;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:700;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:700;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:700;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:700;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_e9ff3d{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_e9ff3d{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}