:root{--paper:#f6f1e8;--paper-deep:#efe6d6;--ink:#161d28;--ink-soft:#3c4553;--muted:#66707d;--gold:#b8864a;--navy:#1b2a3c;--white:#fffdf9;--line:rgba(22,29,40,.1);--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);--header-bar:64px;--header-h:calc(var(--header-bar) + var(--safe-top));--radius:18px;--shadow:0 18px 40px rgba(22,29,40,.08)}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:clip;overflow-y:scroll;scroll-behavior:auto;scroll-padding-top:calc(var(--header-h) + 12px)}body{font-family:var(--font-sans),"Segoe UI",sans-serif;background:var(--paper);color:var(--ink-soft);line-height:1.65;-webkit-font-smoothing:antialiased;overflow:visible;padding-top:var(--header-h);overflow-wrap:break-word}body.nav-open,html.nav-open,html:has(body.nav-open){overflow:hidden}a,button{touch-action:manipulation}img{max-width:100%;display:block}.eyebrow,blockquote,h1,h2,h3{font-family:var(--font-display),Georgia,serif;color:var(--ink);font-weight:600;line-height:1.2}h1{font-size:clamp(2.05rem,6.2vw,4.4rem);letter-spacing:-.02em;line-height:1.12}h2{font-size:clamp(1.55rem,3.4vw,2.7rem)}h3{font-size:1.25rem}a{color:inherit;text-decoration:none}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.section{padding:64px 0}.skip-link:not(:focus),.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.skip-link{position:absolute;left:16px;top:-40px;z-index:200;background:var(--ink);color:var(--white);padding:8px 12px}.skip-link:focus{top:calc(12px + var(--safe-top));width:auto;height:auto;clip:auto}.eyebrow{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.lede{font-size:1.2rem;color:var(--ink)}.section-intro{max-width:720px;margin-bottom:32px}.section-intro p:last-child{margin-top:16px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:650;font-size:.95rem;font-family:inherit;border:1.5px solid transparent;cursor:pointer;transition:transform .25s ease,background .25s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--ink);color:var(--white)}.btn-outline{border-color:var(--ink);color:var(--ink)}.brand-logo{position:relative;display:inline-flex;height:40px;width:auto}.brand-logo-color,.brand-logo-mono{height:100%;width:auto}.brand-logo-color{position:absolute;inset:0;width:100%;object-fit:contain;opacity:0;pointer-events:none;filter:none}.brand-logo-color,.brand-logo-mono{transition:opacity .45s ease}.brand-logo-ink .brand-logo-mono{filter:invert(1)}.brand-logo-footer{height:34px}.logo-link-footer{display:inline-flex;margin-bottom:16px}.logo-link:focus-visible .brand-logo-color,.logo-link:hover .brand-logo-color{opacity:1}.logo-link:focus-visible .brand-logo-mono,.logo-link:hover .brand-logo-mono{opacity:0}.site-header{position:fixed;top:0;left:0;right:0;z-index:40;padding-top:var(--safe-top);background:hsla(39,44%,94%,.86);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid transparent}.site-header.is-open,.site-header.is-scrolled{border-bottom-color:var(--line)}.site-header.is-scrolled{box-shadow:0 10px 28px rgba(22,29,40,.05)}.header-content{gap:20px;min-height:var(--header-bar)}.header-content,.logo-link{display:flex;align-items:center}.logo-link{min-height:44px}.main-nav{display:none;gap:26px;margin-left:auto}.main-nav a,.mobile-nav a{display:inline-flex;align-items:center;min-height:44px;font-size:.92rem;font-weight:600;color:var(--ink)}.main-nav a:hover,.mobile-nav a:hover{color:var(--gold)}.header-whatsapp{display:none;gap:8px;min-height:44px;background:#128c4a;color:#fff;border-radius:999px;padding:10px 16px;font-size:.86rem;font-weight:700}.header-whatsapp,.nav-toggle{align-items:center;justify-content:center}.nav-toggle{margin-left:auto;border:0;background:transparent;color:var(--ink);width:48px;height:48px;display:inline-flex;border-radius:12px;cursor:pointer;flex-shrink:0}.nav-toggle:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.mobile-nav{display:none}.mobile-nav.is-open{display:block;position:fixed;top:var(--header-h);left:0;right:0;bottom:0;z-index:39;background:hsla(39,44%,94%,.98);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:4px max(20px,calc(20px + var(--safe-right))) max(28px,calc(20px + var(--safe-bottom))) max(20px,calc(20px + var(--safe-left)));overflow-y:auto;overscroll-behavior:contain}.mobile-nav nav{display:flex;flex-direction:column;gap:0;max-width:560px;margin:0 auto;padding-top:4px;border-top:1px solid var(--line)}.mobile-nav a{display:flex;min-height:52px;padding:0 2px;border-bottom:1px solid var(--line);font-size:1.05rem}.mobile-nav .mobile-nav-whatsapp{margin-top:20px;justify-content:center;gap:8px;min-height:48px;background:#128c4a;color:#fff;border:0;border-radius:999px}.mobile-nav .mobile-nav-whatsapp:hover{color:#fff}.site-footer{background:var(--navy);color:rgba(255,253,249,.78);padding:56px 0 calc(28px + var(--safe-bottom))}.site-footer a:hover,.site-footer h3{color:var(--white)}.site-footer h3{font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}.footer-grid{display:grid;grid-gap:36px;gap:36px;margin-bottom:40px}.footer-col p+p{margin-top:12px}.footer-col{overflow-wrap:anywhere}.footer-nav{display:flex;flex-direction:column;gap:2px}.footer-nav a{display:inline-flex;align-items:center;min-height:44px;width:-moz-fit-content;width:fit-content;max-width:100%}.footer-bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;padding-top:22px;border-top:1px solid hsla(0,0%,100%,.1);font-size:.86rem}.footer-legal-links{display:flex;flex-wrap:wrap;gap:4px 16px}.footer-legal-links a{display:inline-flex;align-items:center;min-height:44px}.reveal{opacity:0;transform:translateY(8px);transition:opacity .45s ease,transform .45s ease;transition-delay:var(--reveal-delay,0ms)}.reveal.is-visible{opacity:1;transform:none}.legal-hero{padding:40px 0 20px;border-bottom:1px solid var(--line)}.legal-updated,.redirect-note{color:var(--muted)}.redirect-note{padding:48px 0}.legal-prose{max-width:760px;overflow-wrap:break-word}.legal-prose h2,.legal-prose h3{margin:36px 0 12px}.legal-prose li,.legal-prose p{color:var(--muted);margin-bottom:14px}.legal-prose ul{padding-left:22px}.legal-prose a{color:var(--ink);text-decoration:underline;text-underline-offset:2px}.legal-cross-links{display:flex;flex-wrap:wrap;gap:8px 24px;max-width:760px;margin-top:40px;padding-top:24px;border-top:1px solid var(--line);font-weight:700}.legal-cross-links a{display:inline-flex;align-items:center;min-height:44px}@media (max-width:799px){.container{width:min(1180px,calc(100% - 32px));padding-left:var(--safe-left);padding-right:var(--safe-right)}.brand-logo{height:34px}.header-content{gap:12px}}@media (min-width:640px) and (max-width:799px){.footer-grid{grid-template-columns:1fr 1fr}}@media (min-width:800px){:root{--header-bar:76px}.section{padding:96px 0}.section-intro{margin-bottom:48px}.header-content{gap:28px}.header-whatsapp,.main-nav{display:flex}.mobile-nav,.nav-toggle{display:none!important}.site-footer{padding:72px 0 calc(28px + var(--safe-bottom))}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1fr}.legal-hero{padding:64px 0 24px}.redirect-note{padding:80px 0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.reveal{transform:none;opacity:1}.brand-logo-color,.brand-logo-mono,.btn,.reveal{transition:none}}.hero-landing{display:grid;align-items:center;overflow-x:clip}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:32px 0 24px}@media (max-width:799px){.hero-landing{padding-left:max(16px,var(--safe-left));padding-right:max(16px,var(--safe-right))}.hero-landing h1{letter-spacing:0;word-spacing:.06em}.hero-actions .btn,.hero-lead{word-spacing:.04em}}.hero-lead{font-size:1.08rem;margin:14px 0 24px;max-width:36ch}.hero-actions{display:flex;flex-direction:column;align-items:stretch;gap:12px}.hero-actions .btn{width:100%}.hero-media{display:grid;place-items:center;padding:4px 8px 40px;overflow:hidden}.hero-media img{width:100%;height:100%;object-fit:cover}.hero-photo{position:relative;width:min(92%,400px);aspect-ratio:3/2;margin:8px 0 12px}.hero-photo:before{content:"";position:absolute;inset:-11px 10px -14px -8px;border:1.5px solid var(--gold);border-radius:36px 22px 40px 18px;transform:rotate(-7deg);pointer-events:none}.hero-photo img{position:relative;z-index:1;border-radius:28px 16px 32px 14px;object-position:center 48%;box-shadow:0 22px 44px rgba(22,29,40,.16);transform:rotate(-7deg) scale(.9)}.hero-photo.is-ready img{animation:hero-photo-emerge 1.2s cubic-bezier(.22,1,.36,1) both}@keyframes hero-photo-emerge{0%,14%{opacity:.96;transform:rotate(-7deg) scale(.9)}to{opacity:1;transform:rotate(3.5deg) scale(1)}}@media (prefers-reduced-motion:reduce){.hero-photo img,.hero-photo.is-ready img{animation:none;opacity:1;transform:rotate(3.5deg) scale(1)}}.error-page.hero-landing{min-height:0}.error-page .hero-copy{padding-top:36px;padding-bottom:40px}.error-page .hero-lead{max-width:42ch}.error-page .hero-media{display:block;padding:0;min-height:260px;max-height:560px;overflow:hidden}.error-page .hero-media img{object-position:center}.error-page .btn{white-space:normal;text-align:center}.error-page-links{display:flex;flex-wrap:wrap;gap:4px 22px;margin-top:24px;font-weight:700;color:var(--ink)}.error-page-links a{display:inline-flex;align-items:center;min-height:44px}.error-page-links a:hover{color:var(--gold)}.origin-grid,.trust-grid{display:grid;grid-gap:40px;gap:40px;align-items:center}.origin-media,.timeline-media,.trust-media{overflow:hidden;border-radius:var(--radius);box-shadow:var(--shadow)}.origin-media,.trust-media{aspect-ratio:4/3}.timeline-media{position:relative;z-index:0;aspect-ratio:16/11}.origin-media img,.timeline-media img,.trust-media img{width:100%;height:100%;object-fit:cover}.origin-copy p+p,.timeline-body p,.trust-copy p+p{margin-top:16px}.quote-section{background:repeating-linear-gradient(-22deg,transparent,transparent 13px,rgba(255,253,249,.035) 13px,rgba(255,253,249,.035) 14px),radial-gradient(ellipse at 12% 20%,rgba(184,134,74,.16),transparent 42%),var(--navy);color:var(--white);padding:56px 0;overflow:hidden}.quote-section,.quote-section blockquote{position:relative}.quote-mark{position:absolute;top:-.28em;left:0;font-family:var(--font-display),Georgia,serif;font-size:3.4rem;line-height:1;color:var(--gold);opacity:.55;pointer-events:none}.quote-section blockquote p{font-size:clamp(1.5rem,2.8vw,2.35rem);color:var(--white);max-width:20em;line-height:1.32;padding-left:.15em}.quote-section footer{margin-top:16px;padding-top:10px;border-top:1px solid var(--gold);width:max-content;max-width:100%;font-family:var(--font-sans),"Segoe UI",sans-serif;font-size:.7rem;font-weight:650;letter-spacing:.2em;text-transform:uppercase;color:rgba(255,253,249,.72)}.history-section{overflow:visible}.timeline{position:relative}.timeline-track{display:grid;grid-gap:64px;gap:64px}.timeline-item{display:grid;grid-gap:20px;gap:20px}.timeline-year{display:flex;align-items:center;gap:16px;position:relative;z-index:2}.timeline-year-num{order:1;font-family:var(--font-display);font-size:3rem;color:var(--gold);line-height:1}.timeline-body{position:relative;z-index:2}.timeline-anchor{order:2;flex:0 0 15px;width:15px;height:15px;border-radius:50%;border:1.75px solid var(--gold);background:var(--paper);box-shadow:0 0 0 5px var(--paper);position:relative}.timeline-anchor:after{content:"";position:absolute;inset:3px;border-radius:50%;background:var(--gold)}.timeline-snake{position:absolute;inset:0;width:100%;height:100%;z-index:1;overflow:visible;pointer-events:none}.timeline-snake-gold,.timeline-snake-under{fill:none;stroke-linecap:round;stroke-linejoin:round}.timeline-snake-under{stroke:var(--navy);stroke-width:2.4;opacity:.12}.timeline-snake-gold{stroke:url(#historia-line-gold);stroke-width:1.25}.timeline-confetti-layer{position:absolute;inset:0;z-index:4;overflow:visible;pointer-events:none}.timeline-confetti{position:absolute;display:block;border-radius:1px;background:var(--gold);transform:translate(-50%,-50%);animation-name:timeline-confetti-burst;animation-timing-function:cubic-bezier(.16,.68,.32,1);animation-fill-mode:forwards}.timeline-confetti.is-navy{background:var(--navy)}.timeline-confetti.is-foil{border-radius:.5px;opacity:.88}@keyframes timeline-confetti-burst{0%{opacity:.92;transform:translate(-50%,-50%) translate(0) rotate(0deg)}to{opacity:0;transform:translate(-50%,-50%) translate(var(--tx),var(--ty)) rotate(var(--rot))}}.product-showcase{--product-gap:18px;display:flex;flex-direction:column;gap:var(--product-gap)}.product-bento,.product-bento-side,.product-mosaic{display:grid;grid-gap:var(--product-gap);gap:var(--product-gap)}.product-card{display:flex;flex-direction:column;min-width:0;min-height:0}.product-card h3{flex:0 0 auto;margin-top:12px;font-size:1.05rem;line-height:1.3}.product-media{position:relative;flex:1 1 auto;min-height:0;overflow:hidden;border-radius:var(--radius);background:var(--paper-deep)}.product-card.is-featured .product-media,.product-media{aspect-ratio:4/3}.product-media img{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center center;transform:scale(var(--product-zoom,1));transition:transform .6s ease}.product-card:hover img{transform:scale(calc(var(--product-zoom, 1) * 1.04))}.trust-section{background:var(--paper-deep)}.contact-grid{display:grid;grid-gap:18px;gap:18px}.contact-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px 20px;box-shadow:var(--shadow)}.contact-card svg{color:var(--gold);margin-bottom:14px}.contact-card p{margin-top:8px}.contact-links{display:flex;flex-direction:column;gap:2px;margin-top:16px;font-weight:700;color:var(--ink)}.contact-links a{display:inline-flex;align-items:center;min-height:44px;width:-moz-fit-content;width:fit-content;max-width:100%;overflow-wrap:anywhere}.contact-legal{font-size:.9rem;color:var(--muted)}@media (min-width:800px){.hero-landing{grid-template-columns:1fr 1fr}.hero-copy{padding:64px 6vw 64px 8vw}.hero-lead{font-size:1.25rem;margin:20px 0 32px}.hero-media{padding:48px 7vw 48px 12px;overflow:visible}.hero-photo{width:min(100%,440px);margin:16px 0}.hero-actions{flex-direction:row;align-items:center}.hero-actions .btn{width:auto}.error-page .hero-copy{padding-top:48px;padding-bottom:56px}.error-page .btn{white-space:nowrap}.quote-section{padding:72px 0}.quote-mark{left:-.08em;font-size:4.6rem}.contact-card{padding:28px}.origin-grid,.timeline-item,.trust-grid{grid-template-columns:1fr 1fr}.timeline-item{grid-template-areas:"year media" "body media";column-gap:48px}.timeline-item:nth-child(2n) .timeline-year-num{order:2}.timeline-item:nth-child(2n) .timeline-anchor{order:1}.timeline-year{grid-area:year}.timeline-body{grid-area:body}.timeline-media{grid-area:media}.timeline-item:nth-child(2n){grid-template-areas:"media year" "media body"}.product-bento{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:stretch}.product-bento-side .product-card,.product-bento>.product-card{height:100%}.product-bento-side{grid-template-rows:repeat(2,minmax(0,1fr))}.product-bento-side .product-media{aspect-ratio:auto;height:100%}.product-mosaic{grid-template-columns:repeat(6,minmax(0,1fr))}.product-mosaic .product-card{grid-column:span 2}.product-mosaic .product-card:nth-child(n+4){grid-column:span 3}.product-mosaic .product-card:nth-child(n+4) .product-media{aspect-ratio:16/9}.contact-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:600px) and (max-width:799px){.product-mosaic{grid-template-columns:1fr 1fr}.product-mosaic .product-card:last-child{grid-column:1/-1}.product-mosaic .product-card:last-child .product-media{aspect-ratio:16/9}}@media (min-width:640px) and (max-width:799px){.origin-grid,.trust-grid{gap:28px}.contact-grid,.origin-grid,.trust-grid{grid-template-columns:1fr 1fr}.contact-grid>:last-child{grid-column:1/-1}.hero-copy{padding:40px 0}.hero-lead{font-size:1.12rem}}@media (min-width:700px) and (max-width:799px){.hero-landing{grid-template-columns:1fr 1fr}.hero-media{padding:28px 4px 28px 0;overflow:visible}}@media (max-width:799px){.timeline-track{gap:48px}.timeline-item{padding-left:28px}.timeline-year{margin-left:-28px}.timeline-year-num{order:2;font-size:2.25rem}.timeline-anchor{order:1}}@media (prefers-reduced-motion:reduce){.product-media img{transition:none;transform:scale(var(--product-zoom,1))}.timeline-confetti{display:none;animation:none}}@font-face{font-family:"__Source_Serif_4_37202b";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_37202b";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.p.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:"__Source_Serif_4_37202b";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_37202b";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.p.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:"__Source_Serif_4_37202b";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"__Source_Serif_4_37202b";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-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:"__Source_Serif_4_37202b";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-s.p.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:"__Source_Serif_4_37202b";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-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:"__Source_Serif_4_Fallback_37202b";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_37202b{font-family:"__Source_Serif_4_37202b","__Source_Serif_4_Fallback_37202b";font-style:normal}.__variable_37202b{--font-display:"__Source_Serif_4_37202b","__Source_Serif_4_Fallback_37202b"}@font-face{font-family:__Figtree_a0523d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.p.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:__Figtree_a0523d;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:__Figtree_a0523d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.p.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:__Figtree_a0523d;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:__Figtree_a0523d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.p.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:__Figtree_a0523d;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:__Figtree_a0523d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d9fef5bf2f64cf9a-s.p.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:__Figtree_a0523d;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/de42cfb9a3b980ae-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:__Figtree_Fallback_a0523d;src:local("Arial");ascent-override:94.32%;descent-override:24.82%;line-gap-override:0.00%;size-adjust:100.72%}.__className_a0523d{font-family:__Figtree_a0523d,__Figtree_Fallback_a0523d;font-style:normal}.__variable_a0523d{--font-sans:"__Figtree_a0523d","__Figtree_Fallback_a0523d"}