:root{--color-navy:#1b3a6b;--color-gold:#e8aa31;--color-gold-hover:#d49528;--color-off-white:#f7f5f0;--color-white:#fff;--color-black:#111;--color-gray-light:#e5e2dc;--color-gray-mid:#888880;--sp-1:4px;--sp-2:8px;--sp-3:16px;--sp-4:24px;--sp-5:32px;--sp-6:48px;--sp-7:64px;--sp-8:96px;--sp-9:128px;--section-py-mobile:48px;--section-py-desktop:96px;--container-max:1200px;--container-px-mobile:24px;--container-px-desktop:32px;--font-heading:var(--font-playfair),"Playfair Display",Georgia,serif;--font-body:var(--font-inter),"Inter",system-ui,-apple-system,sans-serif;--shadow-card:0 1px 3px rgba(0,0,0,.07),0 4px 12px rgba(0,0,0,.06);--shadow-card-hover:0 4px 16px rgba(0,0,0,.1),0 8px 24px rgba(0,0,0,.08);--radius-card:8px;--radius-btn:6px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--color-white);font-family:var(--font-body);font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}body,h1,h2,h3,h4,h5,h6{color:var(--color-black)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:1.15}h1{font-size:2.75rem;line-height:1.15}h1,h2{font-weight:700}h2{font-size:1.75rem;line-height:1.25}h3{font-size:1.25rem;font-weight:600;line-height:1.3}p{line-height:1.65}p+p{margin-top:1em}.body-large{font-size:1.125rem;line-height:1.6}.eyebrow{font-family:var(--font-body);font-size:.6875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:12px}.eyebrow,.text-small,small{line-height:1.5;color:var(--color-gray-mid)}.text-small,small{font-size:.875rem}@media (max-width:768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.125rem}}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-px-desktop)}@media (max-width:768px){.container{padding:0 var(--container-px-mobile)}}.section{padding:var(--section-py-desktop) 0}.section-white{background:var(--color-white)}.section-offwhite{background:var(--color-off-white)}.section-credibility{background:var(--color-white);padding:24px 0}.section-navy{background:var(--color-navy)}.section-navy,.section-navy h1,.section-navy h2,.section-navy h3{color:var(--color-white)}@media (max-width:768px){.section{padding:var(--section-py-mobile) 0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 28px;border-radius:var(--radius-btn);font-family:var(--font-body);font-size:.875rem;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;border:1.5px solid transparent;transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .1s ease;white-space:nowrap}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px;border-radius:var(--radius-btn)}.btn-primary{background:var(--color-gold);color:var(--color-navy);border-color:var(--color-gold)}.btn-primary:hover{background:var(--color-gold-hover);border-color:var(--color-gold-hover);color:var(--color-navy)}.btn-secondary{background:transparent;color:var(--color-navy);border-color:var(--color-navy)}.btn-secondary:hover{background:var(--color-navy);color:var(--color-white)}.btn-tertiary{background:transparent;color:var(--color-white);border-color:var(--color-white)}.btn-tertiary:hover{background:var(--color-white);color:var(--color-navy)}.btn-group{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.card{background:var(--color-white);border:1px solid var(--color-gray-light);border-radius:var(--radius-card);padding:24px}.card-link{display:block;text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease}.card-link:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-2px)}.grid-2{grid-template-columns:repeat(2,1fr);grid-gap:24px}.grid-2,.grid-3{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,1fr);grid-gap:24px}.grid-2x2,.grid-4{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}@media (max-width:1024px){.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.grid-2,.grid-2x2,.grid-3,.grid-4{grid-template-columns:1fr}}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--color-white);border-bottom:1px solid var(--color-gray-light)}.header-inner{justify-content:space-between;padding:8px 0}.header-brand,.header-inner{display:flex;align-items:center}.header-brand{text-decoration:none;flex-shrink:0}.header-logo{height:47px;width:auto;display:block}.header-nav{display:flex;align-items:center;gap:32px;list-style:none}.header-nav a{font-family:var(--font-body);font-size:.875rem;font-weight:500;color:var(--color-black);text-decoration:none;transition:color .15s ease}.header-nav a.active,.header-nav a:hover{color:var(--color-navy)}.header-nav a.active{font-weight:600}.header-nav-contact{margin-left:8px}.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px;color:var(--color-navy)}.nav-toggle:focus-visible{outline:2px solid var(--color-gold);outline-offset:2px;border-radius:4px}@media (max-width:640px){.header-logo{height:39px}}@media (max-width:900px){.nav-toggle{display:flex;align-items:center;justify-content:center}.header-nav{display:none;position:absolute;left:0;right:0;top:100%;background:var(--color-white);border-bottom:1px solid var(--color-gray-light);flex-direction:column;align-items:flex-start;gap:0;padding:8px 0 16px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.header-nav.open{display:flex}.header-nav li{width:100%}.header-nav a{display:block;padding:12px 24px;font-size:1rem}.header-nav-contact{margin-left:0}.header-nav .btn{margin:8px 24px}}.site-footer{background:var(--color-navy);color:var(--color-white);padding:64px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-gap:48px;gap:48px;margin-bottom:48px}.footer-logo{height:40px;width:auto;display:block;margin-bottom:16px}.footer-tagline{color:var(--color-gold);font-family:var(--font-heading);font-size:1rem;font-style:italic;margin-bottom:12px}.footer-address{font-size:.875rem;color:hsla(0,0%,100%,.65);line-height:1.6}.footer-col h4{font-family:var(--font-body);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:hsla(0,0%,100%,.5);margin-bottom:16px}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}.footer-col a{font-size:.875rem;color:hsla(0,0%,100%,.75);text-decoration:none;transition:color .15s ease}.footer-col a:hover{color:var(--color-white)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.12);padding-top:24px;text-align:center;font-size:.875rem;color:hsla(0,0%,100%,.45)}.footer-bottom a{color:hsla(0,0%,100%,.55);text-decoration:none}.footer-bottom a:hover{color:var(--color-white)}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:32px}}.hero{padding:var(--section-py-desktop) 0}.hero-navy{background:var(--color-navy)}.hero-navy,.hero-navy h1{color:var(--color-white)}.hero-navy .eyebrow{color:hsla(0,0%,100%,.6)}.hero-navy p{color:hsla(0,0%,100%,.85)}.hero-headline-wrap{display:flex;gap:20px;align-items:flex-start}.hero-gold-bar{flex-shrink:0;width:4px;background:var(--color-gold);border-radius:2px;align-self:stretch;min-height:60px}.hero-headline-content{flex:1 1}.hero-headline-content h1{margin-bottom:16px}.hero-headline-content p{margin-bottom:24px}@media (max-width:768px){.hero{padding:var(--section-py-mobile) 0}}.list-gold{list-style:none;display:flex;flex-direction:column;gap:12px}.list-gold li{display:flex;align-items:flex-start;gap:12px;font-size:1.5rem;line-height:1.6}.list-gold li:before{content:"";flex-shrink:0;width:10px;height:10px;border-radius:50%;background:var(--color-gold);margin-top:.45em}.list-clean{list-style:none;display:flex;flex-direction:column;gap:10px}.list-clean li{display:flex;align-items:flex-start;gap:10px;line-height:1.6;color:var(--color-black)}.list-clean li:before{content:"";flex-shrink:0;width:8px;height:8px;border-radius:50%;background:var(--color-gold);margin-top:.5em}.two-col-bio{display:grid;grid-template-columns:320px 1fr;grid-gap:64px;gap:64px;align-items:start}.bio-photo{width:100%;max-width:320px;border-radius:var(--radius-card);display:block}@media (max-width:900px){.two-col-bio{grid-template-columns:1fr;gap:32px}.bio-photo{max-width:280px}}.two-col-bio-about{grid-template-columns:360px 1fr}.bio-photo-about{max-width:360px}@media (max-width:900px){.two-col-bio-about{grid-template-columns:1fr}.bio-photo-about{max-width:280px}}.testimonial-card{background:var(--color-white);border-radius:var(--radius-card);padding:32px}.testimonial-quote{font-family:var(--font-heading);font-size:1rem;font-style:italic;line-height:1.65;color:var(--color-black);margin-bottom:20px}.testimonial-attr{font-family:var(--font-body);font-size:.875rem;font-weight:600;color:var(--color-navy)}.testimonial-attr span{font-weight:400;color:var(--color-gray-mid);display:block;margin-top:2px}a.link-gold{color:var(--color-gold);text-decoration:none;font-weight:600;transition:color .15s ease}a.link-gold:hover{color:var(--color-gold-hover)}.price-large{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--color-navy);line-height:1}.price-per{font-size:.875rem;color:var(--color-gray-mid);margin-top:4px}.step-number{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-gold);display:block;margin-bottom:8px}.pricing-bullets{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:6px}.pricing-bullets li{font-size:.875rem;color:var(--color-gray-mid);display:flex;align-items:center;gap:8px}.pricing-bullets li:before{content:"•";color:var(--color-gold);font-size:1rem;line-height:1}.contact-grid{display:grid;grid-template-columns:1fr 380px;grid-gap:48px;gap:48px;align-items:start}.contact-sidebar{background:var(--color-off-white);border:1px solid var(--color-gray-light);border-radius:var(--radius-card);padding:28px}@media (max-width:900px){.contact-grid{grid-template-columns:1fr}}.steps-list{display:flex;flex-direction:column;gap:24px}.step-item{display:flex;gap:20px;align-items:flex-start}.step-num{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-gold);flex-shrink:0;min-width:36px}.hero-inner{background:var(--color-navy);padding:72px 0 64px}.hero-inner h1{color:var(--color-white)}.hero-inner .eyebrow{color:hsla(0,0%,100%,.55)}.hero-inner p{color:hsla(0,0%,100%,.8)}.hero-inner .btn-group{margin-top:28px}@media (max-width:768px){.hero-inner{padding:40px 0 48px}}.service-anchor{scroll-margin-top:80px}.legal-body{max-width:72ch}.legal-body h2{font-size:1.25rem;margin:32px 0 12px;color:var(--color-navy)}.legal-body h3{font-size:1.1rem;margin:24px 0 8px}.legal-body p{margin-bottom:12px;color:var(--color-black)}.legal-body ol,.legal-body ul{padding-left:24px;margin:12px 0}.legal-body li{margin:6px 0}.skip-link{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-link:focus{position:fixed;left:16px;top:16px;z-index:9999;width:auto;height:auto;padding:10px 16px;border-radius:var(--radius-btn);background:var(--color-navy);color:var(--color-white);font-weight:600;font-size:.875rem;box-shadow:0 4px 12px rgba(0,0,0,.2)}@media (prefers-reduced-motion:reduce){*,:after,:before{transition-duration:.01ms!important;animation-duration:.01ms!important}html{scroll-behavior:auto}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.text-center{text-align:center}.text-navy{color:var(--color-navy)}.text-gold{color:var(--color-gold)}.text-gray{color:var(--color-gray-mid)}.text-white{color:var(--color-white)}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.narrow{max-width:72ch}.sticky-mobile-cta{display:none}@media (max-width:768px){.sticky-mobile-cta{display:flex;position:fixed;bottom:0;left:0;right:0;z-index:50;background:var(--color-navy);border-top:1px solid hsla(0,0%,100%,.15);padding:12px 24px max(12px,env(safe-area-inset-bottom));justify-content:center}.sticky-mobile-cta .btn{width:100%;max-width:360px}}.insights-hero{background:var(--color-navy);padding:64px 0 56px}.insights-hero,.insights-hero h1{color:var(--color-white)}.insights-hero p{color:hsla(0,0%,100%,.75);max-width:640px;margin-top:var(--sp-3);font-size:1.0625rem}.insights-index{padding:var(--section-py-desktop) 0;background:var(--color-off-white)}@media (max-width:768px){.insights-index{padding:var(--section-py-mobile) 0}}.insights-card-list{display:flex;flex-direction:column;gap:var(--sp-5);max-width:760px}.insights-card{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);overflow:hidden;text-decoration:none;color:inherit;display:block;transition:box-shadow .15s ease,transform .1s ease}.insights-card:hover{box-shadow:var(--shadow-card-hover);transform:translateY(-1px)}.insights-card-img{width:100%;height:auto;aspect-ratio:1200/627;object-fit:cover;display:block}.insights-card-body{padding:var(--sp-4) var(--sp-5)}.insights-card-meta{font-size:.8125rem;color:var(--color-gray-mid);margin-bottom:var(--sp-2)}.insights-card-title{font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:var(--color-black);line-height:1.2;margin-bottom:var(--sp-2)}.insights-card-description{font-size:.9375rem;color:var(--color-gray-mid);line-height:1.55}.insights-card-readmore{display:inline-block;margin-top:var(--sp-3);font-size:.875rem;font-weight:600;color:var(--color-navy);text-decoration:none}.insights-card-readmore:hover{color:var(--color-gold)}@media (max-width:768px){.insights-card-body{padding:var(--sp-4)}}.article-hero{background:var(--color-navy);color:var(--color-white);padding:56px 0 48px}.article-hero h1{color:var(--color-white);font-size:2.25rem;max-width:760px;line-height:1.18}.article-byline{margin-top:var(--sp-3);font-size:.875rem;color:hsla(0,0%,100%,.6)}.article-cover{width:100%;max-width:760px;height:auto;display:block;border-radius:var(--radius-card);margin:0}.article-body{padding:40px 0 var(--section-py-desktop);background:var(--color-white)}@media (max-width:768px){.article-body{padding:var(--section-py-mobile) 0}}.article-content{max-width:760px}.article-content p{font-size:1.0625rem;line-height:1.75;color:#222}.article-content p+p{margin-top:1.25em}.article-content h2{font-size:1.5rem;font-weight:700;margin-top:2.5em;margin-bottom:.6em;color:var(--color-navy)}.article-content h3{font-size:1.125rem;font-weight:700;margin-top:2em;margin-bottom:.5em;color:var(--color-black)}.article-content strong{font-weight:700}.article-bio{margin-top:var(--sp-7);padding-top:var(--sp-5);border-top:1px solid var(--color-gray-light)}.article-bio p{font-size:.9375rem;color:var(--color-gray-mid);line-height:1.6}.article-bio strong{color:var(--color-black);font-weight:600}.article-cta{margin-top:var(--sp-6);padding:var(--sp-5);background:var(--color-off-white);border-radius:var(--radius-card);border-left:4px solid var(--color-gold)}.article-cta p{font-size:.9375rem;color:var(--color-black);line-height:1.6;margin:0}.article-cta a{color:var(--color-navy);font-weight:600;text-decoration:underline}.article-cta a:hover{color:var(--color-gold-hover)}@media (max-width:768px){.article-hero h1{font-size:1.75rem}.article-cover{border-radius:0}}@font-face{font-family:__Inter_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--font-inter:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}@font-face{font-family:__Playfair_Display_8ba1a1;font-style:normal;font-weight:400;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_8ba1a1;font-style:normal;font-weight:400;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_8ba1a1;font-style:normal;font-weight:400;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_8ba1a1;font-style:normal;font-weight:400;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_8ba1a1;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_8ba1a1;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_8ba1a1;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_8ba1a1;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_8ba1a1;font-style:normal;font-weight:700;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_8ba1a1;font-style:normal;font-weight:700;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_8ba1a1;font-style:normal;font-weight:700;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_8ba1a1;font-style:normal;font-weight:700;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_8ba1a1;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_8ba1a1{font-family:__Playfair_Display_8ba1a1,__Playfair_Display_Fallback_8ba1a1;font-style:normal}.__variable_8ba1a1{--font-playfair:"__Playfair_Display_8ba1a1","__Playfair_Display_Fallback_8ba1a1"}