:root{--navy:#0A0F2C;--navy-2:#141a3d;--gold:#C9A84C;--gold-soft:#d8bd6e;--white:#F8F8F6;--slate:#4A5568;--slate-soft:#6b7689;--line:rgba(10,15,44,0.08);--font-body:var(--font-inter),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--font-display:var(--font-playfair),Georgia,"Times New Roman",serif;--maxw:1200px;--pad-x:clamp(1.25rem,4vw,2.5rem);--section-y:clamp(4rem,9vw,7rem);--radius:14px;--shadow-soft:0 12px 40px rgba(10,15,44,0.08);--shadow-strong:0 24px 60px rgba(10,15,44,0.18);--transition:280ms cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font-body);font-size:16px;line-height:1.65;color:var(--navy);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;display:block}a{color:inherit;text-decoration:none;transition:color var(--transition)}a:hover{color:var(--gold)}h1,h2,h3,h4{font-family:var(--font-display);font-weight:600;letter-spacing:-.01em;color:var(--navy);margin:0 0 .6em;line-height:1.15}h1{font-size:clamp(2.4rem,6vw,4.5rem)}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{font-size:clamp(1.25rem,2vw,1.5rem)}p{margin:0 0 1em;color:var(--slate)}.container{max-width:var(--maxw);margin:0 auto;padding:0 var(--pad-x)}.section{padding:var(--section-y) 0}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--gold);font-weight:600;margin-bottom:1rem;display:inline-block}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(248,248,246,.85);backdrop-filter:saturate(160%) blur(14px);-webkit-backdrop-filter:saturate(160%) blur(14px);border-bottom:1px solid var(--line)}.nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1.1rem var(--pad-x);max-width:var(--maxw);margin:0 auto}.brand{font-family:var(--font-display);font-size:1.4rem;font-weight:600;letter-spacing:.02em;color:var(--navy)}.brand span{color:var(--gold)}.nav-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.nav-links a{font-size:.92rem;font-weight:500;color:var(--slate);position:relative;padding:.25rem 0}.nav-links a.active{color:var(--navy)}.nav-links a.active:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:2px;background:var(--gold)}.nav-toggle{display:none;background:none;border:none;width:28px;height:22px;position:relative;cursor:pointer;padding:0}.nav-toggle span{position:absolute;left:0;right:0;height:2px;background:var(--navy);transition:transform var(--transition),opacity var(--transition)}.nav-toggle span:first-child{top:2px}.nav-toggle span:nth-child(2){top:10px}.nav-toggle span:nth-child(3){top:18px}.nav-toggle[aria-expanded=true] span:first-child{transform:translateY(8px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.btn{display:inline-block;padding:.95rem 1.8rem;border-radius:999px;font-weight:600;font-size:.92rem;letter-spacing:.02em;cursor:pointer;border:1px solid transparent;transition:transform var(--transition),background var(--transition),color var(--transition),box-shadow var(--transition)}.btn-primary{background:var(--navy);color:var(--white)}.btn-primary:hover{background:var(--navy-2);color:var(--gold-soft);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.btn-gold{background:var(--gold);color:var(--navy)}.btn-gold:hover{background:var(--gold-soft);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.btn-ghost{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-ghost:hover{background:var(--navy);color:var(--white)}.hero{position:relative;min-height:calc(100vh - 70px);display:flex;align-items:center;justify-content:center;text-align:center;color:var(--white);overflow:hidden;isolation:isolate}.hero-bg{z-index:-2;background:radial-gradient(1200px 700px at 20% 20%,rgba(201,168,76,.22),transparent 60%),radial-gradient(1000px 600px at 80% 80%,rgba(201,168,76,.12),transparent 60%),linear-gradient(135deg,#0A0F2C,#141a3d 50%,#0A0F2C);background-size:200% 200%;animation:heroShift 18s ease-in-out infinite}.hero-bg,.hero-bg:after{position:absolute;inset:0}.hero-bg:after{content:"";background:radial-gradient(ellipse at center,transparent 0,rgba(10,15,44,.4) 100%)}@keyframes heroShift{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.hero-inner{max-width:880px;padding:6rem var(--pad-x)}.hero h1{color:var(--white);margin-bottom:1rem}.hero .gold-rule{width:60px;height:2px;background:var(--gold);margin:1.5rem auto 1.75rem}.hero-tag{font-family:var(--font-display);font-style:italic;font-size:clamp(1.1rem,2vw,1.4rem);color:var(--gold-soft);margin-bottom:2rem}.hero-intro{color:rgba(248,248,246,.82);font-size:1.05rem;max-width:640px;margin:0 auto 2.5rem}.hero-ctas{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.page-hero{background:linear-gradient(135deg,var(--navy) 0,var(--navy-2) 100%);padding:clamp(5rem,10vw,8rem) 0 clamp(3rem,6vw,5rem);text-align:center}.page-hero,.page-hero h1{color:var(--white)}.page-hero p{color:rgba(248,248,246,.78);max-width:640px;margin:0 auto}.page-hero .gold-rule{width:60px;height:2px;background:var(--gold);margin:1.25rem auto 1.5rem}.pillars-editorial{margin-top:clamp(2.5rem,6vw,4rem);border-top:1px solid var(--line)}.pillar-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2rem,6vw,5rem);gap:clamp(2rem,6vw,5rem);align-items:center;padding:clamp(3.5rem,8vw,6rem) 0;border-bottom:1px solid var(--line)}.pillar-row.reverse .pillar-anim{order:2}.pillar-row .pillar-anim,.pillar-row.reverse .pillar-text{order:1}.pillar-row .pillar-text{order:2}.pillar-number{font-family:var(--font-body);font-size:.78rem;font-weight:600;letter-spacing:.22em;color:var(--gold);text-transform:uppercase;display:inline-block;margin-bottom:1rem}.pillar-text h3{font-size:clamp(1.8rem,3vw,2.4rem);margin-bottom:1rem}.pillar-text p{font-size:1.05rem;max-width:46ch;margin-bottom:1.5rem}.pillar-link{font-size:.82rem;font-weight:600;color:var(--navy);letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid var(--gold);padding-bottom:.3rem;display:inline-block;transition:color var(--transition),border-color var(--transition)}.pillar-link:hover{color:var(--gold);border-color:var(--gold-soft)}.pillar-anim{position:relative;aspect-ratio:5/4;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;outline:none;cursor:pointer;transition:border-color var(--transition),box-shadow var(--transition)}.pillar-anim:focus-visible,.pillar-anim:hover{border-color:rgba(201,168,76,.45);box-shadow:var(--shadow-soft)}.pillar-anim:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 110%,rgba(201,168,76,.08),transparent 60%)}.pillar-anim svg,.pillar-anim-stage{position:relative;width:100%;height:100%}.pillar-anim svg{display:block;color:var(--navy)}.pillar-anim [data-draw]{stroke-dasharray:1;stroke-dashoffset:0}.pillar-anim.is-playing [data-draw]{animation:pillarDraw .9s cubic-bezier(.4,0,.2,1) both}@keyframes pillarDraw{0%{stroke-dashoffset:1}to{stroke-dashoffset:0}}.anim-software .frame{stroke:var(--line);stroke-width:1;fill:none}.anim-software .dot{fill:rgba(10,15,44,.18)}.anim-software .bracket{stroke:var(--gold);stroke-width:4;stroke-linecap:round;stroke-linejoin:round;fill:none}.anim-software .bar{stroke:currentColor;stroke-width:6;stroke-linecap:round;fill:none}.anim-software .cursor{fill:var(--gold);opacity:1}.pillar-anim.is-playing .anim-software .bracket{animation-duration:.6s;animation-delay:.1s}.pillar-anim.is-playing .anim-software .bar-1{animation-delay:.5s}.pillar-anim.is-playing .anim-software .bar-2{animation-delay:.9s}.pillar-anim.is-playing .anim-software .bar-3{animation-delay:1.3s}.pillar-anim.is-playing .anim-software .bar-4{animation-delay:1.7s}.pillar-anim.is-playing .anim-software .cursor{animation:codeCursor .8s steps(1) 2.4s 3 backwards}@keyframes codeCursor{0%{opacity:0}50%{opacity:1}to{opacity:0}}.anim-skincare .leaf{fill:rgba(201,168,76,.08)}.anim-skincare .droplet{fill:var(--navy);transform:translateY(0);opacity:1}.anim-skincare .ripple{stroke:var(--gold);stroke-width:1.5;fill:none;opacity:0;transform-origin:100px 120px;transform-box:fill-box}.anim-skincare .ripple-2{stroke:var(--gold-soft)}.pillar-anim.is-playing .anim-skincare .droplet{animation:dropletFall 1.6s cubic-bezier(.55,0,.7,.4) forwards}.pillar-anim.is-playing .anim-skincare .ripple{animation:rippleOut 1.4s ease-out 1.5s forwards}.pillar-anim.is-playing .anim-skincare .ripple-2{animation:rippleOut 1.4s ease-out 1.75s forwards}@keyframes dropletFall{0%{transform:translateY(0);opacity:1}82%{transform:translateY(38px);opacity:1}to{transform:translateY(38px);opacity:0}}@keyframes rippleOut{0%{transform:scale(.1);opacity:0}15%{opacity:1}to{transform:scale(1);opacity:0}}.anim-coffee .cup{stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill:none}.anim-coffee .saucer{stroke:currentColor;stroke-width:4;stroke-linecap:round;fill:none;opacity:.55}.anim-coffee .liquid{fill:rgba(10,15,44,.85)}.anim-coffee .steam{stroke:var(--gold);stroke-width:3;stroke-linecap:round;fill:none;opacity:0;transform-origin:center bottom}.pillar-anim.is-playing .anim-coffee .steam-1{animation:steamRise 2.2s ease-out .3s forwards}.pillar-anim.is-playing .anim-coffee .steam-2{animation:steamRise 2.2s ease-out .8s forwards}.pillar-anim.is-playing .anim-coffee .steam-3{animation:steamRise 2.2s ease-out 1.3s forwards}@keyframes steamRise{0%{opacity:0;transform:translateY(10px) scaleX(1)}20%{opacity:.8}60%{opacity:.6}to{opacity:0;transform:translateY(-40px) scaleX(1.4)}}.anim-realestate .outline{stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;fill:none}.anim-realestate .ground{stroke:var(--line);stroke-width:2}.anim-realestate .window{fill:rgba(10,15,44,.15);opacity:1}.anim-realestate .lit{fill:var(--gold);opacity:.9;filter:drop-shadow(0 0 6px rgba(201,168,76,.5))}.pillar-anim.is-playing .anim-realestate .window{animation:windowFade .4s ease-out both}.pillar-anim.is-playing .anim-realestate .win-1{animation-delay:1.2s}.pillar-anim.is-playing .anim-realestate .win-2{animation-delay:1.35s}.pillar-anim.is-playing .anim-realestate .win-3{animation-delay:1.5s}.pillar-anim.is-playing .anim-realestate .win-4{animation-delay:1.65s}.pillar-anim.is-playing .anim-realestate .win-5{animation-delay:1.8s}.pillar-anim.is-playing .anim-realestate .lit{animation:lightUp .8s ease-out 2.1s both}@keyframes windowFade{0%{opacity:0}to{opacity:1}}@keyframes lightUp{0%{opacity:0}60%{opacity:1}to{opacity:.9}}.verticals{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.vertical-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem 1.75rem;transition:transform var(--transition),box-shadow var(--transition),border-color var(--transition);position:relative}.vertical-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft);border-color:rgba(201,168,76,.4)}.vertical-icon{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;background:rgba(201,168,76,.12);border-radius:12px;color:var(--gold);margin-bottom:1.25rem}.vertical-icon svg{width:26px;height:26px}.vertical-card h3{margin-bottom:.5rem;font-size:1.25rem}.vertical-card p{font-size:.95rem;margin:0}.split{display:grid;grid-template-columns:1.1fr 1fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:center}.split .accent-box{background:linear-gradient(135deg,var(--navy) 0,var(--navy-2) 100%);border-radius:var(--radius);padding:3rem 2.5rem;color:var(--white);position:relative;overflow:hidden;min-height:280px;display:flex;align-items:center}.split .accent-box:before{content:"";position:absolute;top:-50%;right:-30%;width:80%;height:200%;background:radial-gradient(circle,rgba(201,168,76,.18),transparent 60%)}.split .accent-box p{font-family:var(--font-display);font-style:italic;font-size:1.3rem;color:rgba(248,248,246,.92);margin:0;position:relative}.service-block{display:grid;grid-template-columns:auto 1fr;grid-gap:2rem;gap:2rem;padding:2.5rem 0;border-bottom:1px solid var(--line)}.service-block:last-of-type{border-bottom:none}.service-block .vertical-icon{width:64px;height:64px}.service-block .vertical-icon svg{width:32px;height:32px}.service-list{list-style:none;padding:0;margin:1rem 0 0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.5rem 1.5rem;gap:.5rem 1.5rem}.service-list li{position:relative;padding-left:1.25rem;color:var(--slate);font-size:.95rem}.service-list li:before{content:"";position:absolute;left:0;top:.65em;width:6px;height:6px;background:var(--gold);border-radius:50%}.contact-grid{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem)}.contact-info p{margin-bottom:.4rem}.contact-info .label{font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;color:var(--gold);font-weight:600;margin-top:1.5rem;margin-bottom:.25rem}.contact-info .value{color:var(--navy);font-weight:500}form.contact-form{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-soft)}.form-row{margin-bottom:1.1rem}.form-row label{display:block;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--slate);font-weight:600;margin-bottom:.4rem}.form-row input,.form-row textarea{width:100%;padding:.85rem 1rem;border:1px solid var(--line);border-radius:10px;font-family:var(--font-body);font-size:.95rem;color:var(--navy);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition)}.form-row input:focus,.form-row textarea:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 3px rgba(201,168,76,.18)}.form-row textarea{min-height:140px;resize:vertical}.form-note{font-size:.82rem;color:var(--slate-soft);margin-top:.75rem}.legal{max-width:820px;margin:0 auto}.legal h2{margin-top:2.5rem;font-size:1.5rem}.legal h3{font-size:1.1rem;font-family:var(--font-body);font-weight:600}.legal li,.legal p{color:var(--slate)}.legal ul{padding-left:1.25rem}.legal .meta{font-size:.85rem;color:var(--slate-soft);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--line)}.cta-strip{background:linear-gradient(135deg,var(--navy) 0,var(--navy-2) 100%);text-align:center;padding:clamp(3rem,7vw,5rem) var(--pad-x);border-radius:var(--radius);margin:var(--section-y) auto 0;max-width:var(--maxw)}.cta-strip,.cta-strip h2{color:var(--white)}.cta-strip p{color:rgba(248,248,246,.8);max-width:540px;margin:0 auto 1.75rem}.footer{background:var(--navy);color:rgba(248,248,246,.7);padding:3.5rem var(--pad-x) 2rem;margin-top:var(--section-y)}.footer-inner{max-width:var(--maxw);margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr 1fr;grid-gap:2.5rem;gap:2.5rem}.footer h4{color:var(--white);font-family:var(--font-body);font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;margin-bottom:1rem}.footer .brand{color:var(--white);display:block;margin-bottom:.75rem}.footer ul{list-style:none;padding:0;margin:0}.footer ul li{margin-bottom:.4rem;font-size:.92rem}.footer ul a{color:rgba(248,248,246,.7)}.footer ul a:hover{color:var(--gold)}.footer p{color:rgba(248,248,246,.6);font-size:.92rem}.footer-bottom{max-width:var(--maxw);margin:2.5rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(248,248,246,.1);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.75rem;font-size:.82rem;color:rgba(248,248,246,.5)}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.agent-shell{max-width:960px;margin:0 auto;padding:clamp(2rem,6vw,4rem) var(--pad-x) var(--section-y)}.agent-shell .agent-intro{text-align:center;max-width:640px;margin:0 auto 2.5rem}.agent-shell .agent-frame{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft);overflow:hidden;min-height:560px;display:flex;flex-direction:column}@media (max-width:860px){.contact-grid,.split{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.service-block{grid-template-columns:1fr;gap:1rem}.pillar-row{grid-template-columns:1fr;gap:1.75rem}.pillar-row .pillar-anim,.pillar-row.reverse .pillar-anim{order:1}.pillar-row .pillar-text,.pillar-row.reverse .pillar-text{order:2}}@media (max-width:640px){.nav-toggle{display:inline-block}.nav-links{position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--line);flex-direction:column;gap:0;padding:1rem var(--pad-x);transform:translateY(-10px);opacity:0;pointer-events:none;transition:transform var(--transition),opacity var(--transition)}.nav-links.open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-links li{width:100%}.nav-links a{display:block;padding:.85rem 0;border-bottom:1px solid var(--line)}.nav-links li:last-child a{border-bottom:none}.footer-inner{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.hero-ctas{flex-direction:column;align-items:stretch}.hero-ctas .btn{width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@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_8b3a0b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_8b3a0b{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-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:Playfair Display;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-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:Playfair Display;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-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:Playfair Display;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/19150647d2c2f572-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/000030d1699f2fb3-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:Playfair Display;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/1926da171a0ba1a5-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:Playfair Display;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/78d0dd042ac6d54d-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:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_8e50ea{font-family:Playfair Display,Playfair Display Fallback}.__variable_8e50ea{--font-playfair:"Playfair Display","Playfair Display Fallback"}