:root{--bg:#07121d;--bg-soft:#0d1d2f;--surface:rgba(255,255,255,0.05);--surface-strong:rgba(255,255,255,0.09);--line:rgba(255,255,255,0.11);--line-strong:rgba(255,255,255,0.2);--text:#eff6ff;--muted:#a6b7ca;--primary:#73e7ff;--primary-ink:#07121d;--accent:#b5ff8d;--radius:26px;--shadow:0 20px 60px rgba(0,0,0,0.35);--container:1220px;--bg-nav:rgba(7,18,29,0.75);--bg-mob-nav:rgba(7,18,29,0.97);--nav-border:rgba(255,255,255,0.06)}[data-theme=light]{--bg:#ffffff;--bg-soft:#f1f5f9;--surface:rgba(0,0,0,0.04);--surface-strong:rgba(0,0,0,0.08);--line:rgba(0,0,0,0.1);--line-strong:rgba(0,0,0,0.2);--text:#0d1d2f;--muted:#4a6278;--primary:#0077aa;--primary-ink:#ffffff;--accent:#2a7000;--shadow:0 20px 60px rgba(0,0,0,0.1);--bg-nav:rgba(255,255,255,0.88);--bg-mob-nav:rgba(255,255,255,0.98);--nav-border:rgba(0,0,0,0.08)}@media (prefers-color-scheme:light){:root:not([data-theme]){--bg:#ffffff;--bg-soft:#f1f5f9;--surface:rgba(0,0,0,0.04);--surface-strong:rgba(0,0,0,0.08);--line:rgba(0,0,0,0.1);--line-strong:rgba(0,0,0,0.2);--text:#0d1d2f;--muted:#4a6278;--primary:#0077aa;--primary-ink:#ffffff;--accent:#2a7000;--shadow:0 20px 60px rgba(0,0,0,0.1);--bg-nav:rgba(255,255,255,0.88);--bg-mob-nav:rgba(255,255,255,0.98);--nav-border:rgba(0,0,0,0.08)}}html{color-scheme:dark light;transition:background-color .25s ease}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--bg);font-family:var(--font-sans),sans-serif;transition:background-color .25s ease,color .25s ease}:root:not([data-theme=light]) body,[data-theme=dark] body{background:radial-gradient(circle at 8% 8%,rgba(115,231,255,.15),transparent 28%),radial-gradient(circle at 92% 16%,rgba(181,255,141,.08),transparent 24%),radial-gradient(circle at 85% 88%,rgba(115,231,255,.08),transparent 24%),var(--bg)}a{color:inherit;text-decoration:none}img{object-fit:cover}main{min-height:100vh}.page-shell{overflow:clip}.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}.section{padding:90px 0}.section-tint{background:linear-gradient(180deg,rgba(255,255,255,.01),rgba(255,255,255,.05))}h1,h2,h3{margin:0;font-family:var(--font-display),serif;font-weight:600;line-height:.95;letter-spacing:-.04em}h1{font-size:clamp(2.5rem,6vw,4.5rem)}h2{font-size:clamp(1.8rem,4vw,3rem)}h3{font-size:1.15rem}p{margin:0;line-height:1.6;color:var(--muted);font-size:.95rem}.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.22em;font-size:.75rem;color:var(--primary)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:40;padding:16px 0;background:var(--bg-nav);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--nav-border);transition:background .25s ease,border-color .25s ease}.nav-row{display:flex;align-items:center;justify-content:space-between;gap:22px}.brand{display:inline-flex;flex-direction:column}.brand strong{font-size:1.05rem}.brand span{color:var(--muted);font-size:.75rem}.nav-links{display:flex;flex-wrap:wrap;gap:16px;color:var(--text)}.nav-links a{padding:6px 8px;border-radius:999px;transition:background .24s ease,color .24s ease}.nav-links a:hover{color:var(--primary);background:var(--surface)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:10px;z-index:50}.hamburger{width:24px;height:20px;position:relative}.hamburger span{display:block;position:absolute;height:2px;width:100%;background:var(--text);border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.hamburger span:first-child{top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.open span:first-child{top:9px;transform:rotate(135deg)}.hamburger.open span:nth-child(2){opacity:0;left:-60px}.hamburger.open span:nth-child(3){top:9px;transform:rotate(-135deg)}.mobile-only{display:none!important}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 20px;border-radius:999px;border:1px solid transparent;background:linear-gradient(135deg,var(--primary),#99f1ff);color:var(--primary-ink);font-weight:700;transition:transform .25s ease,box-shadow .25s ease;box-shadow:0 14px 30px rgba(115,231,255,.2)}.button:hover{transform:translateY(-1px)}.button-secondary{background:transparent;color:var(--text);border-color:var(--line);box-shadow:none}.button-orange{background:linear-gradient(135deg,#ff8c00,#ff4500);color:#ffffff;border:none;box-shadow:0 14px 30px rgba(255,69,0,.25)}.button-orange:hover{background:linear-gradient(135deg,#ff9d23,#ff5e1a);transform:translateY(-2px);box-shadow:0 18px 40px rgba(255,69,0,.35)}.nav-cta{white-space:nowrap}.text-link{color:var(--primary);font-weight:700}.hero{padding-top:42px}.contact-shell,.destination-detail-hero,.hero-shell,.split-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:center}.hero-copy{max-width:620px}.hero-summary{margin-top:20px;font-size:.95rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0}.hero-visual-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1.12fr .88fr;grid-template-rows:auto auto}.article-cover,.blog-image-cover,.destination-country-image,.destination-detail-image,.destination-visual-image,.hero-small-image,.hero-tall-image{position:relative;overflow:hidden}.hero-tall-image{min-height:620px;grid-row:span 2}.hero-small-image{min-height:220px}.assessment-card,.assessment-report,.blog-image-card,.blog-list-item,.course-tile,.destination-column,.destination-country-card,.fact-card,.hero-small-card,.info-card,.inquiry-card,.metric-card,.service-panel,.stack-item,.testimonial-panel{border:1px solid var(--line);background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:transform .3s ease,border-color .3s ease,background .3s ease}.assessment-card,.assessment-report,.course-tile,.fact-card,.hero-small-card,.info-card,.inquiry-card,.service-panel,.stack-item,.testimonial-panel{padding:24px}.blog-image-card:hover,.destination-country-card:hover,.hero-small-card:hover,.info-card:hover,.service-panel:hover,.testimonial-panel:hover{transform:translateY(-4px);border-color:var(--line-strong);background:var(--surface-strong)}.tag{display:inline-flex;padding:7px 12px;border-radius:999px;background:rgba(115,231,255,.13);color:var(--primary);font-size:.78rem;font-weight:700}.article-content,.assessment-shell,.blog-image-grid,.blog-list,.card-grid,.course-band,.destination-board,.destination-facts,.destination-grid-all,.destination-pill-board,.destination-visual-grid,.hero-metrics,.page-stack,.service-ribbon,.stack-list,.testimonial-strip,.why-grid{display:grid;grid-gap:16px;gap:16px}.compact-metrics{grid-template-columns:repeat(3,minmax(0,1fr));max-width:600px}.metric-card{padding:16px}.metric-card strong{display:block;font-size:1.5rem;color:var(--text)}.metric-card span{font-size:.85rem}.section-heading{max-width:840px;margin-bottom:34px}.section-heading.left{text-align:left}.section-heading:not(.left){text-align:center;margin-left:auto;margin-right:auto}.split-heading{max-width:none;display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.service-ribbon{grid-template-columns:repeat(3,minmax(0,1fr))}.service-index{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;border-radius:999px;background:rgba(255,255,255,.08);color:var(--primary);font-weight:700}.service-panel h3{margin:16px 0 10px}.destination-grid-all,.destination-visual-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.destination-country-card,.destination-visual-card{display:grid;overflow:hidden}.destination-country-image,.destination-visual-image{min-height:300px}.destination-copy,.destination-country-copy{padding:16px 16px 18px}.destination-copy h3,.destination-country-copy h2{margin-bottom:8px}.destination-country-copy span{color:var(--primary);font-weight:700;margin-top:10px;display:inline-flex}.feature-focus{align-items:stretch}.destination-list,.mini-list{margin:14px 0 0;padding:0;list-style:none}.destination-list li,.mini-list li{position:relative;padding-left:16px;color:var(--muted)}.destination-list li+li,.mini-list li+li{margin-top:10px}.destination-list li:before,.mini-list li:before{content:"";width:6px;height:6px;border-radius:999px;position:absolute;left:0;top:11px;background:var(--accent)}.testimonial-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-strip.four-col{grid-template-columns:repeat(4,minmax(0,1fr))}.testimonial-route{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;color:var(--primary);margin-bottom:12px}.testimonial-panel p{margin-bottom:14px}.testimonial-panel span{color:var(--muted)}.blog-image-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.blog-image-card{overflow:hidden}.blog-image-cover{min-height:220px}.blog-image-content{padding:18px;display:grid;grid-gap:12px;gap:12px}.blog-image-content a{color:var(--primary);font-weight:700}.blog-meta-row{display:flex;gap:12px;color:var(--muted);font-size:.9rem}.contact-shell{padding:32px;border:1px solid var(--line);border-radius:30px;background:linear-gradient(135deg,rgba(115,231,255,.09),rgba(255,255,255,.03))}.inquiry-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.assessment-form label,.inquiry-form label{display:flex;flex-direction:column;gap:7px;font-size:.9rem;color:var(--muted);cursor:pointer}.assessment-wide,.inquiry-form label:last-of-type{grid-column:1/-1}.assessment-form input,.assessment-form select,.assessment-form textarea,.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;padding:13px 14px;border-radius:14px;border:1px solid var(--line-strong);background:var(--surface);color:var(--text);font:inherit;touch-action:manipulation;-webkit-tap-highlight-color:transparent;cursor:text}.assessment-form input::placeholder,.assessment-form textarea::placeholder,.inquiry-form input::placeholder,.inquiry-form textarea::placeholder{color:var(--muted);opacity:.6}.assessment-form input:focus,.assessment-form select:focus,.assessment-form textarea:focus,.inquiry-form input:focus,.inquiry-form select:focus,.inquiry-form textarea:focus{outline:none;border-color:var(--primary)}.assessment-form select,.inquiry-form select{cursor:pointer}.assessment-form select option,.inquiry-form select option{background:var(--bg-soft);color:var(--text)}.assessment-form textarea,.inquiry-form textarea{min-height:120px;resize:vertical}.form-note{margin-top:10px;font-size:.9rem}.destination-detail-image{min-height:480px;border-radius:24px}.destination-detail-copy .button{margin-top:20px}.destination-facts{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:20px}.fact-card h3{margin-bottom:8px}.destination-pill-board{grid-template-columns:repeat(6,max-content);justify-content:center}.destination-pill-board.left{justify-content:flex-start}.destination-pill{display:inline-flex;padding:9px 14px;border:1px solid var(--line);border-radius:999px}.assessment-shell{grid-template-columns:1fr;align-items:start}.assessment-shell.has-report{grid-template-columns:1fr 1fr}.assessment-form{margin-top:16px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.assessment-submit{grid-column:1/-1}.assessment-report h2{margin-bottom:10px}.assessment-report h3{margin:18px 0 10px}.report-score-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-bottom:10px}.score-denom{font-size:1.1rem;color:var(--muted);font-weight:400}.score-bar-wrap{margin-bottom:16px}.score-bar-track{height:6px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.score-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));transition:width .8s cubic-bezier(.16,1,.3,1)}.band-badge{display:inline-flex;padding:5px 14px;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap}.band-strong{background:rgba(181,255,141,.12);color:var(--accent);border:1px solid rgba(181,255,141,.25)}.band-developing{background:rgba(115,231,255,.12);color:var(--primary);border:1px solid rgba(115,231,255,.25)}.band-foundation{background:rgba(255,140,0,.12);color:#ff9d23;border:1px solid rgba(255,140,0,.25)}.report-summary{margin:0 0 8px;color:var(--text);font-size:.95rem;line-height:1.6}.report-eligibility{font-style:italic;margin-bottom:4px;font-size:.88rem}.check-list,.warn-list{margin:10px 0 0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.check-list li,.warn-list li{position:relative;padding-left:22px;color:var(--muted);font-size:.88rem;line-height:1.5}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.warn-list li:before{content:"!";position:absolute;left:3px;color:#ff9d23;font-weight:700}.step-list{margin:10px 0 0;padding-left:20px;display:grid;grid-gap:8px;gap:8px}.step-list li{color:var(--muted);font-size:.88rem;line-height:1.5;padding-left:4px}.report-cta{margin-top:22px;display:inline-flex}.report-insight-box,.report-scholarship-box{margin:16px 0;padding:14px 16px;border-radius:14px;border-left:3px solid var(--primary);background:rgba(115,231,255,.06)}.report-scholarship-box{border-left-color:var(--accent);background:rgba(181,255,141,.05)}.report-insight-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);margin:0 0 6px}.report-scholarship-box .report-insight-label{color:var(--accent)}.report-insight-text{font-size:.88rem;color:var(--text);line-height:1.6;margin:0}.destination-reason-list{margin:10px 0 0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.destination-reason-list li{display:grid;grid-template-columns:80px 1fr;grid-gap:10px;gap:10px;align-items:baseline;font-size:.88rem}.dest-name{font-weight:700;color:var(--primary);white-space:nowrap}.dest-reason{color:var(--muted);line-height:1.5}.article-shell{max-width:860px}.article-lead{margin-top:12px}.article-meta{display:flex;gap:14px;margin:14px 0 18px;font-size:.92rem;color:var(--muted)}.article-cover{min-height:360px;border-radius:22px;margin-bottom:24px}.article-content section+section{margin-top:24px}.article-content h2{margin-bottom:10px}.card-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three-up,.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.destination-board{grid-template-columns:repeat(4,minmax(0,1fr))}.course-band{grid-template-columns:repeat(3,minmax(0,1fr))}.site-footer-wrap{border-top:1px solid rgba(255,255,255,.08);margin-top:12px;padding-top:26px}.site-footer{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;grid-gap:18px;gap:18px}.footer-brand strong{display:block;margin-bottom:8px}.footer-links{display:grid;grid-gap:8px;gap:8px}.footer-links h3{font-size:1rem;margin-bottom:4px}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--primary)}.footer-bottom{padding:16px 0 26px;color:var(--muted)}.glow-frame{border-radius:24px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 45px rgba(0,0,0,.35)}.content-panel{max-width:560px}.compact{gap:12px}.large{padding:40px}.contact-shell.large{padding:48px;gap:40px}@media (max-width:900px){.contact-shell.large{padding:24px;grid-template-columns:1fr}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.assessment-card,.assessment-report,.blog-image-card,.destination-country-card,.destination-visual-card,.hero-shell>*,.info-card,.section-heading,.service-panel,.testimonial-panel{animation:fadeUp .6s ease both}@media (max-width:1100px){.assessment-shell,.assessment-shell.has-report,.contact-shell,.destination-detail-hero,.hero-shell,.site-footer,.split-grid{grid-template-columns:1fr}.blog-image-grid,.card-grid.three-up,.card-grid.two-up,.course-band,.destination-board,.destination-facts,.destination-grid-all,.destination-visual-grid,.service-ribbon,.testimonial-strip,.testimonial-strip.four-col{grid-template-columns:1fr 1fr}.compact-metrics{grid-template-columns:1fr}.hero-tall-image{min-height:460px}}@media (max-width:900px){.desktop-text{display:none!important}.mobile-text{display:inline!important}.nav-cta{padding:8px 12px;font-size:.85rem;min-height:36px}.mobile-menu-btn{display:block}.nav-links{position:fixed;top:0;right:-100%;width:80%;max-width:350px;height:100vh;background:var(--bg-mob-nav);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid var(--line);flex-direction:column;align-items:flex-start;justify-content:center;padding:40px;gap:24px;transition:right .3s cubic-bezier(.4,0,.2,1);z-index:45;pointer-events:none}.nav-links.mobile-open{right:0;pointer-events:auto}.nav-links a{font-size:1.25rem;font-weight:500}}@media (max-width:720px){.section{padding:72px 0}h1{font-size:clamp(2.6rem,13vw,4.2rem)}h2{font-size:clamp(1.9rem,10vw,2.8rem)}.assessment-form,.blog-image-grid,.card-grid.three-up,.card-grid.two-up,.course-band,.destination-board,.destination-facts,.destination-grid-all,.destination-visual-grid,.hero-visual-grid,.inquiry-form,.service-ribbon,.testimonial-strip,.testimonial-strip.four-col{grid-template-columns:1fr}.article-cover,.blog-image-cover,.destination-country-image,.destination-detail-image,.destination-visual-image,.hero-small-image{min-height:260px}.split-heading{display:grid;grid-gap:10px;gap:10px}.button,.button-secondary,.hero-actions,.nav-links{width:100%}.site-header .nav-row{flex-direction:row;align-items:center}.destination-pill-board{grid-template-columns:repeat(2,max-content);justify-content:start}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;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:400;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:400;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:400;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:400;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: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_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-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:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-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:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_49a339{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_49a339{--font-sans:"Space Grotesk","Space Grotesk Fallback"}