.home-page{--home-ink:#1b2633;--home-muted:#56636e;--home-line:#d8dee3;--home-paper:#f3f5f7;--home-panel:#fff;--home-dark:#1d2936;--home-red:#8c1007;--home-gold:#f0c66f;background:var(--home-paper);color:var(--home-ink);overflow-x:clip}.home-page h1,.home-page h2,.home-page h3{color:inherit}.home-section{padding-block:clamp(68px,8vw,108px)}.home-section-heading{max-width:850px;margin-bottom:38px}.home-section-heading>p,.home-featured-heading>div>p,.home-study-intro>p:first-child,.home-news-heading p,.home-about-copy>p:first-child{color:var(--home-red);font-size:var(--type-caption);letter-spacing:.12em;margin:0 0 10px;font-weight:800}.home-section-heading h2,.home-featured-heading h2,.home-study-intro h2,.home-news-heading h2,.home-about-copy h2{letter-spacing:-.03em;margin:0;font-size:clamp(2rem,4.3vw,3.35rem);line-height:1.16}.home-section-heading>span{max-width:720px;color:var(--home-muted);margin-top:14px;display:block}.home-button{cursor:pointer;min-height:48px;transition:transform .18s var(--ease-standard), background-color .18s var(--ease-standard), border-color .18s var(--ease-standard), color .18s var(--ease-standard);border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;padding:10px 20px;font-weight:780;line-height:1.4;text-decoration:none;display:inline-flex}.home-button:hover{transform:translateY(-2px)}.home-button:active{transform:translateY(1px)scale(.985)}.home-button-primary{border-color:var(--home-red);background:var(--home-red);color:#fff}.home-button-primary:hover{background:#660b05;border-color:#660b05}.home-button-secondary{border-color:var(--home-line);color:var(--home-red);background:#fff}.home-button-secondary:hover{border-color:var(--home-red);background:#f4f6f8}.home-button-light{color:var(--home-red);background:#fff;border-color:#fff}.home-button-light:hover{background:#f4f6f8}.home-button-dark{color:#fff;background:#281310;border-color:#281310}.home-button-dark:hover{background:#130a09}.home-hero{background:#fff;padding-top:28px;position:relative;overflow:hidden}.home-hero:before{content:"";pointer-events:none;background:#8c10070e;border-radius:50%;width:420px;height:420px;position:absolute;top:-140px;left:-120px}.home-hero-grid{border:1px solid var(--home-line);background:#fff;border-radius:16px 16px 0 0;grid-template-columns:.88fr 1.12fr;min-height:590px;display:grid;overflow:hidden}.home-hero-copy{background:linear-gradient(145deg,#fff 0%,#f8f9fa 100%);flex-direction:column;justify-content:center;padding:clamp(46px,5vw,72px);display:flex;position:relative}.home-hero-copy:after{content:"";background:linear-gradient(#0000,#8c10073d,#0000);width:1px;position:absolute;top:38px;bottom:38px;right:0}.home-identity{color:var(--home-red);font-size:var(--type-label);align-items:center;gap:12px;margin:0 0 24px;font-weight:800;display:flex}.home-identity:before{content:"";background:currentColor;width:36px;height:2px}.home-hero h1{max-width:560px;color:var(--home-ink);letter-spacing:-.04em;margin:0;font-size:clamp(3.4rem,5.2vw,4.75rem);line-height:1.08}.home-hero h1:first-line{color:var(--home-ink)}.home-hero-lead{max-width:560px;color:var(--home-muted);font-size:var(--type-body-emphasis);margin:25px 0 0;line-height:1.9}.home-actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.home-hero-media{color:#fff;background:#d8dde1;min-height:460px;text-decoration:none;position:relative;overflow:hidden}.home-hero-media:after{content:"";pointer-events:none;background:linear-gradient(#121b2400 48%,#121b24b8);position:absolute;inset:0}.home-hero-media img{object-fit:cover;object-position:center;width:100%;height:100%;animation:home-photo-in .9s var(--ease-out) both;transition:transform .7s var(--ease-out)}.home-hero-media:hover img{transform:scale(1.035)}.home-hero-media:active img{transform:scale(1.015)}.home-hero-media>span{z-index:1;gap:4px;display:grid;position:absolute;bottom:30px;left:34px;right:34px}.home-hero-media small{color:#f3e5e3;font-size:var(--type-label);font-weight:800}.home-hero-media strong{color:#fff;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.25}.home-quick-entry{background:var(--home-dark);color:#fff;border-radius:0 0 16px 16px;grid-template-columns:1.08fr repeat(3,1fr);display:grid;overflow:hidden}.home-quick-entry>div,.home-quick-entry>a{border-right:1px solid #354453;min-height:98px;padding:24px 28px;text-decoration:none}.home-quick-entry>div{background:var(--home-red)}.home-quick-entry>:last-child{border-right:0}.home-quick-entry small{color:#c7d0d8;font-size:var(--type-caption);margin-bottom:5px;display:block}.home-quick-entry>div small{color:#f1d5cf}.home-quick-entry strong{font-size:var(--type-body-emphasis)}.home-quick-entry>a{transition:background-color .18s var(--ease-standard)}.home-quick-entry>a:hover{background:#283746}.home-search{border-bottom:1px solid var(--home-line);background:#fff;padding-block:30px}.home-search-layout{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:32px;display:grid}.home-search h2{margin:0;font-size:1.55rem}.home-search p{color:var(--home-muted);font-size:var(--type-label);margin:4px 0 0}.home-search form{min-width:0;transition:border-color .18s var(--ease-standard), box-shadow .18s var(--ease-standard);background:#f9fafb;border:1px solid #c9d0d6;border-radius:12px;gap:6px;padding:6px;display:flex;box-shadow:0 8px 24px #1b263312}.home-search form:focus-within{border-color:var(--home-red);outline:3px solid var(--focus);outline-offset:3px;box-shadow:0 10px 28px #8c10071a}.home-search input{min-width:0;min-height:48px;color:var(--home-ink);background:0 0;border:0;border-radius:8px;outline:0;flex:1;padding:10px 14px;font-size:1rem}.home-search input::placeholder{color:#64717b;opacity:1}.home-search button{border:1px solid var(--home-red);background:var(--home-red);color:#fff;cursor:pointer;border-radius:8px;min-width:130px;min-height:48px;padding-inline:20px;font-weight:780}.home-search button:hover{background:#660b05}.home-service-grid{border-top:2px solid var(--home-ink);grid-template-columns:repeat(3,1fr);display:grid}.home-service article{border-right:1px solid var(--home-line);min-width:0;padding:30px 30px 8px}.home-service article:last-child{border-right:0}.home-service article>small{color:var(--home-red);font-size:var(--type-caption);font-weight:800}.home-service h3{margin:12px 0 9px;font-size:1.5rem}.home-service article>p{min-height:80px;color:var(--home-muted);font-size:var(--type-compact);line-height:1.8}.home-service article>a,.home-service article>button{min-height:44px;color:var(--home-red);cursor:pointer;font-size:var(--type-label);background:0 0;border:0;align-items:center;padding:0;font-weight:800;text-decoration:none;display:inline-flex}.home-service article>:is(a,button):hover{text-decoration:underline}.home-featured-school{background:var(--home-dark);color:#fff}.home-featured-heading{justify-content:space-between;align-items:end;gap:50px;display:flex}.home-featured-heading>div>p{color:var(--home-gold)}.home-featured-heading>p{color:#c4ced7;max-width:520px;margin:0;line-height:1.8}.home-featured-grid{border-radius:14px;grid-template-columns:1.17fr .83fr;min-height:520px;margin-top:40px;display:grid;overflow:hidden}.home-featured-media{color:#fff;background:#455363;min-height:480px;text-decoration:none;position:relative;overflow:hidden}.home-featured-media:after{content:"";background:linear-gradient(#121b2400 38%,#121b24e6);position:absolute;inset:0}.home-featured-media img{object-fit:cover;width:100%;height:100%;transition:transform .7s var(--ease-out)}.home-featured-media:hover img{transform:scale(1.025)}.home-featured-media>span{z-index:1;gap:7px;display:grid;position:absolute;bottom:30px;left:34px;right:34px}.home-featured-media small{color:var(--home-gold);font-size:var(--type-label);font-weight:800}.home-featured-media strong{font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.2}.home-featured-media b{color:#d5dde4;font-size:var(--type-label);font-weight:500}.home-featured-facts{color:var(--home-ink);background:#fff;flex-direction:column;padding:38px;display:flex}.home-featured-facts h3{margin:0 0 22px;font-size:1.5rem}.home-featured-facts dl{margin:0 0 auto}.home-featured-facts dl>div{border-top:1px solid #e0e5e8;grid-template-columns:104px 1fr;gap:12px;padding:16px 0;display:grid}.home-featured-facts dt{color:var(--home-muted);font-size:var(--type-caption)}.home-featured-facts dd{font-size:var(--type-compact);margin:0;font-weight:720}.home-featured-facts .home-button+.home-button{margin-top:9px}.home-study-modes{background:#fff}.home-study-layout{grid-template-columns:320px minmax(0,1fr);gap:56px;display:grid}.home-study-intro>p:nth-of-type(2){color:var(--home-muted);margin:20px 0 26px;line-height:1.85}.home-study-list{border-top:2px solid var(--home-ink)}.home-study-list>a{border-bottom:1px solid var(--home-line);min-height:86px;color:var(--home-ink);grid-template-columns:165px 1fr 92px;align-items:center;gap:20px;text-decoration:none;display:grid}.home-study-list strong{font-size:var(--type-body-emphasis)}.home-study-list p{color:var(--home-muted);font-size:var(--type-label);margin:0}.home-study-list span{color:var(--home-red);font-size:var(--type-caption);text-align:right;font-weight:800}.home-study-list>a:hover strong{color:var(--home-red)}.home-catalog{background:var(--home-paper)}.home-catalog-grid{grid-template-columns:1fr 1fr;gap:24px;display:grid}.home-catalog-panel{border:1px solid var(--home-line);background:#fff;border-radius:12px;overflow:hidden}.home-catalog-panel>header{border-bottom:1px solid var(--home-line);justify-content:space-between;align-items:center;gap:20px;min-height:82px;padding:20px 26px;display:flex}.home-catalog-panel h3{margin:0;font-size:1.45rem}.home-catalog-panel header a{color:var(--home-red);font-size:var(--type-caption);font-weight:800;text-decoration:none}.home-catalog-list>a{min-height:67px;color:var(--home-ink);border-bottom:1px solid #e5e9ec;grid-template-columns:minmax(0,1fr) 110px 68px;align-items:center;gap:12px;padding:12px 26px;text-decoration:none;display:grid}.home-catalog-list>a:first-child{background:#f4f6f8}.home-catalog-list>a:last-child{border-bottom:0}.home-catalog-list strong{font-size:var(--type-compact);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.home-catalog-list span,.home-catalog-list b{color:var(--home-muted);font-size:var(--type-caption);text-align:right;font-weight:500}.home-catalog-list>a:first-child span{color:var(--home-red);font-weight:800}.home-catalog-list>a:hover strong{color:var(--home-red)}.home-readiness{border-top:1px solid var(--home-line);background:#fff}.home-readiness-grid{border-top:2px solid var(--home-ink);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.home-readiness article{border-right:1px solid var(--home-line);flex-direction:column;min-width:0;min-height:270px;padding:28px 24px 22px;display:flex}.home-readiness article:last-child{border-right:0}.home-readiness article>small{color:var(--home-red);font-size:var(--type-caption);letter-spacing:.08em;font-weight:800}.home-readiness h3{margin:18px 0 10px;font-size:1.35rem}.home-readiness article>p{color:var(--home-muted);font-size:var(--type-body);margin:0 0 22px;line-height:1.75}.home-readiness article>:is(a,button){min-height:44px;color:var(--home-red);cursor:pointer;font-size:var(--type-label);background:0 0;border:0;align-self:flex-start;align-items:center;margin-top:auto;padding:0;font-weight:800;text-decoration:none;display:inline-flex}.home-readiness article>:is(a,button):hover{text-decoration:underline}.home-news{background:#fff}.home-news-grid{grid-template-columns:1fr 1fr;gap:60px;display:grid}.home-news-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px;display:flex}.home-news-heading h2{font-size:clamp(1.8rem,3vw,2.35rem)}.home-news-heading>a{min-height:44px;color:var(--home-red);font-size:var(--type-caption);font-weight:800;text-decoration:none}.home-news-list{border-top:2px solid var(--home-ink)}.home-news-list>a{border-bottom:1px solid var(--home-line);min-height:75px;color:var(--home-ink);grid-template-columns:88px minmax(0,1fr);align-items:center;gap:16px;text-decoration:none;display:grid}.home-news-list time{color:var(--home-red);font-size:var(--type-caption);font-weight:800}.home-news-list strong{font-size:var(--type-compact);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.6;display:-webkit-box;overflow:hidden}.home-news-list>a:hover strong{color:var(--home-red)}.home-news-empty{border-top:2px solid var(--home-ink);color:var(--home-muted);padding:26px 0}.home-about{background:#e7ebee}.home-about-grid{grid-template-columns:1.05fr .95fr;min-height:500px;display:grid}.home-about-media{background:#c7cfd5;min-height:420px;overflow:hidden}.home-about-media img{object-fit:cover;object-position:center;width:100%;height:100%}.home-about-copy{background:var(--home-red);color:#fff;padding:clamp(48px,6vw,78px)}.home-about-copy>p:first-child{color:var(--home-gold)}.home-about-copy>p:nth-of-type(2){color:#f5ddd8;margin:22px 0 0;line-height:1.85}.home-about-copy dl{grid-template-columns:1fr 1fr;gap:18px;margin:30px 0 0;display:grid}.home-about-copy dl>div{border-top:1px solid #ffffff3d;padding-top:14px}.home-about-copy dt{color:#e6bcb4;font-size:var(--type-caption)}.home-about-copy dd{font-size:var(--type-compact);margin:5px 0 0;font-weight:720}.home-final-cta{background:var(--home-gold);padding-block:58px}.home-final-cta>.shell{justify-content:space-between;align-items:center;gap:40px;display:flex}.home-final-cta h2{margin:0;font-size:clamp(1.9rem,3.4vw,2.8rem)}.home-final-cta p{color:#624919;margin:7px 0 0}@keyframes home-photo-in{0%{filter:saturate(.75);transform:scale(1.045)}to{filter:saturate();transform:scale(1)}}@keyframes home-hero-copy-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes home-hero-media-in{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:no-preference){.home-hero-copy>*{animation:home-hero-copy-in .62s var(--ease-out) both}.home-hero-copy>:nth-child(2){animation-delay:70ms}.home-hero-copy>:nth-child(3){animation-delay:.13s}.home-hero-copy>:nth-child(4){animation-delay:.19s}.home-hero-media{animation:home-hero-media-in .76s var(--ease-out) 90ms both}.home-quick-entry{animation:home-hero-copy-in .62s var(--ease-out) .23s both}}.motion-ready .reveal[data-home-reveal]{animation:none}.motion-ready .reveal[data-home-reveal].is-visible{animation:home-document-in .58s var(--ease-out) both}.motion-ready .reveal[data-home-reveal=heading].is-visible{animation-name:home-heading-in}.motion-ready .reveal[data-home-reveal=panel-left].is-visible{animation-name:home-panel-left-in}.motion-ready .reveal[data-home-reveal=panel-right].is-visible{animation-name:home-panel-right-in}.motion-ready .reveal[data-home-reveal=search].is-visible{animation-name:home-search-in}.motion-ready .reveal[data-home-reveal=cta].is-visible{animation-name:home-cta-in}.motion-ready [data-home-reveal=service].is-visible article,.motion-ready [data-home-reveal=list].is-visible>a{animation:home-list-item-in .48s var(--ease-out) both}.motion-ready [data-home-reveal=service].is-visible article:nth-child(2),.motion-ready [data-home-reveal=list].is-visible>a:nth-child(2){animation-delay:55ms}.motion-ready [data-home-reveal=service].is-visible article:nth-child(3),.motion-ready [data-home-reveal=list].is-visible>a:nth-child(3){animation-delay:.11s}.motion-ready [data-home-reveal=list].is-visible>a:nth-child(4){animation-delay:.165s}@keyframes home-document-in{0%{opacity:.68;clip-path:inset(0 0 13% round 12px);transform:translateY(24px)}to{opacity:1;clip-path:inset(0);transform:translateY(0)}}@keyframes home-heading-in{0%{opacity:.62;clip-path:inset(0 0 32%);transform:translateY(18px)}to{opacity:1;clip-path:inset(0);transform:translateY(0)}}@keyframes home-panel-left-in{0%{opacity:.68;clip-path:inset(0 9% 0 0);transform:translate(-24px)}to{opacity:1;clip-path:inset(0);transform:translate(0)}}@keyframes home-panel-right-in{0%{opacity:.68;clip-path:inset(0 0 0 9%);transform:translate(24px)}to{opacity:1;clip-path:inset(0);transform:translate(0)}}@keyframes home-search-in{0%{opacity:.72;clip-path:inset(0 18% round 12px);transform:translateY(16px)}to{opacity:1;clip-path:inset(0);transform:translateY(0)}}@keyframes home-cta-in{0%{opacity:.72;filter:saturate(.72);transform:translateY(18px)}to{opacity:1;filter:saturate();transform:translateY(0)}}@keyframes home-list-item-in{0%{opacity:.62;clip-path:inset(0 0 0 8%);transform:translate(18px)}to{opacity:1;clip-path:inset(0);transform:translate(0)}}@media (width<=1079px){.home-hero-grid{grid-template-columns:1fr 1fr;min-height:520px}.home-hero-copy{padding:42px}.home-hero h1{font-size:clamp(3rem,6vw,4rem)}.home-quick-entry{grid-template-columns:repeat(3,1fr)}.home-quick-entry>div{grid-column:1/-1;min-height:auto}.home-featured-grid{grid-template-columns:1fr 380px}.home-study-layout{grid-template-columns:280px minmax(0,1fr);gap:38px}.home-catalog-list>a{grid-template-columns:minmax(0,1fr) 92px 58px;padding-inline:20px}.home-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-readiness article:nth-child(2){border-right:0}.home-readiness article:nth-child(-n+2){border-bottom:1px solid var(--home-line)}}@media (width<=839px){.home-section{padding-block:64px}.home-hero{padding-top:16px}.home-hero-grid,.home-featured-grid,.home-study-layout,.home-catalog-grid,.home-news-grid,.home-about-grid{grid-template-columns:1fr}.home-hero-copy{padding:44px 28px}.home-hero-media{min-height:380px}.home-quick-entry{border-radius:0 0 14px 14px;grid-template-columns:1fr}.home-quick-entry>div,.home-quick-entry>a{border-bottom:1px solid #354453;border-right:0;min-height:82px}.home-quick-entry>:last-child{border-bottom:0}.home-search-layout{grid-template-columns:1fr;gap:18px}.home-service-grid{grid-template-columns:1fr}.home-service article{border-right:0;border-bottom:1px solid var(--home-line);padding:26px 0}.home-service article:last-child{border-bottom:0}.home-service article>p{min-height:0}.home-featured-heading{gap:18px;display:grid}.home-featured-media{min-height:420px}.home-featured-facts{min-height:470px}.home-study-layout{gap:34px}.home-news-grid{gap:58px}.home-readiness article{min-height:240px}.home-about-media{min-height:340px}.home-final-cta>.shell{display:grid}.home-final-cta .home-button{width:100%}}@media (width<=639px){.home-hero-copy{padding:26px 20px}.home-identity{font-size:var(--type-caption);margin-bottom:12px}.home-hero h1{font-size:clamp(2.35rem,11vw,2.7rem);line-height:1.06}.home-hero-lead{font-size:var(--type-compact);margin-top:14px;line-height:1.65}.home-hero .home-actions{gap:8px;margin-top:18px}.home-hero .home-button{min-height:44px;font-size:var(--type-label);padding:8px 12px}.home-identity{align-items:flex-start}.home-identity:before{margin-top:.72em}.home-hero-media{min-height:180px}.home-hero-media>span,.home-featured-media>span{bottom:22px;left:22px;right:22px}.home-search form{grid-template-columns:1fr;gap:8px;padding:7px;display:grid}.home-search input,.home-search button{border-radius:8px;width:100%;min-height:50px}.home-search input{background:#fff;border:1px solid #0000}.home-search button{border-color:var(--home-red)}.home-featured-media{min-height:360px}.home-featured-facts{min-height:0;padding:28px 22px}.home-featured-facts dl>div{grid-template-columns:1fr;gap:4px}.home-study-list>a{grid-template-columns:1fr auto;gap:6px 16px;min-height:112px;padding-block:16px}.home-study-list p{grid-area:2/1/auto/-1}.home-study-list span{grid-area:1/2}.home-catalog-list>a{grid-template-columns:minmax(0,1fr) auto;min-height:78px}.home-catalog-list span{text-align:left;grid-area:2/1}.home-catalog-list b{grid-area:1/2/span 2}.home-news-list>a{grid-template-columns:72px minmax(0,1fr)}.home-readiness-grid{grid-template-columns:1fr}.home-readiness article,.home-readiness article:nth-child(2){border-right:0;border-bottom:1px solid var(--home-line);min-height:0}.home-readiness article:last-child{border-bottom:0}.home-about-copy{padding:46px 24px}.home-about-copy dl{grid-template-columns:1fr}}@media (width>=391px) and (width<=639px){.home-hero-media{min-height:200px}}@media (prefers-reduced-motion:reduce){.home-hero-media img,.motion-ready .reveal[data-home-reveal].is-visible,.motion-ready [data-home-reveal=service].is-visible article,.motion-ready [data-home-reveal=list].is-visible>a{animation:none}.home-hero-media:hover img,.home-featured-media:hover img,.home-button:hover{transform:none}}@media (width<=639px){.home-section{padding-block:42px}.home-section-heading{margin-bottom:24px}.home-section-heading h2,.home-featured-heading h2,.home-study-intro h2,.home-news-heading h2,.home-about-copy h2{font-size:clamp(1.75rem,8vw,2.15rem);line-height:1.14}.home-hero{padding-top:8px}.home-hero-shell{width:min(calc(100% - 24px), var(--shell))}.home-hero-grid{border-radius:12px 12px 0 0;min-height:0}.home-hero-copy{padding:20px 18px}.home-hero-copy:after{display:none}.home-identity{gap:8px;margin-bottom:8px}.home-identity:before{width:24px}.home-hero h1{font-size:clamp(2.15rem,9.6vw,2.4rem);line-height:1.04}.home-hero-lead{font-size:var(--type-label);margin-top:10px;line-height:1.55}.home-hero .home-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px;display:grid}.home-hero .home-button{white-space:nowrap;width:100%;min-height:44px;padding:7px 8px}.home-hero-media{min-height:140px}.home-hero-media>span{gap:2px;bottom:14px;left:16px;right:16px}.home-hero-media small{font-size:var(--type-caption)}.home-hero-media strong{font-size:1.35rem}.home-quick-entry{border-radius:0 0 12px 12px;grid-template-columns:repeat(2,minmax(0,1fr))}.home-quick-entry>div,.home-quick-entry>a{border-bottom:1px solid #354453;border-right:1px solid #354453;min-height:54px;padding:5px 10px}.home-quick-entry>:nth-child(2n){border-right:0}.home-quick-entry>:nth-last-child(-n+2){border-bottom:0}.home-quick-entry small{font-size:var(--type-caption);margin-bottom:2px;line-height:1.25}.home-quick-entry strong{font-size:var(--type-label);line-height:1.35}.home-hero-copy>*,.home-hero-media,.home-quick-entry{animation:none!important}.home-search{padding-block:20px}.home-search-layout{gap:10px}.home-search h2{font-size:1.3rem}.home-search form{grid-template-columns:minmax(0,1fr) 90px;gap:0}.home-search input,.home-search button{min-height:46px}.home-search button{min-width:0;padding-inline:8px}.home-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-service article{border-right:1px solid var(--home-line);padding:18px 14px}.home-service article:nth-child(2){border-right:0}.home-service article:last-child{border-right:0;grid-column:1/-1;padding-inline:0}.home-service h3{margin:8px 0 7px;font-size:1.15rem}.home-service article>p{font-size:var(--type-label);line-height:1.65}.home-featured-heading{gap:12px}.home-featured-heading>p{font-size:var(--type-label);line-height:1.65}.home-featured-grid{margin-top:24px}.home-featured-media{min-height:250px}.home-featured-media>span{bottom:18px;left:18px;right:18px}.home-featured-media strong{font-size:1.55rem}.home-featured-facts{padding:24px 18px}.home-featured-facts h3{margin-bottom:12px;font-size:1.25rem}.home-featured-facts dl{background:var(--home-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-bottom:16px;display:grid}.home-featured-facts dl>div{background:#fff;border-top:0;min-height:78px;padding:10px;display:block}.home-featured-facts dd{font-size:var(--type-label);margin-top:4px;line-height:1.45}.home-featured-facts{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.home-featured-facts h3,.home-featured-facts dl{grid-column:1/-1}.home-featured-facts .home-button,.home-featured-facts .home-button+.home-button{min-height:44px;font-size:var(--type-label);margin-top:0;padding-inline:8px}.home-study-layout{gap:24px}.home-study-intro>p:nth-of-type(2){font-size:var(--type-label);margin:14px 0 18px;line-height:1.65}.home-study-list{background:var(--home-line);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.home-study-list>a{background:#fff;border:0;flex-direction:column;align-items:stretch;gap:7px;min-height:152px;padding:14px;display:flex}.home-study-list p{font-size:var(--type-caption);-webkit-line-clamp:3;-webkit-box-orient:vertical;grid-area:auto;line-height:1.55;display:-webkit-box;overflow:hidden}.home-study-list span{text-align:left;grid-area:auto;margin-top:auto}.home-catalog-grid{gap:16px}.home-catalog-panel>header{min-height:66px;padding:14px 16px}.home-catalog-panel h3{font-size:1.2rem}.home-catalog-list>a{min-height:66px;padding:9px 16px}.home-readiness-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-readiness article,.home-readiness article:nth-child(2){border-right:1px solid var(--home-line);border-bottom:1px solid var(--home-line);min-height:220px;padding:18px 14px}.home-readiness article:nth-child(2n){border-right:0}.home-readiness article:nth-last-child(-n+2){border-bottom:0}.home-readiness h3{margin:10px 0 8px;font-size:1.1rem}.home-readiness article>p{font-size:var(--type-caption);margin-bottom:14px;line-height:1.6}.home-news-grid{gap:38px}.home-news-heading{margin-bottom:16px}.home-news-list>a{min-height:68px}.home-about-media{min-height:220px}.home-about-copy{padding:32px 20px}.home-about-copy>p:nth-of-type(2){font-size:var(--type-label);margin-top:14px;line-height:1.65}.home-about-copy dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.home-about-copy .home-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px;display:grid}.home-about-copy .home-button{min-height:44px;font-size:var(--type-label);padding-inline:8px}.home-final-cta{padding-block:38px}}@media (width<=359px){.home-hero .home-button,.home-featured-facts .home-button{font-size:var(--type-caption)}.home-quick-entry>div,.home-quick-entry>a{padding-inline:10px}}
