:root{--paper-base: #f4f2ef;--paper-up: #fdfcfb;--paper-alt: #f0ede8;--ink: #1a1614;--ink-dim: #38302a;--navy: #1a2840;--terracotta: #c06040;--charcoal: #2a2828;--amber: #d09020;--line: color-mix(in srgb, var(--navy) 18%, transparent);--font-heading: "Cormorant Garamond", "Times New Roman", serif;--font-body: "Source Sans 3", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--shadow-paper: 0 2px 8px rgba(0, 0, 0, .08), 4px 4px 0 rgba(0, 0, 0, .04), 8px 8px 0 rgba(0, 0, 0, .02);--shadow-paper-hover: 0 4px 14px rgba(0, 0, 0, .1), 5px 5px 0 rgba(0, 0, 0, .08);--shadow-btn: 3px 3px 0 rgba(0, 0, 0, .15);--radius: 8px;--max: 68rem;--noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.025'/%3E%3C/svg%3E")}[data-theme=dark]{--paper-base: #1c1a18;--paper-up: #222018;--paper-alt: #181614;--ink: #f4ede6;--ink-dim: #c8bfb6;--line: color-mix(in srgb, var(--ink) 20%, transparent);--shadow-paper: 0 2px 12px rgba(0, 0, 0, .4), 4px 4px 0 rgba(0, 0, 0, .25)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-size:1.05rem;line-height:1.8;color:var(--ink-dim);background-color:var(--paper-base);background-image:var(--noise);transition:background-color .35s ease,color .35s ease}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--ink);font-weight:600;line-height:1.2;letter-spacing:.02em}a{color:var(--navy);text-decoration-thickness:1px;text-underline-offset:.2em}a:hover{color:var(--terracotta)}#site{min-height:100vh;display:flex;flex-direction:column}.layout-editorial{display:grid;gap:0}.wrap{width:100%;max-width:var(--max);margin:0 auto;padding:0 1.25rem}.section{padding:clamp(3.5rem,8vw,5.5rem) 0;position:relative}.section--alt{background:var(--paper-up);box-shadow:inset 0 1px 0 var(--line)}.section__title{font-size:clamp(1.85rem,4vw,2.6rem);margin:0 0 .5rem}.section__lede{max-width:55ch;margin:0 0 2rem;color:var(--ink-dim)}.paper{background:var(--paper-up);border-radius:var(--radius);box-shadow:var(--shadow-paper);position:relative;transition:transform .35s ease,box-shadow .35s ease}.paper--cut{clip-path:polygon(0 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%)}.paper:hover{transform:translateY(-3px);box-shadow:var(--shadow-paper-hover)}.paper__pad{padding:1.5rem 1.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-family:var(--font-body);font-weight:600;font-size:.95rem;padding:.7rem 1.6rem;border-radius:var(--radius);border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s;text-decoration:none;color:inherit}.btn--primary{background:var(--terracotta);color:#fff;box-shadow:var(--shadow-btn)}.btn--primary:hover{transform:translateY(-2px);box-shadow:5px 5px #0000002e;color:#fff}.btn--secondary{background:var(--paper-up);color:var(--navy);border:1px solid color-mix(in srgb,var(--navy) 40%,transparent);box-shadow:2px 2px #0000001a}.btn--secondary:hover{transform:translateY(-2px);color:var(--terracotta);border-color:var(--terracotta)}.btn--ghost{background:transparent;color:var(--navy);box-shadow:none;text-decoration:underline;text-underline-offset:.25em;padding:.4rem .5rem}.btn--ghost:hover{color:var(--terracotta);transform:none}.header{position:sticky;top:0;z-index:50;background:var(--paper-up);box-shadow:var(--shadow-paper)}.header__inner{max-width:var(--max);margin:0 auto;padding:.85rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.brand{font-family:var(--font-heading);font-size:1.35rem;font-weight:700;color:var(--navy);text-decoration:none;line-height:1.1;letter-spacing:.03em}.brand:hover{color:var(--terracotta)}.brand small{display:block;font-family:var(--font-body);font-size:.7rem;font-weight:500;color:var(--ink-dim);letter-spacing:.12em;text-transform:uppercase}.nav-desktop{display:none;align-items:center;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}.nav-desktop a{text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.04em;padding:.4rem .65rem;color:var(--ink);border-radius:4px}.nav-desktop a:hover,.nav-desktop a[aria-current=page]{background:color-mix(in srgb,var(--amber) 15%,transparent);color:var(--navy)}.nav__contact{margin-left:.5rem}.menu-toggle{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border:1px solid var(--line);background:var(--paper-up);border-radius:var(--radius);cursor:pointer;color:var(--navy)}.nav-mobile{display:none;flex-direction:column;padding:.75rem 1.25rem 1.25rem;background:var(--paper-alt);border-top:1px solid var(--line)}.nav-mobile[data-open=true]{display:flex}.nav-mobile a{padding:.65rem 0;text-decoration:none;color:var(--ink);font-weight:500;border-bottom:1px solid var(--line)}.nav-mobile a:last-child{border-bottom:none}@media (min-width: 960px){.nav-desktop{display:flex}.menu-toggle{display:none}.nav-mobile{display:none!important}}.footer{margin-top:auto;background:var(--paper-alt);box-shadow:0 -4px #0000000a;padding:3rem 0 2rem;font-size:.92rem}.footer__grid{display:grid;gap:2rem}@media (min-width: 720px){.footer__grid{grid-template-columns:1.1fr 1fr}}.footer__tagline{color:var(--ink-dim);max-width:40ch;margin:.5rem 0 0}.footer__list{list-style:none;margin:0;padding:0}.footer__list li{margin-bottom:.4rem}.footer__list a{text-decoration:none}.footer h3{font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;color:var(--navy);margin:0 0 .75rem;font-family:var(--font-body)}.copyright{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--line);font-size:.82rem;color:var(--ink-dim)}.hero{position:relative;overflow:hidden;min-height:min(78vh,38rem);display:grid;align-items:stretch;background:linear-gradient(145deg,var(--paper-base) 0%,#e8e2dc 50%,var(--paper-alt) 100%)}.hero__grid{display:grid;max-width:var(--max);margin:0 auto;width:100%;min-height:min(78vh,38rem)}@media (min-width: 880px){.hero__grid{grid-template-columns:2fr 3fr}}.hero__art{position:relative;min-height:14rem;background:linear-gradient(160deg,color-mix(in srgb,var(--navy) 55%,#fff),#4a2c24);clip-path:polygon(0 0,100% 0,100% 88%,0 100%)}@media (min-width: 880px){.hero__art{clip-path:polygon(0 0,100% 0,92% 100%,0 100%);min-height:auto}}.hero__art:after{content:"";position:absolute;inset:0;opacity:.35;background:radial-gradient(circle at 30% 30%,#fff2 0%,transparent 50%)}.hero__text{padding:2.5rem 1.25rem 3rem;display:flex;flex-direction:column;justify-content:center;gap:1.25rem;position:relative;z-index:1}.hero__h1{font-size:clamp(2.1rem,4.4vw,3.1rem);margin:0;color:var(--navy);max-width:18ch}.hero__sub{font-size:1.1rem;color:var(--ink-dim);max-width:48ch;margin:0}.hero__cta{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center}.hero__shapes{position:absolute;width:7rem;height:7rem;border:2px solid color-mix(in srgb,var(--amber) 50%,transparent);right:8%;top:12%;rotate:12deg;border-radius:4px;pointer-events:none;opacity:.6}.stat-strip{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:var(--max);margin:0 auto;padding:0 1.25rem 2.5rem}@media (min-width: 720px){.stat-strip{grid-template-columns:repeat(3,1fr)}}.stat{text-align:left;padding:1rem 1.1rem;background:var(--paper-up);box-shadow:var(--shadow-paper);border-radius:var(--radius)}.stat__n{font-family:var(--font-heading);font-size:1.9rem;color:var(--terracotta);font-weight:700;line-height:1;margin:0 0 .3rem}.stat__l{font-size:.82rem;letter-spacing:.06em;text-transform:uppercase;color:var(--navy);margin:0}.process{display:flex;flex-direction:column;gap:0}@media (min-width: 800px){.process{flex-direction:row;flex-wrap:wrap}.process__step{flex:1 1 18%;min-width:8rem}}.process__step{position:relative;padding:1rem 1.25rem 1rem 1.5rem;border-left:3px solid var(--terracotta);margin-bottom:.5rem;background:var(--paper-up);box-shadow:2px 2px #0000000f}.process__step strong{display:block;font-family:var(--font-heading);color:var(--navy);font-size:1.1rem}.process__bar{display:block;font-size:.7rem;letter-spacing:.1em;color:var(--amber);margin-bottom:.2rem}.course-grid--mag{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 720px){.course-grid--mag{display:grid;grid-template-columns:1.1fr .9fr;grid-auto-rows:minmax(10rem,auto)}.course-card--tall{grid-row:span 2}}.t-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.t-grid{grid-template-columns:1fr 1fr}}.t-card{padding:1.25rem 1.4rem;background:var(--paper-up);box-shadow:var(--shadow-paper);border-radius:var(--radius)}.t-card--wide{grid-column:1 / -1}@media (min-width: 640px){.t-card--wide{grid-column:span 2}}.t-card blockquote{margin:0 0 .75rem;font-style:normal;position:relative;padding-left:.5rem;border-left:3px solid var(--terracotta)}.t-card cite{font-size:.9rem;color:var(--navy);font-style:normal;font-weight:600}input,select,textarea{font:inherit;width:100%;padding:.65rem .8rem;border:1px solid var(--line);border-radius:6px;background:var(--paper-up);color:var(--ink)}label{display:block;font-size:.82rem;font-weight:600;margin-bottom:.3rem;color:var(--navy)}.form-row{margin-bottom:1rem}.filters-bar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem;padding:1rem 1.1rem;background:var(--paper-up);box-shadow:var(--shadow-paper);border-radius:var(--radius)}@media (min-width: 800px){.filters-bar{flex-direction:row;flex-wrap:wrap;align-items:flex-end}}.theme-fab{position:fixed;z-index:40;right:1rem;bottom:1rem;width:3rem;height:3rem;border-radius:50%;border:1px solid var(--line);background:var(--paper-up);box-shadow:var(--shadow-paper);cursor:pointer;font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;color:var(--navy)}.theme-fab:hover{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}.cookie-bar{position:fixed;z-index:100;left:1rem;bottom:1rem;max-width:22rem;padding:1.1rem 1.2rem;background:var(--paper-up);box-shadow:var(--shadow-paper);border-radius:var(--radius);font-size:.9rem;color:var(--ink-dim);animation:popin .5s ease}.cookie-bar p{margin:0 0 .9rem}.cookie-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn--sm{padding:.45rem .9rem;font-size:.88rem}@keyframes popin{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.legal-article h2{font-size:1.3rem;margin-top:2rem}.legal-article p{margin:.5rem 0 1rem;white-space:pre-wrap}@media print{.header,.footer,.theme-fab,.cookie-bar,.nav-mobile,.menu-toggle{display:none!important}body{background:#fff}}.sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.iwf{position:relative;overflow:hidden;background:var(--paper-alt);border-radius:var(--radius)}.iwf--ratio{aspect-ratio:3 / 2}.iwf__img{display:block;width:100%;height:100%;object-fit:cover}.iwf__fb{position:absolute;inset:0;display:none;background:linear-gradient(130deg,color-mix(in srgb,var(--terracotta) 25%,var(--navy)),color-mix(in srgb,var(--amber) 20%,#fff));pointer-events:none}.iwf.iwf--error .iwf__fb{display:block}.iwf--pattern .iwf__fb{background:repeating-linear-gradient(45deg,color-mix(in srgb,var(--navy) 8%,transparent),color-mix(in srgb,var(--navy) 8%,transparent) 6px,transparent 6px,transparent 12px)}@font-face{font-family:Cormorant Garamond;font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/cormorant-garamond-cyrillic-ext-500-normal.Yta7XZ9C.woff2) format("woff2"),url(/_astro/cormorant-garamond-cyrillic-ext-500-normal.lsPpqi9g.woff) format("woff");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-display:swap;font-weight:500;src:url(/_astro/cormorant-garamond-cyrillic-500-normal.CyAY5ZLS.woff2) format("woff2"),url(/_astro/cormorant-garamond-cyrillic-500-normal.DkJXBcIH.woff) format("woff");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-display:swap;font-weight:500;src:url(/_astro/cormorant-garamond-vietnamese-500-normal.BZGLGj12.woff2) format("woff2"),url(/_astro/cormorant-garamond-vietnamese-500-normal.DqXqCC0q.woff) format("woff");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-display:swap;font-weight:500;src:url(/_astro/cormorant-garamond-latin-ext-500-normal.CH1kM7og.woff2) format("woff2"),url(/_astro/cormorant-garamond-latin-ext-500-normal.DYeaGGzO.woff) format("woff");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-display:swap;font-weight:500;src:url(/_astro/cormorant-garamond-latin-500-normal.BsRWmXhO.woff2) format("woff2"),url(/_astro/cormorant-garamond-latin-500-normal.zIXX3Q-H.woff) format("woff");unicode-range:U+0000-00FF,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-display:swap;font-weight:600;src:url(/_astro/cormorant-garamond-cyrillic-ext-600-normal.BMhMHfrj.woff2) format("woff2"),url(/_astro/cormorant-garamond-cyrillic-ext-600-normal.CsIYWmWK.woff) format("woff");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-display:swap;font-weight:600;src:url(/_astro/cormorant-garamond-cyrillic-600-normal.C2atO-64.woff2) format("woff2"),url(/_astro/cormorant-garamond-cyrillic-600-normal.FNmA3REe.woff) format("woff");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-display:swap;font-weight:600;src:url(/_astro/cormorant-garamond-vietnamese-600-normal.BoXdMtcr.woff2) format("woff2"),url(/_astro/cormorant-garamond-vietnamese-600-normal.C4HEjEaf.woff) format("woff");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-display:swap;font-weight:600;src:url(/_astro/cormorant-garamond-latin-ext-600-normal.DaBc-lu7.woff2) format("woff2"),url(/_astro/cormorant-garamond-latin-ext-600-normal.Dk3-quAP.woff) format("woff");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-display:swap;font-weight:600;src:url(/_astro/cormorant-garamond-latin-600-normal.Co1r35X9.woff2) format("woff2"),url(/_astro/cormorant-garamond-latin-600-normal.2CBVLo0M.woff) format("woff");unicode-range:U+0000-00FF,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-display:swap;font-weight:700;src:url(/_astro/cormorant-garamond-cyrillic-ext-700-normal.Do0rx6yy.woff2) format("woff2"),url(/_astro/cormorant-garamond-cyrillic-ext-700-normal.BaW-xaxb.woff) format("woff");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-display:swap;font-weight:700;src:url(/_astro/cormorant-garamond-cyrillic-700-normal.SLG_-a_c.woff2) format("woff2"),url(/_astro/cormorant-garamond-cyrillic-700-normal.D3uyJ5DH.woff) format("woff");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-display:swap;font-weight:700;src:url(/_astro/cormorant-garamond-vietnamese-700-normal.-OtHbi1I.woff2) format("woff2"),url(/_astro/cormorant-garamond-vietnamese-700-normal.GOTdnRS1.woff) format("woff");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-display:swap;font-weight:700;src:url(/_astro/cormorant-garamond-latin-ext-700-normal.CNjt5vTB.woff2) format("woff2"),url(/_astro/cormorant-garamond-latin-ext-700-normal.qRbaVVD7.woff) format("woff");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-display:swap;font-weight:700;src:url(/_astro/cormorant-garamond-latin-700-normal.DajfzrDU.woff2) format("woff2"),url(/_astro/cormorant-garamond-latin-700-normal.O25Qpphb.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-cyrillic-ext-400-normal.BwJdxs7r.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-ext-400-normal.Cd63HKDh.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-cyrillic-400-normal.DjhbW-4D.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-400-normal.7kQcAFpS.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-greek-ext-400-normal.CpIwTHMM.woff2) format("woff2"),url(/_astro/source-sans-3-greek-ext-400-normal.BI1kUwmR.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-greek-400-normal.DZReXJla.woff2) format("woff2"),url(/_astro/source-sans-3-greek-400-normal.DJm9Ud5h.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-vietnamese-400-normal.CwtaIDr2.woff2) format("woff2"),url(/_astro/source-sans-3-vietnamese-400-normal.dYp9C364.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-latin-ext-400-normal.UNsKFIBq.woff2) format("woff2"),url(/_astro/source-sans-3-latin-ext-400-normal.BGPHfnm_.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-latin-400-normal.DQi5PRDE.woff2) format("woff2"),url(/_astro/source-sans-3-latin-400-normal.AFMiCETP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/source-sans-3-cyrillic-ext-500-normal.D8Dd5jAI.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-ext-500-normal.CaAUUz-j.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/source-sans-3-cyrillic-500-normal.BmnPaoCF.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-500-normal.B7bCyCk_.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/source-sans-3-greek-ext-500-normal.9wgnofA_.woff2) format("woff2"),url(/_astro/source-sans-3-greek-ext-500-normal.FO4an0ZF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/source-sans-3-greek-500-normal.eLQqTu5G.woff2) format("woff2"),url(/_astro/source-sans-3-greek-500-normal.BOY5JFvG.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/source-sans-3-vietnamese-500-normal.BSXhk166.woff2) format("woff2"),url(/_astro/source-sans-3-vietnamese-500-normal.7g9Z1MMl.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/source-sans-3-latin-ext-500-normal.tzH6xoxH.woff2) format("woff2"),url(/_astro/source-sans-3-latin-ext-500-normal.DYiJOyLu.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:500;src:url(/_astro/source-sans-3-latin-500-normal.DiWS0tcR.woff2) format("woff2"),url(/_astro/source-sans-3-latin-500-normal.BtDzq-z9.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/source-sans-3-cyrillic-ext-600-normal.6AhwUnSr.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-ext-600-normal.uAL1a5gb.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/source-sans-3-cyrillic-600-normal.BnFu5nHC.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-600-normal.y-RO8wOd.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/source-sans-3-greek-ext-600-normal.DynePNDL.woff2) format("woff2"),url(/_astro/source-sans-3-greek-ext-600-normal.D7vJ4nVX.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/source-sans-3-greek-600-normal.BSO157bq.woff2) format("woff2"),url(/_astro/source-sans-3-greek-600-normal.BNF9LBpG.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/source-sans-3-vietnamese-600-normal.B2sTNYey.woff2) format("woff2"),url(/_astro/source-sans-3-vietnamese-600-normal.DpSexF-T.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/source-sans-3-latin-ext-600-normal.AEyhgUpm.woff2) format("woff2"),url(/_astro/source-sans-3-latin-ext-600-normal.Wy7HIzqC.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:600;src:url(/_astro/source-sans-3-latin-600-normal.DeckBYAU.woff2) format("woff2"),url(/_astro/source-sans-3-latin-600-normal.BvDVuF-j.woff) format("woff");unicode-range:U+0000-00FF,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}
