:root{--color-ink:#0a0a0a;--color-ink-soft:#2b2b2b;--color-ink-muted:#6b6b6b;--color-rose:#df9196;--color-rose-deep:#c97278;--color-clay:#c4956a;--color-clay-deep:#a97a54;--color-sage:#7a8b7f;--color-sage-light:#a8b8ac;--color-bg:#fff;--color-bg-soft:#f7f5f2;--color-bg-muted:#f0ede8;--color-line:#e8e4df;--color-line-soft:#f0ede8;--color-success:#4caf50;--color-error:#e53935;--font-display:"Outfit", sans-serif;--font-body:"Inter", sans-serif;--space-xs:.375rem;--space-sm:.75rem;--space-md:1.25rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:5rem;--space-3xl:8rem;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #00000014, 0 1px 2px #0000000f;--shadow-md:0 4px 16px #00000014, 0 2px 6px #0000000f;--shadow-lg:0 12px 40px #0000001a, 0 4px 12px #0000000f;--shadow-xl:0 24px 64px #0000001f;--ease:cubic-bezier(.4,0,.2,1);--dur-fast:.15s;--dur-normal:.25s;--dur-slow:.4s;--max-w:1200px;--max-w-text:720px;--nav-h:72px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);color:var(--color-ink-soft);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.65}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit;outline:none}ul{list-style:none}h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--color-ink);letter-spacing:-.02em;line-height:1.2}.container{max-width:var(--max-w);margin:0 auto;padding:0 1.5rem}.section{padding:var(--space-2xl) 0}.section-sm{padding:var(--space-xl) 0}.display-xl{font-family:var(--font-display);letter-spacing:-.04em;color:var(--color-ink);font-size:clamp(2.8rem,6vw,5rem);font-weight:400;line-height:1.05}.display-lg{font-family:var(--font-display);letter-spacing:-.03em;font-size:clamp(2rem,4vw,3.2rem);font-weight:400;line-height:1.1}.display-md{font-family:var(--font-display);letter-spacing:-.02em;font-size:clamp(1.5rem,3vw,2.25rem);font-weight:400}.text-rose{color:var(--color-rose)}.text-clay{color:var(--color-clay)}.text-sage{color:var(--color-sage)}.text-muted{color:var(--color-ink-muted)}.text-center{text-align:center}.label{letter-spacing:.18em;text-transform:uppercase;color:var(--color-clay);font-size:.7rem;font-weight:500}.btn{border-radius:var(--radius-full);font-family:var(--font-body);letter-spacing:.02em;transition:all var(--dur-normal) var(--ease);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:500;line-height:1;display:inline-flex}.btn-primary{background:var(--color-ink);color:#fff;border:1.5px solid var(--color-ink)}.btn-primary:hover{background:var(--color-rose-deep);border-color:var(--color-rose-deep);transform:translateY(-1px);box-shadow:0 8px 24px #c772784d}.btn-secondary{color:var(--color-ink);border:1.5px solid var(--color-line);background:0 0}.btn-secondary:hover{border-color:var(--color-ink);background:var(--color-bg-soft);transform:translateY(-1px)}.btn-rose{background:var(--color-rose);color:#fff;border:1.5px solid var(--color-rose)}.btn-rose:hover{background:var(--color-rose-deep);border-color:var(--color-rose-deep);transform:translateY(-1px);box-shadow:0 8px 24px #c772784d}.btn-clay{background:var(--color-clay);color:#fff;border:1.5px solid var(--color-clay)}.btn-clay:hover{background:var(--color-clay-deep);border-color:var(--color-clay-deep);transform:translateY(-1px)}.btn-ghost{color:var(--color-ink-muted);background:0 0;border:1.5px solid #0000;padding:.75rem 1rem}.btn-ghost:hover{color:var(--color-ink);background:var(--color-bg-soft)}.btn-sm{padding:.5rem 1.25rem;font-size:.82rem}.btn-lg{padding:1.125rem 2.5rem;font-size:1rem}.btn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.card{background:var(--color-bg);border:1px solid var(--color-line);border-radius:var(--radius-lg);transition:all var(--dur-normal) var(--ease);overflow:hidden}.card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.badge{border-radius:var(--radius-full);letter-spacing:.04em;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;display:inline-flex}.badge-rose{color:var(--color-rose-deep);background:#df919626}.badge-clay{color:var(--color-clay-deep);background:#c4956a26}.badge-sage{color:var(--color-sage);background:#7a8b7f26}.badge-ink{color:var(--color-ink);background:#0a0a0a14}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--color-ink);letter-spacing:.01em;font-size:.82rem;font-weight:500}.form-input{border:1.5px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-bg);width:100%;color:var(--color-ink-soft);transition:border-color var(--dur-fast) var(--ease), box-shadow var(--dur-fast) var(--ease);padding:.875rem 1rem;font-size:.95rem}.form-input:focus{border-color:var(--color-ink);box-shadow:0 0 0 3px #0a0a0a0f}.form-input::placeholder{color:var(--color-ink-muted)}.form-input.error{border-color:var(--color-error)}.form-error{color:var(--color-error);font-size:.8rem}.divider{background:var(--color-rose);border:none;border-radius:1px;width:48px;height:1.5px;margin:1rem auto}.divider-left{margin:1rem 0}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-line);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-rose)}::selection{color:var(--color-ink);background:#df919640}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-fade-up{animation:fadeUp .6s var(--ease) both}.animate-fade-in{animation:fadeIn .5s var(--ease) both}.animate-scale-in{animation:scaleIn .4s var(--ease) both}.price{font-family:var(--font-display);color:var(--color-ink);font-size:1.5rem;font-weight:500}.price-original{color:var(--color-ink-muted);font-size:1rem;font-weight:400;text-decoration:line-through}.price-currency{vertical-align:super;margin-right:.15em;font-size:1rem;font-weight:400}.tag{background:var(--color-bg-muted);border-radius:var(--radius-full);color:var(--color-ink-muted);letter-spacing:.01em;align-items:center;padding:.2rem .65rem;font-size:.75rem;font-weight:400;display:inline-flex}.section-header{margin-bottom:3rem}.section-header-centered{text-align:center;margin-bottom:3rem}.skeleton{background:linear-gradient(90deg, var(--color-bg-soft) 25%, var(--color-bg-muted) 50%, var(--color-bg-soft) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite shimmer}.toast-container{z-index:9999;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.toast{background:var(--color-ink);color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-lg);animation:fadeUp .3s var(--ease) both;align-items:center;gap:.75rem;max-width:320px;padding:1rem 1.25rem;font-size:.9rem;display:flex}.toast-success{background:#2d6a4f}.toast-error{background:var(--color-error)}@media (max-width:768px){.hide-mobile{display:none!important}:root{--space-2xl:3.5rem;--space-3xl:5rem}}@media (min-width:769px){.hide-desktop{display:none!important}}.grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.25rem;display:grid}@media (max-width:1024px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.grid-4,.grid-3,.grid-2{grid-template-columns:1fr}}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}
.Navbar-module__cJzEcG__navbar{z-index:1000;height:var(--nav-h);-webkit-backdrop-filter:blur(12px);transition:all var(--dur-normal) var(--ease);background:#ffffffd9;border-bottom:1px solid #0000;position:fixed;top:0;left:0;right:0}.Navbar-module__cJzEcG__scrolled{border-bottom-color:var(--color-line);background:#fffffff5;box-shadow:0 1px 20px #0000000f}.Navbar-module__cJzEcG__inner{justify-content:space-between;align-items:center;gap:2rem;height:100%;display:flex}.Navbar-module__cJzEcG__logo{flex-direction:column;flex-shrink:0;gap:0;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoMark{font-family:var(--font-display);letter-spacing:.15em;color:var(--color-ink);font-size:1.35rem;font-weight:500;line-height:1}.Navbar-module__cJzEcG__logoSub{letter-spacing:.08em;color:var(--color-ink-muted);font-size:.65rem;font-weight:400;line-height:1}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:.25rem;display:flex}@media (max-width:768px){.Navbar-module__cJzEcG__desktopNav{display:none}}.Navbar-module__cJzEcG__navLink{border-radius:var(--radius-full);color:var(--color-ink-muted);transition:all var(--dur-fast) var(--ease);letter-spacing:.01em;padding:.5rem .875rem;font-size:.88rem;font-weight:400}.Navbar-module__cJzEcG__navLink:hover{color:var(--color-ink);background:var(--color-bg-soft)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--color-ink);font-weight:500}.Navbar-module__cJzEcG__actions{align-items:center;gap:.75rem;display:flex}.Navbar-module__cJzEcG__cartBtn{border-radius:var(--radius-full);width:40px;height:40px;color:var(--color-ink-soft);transition:all var(--dur-fast) var(--ease);justify-content:center;align-items:center;display:flex;position:relative}.Navbar-module__cJzEcG__cartBtn:hover{background:var(--color-bg-soft);color:var(--color-ink)}.Navbar-module__cJzEcG__cartBadge{background:var(--color-rose);color:#fff;width:18px;height:18px;animation:Navbar-module__cJzEcG__scaleIn .2s var(--ease) both;border-radius:50%;justify-content:center;align-items:center;font-size:.65rem;font-weight:600;line-height:1;display:flex;position:absolute;top:2px;right:2px}.Navbar-module__cJzEcG__hamburger{border-radius:var(--radius-sm);width:40px;height:40px;transition:background var(--dur-fast) var(--ease);flex-direction:column;justify-content:center;align-items:center;gap:5px;display:none}.Navbar-module__cJzEcG__hamburger:hover{background:var(--color-bg-soft)}@media (max-width:768px){.Navbar-module__cJzEcG__hamburger{display:flex}}.Navbar-module__cJzEcG__bar{background:var(--color-ink);width:22px;height:1.5px;transition:all var(--dur-normal) var(--ease);transform-origin:50%;border-radius:2px}.Navbar-module__cJzEcG__bar1Open{transform:translateY(6.5px)rotate(45deg)}.Navbar-module__cJzEcG__bar2Open{opacity:0;transform:scaleX(0)}.Navbar-module__cJzEcG__bar3Open{transform:translateY(-6.5px)rotate(-45deg)}.Navbar-module__cJzEcG__mobileMenu{top:var(--nav-h);z-index:999;background:var(--color-bg);opacity:0;transition:all var(--dur-normal) var(--ease);pointer-events:none;flex-direction:column;padding:2rem 1.5rem;display:flex;position:fixed;bottom:0;left:0;right:0;transform:translate(100%)}.Navbar-module__cJzEcG__mobileMenuOpen{opacity:1;pointer-events:all;transform:translate(0)}.Navbar-module__cJzEcG__mobileNav{flex-direction:column;gap:.25rem;display:flex}.Navbar-module__cJzEcG__mobileNavLink{font-family:var(--font-display);color:var(--color-ink-soft);border-bottom:1px solid var(--color-line-soft);transition:color var(--dur-fast) var(--ease);letter-spacing:-.02em;padding:1rem 0;font-size:1.5rem;font-weight:400;display:block}.Navbar-module__cJzEcG__mobileNavLink:hover,.Navbar-module__cJzEcG__mobileNavLink.Navbar-module__cJzEcG__active{color:var(--color-ink)}.Navbar-module__cJzEcG__mobileCta{justify-content:center;width:100%;margin-top:2rem}
.Footer-module__S6Hkya__footer{background:var(--color-ink);color:#ffffffb3;padding-top:var(--space-2xl)}.Footer-module__S6Hkya__inner{grid-template-columns:1fr 2fr;gap:4rem;padding-bottom:3rem;display:grid}@media (max-width:768px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr;gap:2.5rem}}.Footer-module__S6Hkya__brandName{font-family:var(--font-display);letter-spacing:.15em;color:#fff;font-size:1.5rem;font-weight:500;line-height:1}.Footer-module__S6Hkya__brandTag{letter-spacing:.08em;color:#fff6;margin-bottom:1rem;font-size:.7rem;line-height:1}.Footer-module__S6Hkya__brandDesc{color:#ffffff80;max-width:28ch;font-size:.88rem;line-height:1.7}.Footer-module__S6Hkya__cols{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (max-width:640px){.Footer-module__S6Hkya__cols{grid-template-columns:1fr 1fr}}.Footer-module__S6Hkya__colLabel{letter-spacing:.2em;text-transform:uppercase;color:#ffffff59;margin-bottom:1rem;font-size:.65rem;font-weight:600}.Footer-module__S6Hkya__colLinks{flex-direction:column;gap:.5rem;display:flex}.Footer-module__S6Hkya__colLinks a{color:#ffffffa6;font-size:.88rem;line-height:1.5;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__colLinks a:hover{color:var(--color-rose)}.Footer-module__S6Hkya__bottom{border-top:1px solid #ffffff14;padding:1.25rem 0}.Footer-module__S6Hkya__bottomInner{color:#ffffff59;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;font-size:.75rem;display:flex}.Footer-module__S6Hkya__legalLinks{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.Footer-module__S6Hkya__legalLinks a{color:#ffffff59;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legalLinks a:hover{color:var(--color-rose)}.Footer-module__S6Hkya__legalLinks span{opacity:.4}
@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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(../media/2c55a0e60120577a-s.0-dom-5bn10r2.woff2)format("woff2");unicode-range:U+460-52F,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(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.3-6t-g6q0vh0a.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:107.12%}.inter_7121de63-module__AjNlIq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_7121de63-module__AjNlIq__variable{--font-body:"Inter", "Inter Fallback"}
@font-face{font-family:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:300;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.1spbknb88wd48.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Outfit;font-style:normal;font-weight:700;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.1gsd1jahc5dg_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_7cfdb748-module__xq6TCq__className{font-family:Outfit,Outfit Fallback;font-style:normal}.outfit_7cfdb748-module__xq6TCq__variable{--font-display:"Outfit", "Outfit Fallback"}
