:root{--bg:#07111d;--bg-soft:#0d1826;--panel:rgba(255,255,255,0.05);--panel-strong:rgba(255,255,255,0.08);--text:#f5f7fa;--muted:rgba(245,247,250,0.72);--muted-soft:rgba(245,247,250,0.54);--line:rgba(255,255,255,0.12);--line-soft:rgba(255,255,255,0.08);--accent:#89a8c7;--accent-soft:rgba(137,168,199,0.24);--accent-strong:#d2b48c;--radius:28px;--shadow:0 20px 80px rgba(0,0,0,0.28);--shadow-soft:0 18px 44px rgba(0,0,0,0.18)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-sans),sans-serif;overflow-x:hidden;background:radial-gradient(circle at top left,rgba(137,168,199,.18),transparent 28%),radial-gradient(circle at bottom right,rgba(210,180,140,.12),transparent 24%),linear-gradient(180deg,#07111d,#0b1624 45%,#07111d);color:var(--text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}main{min-height:100vh}img{max-width:100%;height:auto}ul{margin:0;padding:0;list-style:none}button,input,select,textarea{font:inherit}.shell{width:min(100% - 24px,1120px);margin:0 auto}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:rgba(7,17,29,.64);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 1px 0 rgba(255,255,255,.03)}.nav-shell{display:flex;flex-wrap:wrap;justify-content:space-between;min-height:72px;gap:12px 16px;padding:12px 0}.brand,.nav-shell{align-items:center}.brand{display:inline-flex;min-width:0}.brand-image{width:auto;height:44px;object-fit:contain}.menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:48px;height:48px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:rgba(255,255,255,.03);color:var(--text);cursor:pointer;transition:all .2s ease}.menu-toggle span{display:block;width:18px;height:1px;margin:0 auto;background:currentColor;transition:transform .2s ease}.menu-toggle:hover{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.2)}.nav-panel{display:none;width:100%}.nav-panel.is-open{display:block}.nav-list{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;width:100%;padding:8px;border:1px solid var(--line-soft);border-radius:22px;background:rgba(255,255,255,.03);box-shadow:var(--shadow-soft)}.nav-link{display:inline-flex;align-items:center;min-height:48px;padding:0 14px;border-radius:14px;color:var(--muted);font-size:.96rem;line-height:1.4;position:relative;transition:all .2s ease}.nav-link:after{content:"";position:absolute;left:0;bottom:-6px;width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--accent),transparent);transform:scaleX(.35);transform-origin:center;opacity:0;transition:all .2s ease}.nav-link:hover{color:var(--text);opacity:1}.nav-link:focus-visible:after,.nav-link:hover:after{opacity:1;transform:scaleX(1)}.hero,.page-hero{padding-top:84px}.hero{padding-bottom:40px}.content-grid,.cta-panel,.footer-grid,.hero-grid{display:grid;grid-gap:24px;gap:24px}.hero-grid{grid-template-columns:1fr;align-items:start;min-height:auto;gap:28px}.page-hero h1,.section-title{margin:0;font-family:var(--font-serif),serif;font-weight:500;line-height:1.02;letter-spacing:-.03em;text-wrap:balance}.hero-copy{max-width:100%;padding-top:4px}.hero-title{margin:0;max-width:100%;font-family:var(--font-serif),serif;font-size:clamp(2.375rem,10vw,2.875rem);font-weight:600;line-height:1.02;letter-spacing:-.02em;text-wrap:balance}.page-hero h1,.section-title{font-size:clamp(2.3rem,4vw,4rem)}.hero-lead{margin:18px 0 0;max-width:100%;font-size:1.0625rem;line-height:1.64}.hero-lead,.lead{color:var(--muted)}.lead{font-size:1rem;line-height:1.72;max-width:60ch}.card-index,.eyebrow,.footer-heading{color:var(--accent);text-transform:uppercase;letter-spacing:.18em;font-size:.75rem}.form-actions,.hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.hero-actions{margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;border:1px solid transparent;transition:all .2s ease;width:100%}.button:hover{transform:translateY(-2px) scale(1.02)}.button-primary{background:linear-gradient(135deg,#dce7f0,#9db4ca 55%,#88a0ba);color:#08121d;box-shadow:0 14px 30px rgba(137,168,199,.18)}.button-primary:hover{filter:brightness(1.03);box-shadow:0 18px 34px rgba(137,168,199,.24)}.button-secondary{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.025)}.button-secondary:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.22)}.card-grid,.hero-pillars,.project-grid{display:grid;grid-gap:18px;gap:18px}.hero-pillars{grid-template-columns:1fr;margin-top:28px}.cta-panel,.glass-card,.hero-pillar,.lead-form,.outline-card,.page-hero,.partner-banner,.project-card{border:1px solid var(--line);border-radius:var(--radius);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.cta-panel,.glass-card,.hero-pillar,.lead-form,.page-hero,.partner-banner,.project-card{background:var(--panel);box-shadow:var(--shadow)}.glass-card,.hero-pillar,.outline-card,.project-card{padding:28px}.card-visual{height:104px;margin:-28px -28px 22px;border-radius:calc(var(--radius) - 1px) calc(var(--radius) - 1px) 0 0;border-bottom:1px solid var(--line-soft);display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse at 30% 60%,rgba(137,168,199,.16),transparent 55%),radial-gradient(ellipse at 75% 30%,rgba(210,180,140,.08),transparent 50%),linear-gradient(135deg,rgba(255,255,255,.05),rgba(255,255,255,.01));overflow:hidden}.solution-icon{width:36px;height:36px;color:var(--accent);opacity:.9}.glass-card:hover,.hero-pillar:hover,.outline-card:hover,.project-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.16);box-shadow:var(--shadow-soft)}.hero-pillar h2{margin:0 0 10px;font-size:1.4rem;line-height:1.12;font-family:var(--font-serif),serif}.hero-visual{position:relative;min-height:150px;pointer-events:none;opacity:.7}.hero-panel{position:absolute;border-radius:36px;border:1px solid rgba(255,255,255,.08);background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.02)),linear-gradient(135deg,rgba(137,168,199,.22),rgba(7,17,29,.04))}.hero-panel-large{inset:12px 44px 24px 0;box-shadow:0 18px 42px rgba(0,0,0,.18);animation:hero-glow 7s ease-in-out infinite}.hero-panel-small{width:22%;height:22%;right:10px;bottom:12px;background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.02)),linear-gradient(135deg,rgba(210,180,140,.2),rgba(7,17,29,.05));animation:hero-glow-warm 7s ease-in-out 1.5s infinite}.hero-scene{position:absolute;inset:0}.hero-scene-light{position:absolute;top:22%;left:28%;width:48px;height:48px;border-radius:50%;background:radial-gradient(circle,rgba(210,180,140,.55) 0,transparent 70%);animation:scene-pulse 4s ease-in-out infinite}.hero-scene-lines{position:absolute;top:50%;left:12%;right:22%;display:flex;flex-direction:column;gap:10px;transform:translateY(-50%)}.hero-scene-lines span{display:block;height:1px;border-radius:1px;background:linear-gradient(90deg,transparent,rgba(137,168,199,.4),transparent);animation:scene-line 5s ease-in-out infinite}.hero-scene-lines span:nth-child(2){width:72%;animation-delay:.6s}.hero-scene-lines span:nth-child(3){width:48%;animation-delay:1.2s}.hero-scene-sound{position:absolute;bottom:28%;right:20%;display:flex;align-items:center;justify-content:center;gap:4px}.hero-scene-sound span{display:block;width:3px;border-radius:2px;background:rgba(137,168,199,.5);animation:scene-bar 1.8s ease-in-out infinite}.hero-scene-sound span:first-child{height:8px;animation-delay:0s}.hero-scene-sound span:nth-child(2){height:16px;animation-delay:.2s}.hero-scene-sound span:nth-child(3){height:10px;animation-delay:.4s}@keyframes hero-glow{0%,to{box-shadow:0 18px 42px rgba(0,0,0,.18),inset 0 0 60px rgba(137,168,199,.04)}50%{box-shadow:0 18px 42px rgba(0,0,0,.18),inset 0 0 80px rgba(137,168,199,.09)}}@keyframes hero-glow-warm{0%,to{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.02)),linear-gradient(135deg,rgba(210,180,140,.2),rgba(7,17,29,.05))}50%{background:linear-gradient(180deg,rgba(255,255,255,.13),rgba(255,255,255,.03)),linear-gradient(135deg,rgba(210,180,140,.35),rgba(7,17,29,.05))}}@keyframes scene-pulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.4);opacity:1}}@keyframes scene-line{0%,to{opacity:.3;transform:scaleX(1)}50%{opacity:.7;transform:scaleX(1.08)}}@keyframes scene-bar{0%,to{transform:scaleY(.5);opacity:.4}50%{transform:scaleY(1);opacity:.85}}.persona-grid{display:grid;grid-gap:18px;gap:18px;grid-template-columns:1fr}.persona-card{display:grid;grid-gap:12px;gap:12px;padding:28px;border:1px solid var(--line);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow);text-align:left;cursor:pointer;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background-color .2s ease;color:var(--text)}.persona-card:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.18);box-shadow:var(--shadow-soft)}.persona-card-active{border-color:var(--accent);background:rgba(137,168,199,.07);box-shadow:0 0 0 1px var(--accent),var(--shadow)}.persona-card-title{margin:0;font-family:var(--font-serif),serif;font-size:1.4rem;font-weight:500;line-height:1.15;letter-spacing:-.02em}.persona-card-cta{display:inline-block;margin-top:4px;color:var(--accent);font-size:.9rem;letter-spacing:.02em}.section{padding:64px 0;animation:soft-rise .42s ease both}.section-heading{display:grid;grid-gap:10px;gap:10px;margin-bottom:34px}.card-grid,.footer-grid,.project-grid,.three-columns,.two-columns{grid-template-columns:1fr}.footer-grid{gap:28px}.muted{color:var(--muted);font-size:1rem;line-height:1.7}.outline-card{background:rgba(255,255,255,.02)}.cta-panel,.page-hero,.partner-banner{padding:28px 20px}.partner-banner{grid-template-columns:1fr;align-items:start}.pillar-list{display:grid;grid-gap:12px;gap:12px;color:var(--muted)}.pillar-list li{position:relative;padding-left:18px}.pillar-list li:before{content:"";position:absolute;left:0;top:11px;width:8px;height:1px;background:var(--accent-strong)}.cta-panel{grid-template-columns:1fr;align-items:flex-start}.lead-form{padding:32px 24px}.form-grid{display:grid;grid-template-columns:1fr;grid-gap:18px;gap:18px}.form-grid label{display:grid;grid-gap:10px;gap:10px;color:var(--muted);font-size:.95rem;line-height:1.55}.full-span{grid-column:auto}.form-grid input,.form-grid select,.form-grid textarea{width:100%;min-height:48px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:rgba(255,255,255,.045);color:var(--text);padding:14px 16px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.form-grid option{background:#0d1826;color:#f5f7fa}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus{outline:none;border-color:rgba(137,168,199,.72);background:rgba(255,255,255,.06);box-shadow:0 0 0 4px rgba(137,168,199,.14)}.form-grid textarea{min-height:140px;resize:vertical}.form-feedback{margin:0;font-size:.95rem}.form-feedback.success{color:#bfe0c2}.form-feedback.error{color:#f2b8b5}.site-footer{margin:20px 0 24px}.footer-shell{border:1px solid var(--line-soft);border-radius:var(--radius);background:var(--panel);box-shadow:var(--shadow);padding:28px 20px 20px}.footer-column{min-width:0}.footer-brand{display:grid;grid-gap:20px;gap:20px}.footer-brand-link{display:inline-flex;width:-moz-fit-content;width:fit-content}.footer-brand-image{width:auto;height:48px;object-fit:contain}.footer-title{margin:0 0 16px;color:var(--text);font-size:.98rem;font-weight:600;line-height:1.4}.footer-text{margin:0;color:var(--muted-soft);font-size:.95rem;line-height:1.65}.footer-links{display:grid;grid-gap:12px;gap:12px;min-width:0}.footer-bottom{margin-top:28px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column;gap:16px;flex-wrap:wrap}.footer-meta{margin:0;color:rgba(245,247,250,.46);font-size:.88rem;line-height:1.5}.footer-meta-link{color:rgba(245,247,250,.6);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.footer-meta-link:hover{color:var(--accent)}.footer-social{display:flex;align-items:center;gap:8px;margin-top:4px}.footer-social-link{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--muted-soft);background:rgba(255,255,255,.03);transition:color .2s ease,border-color .2s ease,background-color .2s ease}.footer-social-link:hover{color:var(--text);border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.07)}.inline-link{color:var(--accent);text-decoration:underline;text-underline-offset:4px}.whatsapp-button{position:fixed;right:16px;bottom:16px;z-index:50;padding:14px 18px;border-radius:999px;background:linear-gradient(135deg,#1d7c67,#2ca686);color:white;box-shadow:0 20px 40px rgba(0,0,0,.35)}.consent-control,.consent-row{align-items:flex-start}.consent-control{display:flex;gap:12px;color:var(--muted);line-height:1.7;padding:4px 0}.consent-control input{width:20px;height:20px;margin-top:3px;accent-color:var(--accent);flex-shrink:0}.legal-content{display:grid;grid-gap:16px;gap:16px}.legal-content h2{margin-top:12px}.legal-list{margin-bottom:8px}.cta-panel,.hero-copy,.hero-visual,.page-hero,.partner-banner,.site-footer{animation:soft-rise .42s ease both}@keyframes soft-rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.shell{width:min(100% - 40px,1120px)}.nav-shell{min-height:78px;gap:20px 24px;padding:14px 0}.brand-image{height:48px}.menu-toggle{display:none}.nav-panel{display:block;width:auto;margin-left:auto}.nav-list{grid-template-columns:none;display:flex;align-items:center;gap:18px;width:auto;padding:0;border:0;background:transparent;box-shadow:none}.nav-link{min-height:40px;padding:0}.hero,.page-hero{padding-top:96px}.hero{padding-bottom:48px}.hero-title{max-width:760px;font-size:clamp(3rem,7vw,3.75rem)}.hero-lead{max-width:640px;font-size:1.125rem}.button{width:auto}.card-grid,.footer-grid,.hero-pillars,.persona-grid,.project-grid,.three-columns,.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.cta-panel,.partner-banner{padding:32px 28px}.partner-banner{grid-template-columns:1fr}.lead-form{padding:36px 32px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.full-span{grid-column:1/-1}.footer-shell{padding:36px 28px 24px}.footer-brand-image{height:52px}.footer-bottom{flex-direction:row;align-items:center}.hero-visual{min-height:220px}.hero-panel-large{inset:22px 72px 44px 20px}.hero-panel-small{width:20%;height:20%;right:18px;bottom:16px}}@media (min-width:1024px){.nav-shell{min-height:82px;padding:16px 0}.brand-image{height:52px}.nav-list{gap:22px}.hero,.page-hero{padding-top:104px}.hero{padding-bottom:56px}.hero-grid{grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);align-items:center;min-height:min(72vh,760px);gap:56px}.hero-copy{max-width:860px;padding-top:12px}.hero-title{max-width:820px;font-size:clamp(4rem,5.2vw,5.25rem);line-height:1}.hero-lead{margin-top:22px;max-width:680px;font-size:clamp(1.125rem,1.45vw,1.375rem)}.hero-actions{margin-top:32px}.hero-pillars{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:40px}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid,.project-grid,.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.partner-banner{grid-template-columns:1fr 1fr auto;align-items:center}.cta-panel{grid-template-columns:.9fr 1.1fr}.lead-form{padding:40px}.cta-panel,.page-hero,.partner-banner{padding:36px}.footer-shell{padding:40px 36px 24px}.footer-brand-image{height:56px}.hero-visual{min-height:340px}.hero-panel-large{inset:48px 102px 84px 44px}.hero-panel-small{width:26%;height:26%;right:38px;bottom:34px}.section{padding:96px 0}}@media (min-width:1280px){.shell{width:min(100% - 48px,1180px)}.hero-grid{gap:72px}.hero-title{max-width:860px}.footer-grid{gap:40px}}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-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:Manrope;font-style:normal;font-weight:200 800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-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:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_73ee6c{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_73ee6c{--font-sans:"Manrope","Manrope Fallback"}@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_30721a{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_30721a{--font-serif:"Cormorant Garamond","Cormorant Garamond Fallback"}