:root{--bg-0:#0b0805;--bg-1:#110c07;--bg-2:#181107;--bg-3:#221709;--ink-0:#f4ead0;--ink-1:#ddc99a;--ink-2:#a8946a;--ink-3:#7c6a48;--gold-0:#fbe9b3;--gold-1:#f2c976;--gold-2:#d39a3c;--gold-3:#a06a26;--gold-4:#5e3e0f;--wine:#7c2138;--olive:#5a6b3a;--marble:#f0e2c2;--line:rgba(211,154,60,0.22);--line-strong:rgba(211,154,60,0.45);--halo:rgba(245,213,122,0.18);--maxw:1200px;--gutter:clamp(20px,4vw,48px);--radius-s:6px;--radius-m:12px;--radius-l:18px;--serif:var(--font-serif),"Cormorant Garamond","EB Garamond",Georgia,"Times New Roman",serif;--sans:var(--font-sans),"Inter",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--t-fast:160ms ease;--t-med:280ms ease}*{box-sizing:border-box}body,html{margin:0;padding:0;background:radial-gradient(1100px 700px at 80% -10%,rgba(211,154,60,.18),transparent 60%),radial-gradient(900px 700px at -10% 110%,rgba(124,33,56,.16),transparent 65%),linear-gradient(180deg,var(--bg-0) 0,var(--bg-1) 60%,var(--bg-0) 100%);color:var(--ink-0);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100%}body{min-height:100vh;overflow-x:hidden}a{color:var(--gold-1);text-decoration:none;transition:color var(--t-fast)}a:hover{color:var(--gold-0)}h1,h2,h3,h4{font-family:var(--serif);font-weight:600;letter-spacing:.01em;color:var(--marble);margin:0 0 .6em}h1{font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.06;letter-spacing:-.01em}h2{font-size:clamp(1.6rem,3.2vw,2.4rem);line-height:1.15}h3{font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.25}h4{font-size:1.05rem;line-height:1.3;letter-spacing:.08em;text-transform:uppercase}h4,p{color:var(--ink-1)}p{margin:0 0 1em}strong{color:var(--marble);font-weight:600}ol,ul{color:var(--ink-1);padding-left:1.2em}li+li{margin-top:.25em}img,svg{max-width:100%;height:auto;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 var(--gutter)}.eyebrow{display:inline-flex;align-items:center;gap:10px;font-family:var(--serif);font-size:.78rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-1);margin-bottom:14px}.eyebrow:before{content:"";width:28px;height:1px;background:linear-gradient(90deg,transparent,var(--gold-2),transparent)}.section{padding:clamp(60px,9vw,120px) 0;position:relative}.section--tight{padding:clamp(40px,6vw,72px) 0}.divider-meander{height:22px;background-image:url(/atmosphere/meander.svg);background-repeat:repeat-x;background-position:50%;opacity:.55}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 26px;border-radius:999px;font-family:var(--serif);font-size:1.02rem;letter-spacing:.05em;cursor:pointer;border:1px solid transparent;transition:transform var(--t-fast),box-shadow var(--t-med),background var(--t-med),color var(--t-fast);text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;background:transparent}.btn-primary{color:#1a1108;background:linear-gradient(180deg,var(--gold-0),var(--gold-2));box-shadow:0 0 0 1px rgba(245,213,122,.6),0 10px 30px -10px rgba(211,154,60,.6),inset 0 1px 0 rgba(255,255,255,.4);font-weight:700}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 0 0 1px rgba(245,213,122,.9),0 14px 40px -10px rgba(211,154,60,.8),inset 0 1px 0 rgba(255,255,255,.6);color:#1a1108}.btn-ghost{color:var(--ink-0);background:rgba(34,23,9,.55);border-color:var(--line-strong);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.btn-ghost:hover{color:var(--marble);border-color:var(--gold-1);background:rgba(34,23,9,.85)}.btn-link{padding:0;color:var(--gold-1);border-radius:0;border-bottom:1px solid var(--line-strong)}.btn-link:hover{color:var(--gold-0);border-bottom-color:var(--gold-1)}.card{background:linear-gradient(180deg,rgba(34,23,9,.85),rgba(17,12,7,.85));border:1px solid var(--line);border-radius:var(--radius-l);padding:clamp(22px,3vw,32px);position:relative;overflow:hidden}.card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;background:linear-gradient(180deg,var(--halo),transparent 30%);opacity:.6;mix-blend-mode:screen}.grid{display:grid;grid-gap:clamp(16px,2.5vw,28px);gap:clamp(16px,2.5vw,28px)}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}@media (max-width:900px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@media (max-width:1100px) and (min-width:901px){.grid-3,.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}.notice{border:1px dashed var(--line-strong);background:rgba(124,33,56,.08);border-radius:var(--radius-m);padding:18px 22px;color:var(--ink-1);font-size:.95rem}.notice strong{color:var(--gold-1)}.kbd{display:inline-block;font-family:var(--sans);font-size:.78rem;padding:2px 8px;border-radius:4px;background:rgba(245,213,122,.12);color:var(--gold-0);border:1px solid var(--line)}.lead{font-size:clamp(1.05rem,1.4vw,1.2rem);color:var(--ink-0);max-width:60ch}.muted{color:var(--ink-3)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::selection{background:rgba(211,154,60,.4);color:#fff}@keyframes breathe{0%,to{opacity:.4;transform:scale(1)}50%{opacity:.7;transform:scale(1.04)}}@keyframes drift{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.Footer_footer__LxLGV{margin-top:80px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));border-top:1px solid var(--line)}.Footer_inner__4mERO{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;grid-gap:clamp(24px,4vw,56px);gap:clamp(24px,4vw,56px);padding:60px 0 40px}@media (max-width:980px){.Footer_inner__4mERO{grid-template-columns:1fr 1fr}}@media (max-width:620px){.Footer_inner__4mERO{grid-template-columns:1fr}}.Footer_brand__hrKsL{display:inline-flex;align-items:center;gap:14px;margin-bottom:16px}.Footer_brandLine1__RvfMd{font-family:var(--serif);font-size:.72rem;letter-spacing:.32em;color:var(--ink-2)}.Footer_brandLine2__khW6s{font-family:var(--serif);font-size:1.3rem;color:var(--marble);letter-spacing:.06em}.Footer_tagline__JbGy8{font-size:.95rem;color:var(--ink-2);max-width:36ch}.Footer_badges__9bJFZ{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.Footer_badge__moRtW{font-size:.76rem;letter-spacing:.16em;color:var(--gold-1);background:rgba(245,213,122,.06);border:1px solid var(--line);padding:6px 10px;border-radius:999px}.Footer_badge__moRtW,.Footer_col__18yNJ h4{font-family:var(--serif);text-transform:uppercase}.Footer_col__18yNJ h4{color:var(--marble);letter-spacing:.22em;font-size:.86rem;margin-bottom:14px}.Footer_col__18yNJ ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.Footer_col__18yNJ ul li a{color:var(--ink-1);font-size:.94rem}.Footer_col__18yNJ ul li a:hover{color:var(--gold-0)}.Footer_address__MoCUk{color:var(--ink-2);font-size:.92rem}.Footer_helpLine__CeBgP{margin-top:14px;font-size:.86rem;color:var(--ink-3)}.Footer_bottom__GqBWJ{border-top:1px solid var(--line);background:rgba(0,0,0,.4)}.Footer_bottomInner__7vHhR{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:22px 0;font-size:.82rem;color:var(--ink-3);flex-wrap:wrap}.Footer_bottomInner__7vHhR p{margin:0}.Footer_locale__Pefy3{color:var(--ink-2)}.Header_header__ZPN_X{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Header_bar__MxPb9{background:linear-gradient(180deg,rgba(11,8,5,.92),rgba(11,8,5,.7));border-bottom:1px solid var(--line);box-shadow:0 1px 0 rgba(245,213,122,.06)}.Header_inner__q09Ou{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:72px}.Header_brand__djkvU{display:inline-flex;align-items:center;gap:12px;color:var(--marble)}.Header_mark__WNd4u{filter:drop-shadow(0 0 12px rgba(245,213,122,.25))}.Header_brandText__Ec74y{display:flex;flex-direction:column;line-height:1;font-family:var(--serif);letter-spacing:.06em}.Header_brandLine1__YjV5H{font-size:.7rem;color:var(--ink-2);letter-spacing:.32em}.Header_brandLine2__l0HSM{font-size:1.15rem;color:var(--marble);margin-top:4px;font-weight:600}.Header_nav__LLUoy{display:flex;align-items:center;gap:28px}.Header_nav__LLUoy ul{display:flex;list-style:none;margin:0;padding:0;gap:22px}.Header_nav__LLUoy ul li a{font-size:.92rem;color:var(--ink-1);position:relative;padding:6px 0}.Header_nav__LLUoy ul li a:hover{color:var(--gold-0)}.Header_nav__LLUoy ul li a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--gold-1);transition:width var(--t-med)}.Header_nav__LLUoy ul li a:hover:after{width:100%}.Header_cta__nf2Xt{padding:10px 20px;font-size:.92rem}.Header_toggle__98ebh{display:none;width:44px;height:44px;background:transparent;border:1px solid var(--line-strong);border-radius:10px;cursor:pointer;flex-direction:column;gap:4px;align-items:center;justify-content:center}.Header_toggle__98ebh span{display:block;width:20px;height:1.5px;background:var(--ink-0)}@media (max-width:980px){.Header_toggle__98ebh{display:inline-flex}.Header_nav__LLUoy{position:absolute;top:72px;left:0;right:0;flex-direction:column;background:linear-gradient(180deg,rgba(11,8,5,.98),rgba(11,8,5,.92));border-bottom:1px solid var(--line);padding:24px var(--gutter);gap:18px;transform:translateY(-8px);opacity:0;visibility:hidden;transition:opacity var(--t-med),transform var(--t-med),visibility var(--t-med)}.Header_nav__LLUoy ul{flex-direction:column;gap:12px;align-items:flex-start;width:100%}.Header_navOpen__TClQb{opacity:1;transform:translateY(0);visibility:visible}.Header_cta__nf2Xt{width:100%;padding:14px 20px}}.AgeGate_scrim__yi5Rn{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(900px 600px at 20% -10%,rgba(124,33,56,.4),transparent 60%),radial-gradient(900px 600px at 110% 110%,rgba(211,154,60,.3),transparent 60%),rgba(6,4,2,.92);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:AgeGate_scrimIn__zHcAk .28s ease forwards}@keyframes AgeGate_scrimIn__zHcAk{0%{opacity:0}to{opacity:1}}.AgeGate_modal__iAYAz{width:min(640px,100%);background:linear-gradient(180deg,rgba(34,23,9,.96),rgba(11,8,5,.96));border:1px solid var(--line-strong);border-radius:22px;padding:clamp(28px,4vw,44px);text-align:left;position:relative;box-shadow:0 30px 120px -30px rgba(0,0,0,.8),inset 0 0 0 1px rgba(245,213,122,.1)}.AgeGate_modal__iAYAz:before{content:"";position:absolute;inset:12px;border:1px solid var(--line);border-radius:16px;pointer-events:none}.AgeGate_mark__cxQPA{margin-bottom:14px;filter:drop-shadow(0 0 18px rgba(245,213,122,.3))}.AgeGate_eyebrow___YKwS{font-family:var(--serif);font-size:.78rem;letter-spacing:.32em;text-transform:uppercase;color:var(--gold-1);margin:0 0 10px}.AgeGate_modal__iAYAz h2{font-size:clamp(1.4rem,3vw,2rem);margin-bottom:14px}.AgeGate_modal__iAYAz p{color:var(--ink-1);font-size:.98rem}.AgeGate_check__d3vD7{display:flex;gap:12px;align-items:flex-start;margin:18px 0;padding:14px 16px;border:1px solid var(--line);border-radius:12px;background:rgba(245,213,122,.04);cursor:pointer;font-size:.94rem;color:var(--ink-0)}.AgeGate_check__d3vD7 input{margin-top:4px;accent-color:var(--gold-2);width:18px;height:18px}.AgeGate_actions__f0xXG{display:flex;gap:12px;flex-wrap:wrap;margin-top:6px}.AgeGate_actions__f0xXG .AgeGate_btn-primary__zP6G9:disabled,.AgeGate_actions__f0xXG button:disabled{opacity:.5;cursor:not-allowed;transform:none}.AgeGate_legal__EBfHA{margin-top:18px;font-size:.82rem;color:var(--ink-3)}.AgeGate_smallNote__VWLJ3{font-size:.86rem;color:var(--ink-3);margin-top:14px}.StorageNotice_bar__UIfzg{position:fixed;left:0;right:0;bottom:0;z-index:90;background:linear-gradient(180deg,rgba(11,8,5,.96),rgba(11,8,5,.98));border-top:1px solid var(--line-strong);box-shadow:0 -20px 60px -10px rgba(0,0,0,.6);animation:StorageNotice_slideIn___CdOC .32s ease}@keyframes StorageNotice_slideIn___CdOC{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.StorageNotice_inner__mksbF{display:flex;align-items:center;gap:18px;padding:18px 0;flex-wrap:wrap}.StorageNotice_copy__HYcD8{flex:1 1 360px;font-size:.92rem;color:var(--ink-1)}.StorageNotice_copy__HYcD8 strong{color:var(--gold-1)}.StorageNotice_actions__jeAmE{display:flex;gap:10px;flex-shrink:0}.StorageNotice_actions__jeAmE .StorageNotice_btn__w3_3O{padding:10px 18px;font-size:.9rem}@media (max-width:720px){.StorageNotice_actions__jeAmE{width:100%}.StorageNotice_actions__jeAmE .StorageNotice_btn__w3_3O{flex:1 1}}@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_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-serif:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fa2f99{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fa2f99{--font-sans:"Inter","Inter Fallback"}