*,*::before,*::after{box-sizing:border-box}:root{--c-bg:#f4f6fb;--c-bg-soft:#eef1f7;--c-surface:#ffffff;--c-surface-2:#f8fafc;--c-ink:#0e1726;--c-ink-2:#1f2a3c;--c-muted:#5b6577;--c-muted-2:#7c8699;--c-line:#e3e7ef;--c-line-strong:#cdd4e0;--c-primary:#11378a;--c-primary-2:#0b2566;--c-primary-3:#1e4cb3;--c-primary-soft:#eaf0fb;--c-accent:#e07a16;--c-accent-2:#c46410;--c-accent-soft:#fdf2e3;--c-success:#1f7a4d;--c-warning:#b27300;--c-danger:#b3261e;--r-xs:6px;--r-sm:10px;--r-md:14px;--r-lg:20px;--r-xl:28px;--shadow-xs:0 1px 2px rgba(15,23,42,.05);--shadow-sm:0 2px 6px rgba(15,23,42,.06);--shadow-md:0 8px 24px rgba(15,23,42,.08);--shadow-lg:0 24px 60px -20px rgba(15,23,42,.25);--container-max:1240px;--container-pad:24px;--t-fast:160ms ease;--t-base:220ms ease}html,body{margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:'Inter',system-ui,-apple-system,'Segoe UI',Roboto,sans-serif;font-size:16px;line-height:1.6;color:var(--c-ink);background:var(--c-bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img,svg{max-width:100%;display:block}a{color:var(--c-primary);text-decoration:none;transition:color var(--t-fast)}a:hover{color:var(--c-primary-3)}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5{font-family:'Manrope','Inter',sans-serif;font-weight:700;color:var(--c-ink);line-height:1.2;margin:0 0 .5em;letter-spacing:-0.01em}h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-0.02em}h2{font-size:clamp(1.5rem,2.6vw,2.125rem)}h3{font-size:1.25rem}h4{font-size:1.05rem}p{margin:0 0 1em;color:var(--c-ink-2)}h1,h2,h3,h4,h5,p,li,.site-brand-title,.site-brand-subtitle,.card h3 a,.page-sidebar-list a,.page-sidebar-list span,.admin-nav-group-links a{overflow-wrap:anywhere}ul,ol{margin:0 0 1em;padding-left:1.25em}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--container-pad)}.skip-link{position:absolute;left:16px;top:12px;z-index:120;transform:translateY(-150%);background:var(--c-primary);color:#fff;border-radius:var(--r-sm);padding:10px 14px;box-shadow:var(--shadow-md);transition:transform var(--t-fast)}.skip-link:focus{transform:translateY(0)}.stack-md>* + *{margin-top:16px}.stack-lg>* + *{margin-top:32px}.section{padding:64px 0}.section-tight{padding:40px 0}.section-alt{background:var(--c-surface-2)}.kicker,.eyebrow{display:inline-block;font-family:'Manrope',sans-serif;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.14em;color:var(--c-primary);background:var(--c-primary-soft);padding:6px 12px;border-radius:999px}.eyebrow{color:var(--c-accent-2);background:var(--c-accent-soft)}.kicker-soft{background:transparent;padding:0}.kicker-contrast{background:rgba(255,255,255,.12);color:#fff}.section-head,.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}.section-heading-centered{flex-direction:column;align-items:center;text-align:center}.section-heading-centered>div{display:flex;flex-direction:column;align-items:center;gap:12px}.section-heading h2,.section-head h2{margin:8px 0 0}.section-heading-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,var(--c-primary) 0%,var(--c-primary-3) 100%);color:#fff;display:grid;place-items:center;box-shadow:var(--shadow-md)}.section-heading-icon svg{width:26px;height:26px}.section-heading-contrast h2,.section-heading-contrast p{color:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;font-family:'Manrope',sans-serif;font-size:14px;font-weight:700;letter-spacing:.01em;border:1.5px solid transparent;border-radius:var(--r-sm);cursor:pointer;transition:all var(--t-base);white-space:nowrap;line-height:1.2}.btn-primary{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.btn-primary:hover{background:var(--c-primary-2);border-color:var(--c-primary-2);color:#fff;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:#fff;color:var(--c-primary);border-color:var(--c-line-strong)}.btn-secondary:hover{border-color:var(--c-primary);background:var(--c-primary-soft);color:var(--c-primary)}.btn-secondary-contrast{background:transparent;color:#fff;border-color:rgba(255,255,255,.4)}.btn-secondary-contrast:hover{background:#fff;color:var(--c-primary);border-color:#fff}.btn-accent{background:var(--c-accent);color:#fff;border-color:var(--c-accent)}.btn-accent:hover{background:var(--c-accent-2);border-color:var(--c-accent-2);color:#fff}.btn-ghost{background:transparent;color:var(--c-ink);border-color:var(--c-line)}.btn-ghost:hover{border-color:var(--c-primary);color:var(--c-primary)}.site-header-shell{background:#fff;border-bottom:1px solid var(--c-line);position:relative;z-index:50;box-shadow:var(--shadow-xs)}.site-header-main{background:linear-gradient(135deg,var(--c-primary-2) 0%,var(--c-primary) 60%,var(--c-primary-3) 100%);color:#fff}.site-header-main-row{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:18px var(--container-pad);flex-wrap:wrap}.site-brand{display:flex;align-items:center;gap:16px;color:#fff}.site-brand:hover{color:#fff}.site-brand-mark{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,var(--c-accent) 0%,var(--c-accent-2) 100%);color:#fff;font-family:'Manrope',sans-serif;font-weight:800;font-size:20px;display:grid;place-items:center;box-shadow:0 8px 24px rgba(224,122,22,.4);flex-shrink:0}.site-brand-copy{display:flex;flex-direction:column;gap:2px}.site-brand-overline{font-size:11px;text-transform:uppercase;letter-spacing:.18em;color:rgba(255,255,255,.7);font-weight:600}.site-brand-title{font-family:'Manrope',sans-serif;font-size:18px;font-weight:700;line-height:1.2}.site-brand-subtitle{font-size:12px;color:rgba(255,255,255,.75)}.site-header-main-panel{max-width:480px;padding:14px 20px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.15);border-radius:var(--r-md);display:flex;flex-direction:column;gap:4px}.site-header-panel-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.7);font-weight:600}.site-header-main-panel strong{font-size:13px;line-height:1.45;color:#fff;font-weight:500}.site-header-nav{background:#fff;border-top:1px solid rgba(255,255,255,.1)}.site-header-nav-row{display:flex;align-items:stretch;gap:16px;min-height:52px;min-width:0}.site-nav{flex:1;min-width:0}.site-nav-list{list-style:none;margin:0;padding:0;display:flex;gap:0}.site-nav-root{align-items:stretch;flex-wrap:wrap}.site-nav-root>.site-nav-item{position:relative;display:flex;align-items:stretch}.site-nav-entry{display:flex;align-items:center;height:100%}.site-nav-link,.site-nav-label{display:inline-flex;align-items:center;padding:0 16px;height:52px;font-family:'Manrope',sans-serif;font-size:14px;font-weight:600;color:var(--c-ink-2);border-bottom:3px solid transparent;transition:color var(--t-fast),border-color var(--t-fast),background var(--t-fast)}.site-nav-link:hover{color:var(--c-primary);background:var(--c-primary-soft)}.site-nav-link.is-current,.site-nav-item.is-current>.site-nav-entry>.site-nav-link{color:var(--c-primary);border-bottom-color:var(--c-accent)}.site-nav-caret{background:transparent;border:none;padding:4px;margin-left:-8px;width:24px;height:24px;align-self:center;position:relative}.site-nav-caret::before{content:'';position:absolute;top:50%;left:50%;width:7px;height:7px;border-right:2px solid var(--c-muted);border-bottom:2px solid var(--c-muted);transform:translate(-50%,-70%) rotate(45deg);transition:transform var(--t-fast)}.site-nav-item.has-children:hover .site-nav-caret::before,.site-nav-caret[aria-expanded="true"]::before{transform:translate(-50%,-30%) rotate(-135deg);border-color:var(--c-primary)}.site-nav-sub{position:absolute;top:calc(100% + 1px);left:0;min-width:260px;background:#fff;border:1px solid var(--c-line);border-radius:0 0 var(--r-md) var(--r-md);box-shadow:var(--shadow-lg);padding:8px;list-style:none;display:none;flex-direction:column;z-index:100}.site-nav-root>.site-nav-item.has-children:hover>.site-nav-sub,.site-nav-root>.site-nav-item.has-children:focus-within>.site-nav-sub{display:flex}.site-nav-sub .site-nav-link,.site-nav-sub .site-nav-label{height:auto;padding:10px 14px;border-bottom:none;border-radius:var(--r-xs);width:100%}.site-nav-sub .site-nav-link:hover{background:var(--c-primary-soft)}.site-nav-sub .site-nav-sub{position:static;box-shadow:none;border:none;padding-left:12px;border-left:2px solid var(--c-line);margin:4px 0 4px 12px;min-width:0}.site-nav-sub .site-nav-item.has-children:hover>.site-nav-sub,.site-nav-sub .site-nav-item[data-open="true"]>.site-nav-sub{display:flex}.site-nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--c-line);border-radius:var(--r-sm);background:#fff;align-self:center;position:relative}.site-nav-toggle span,.site-nav-toggle span::before,.site-nav-toggle span::after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:18px;height:2px;background:var(--c-ink);border-radius:2px;transition:all var(--t-base)}.site-nav-toggle span::before{transform:translate(-50%,-7px)}.site-nav-toggle span::after{transform:translate(-50%,5px)}.site-nav-toggle.is-open span{background:transparent}.site-nav-toggle.is-open span::before{transform:translate(-50%,-50%) rotate(45deg)}.site-nav-toggle.is-open span::after{transform:translate(-50%,-50%) rotate(-45deg)}.site-nav-mobile-head{display:none}.site-nav-overlay{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:90;opacity:0;pointer-events:none;transition:opacity var(--t-base)}.site-nav-overlay.is-open{opacity:1;pointer-events:auto}@media (max-width:1024px){.site-header-nav{padding:8px 0 12px}.site-header-nav-row{min-height:56px;padding:0 10px}.site-nav-toggle{border:1px solid rgba(196,210,227,.92);border-radius:14px;background:#fff;box-shadow:0 10px 24px -22px rgba(10,31,76,.30)}}@media (max-width:1024px){.site-nav-toggle{display:block}.site-header-main-row{align-items:flex-start}.site-nav{position:fixed;top:0;left:0;bottom:0;width:min(360px,86vw);background:#fff;transform:translateX(-100%);transition:transform var(--t-base);z-index:100;overflow-y:auto;overflow-x:hidden;box-shadow:var(--shadow-lg)}.site-nav.is-open{transform:translateX(0)}.site-nav-mobile-head{display:block;padding:24px;border-bottom:1px solid var(--c-line);background:var(--c-primary);color:#fff}.site-nav-mobile-head strong{font-family:'Manrope',sans-serif;font-size:18px;display:block;margin-bottom:4px}.site-nav-mobile-head span{font-size:13px;color:rgba(255,255,255,.8)}.site-nav-panel{padding-bottom:24px}.site-nav-root{flex-direction:column;padding:8px}.site-nav-root>.site-nav-item{display:block}.site-nav-entry{flex-direction:row;justify-content:space-between;padding:4px 8px}.site-nav-link,.site-nav-label{height:auto;padding:12px 12px;flex:1;border-bottom:none}.site-nav-sub{position:static;display:none;box-shadow:none;border:none;padding:0 12px 8px 24px;min-width:0;border-radius:0}.site-nav-item[data-open="true"]>.site-nav-sub{display:flex}.site-nav-caret::before{border-color:var(--c-muted)}.site-header-main-panel{display:none}}.hero-grid>*,.section-heading>*,.section-heading-centered>*,.card,.card-media-content,.official-ribbon-card,.priority-showcase>*,.priority-grid>*,.advantage-band>*,.advantage-band-item>*,.specialty-band>*,.cta-banner>*,.site-footer-card>*,.page-layout>*,.detail-content-grid>*,.search-results-grid>*,.admin-topbar>*,.admin-overview-grid>*,.admin-card,.admin-stat,.admin-table-wrap,.stub-grid>*{min-width:0}.section-heading p,.page-hero p,.catalog-hero p,.stub-hero p,.detail-hero p,.card p,.priority-tile p,.advantage-band-item p,.official-ribbon-card p,.site-footer-column p,.admin-topbar-subtitle,.search-result-list p{max-width:100%}.breadcrumbs-container{position:relative;padding-top:0;padding-bottom:8px;background:transparent}.breadcrumbs{padding:0}.breadcrumbs ol{list-style:none;margin:0;padding:9px 14px;display:inline-flex;flex-wrap:wrap;align-items:center;gap:6px;border-radius:16px;border:1px solid rgba(214,206,195,.82);background:linear-gradient(145deg,rgba(255,255,255,.98) 0%,rgba(249,246,241,.96) 100%);font-size:12px;color:#6c5e50;box-shadow:0 12px 22px -20px rgba(57,54,49,.08)}.breadcrumbs li{display:flex;align-items:center;gap:6px;line-height:1.25}.breadcrumbs li + li::before{content:'/';color:rgba(122,106,87,.44)}.breadcrumbs a{color:#7a6a57}.breadcrumbs a:hover{color:#123864}.breadcrumbs li:last-child span{color:#4f6480;font-weight:600}.hero{position:relative;background:linear-gradient(135deg,#0a1d4a 0%,var(--c-primary) 55%,var(--c-primary-3) 100%);color:#fff;padding:72px 0 88px;overflow:hidden}.hero::before{content:'';position:absolute;right:-10%;top:-20%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(224,122,22,.18) 0%,transparent 70%);pointer-events:none}.hero::after{content:'';position:absolute;left:-5%;bottom:-30%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(30,76,179,.3) 0%,transparent 70%);pointer-events:none}.hero .container{position:relative;z-index:2}.hero-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:48px;align-items:center}.hero-copy,.hero-side-panel{min-width:0}.hero-copy .eyebrow,.hero-card .eyebrow{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.2)}.hero-copy h1,.hero-card h1{color:#fff;margin:16px 0 16px;font-size:clamp(2.2rem,4.2vw,3.4rem)}.hero-copy p,.hero-card p{color:rgba(255,255,255,.85);font-size:17px;max-width:560px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.hero-stats-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:28px}.hero-stat{font-size:12px;font-weight:600;padding:6px 12px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);border-radius:999px;color:rgba(255,255,255,.9)}.hero-side-panel{background:rgba(255,255,255,.08);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);border-radius:var(--r-lg);padding:28px;display:flex;flex-direction:column;gap:16px}.hero-side-panel .kicker{background:rgba(224,122,22,.2);color:#fff;border:1px solid rgba(224,122,22,.35)}.hero-side-panel h3{color:#fff;font-size:1.15rem;margin:0}.hero-fact-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:14px}.hero-fact-list li{display:flex;gap:14px;padding:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--r-md)}.hero-fact-icon{width:38px;height:38px;border-radius:10px;flex-shrink:0;background:var(--c-accent);color:#fff;display:grid;place-items:center;font-weight:700;font-family:'Manrope',sans-serif}.hero-fact-list strong{display:block;color:#fff;font-size:14px;font-weight:700;margin-bottom:2px}.hero-fact-list span{color:rgba(255,255,255,.78);font-size:13px}@media (max-width:880px){.hero{padding:48px 0 56px}.hero-grid{grid-template-columns:1fr;gap:32px}.hero-side-panel,.hero-panel,.catalog-hero,.stub-hero,.detail-hero,.page-content-card,.page-sidebar-card{padding:24px}}.page-hero{background:linear-gradient(180deg,#fff 0%,var(--c-bg) 100%);border-bottom:1px solid var(--c-line);padding:48px 0 40px}.page-hero .eyebrow{background:var(--c-accent-soft);color:var(--c-accent-2)}.page-hero h1{margin:12px 0 12px}.page-hero p{color:var(--c-muted);max-width:720px;font-size:17px}.page-hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:20px}.page-hero-meta .hero-stat{background:#fff;border-color:var(--c-line);color:var(--c-ink-2)}.audience-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media (max-width:980px){.audience-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.audience-grid{grid-template-columns:1fr}}.audience-card{position:relative;display:flex;flex-direction:column;gap:14px;padding:28px 24px;background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);color:var(--c-ink);transition:all var(--t-base);overflow:hidden;min-height:200px}.audience-card::before{content:'';position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--c-primary);transition:width var(--t-base)}.audience-card:hover{transform:translateY(-3px);border-color:var(--c-primary);box-shadow:var(--shadow-md);color:var(--c-ink)}.audience-card:hover::before{width:6px;background:var(--c-accent)}.audience-card-icon{width:48px;height:48px;border-radius:12px;background:var(--c-primary-soft);color:var(--c-primary);display:grid;place-items:center}.audience-card-icon svg{width:24px;height:24px}.audience-card h3{font-size:1.1rem;margin:0;color:var(--c-ink)}.audience-card p{font-size:14px;color:var(--c-muted);margin:0;flex:1}.audience-card-link{font-family:'Manrope',sans-serif;font-size:13px;font-weight:700;color:var(--c-primary);display:inline-flex;align-items:center;gap:6px}.audience-card-link::after{content:'→';transition:transform var(--t-fast)}.audience-card:hover .audience-card-link::after{transform:translateX(4px)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card-grid-news,.card-grid-documents{grid-template-columns:repeat(3,1fr)}@media (max-width:980px){.card-grid,.card-grid-news,.card-grid-documents{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.card-grid,.card-grid-news,.card-grid-documents{grid-template-columns:1fr}}.card{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-md);padding:24px;transition:all var(--t-base);display:flex;flex-direction:column;gap:12px}.card:hover{border-color:var(--c-line-strong);box-shadow:var(--shadow-sm)}.card-clickable:hover{border-color:var(--c-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.card-meta{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--c-primary)}.card-meta-contrast{color:rgba(255,255,255,.85)}.card h3{margin:0;font-size:1.1rem}.card h3 a{color:var(--c-ink)}.card h3 a:hover{color:var(--c-primary)}.card p{color:var(--c-muted);font-size:14.5px;margin:0;flex:1}.card-actions-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;padding-top:8px;border-top:1px solid var(--c-line);margin-top:auto}.card-media{padding:0;overflow:hidden}.card-media-top{display:flex;justify-content:space-between;align-items:center;padding:14px 20px}.card-media-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--c-primary);background:var(--c-primary-soft);padding:4px 10px;border-radius:999px}.card-media-date{font-size:12px;color:var(--c-muted);font-weight:600}.card-media-visual{height:140px;background:linear-gradient(135deg,var(--c-primary) 0%,var(--c-primary-3) 100%);color:#fff;padding:24px;display:flex;align-items:end;position:relative;overflow:hidden}.card-media-visual::after{content:'';position:absolute;right:-40px;top:-40px;width:160px;height:160px;border-radius:50%;background:rgba(224,122,22,.2)}.card-media-visual span{font-family:'Manrope',sans-serif;font-weight:700;font-size:16px;line-height:1.3;position:relative;z-index:2}.card-media-document .card-media-visual{background:linear-gradient(135deg,#1f2a3c 0%,var(--c-primary) 100%)}.card-media-document .card-media-visual span{font-size:28px;letter-spacing:.04em}.card-media-content{padding:20px;display:flex;flex-direction:column;gap:10px;flex:1}.card-media-content h3{font-size:1.05rem;line-height:1.35}.card-media-content p{font-size:14px}.card-media-linkrow{padding-top:12px}.card-media-link{font-size:12px;color:var(--c-muted);font-weight:500}.specialty-card{border-left:4px solid var(--c-accent)}.card-note{background:var(--c-surface-2);border:1px solid var(--c-line);border-radius:var(--r-sm);padding:12px 14px;font-size:13.5px;color:var(--c-muted)}.feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.feature-list li{position:relative;padding:10px 12px 10px 36px;background:var(--c-surface-2);border:1px solid var(--c-line);border-radius:var(--r-sm);font-size:14.5px;color:var(--c-ink-2)}.feature-list li::before{content:'✓';position:absolute;left:12px;top:50%;transform:translateY(-50%);width:18px;height:18px;border-radius:50%;background:var(--c-primary);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.feature-list-compact li{background:transparent;border:none;padding:4px 0 4px 24px}.feature-list-compact li::before{background:var(--c-accent)}.admission-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width:768px){.admission-grid{grid-template-columns:1fr}}.admission-card-accent{border-left:4px solid var(--c-primary)}.hero-grid-admission{grid-template-columns:1.5fr 1fr}.hero-card{padding:0;background:transparent}.hero-card .hero-copy{color:#fff}.hero-panel{background:rgba(255,255,255,.08);backdrop-filter:blur(6px);border:1px solid rgba(255,255,255,.18);border-radius:var(--r-lg);padding:28px;color:#fff}.hero-panel h2{color:#fff}.hero-panel .kicker{background:rgba(224,122,22,.2);color:#fff}.prose-inline{color:rgba(255,255,255,.85);font-size:14.5px;line-height:1.7}.catalog-hero,.stub-hero{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:40px;border-left:6px solid var(--c-accent)}.catalog-hero h1,.stub-hero h1{margin:12px 0}.catalog-hero p,.stub-hero p{color:var(--c-muted);font-size:17px;max-width:720px}.filters-row{display:flex;flex-wrap:wrap;gap:8px;padding:4px 0}.filter-chip{padding:8px 16px;font-size:13px;font-weight:600;background:#fff;border:1px solid var(--c-line);border-radius:999px;color:var(--c-ink-2);font-family:'Manrope',sans-serif;transition:all var(--t-fast)}.filter-chip:hover{border-color:var(--c-primary);color:var(--c-primary)}.filter-chip.is-active{background:var(--c-primary);color:#fff;border-color:var(--c-primary)}.stub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media (max-width:880px){.stub-grid{grid-template-columns:1fr}}.stub-grid article{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-md);padding:24px;transition:all var(--t-base)}.stub-grid article:hover{border-color:var(--c-primary);box-shadow:var(--shadow-sm)}.stub-grid h3{color:var(--c-primary)}.detail-hero{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:40px;border-left:6px solid var(--c-primary)}.detail-meta-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:16px}.detail-date{font-size:13px;color:var(--c-muted);font-weight:600}.detail-content-grid{display:grid;grid-template-columns:1fr 320px;gap:24px}@media (max-width:880px){.detail-content-grid{grid-template-columns:1fr}}.detail-info-grid{display:flex;flex-direction:column;gap:12px}.detail-info-card{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-md);padding:18px}.detail-info-card strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--c-muted);margin-bottom:4px}.document-actions-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-top:20px}.page-content-card{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:36px}.prose,.prose p{line-height:1.75;color:var(--c-ink-2);font-size:16px}.prose h2{margin-top:1.5em}.prose h3{margin-top:1.3em}.page-lead{font-size:18px;color:var(--c-muted);margin-bottom:1.2em}.page-layout{display:grid;grid-template-columns:1fr 280px;gap:32px;align-items:start}@media (max-width:880px){.page-layout{grid-template-columns:1fr}}.page-sidebar-card{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:24px;position:sticky;top:24px;align-self:start}.page-sidebar-block + .page-sidebar-block{margin-top:24px;padding-top:24px;border-top:1px solid var(--c-line)}.page-sidebar-block h2{font-size:14px;text-transform:uppercase;letter-spacing:.1em;color:var(--c-muted);margin-bottom:12px}.page-sidebar-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.page-sidebar-list a,.page-sidebar-list span{display:block;padding:10px 12px;border-radius:var(--r-sm);font-size:14px;color:var(--c-ink-2);border-left:3px solid transparent}.page-sidebar-list a:hover{background:var(--c-primary-soft);color:var(--c-primary);border-left-color:var(--c-primary)}.page-sidebar-list a.is-active{background:var(--c-primary-soft);color:var(--c-primary);border-left-color:var(--c-accent);font-weight:600}.page-section-hero,.page-section-hero-official{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:40px;border-left:6px solid var(--c-primary)}.hero-meta-row{margin-top:18px}.hero-meta-row .hero-stat{background:var(--c-primary-soft);color:var(--c-primary);border-color:transparent}.public-form{display:flex;flex-direction:column;gap:18px;padding:32px}.public-form label{display:flex;flex-direction:column;gap:6px}.public-form label span{font-family:'Manrope',sans-serif;font-size:13px;font-weight:600;color:var(--c-ink-2)}.public-form input,.public-form textarea,.search-field input{padding:12px 14px;border:1.5px solid var(--c-line);border-radius:var(--r-sm);background:var(--c-surface-2);font-family:inherit;font-size:15px;color:var(--c-ink);transition:all var(--t-fast)}.public-form input:focus,.public-form textarea:focus,.search-field input:focus{outline:none;border-color:var(--c-primary);background:#fff;box-shadow:0 0 0 4px var(--c-primary-soft)}.public-form textarea{resize:vertical;min-height:140px}.public-form-actions{display:flex;gap:12px;flex-wrap:wrap}.public-flashes{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.public-flash{padding:14px 18px;border-radius:var(--r-sm);border:1px solid;font-size:14.5px;font-weight:500}.public-flash-success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.public-flash-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.public-flash-info{background:var(--c-primary-soft);border-color:#bfdbfe;color:var(--c-primary-2)}.search-form{display:flex;gap:12px;align-items:end;padding:24px;background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);flex-wrap:wrap}.search-field{flex:1;display:flex;flex-direction:column;gap:6px}.search-field span{font-size:13px;font-weight:600;color:var(--c-ink-2);font-family:'Manrope',sans-serif}.filter-panel{}.search-results-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}@media (max-width:980px){.search-results-grid{grid-template-columns:1fr}}.search-result-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.search-result-list li{padding:14px 16px;background:var(--c-surface-2);border:1px solid var(--c-line);border-radius:var(--r-sm)}.search-result-list strong{color:var(--c-ink);font-size:15px}.search-result-list p{font-size:13.5px;color:var(--c-muted);margin:6px 0 0}.section-ribbon{padding:32px 0}.official-ribbon{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:28px}@media (max-width:880px){.official-ribbon{grid-template-columns:1fr}}.official-ribbon-card{padding:16px 20px;border-left:3px solid var(--c-accent)}.official-ribbon-card strong{display:block;font-family:'Manrope',sans-serif;font-size:16px;color:var(--c-ink);margin-bottom:6px}.official-ribbon-card p{font-size:14px;color:var(--c-muted);margin:0}.section-stage{padding:64px 0}.section-stage-light{background:var(--c-surface-2)}.section-stage-dark{background:linear-gradient(135deg,#0a1d4a 0%,var(--c-primary) 100%);color:#fff}.kicker-contrast{background:rgba(255,255,255,.12);color:#fff}.priority-showcase{display:grid;grid-template-columns:1.4fr 1fr;gap:32px}@media (max-width:880px){.priority-showcase{grid-template-columns:1fr}}.priority-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width:600px){.priority-grid{grid-template-columns:1fr}}.priority-tile{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-md);padding:20px;display:flex;flex-direction:column;gap:8px;transition:all var(--t-base)}.priority-tile:hover{border-color:var(--c-primary);box-shadow:var(--shadow-sm)}.priority-tile-index{font-family:'Manrope',sans-serif;font-size:13px;font-weight:700;color:var(--c-accent);letter-spacing:.08em}.priority-tile strong{display:block;font-family:'Manrope',sans-serif;font-size:16px;color:var(--c-ink)}.priority-tile p{font-size:13.5px;color:var(--c-muted);margin:0}.priority-showcase-side{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);padding:28px;border-left:4px solid var(--c-primary)}.priority-showcase-side h3{color:var(--c-ink);margin:12px 0}.advantage-band{display:grid;grid-template-columns:1.3fr 1fr;gap:32px;align-items:stretch}@media (max-width:880px){.advantage-band{grid-template-columns:1fr}}.advantage-band-list{display:flex;flex-direction:column;gap:14px}.advantage-band-item{display:flex;gap:16px;padding:20px;background:#fff;border:1px solid var(--c-line);border-radius:var(--r-md)}.advantage-band-item-index{font-family:'Manrope',sans-serif;font-size:22px;font-weight:800;color:var(--c-accent);flex-shrink:0;line-height:1}.advantage-band-item strong{font-family:'Manrope',sans-serif;font-size:16px;color:var(--c-ink);display:block;margin-bottom:4px}.advantage-band-item p{font-size:14px;color:var(--c-muted);margin:0}.advantage-band-visual{background:linear-gradient(135deg,var(--c-primary) 0%,var(--c-primary-3) 100%);color:#fff;padding:32px;border-radius:var(--r-lg);display:flex;flex-direction:column;gap:12px;height:100%;min-height:240px}.advantage-band-badge{display:inline-block;align-self:start;background:rgba(255,255,255,.15);padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.advantage-band-visual strong{color:#fff;font-family:'Manrope',sans-serif;font-size:20px;line-height:1.3}.advantage-band-visual p{color:rgba(255,255,255,.85);font-size:14px;margin:0}.specialty-band{display:grid;grid-template-columns:1.4fr 1fr;gap:32px}@media (max-width:880px){.specialty-band{grid-template-columns:1fr}}.specialty-band-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.specialty-band-list li{padding:16px 20px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-radius:var(--r-md);display:flex;justify-content:space-between;align-items:center;gap:16px}.specialty-band-list strong{color:#fff;font-family:'Manrope',sans-serif;font-size:15px}.specialty-band-list span{font-size:12px;color:rgba(255,255,255,.7);font-weight:600;letter-spacing:.08em}.specialty-band-featured{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:var(--r-lg);padding:28px;color:#fff}.specialty-band-featured h3{color:#fff;margin:12px 0}.specialty-band-featured p{color:rgba(255,255,255,.85)}.cta-banner{background:linear-gradient(135deg,var(--c-accent-2) 0%,var(--c-accent) 100%);color:#fff;padding:48px;border-radius:var(--r-xl);display:grid;grid-template-columns:1.5fr 1fr;gap:32px;align-items:center}@media (max-width:768px){.cta-banner{grid-template-columns:1fr;padding:32px}}.cta-banner h2{color:#fff;margin:8px 0 12px}.cta-banner p{color:rgba(255,255,255,.9);margin:0}.cta-banner .hero-actions{margin-top:0;justify-content:end}.cta-banner .btn-secondary{background:#fff;color:var(--c-accent-2);border-color:#fff}.cta-banner .btn-secondary:hover{background:var(--c-ink);color:#fff;border-color:var(--c-ink)}.site-footer{background:#0b1426;color:#cbd5e1;padding:56px 0 0;margin-top:80px}.site-footer-card{display:grid;grid-template-columns:1.6fr 1fr 1fr;gap:48px;padding-bottom:40px}@media (max-width:880px){.site-footer-card{grid-template-columns:1fr;gap:32px}}.site-footer-column .kicker{background:rgba(224,122,22,.15);color:var(--c-accent);border:1px solid rgba(224,122,22,.3)}.site-footer-title{font-family:'Manrope',sans-serif;font-size:22px;font-weight:700;color:#fff;margin:12px 0 12px}.footer-meta,.site-footer-brand-note{font-size:14px;color:#94a3b8;margin:0 0 8px;line-height:1.6}.site-footer-section-heading{display:block;font-family:'Manrope',sans-serif;font-size:13px;text-transform:uppercase;letter-spacing:.14em;color:#fff;margin-bottom:16px}.footer-links,.site-footer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer-links a,.site-footer-list a{color:#cbd5e1;font-size:14px;padding:4px 0}.footer-links a:hover,.site-footer-list a:hover{color:var(--c-accent)}.site-footer-bottom{padding:20px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;font-size:13px;color:#64748b}.admin-body{background:var(--c-bg)}.admin-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-shell-auth{grid-template-columns:1fr}.admin-sidebar{background:linear-gradient(180deg,#0b1426 0%,#0e1d3d 100%);color:#cbd5e1;display:flex;flex-direction:column;padding:24px 0;position:sticky;top:0;height:100vh;overflow-y:auto}.admin-sidebar-head{padding:0 24px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.admin-sidebar-brand{display:flex;align-items:center;gap:12px}.admin-sidebar-brand-mark{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,var(--c-accent) 0%,var(--c-accent-2) 100%);color:#fff;font-family:'Manrope',sans-serif;font-weight:800;display:grid;place-items:center;font-size:16px}.admin-sidebar-brand strong{display:block;color:#fff;font-family:'Manrope',sans-serif;font-size:14px}.admin-sidebar-brand span{font-size:12px;color:#94a3b8}.admin-sidebar-groups{padding:16px 12px;flex:1}.admin-nav-group{margin-bottom:20px}.admin-nav-group-title{font-size:11px;text-transform:uppercase;letter-spacing:.14em;color:#64748b;padding:0 12px 8px;font-weight:700}.admin-nav-group-links{display:flex;flex-direction:column;gap:2px}.admin-nav-group-links a{display:block;padding:10px 12px;border-radius:var(--r-sm);color:#cbd5e1;font-size:14px;font-weight:500;border-left:3px solid transparent}.admin-nav-group-links a:hover{background:rgba(255,255,255,.05);color:#fff}.admin-nav-group-links a.is-active{background:rgba(224,122,22,.12);color:#fff;border-left-color:var(--c-accent);font-weight:600}.admin-sidebar-foot{padding:20px 24px;border-top:1px solid rgba(255,255,255,.08);font-size:12px}.admin-sidebar-foot strong{display:block;color:#fff;margin-bottom:4px;font-family:'Manrope',sans-serif}.admin-sidebar-foot span{color:#94a3b8;line-height:1.5}.admin-main{display:flex;flex-direction:column;min-width:0}.admin-topbar{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:20px 32px;background:#fff;border-bottom:1px solid var(--c-line);flex-wrap:wrap}.admin-topbar-meta{display:flex;gap:12px;align-items:center;margin-bottom:6px}.admin-badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--c-primary);background:var(--c-primary-soft);padding:4px 10px;border-radius:999px}.admin-topbar-title strong{display:block;font-family:'Manrope',sans-serif;font-size:22px;font-weight:700;color:var(--c-ink)}.admin-topbar-subtitle{font-size:13px;color:var(--c-muted);margin-top:4px}.admin-topbar-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.admin-topbar-user{font-size:13px;color:var(--c-muted);padding:8px 12px;background:var(--c-surface-2);border-radius:var(--r-sm);border:1px solid var(--c-line)}.admin-topbar-actions form{margin:0}.admin-mobile-toggle{display:none;width:40px;height:40px;border:1px solid var(--c-line);border-radius:var(--r-sm);background:#fff;position:relative}.admin-mobile-toggle span,.admin-mobile-toggle span::before,.admin-mobile-toggle span::after{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:16px;height:2px;background:var(--c-ink);border-radius:2px;transition:all var(--t-base)}.admin-mobile-toggle span::before{transform:translate(-50%,-6px)}.admin-mobile-toggle span::after{transform:translate(-50%,4px)}@media (max-width:980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(300px,86vw);transform:translateX(-100%);transition:transform var(--t-base);z-index:100;height:100vh}.admin-sidebar.is-open{transform:translateX(0)}.admin-mobile-toggle{display:block}}.admin-section{padding:32px;max-width:1400px}.admin-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;flex-wrap:wrap;margin-bottom:32px}.admin-section-head h1{margin:0 0 8px;font-size:1.75rem}.admin-section-head p{color:var(--c-muted);margin:0}.admin-inline-actions{display:flex;gap:10px;flex-wrap:wrap}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}@media (max-width:880px){.admin-stats{grid-template-columns:repeat(2,1fr)}}.admin-stat{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-md);padding:24px;position:relative;overflow:hidden}.admin-stat::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--c-primary)}.admin-stat:nth-child(2)::before{background:var(--c-accent)}.admin-stat:nth-child(3)::before{background:var(--c-success)}.admin-stat:nth-child(4)::before{background:var(--c-primary-3)}.admin-stat strong{display:block;font-family:'Manrope',sans-serif;font-size:32px;font-weight:800;color:var(--c-ink);line-height:1;margin-bottom:8px}.admin-stat span{font-size:13px;color:var(--c-muted);font-weight:500}.admin-overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}@media (max-width:880px){.admin-overview-grid{grid-template-columns:1fr}}.admin-overview-grid>article,.admin-card{background:#fff;border:1px solid var(--c-line);border-radius:var(--r-md);padding:24px}.admin-card-head{display:flex;justify-content:space-between;align-items:start;gap:16px;margin-bottom:16px;flex-wrap:wrap}.admin-card-head h2{font-size:1.15rem;margin:0 0 4px}.admin-card-head p{font-size:13px;color:var(--c-muted);margin:0}.admin-card-head a{font-size:13px;font-weight:600}.admin-quick-list,.overview-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.admin-quick-list li a,.overview-list li{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;background:var(--c-surface-2);border:1px solid var(--c-line);border-radius:var(--r-sm);font-size:14px;color:var(--c-ink-2);font-weight:500}.admin-quick-list li a:hover{border-color:var(--c-primary);background:var(--c-primary-soft);color:var(--c-primary)}.admin-quick-list li a span{font-size:12px;color:var(--c-muted);font-weight:600}.overview-list li strong{color:var(--c-success);font-size:12px;text-transform:uppercase;letter-spacing:.1em}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:14px}.admin-table th{text-align:left;font-family:'Manrope',sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--c-muted);padding:12px 14px;border-bottom:2px solid var(--c-line);background:var(--c-surface-2)}.admin-table td{padding:12px 14px;border-bottom:1px solid var(--c-line);color:var(--c-ink-2)}.admin-table tr:hover td{background:var(--c-surface-2)}.admin-form{display:flex;flex-direction:column;gap:16px}.admin-form label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:600;color:var(--c-ink-2);font-family:'Manrope',sans-serif}.admin-form input,.admin-form textarea,.admin-form select{padding:10px 12px;border:1.5px solid var(--c-line);border-radius:var(--r-sm);background:#fff;font-family:inherit;font-size:14px;color:var(--c-ink);font-weight:400}.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{outline:none;border-color:var(--c-primary);box-shadow:0 0 0 3px var(--c-primary-soft)}.admin-form textarea{resize:vertical;min-height:100px}.admin-upload-hint{margin-top:-8px;padding:10px 12px;border:1px dashed var(--c-line);border-radius:var(--r-sm);background:var(--c-surface-2);color:var(--c-muted);font-size:12px;line-height:1.5}.admin-upload-hint span{display:block}.admin-upload-hint.is-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.admin-flashes{padding:0 32px;margin-top:16px;display:flex;flex-direction:column;gap:8px}.admin-flash{padding:12px 16px;border-radius:var(--r-sm);border:1px solid;font-size:14px}.admin-flash-success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.admin-flash-error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.admin-flash-info{background:var(--c-primary-soft);border-color:#bfdbfe;color:var(--c-primary-2)}.admin-login-screen{min-height:100vh;display:grid;place-items:center;padding:40px 24px;background:linear-gradient(135deg,#0a1d4a 0%,var(--c-primary) 100%);max-width:none}.admin-login-card{background:#fff;border-radius:var(--r-xl);padding:48px;max-width:440px;width:100%;box-shadow:var(--shadow-lg)}.admin-login-card h1{margin:12px 0}.admin-login-card p{color:var(--c-muted)}.admin-login-hint{margin-top:20px;padding:16px;background:var(--c-surface-2);border-radius:var(--r-sm);border:1px solid var(--c-line);display:flex;flex-direction:column;gap:4px;font-size:13px}.admin-login-hint strong{color:var(--c-ink)}.admin-login-hint span{color:var(--c-muted);font-family:'JetBrains Mono',monospace}.card-title-sm{font-size:1.15rem}.eyebrow-contrast-soft{background:rgba(255,255,255,.18);color:#fff}.audience-card-static{cursor:default}.audience-card-static:hover{transform:none;border-color:var(--c-line);box-shadow:none}.audience-card-link-muted{opacity:.55}.card-empty-state{padding:48px}.error-card{padding:64px 32px;max-width:640px;margin:40px auto}.error-code{font-size:clamp(3.5rem,10vw,5rem);margin:16px 0;color:var(--c-primary);line-height:1}.stack-title{margin-bottom:16px}.error-card .hero-actions{justify-content:center;margin-top:24px}.hero-actions-bottom{margin-top:auto}.section-heading-contrast{color:#fff}@media (max-width:1024px){.container{padding-left:20px;padding-right:20px}.site-nav-root{flex-wrap:nowrap}}@media (max-width:768px){.section,.section-stage{padding:48px 0}.page-hero{padding:36px 0 28px}.catalog-hero,.stub-hero,.detail-hero,.page-content-card,.page-sidebar-card,.official-ribbon,.cta-banner,.admin-card,.admin-stat{padding:24px}.search-form{flex-direction:column;align-items:stretch}.search-form .btn,.public-form-actions .btn,.document-actions-row .btn,.cta-banner .btn{width:100%}.cta-banner .hero-actions{justify-content:stretch;width:100%}.site-footer{margin-top:56px}.site-footer-card{gap:24px}.admin-topbar,.admin-section,.admin-flashes{padding-left:20px;padding-right:20px}.admin-topbar-actions{width:100%}}@media (max-width:640px){.container{padding-left:16px;padding-right:16px}.site-brand{width:100%}.site-brand-copy{min-width:0}.site-brand-title{font-size:16px}.hero-actions,.page-hero-meta,.hero-stats-row,.document-actions-row,.public-form-actions{flex-direction:column;align-items:stretch}.hero-actions .btn,.document-actions-row .btn{width:100%}.official-ribbon,.priority-showcase,.advantage-band,.specialty-band,.page-layout,.detail-content-grid,.search-results-grid{gap:16px}.card-media-top,.detail-meta-row,.section-head,.section-heading,.admin-card-head{gap:12px}.admin-stats{grid-template-columns:1fr}}:root{--c-bg:#eef3fa;--c-bg-soft:#f6f8fc;--c-surface:#ffffff;--c-surface-2:#f7f9fc;--c-line:#dbe4ef;--c-line-strong:#c4d2e3;--c-primary:#0f428f;--c-primary-2:#0a2f6c;--c-primary-3:#2f69c8;--c-primary-soft:#eaf1fb;--c-accent:#ea8410;--c-accent-2:#ca6910;--c-accent-soft:#fff2e3;--shadow-sm:0 12px 30px -24px rgba(10,31,76,.30);--shadow-md:0 20px 48px -28px rgba(10,31,76,.28);--shadow-lg:0 34px 80px -42px rgba(10,31,76,.42);--container-max:1280px}body.site-body{background:linear-gradient(180deg,#edf2fa 0%,#f7f9fc 52%,#edf2fa 100%)}.site-header-shell,.site-main,.site-footer{position:relative;z-index:1}.site-main{padding-bottom:8px}.section{position:relative;padding:72px 0}.section-alt{background:linear-gradient(180deg,rgba(255,255,255,.50) 0%,rgba(247,249,252,.92) 100%)}.site-header-shell{background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(219,228,239,.92);box-shadow:0 14px 34px -30px rgba(10,31,76,.35)}.site-header-main{position:relative;overflow:hidden;background:linear-gradient(135deg,#082352 0%,var(--c-primary) 56%,#1d56b2 100%)}.site-header-main::after{content:'';position:absolute;inset:0;background:url('/public/assets/images/polytech-brand-wave.png') right center / cover no-repeat;opacity:.12;mix-blend-mode:screen;pointer-events:none}.site-header-main-row{position:relative;z-index:1;padding-top:20px;padding-bottom:20px}.site-brand-mark{box-shadow:0 18px 32px -16px rgba(234,132,16,.65)}.site-header-main-panel{background:linear-gradient(180deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.08) 100%);border-color:rgba(255,255,255,.18);box-shadow:0 18px 42px -34px rgba(0,0,0,.48)}.site-header-nav{background:transparent;padding:10px 0 14px}.site-header-nav-row{min-height:62px;padding:0 12px;border:1px solid rgba(196,210,227,.92);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,253,.98) 100%);box-shadow:0 18px 42px -34px rgba(10,31,76,.28)}.site-nav-root{align-items:center;gap:4px}.site-nav-root>.site-nav-item{margin:0}.site-nav-entry{gap:2px}.site-nav-link,.site-nav-label{height:58px;padding:0 18px;border-bottom:none;border-radius:16px;font-weight:700;color:var(--c-ink-2)}.site-nav-link:hover{color:var(--c-primary);background:linear-gradient(180deg,rgba(15,66,143,.05),rgba(15,66,143,.11));box-shadow:inset 0 0 0 1px rgba(15,66,143,.06)}.site-nav-link.is-current,.site-nav-item.is-current>.site-nav-entry>.site-nav-link{color:var(--c-primary);background:linear-gradient(180deg,rgba(15,66,143,.09),rgba(15,66,143,.16));box-shadow:inset 0 0 0 1px rgba(15,66,143,.10),0 14px 28px -24px rgba(10,31,76,.34)}.site-nav-caret{width:28px;height:28px;margin-left:-4px;border-radius:10px}.site-nav-caret:hover{background:rgba(15,66,143,.07)}.site-nav-sub{top:calc(100% + 10px);border-radius:18px;padding:12px;border:1px solid rgba(196,210,227,.92);background:rgba(255,255,255,.98);box-shadow:0 28px 56px -34px rgba(10,31,76,.45)}.site-nav-sub .site-nav-link,.site-nav-sub .site-nav-label{min-height:46px;padding:12px 14px;border-radius:12px}.site-nav-sub .site-nav-sub{margin:6px 0 4px 14px;padding-left:12px;border-left:1px solid rgba(196,210,227,.92)}.hero{background:linear-gradient(132deg,#081f48 0%,var(--c-primary) 54%,#2b63bf 100%),url('/public/assets/images/polytech-brand-wave.png') center/cover no-repeat;padding:84px 0 96px}.hero::before{right:-12%;top:-30%;width:720px;height:720px;background:radial-gradient(circle,rgba(234,132,16,.18) 0%,transparent 66%)}.hero::after{left:-8%;bottom:-34%;width:560px;height:560px;background:radial-gradient(circle,rgba(255,255,255,.08) 0%,transparent 70%)}.hero-copy h1,.hero-card h1{max-width:820px}.hero-copy p,.hero-card p{color:rgba(255,255,255,.90)}.hero-side-panel,.hero-panel{background:linear-gradient(180deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.08) 100%);border-color:rgba(255,255,255,.16);box-shadow:0 20px 46px -34px rgba(0,0,0,.48)}.hero-fact-list li{background:rgba(255,255,255,.08)}.hero-fact-icon{box-shadow:0 10px 24px -14px rgba(234,132,16,.95)}.page-hero{background:transparent;border-bottom:none;padding:42px 0 22px}.page-hero .container{position:relative;overflow:hidden;padding:38px 42px;border-radius:30px;border:1px solid rgba(196,210,227,.92);background:linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(247,249,252,.98) 100%);box-shadow:0 24px 56px -40px rgba(10,31,76,.28)}.page-hero .container::before{content:'';position:absolute;left:0;top:28px;bottom:28px;width:5px;border-radius:999px;background:linear-gradient(180deg,var(--c-accent) 0%,var(--c-primary) 100%)}.page-hero .container::after{content:'';position:absolute;right:-10px;top:-10px;width:230px;height:230px;background:url('/public/assets/images/polytech-brand-wave.png') center/cover no-repeat;opacity:.08;pointer-events:none}.page-hero h1{position:relative;z-index:1;max-width:920px}.page-hero p,.page-hero-meta{position:relative;z-index:1}.page-hero p{max-width:820px;color:var(--c-muted)}.page-hero-meta .hero-stat{background:#fff;color:var(--c-ink-2);border-color:rgba(196,210,227,.92);box-shadow:inset 0 0 0 1px rgba(255,255,255,.85)}.section-heading,.section-head{margin-bottom:34px}.section-heading p,.section-head p{color:var(--c-muted)}.audience-card,.card,.stub-grid article,.page-content-card,.page-sidebar-card,.detail-info-card,.admin-overview-grid>article,.admin-card,.admin-stat,.official-ribbon,.cta-banner,.catalog-hero,.stub-hero,.detail-hero,.filters-row,.search-form,.public-form,.admin-login-card{border-color:rgba(196,210,227,.92);background:linear-gradient(180deg,rgba(255,255,255,.985) 0%,rgba(252,253,255,.985) 100%);box-shadow:0 20px 48px -42px rgba(10,31,76,.22)}.card,.stub-grid article,.page-content-card,.page-sidebar-card,.detail-info-card,.admin-overview-grid>article,.admin-card,.admin-stat,.official-ribbon,.cta-banner,.catalog-hero,.stub-hero,.detail-hero{border-radius:24px}.card:hover,.stub-grid article:hover,.detail-info-card:hover,.page-sidebar-card:hover{border-color:var(--c-line-strong);box-shadow:0 26px 60px -44px rgba(10,31,76,.28)}.audience-card{min-height:214px;border-radius:24px}.audience-card::after{content:'';position:absolute;right:-60px;top:-60px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(15,66,143,.08) 0%,transparent 70%)}.audience-card:hover{transform:translateY(-6px)}.card{gap:14px}.card-media{border-radius:24px}.card-media-visual{background:linear-gradient(135deg,#0a2f6c 0%,var(--c-primary) 62%,var(--c-primary-3) 100%),url('/public/assets/images/polytech-brand-wave.png') center/cover no-repeat}.card-media-visual::after{right:-54px;top:-54px;width:190px;height:190px;background:rgba(234,132,16,.18)}.card-media-document .card-media-visual{background:linear-gradient(135deg,#15243d 0%,var(--c-primary) 100%),url('/public/assets/images/polytech-brand-wave.png') center/cover no-repeat}.card-actions-row{padding-top:14px}.card-note,.feature-list li,.search-result-list li,.admin-quick-list li a,.overview-list li,.public-form input,.public-form textarea,.search-field input,.admin-form input,.admin-form textarea,.admin-form select{background:#f9fbfe}.feature-list li{border-radius:16px}.feature-list li::before{box-shadow:0 10px 20px -14px rgba(15,66,143,.85)}.filters-row{padding:14px}.filter-chip{background:rgba(255,255,255,.78);font-weight:700}.filter-chip.is-active{box-shadow:0 18px 24px -18px rgba(15,66,143,.66)}.search-form{align-items:end;gap:16px;padding:22px;border-radius:24px}.search-field{flex:1}.search-result-list li{border-radius:18px}.detail-hero,.catalog-hero,.stub-hero,.page-section-hero,.page-section-hero-official{position:relative;overflow:hidden;padding:42px;border-left:none}.detail-hero::before,.catalog-hero::before,.stub-hero::before,.page-section-hero::before,.page-section-hero-official::before{content:'';position:absolute;left:0;top:30px;bottom:30px;width:5px;border-radius:999px;background:linear-gradient(180deg,var(--c-accent) 0%,var(--c-primary) 100%)}.detail-hero::after,.catalog-hero::after,.stub-hero::after,.page-section-hero::after,.page-section-hero-official::after{content:'';position:absolute;right:-20px;top:-20px;width:220px;height:220px;background:radial-gradient(circle,rgba(15,66,143,.08) 0%,transparent 70%)}.page-content-card{padding:42px}.page-sidebar-card{top:20px}.page-sidebar-block h2,.detail-info-card strong{color:var(--c-primary)}.detail-info-card{padding:20px}.document-actions-row .btn-ghost{background:#fff}.public-form{border-radius:26px;padding:34px}.public-form input:focus,.public-form textarea:focus,.search-field input:focus,.admin-form input:focus,.admin-form textarea:focus,.admin-form select:focus{box-shadow:0 0 0 4px rgba(15,66,143,.12)}.cta-banner{position:relative;overflow:hidden;background:linear-gradient(135deg,#0a2f6c 0%,var(--c-primary) 58%,#2057b2 100%),url('/public/assets/images/polytech-brand-wave.png') center/cover no-repeat;color:#fff}.cta-banner::after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.02),rgba(255,255,255,.07));pointer-events:none}.cta-banner>*{position:relative;z-index:1}.cta-banner h2,.cta-banner p{color:#fff}.official-ribbon{padding:18px;border-radius:24px}.official-ribbon-card{border-radius:18px;background:#fff;border:1px solid rgba(196,210,227,.88)}.site-footer{overflow:hidden;background:linear-gradient(135deg,#071a45 0%,#0c2f69 56%,#13489a 100%);margin-top:88px}.site-footer::before{content:'';position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.10) 0%,transparent 70%);pointer-events:none}.site-footer::after{content:'';position:absolute;left:-90px;bottom:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(234,132,16,.12) 0%,transparent 72%);pointer-events:none}.site-footer .container{position:relative;z-index:1}.site-footer-card{grid-template-columns:1.45fr 1fr 1fr;gap:36px;padding:34px;border-radius:30px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(4,16,44,.18) 0%,rgba(4,16,44,.28) 100%);backdrop-filter:blur(12px)}.site-footer-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.site-footer-highlights span{padding:7px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;font-size:12px;font-weight:700;letter-spacing:.02em}.site-footer-bottom{margin-top:22px;padding:18px 4px 0;border-top:1px solid rgba(255,255,255,.12)}.admin-body{background:radial-gradient(circle at top right,rgba(234,132,16,.08),transparent 28%),linear-gradient(180deg,#edf2fa 0%,#f7f9fc 100%)}.admin-sidebar{box-shadow:24px 0 60px -42px rgba(10,31,76,.75);background:linear-gradient(180deg,#081f48 0%,#0e3472 60%,#12397c 100%)}.admin-sidebar-head,.admin-sidebar-foot{border-color:rgba(255,255,255,.10)}.admin-nav-group-title{color:rgba(255,255,255,.60)}.admin-nav-group-links a{border-radius:14px}.admin-nav-group-links a.is-active{box-shadow:0 16px 24px -18px rgba(15,66,143,.76)}.admin-topbar{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.90);backdrop-filter:blur(14px);border-bottom-color:rgba(196,210,227,.80)}.admin-section{max-width:1440px;padding:36px}.admin-overview-grid>article,.admin-card,.admin-stat{border-radius:24px}.admin-stat::before{height:4px}.admin-table-wrap{border-radius:18px;border:1px solid rgba(196,210,227,.86);background:#fff}.admin-table th{background:#f8fafd}.admin-table tr:hover td{background:#f9fbfe}.admin-form input,.admin-form textarea,.admin-form select{background:#fbfcfe}.admin-flash{box-shadow:0 16px 30px -24px rgba(10,31,76,.18)}.admin-login-screen{position:relative;overflow:hidden;background:linear-gradient(135deg,#081f48 0%,var(--c-primary) 56%,#2057b2 100%)}.admin-login-screen::before{content:'';position:absolute;right:-60px;top:-70px;width:min(28vw,340px);height:min(28vw,340px);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14) 0%,transparent 70%)}.admin-login-screen::after{content:'';position:absolute;left:-70px;bottom:-70px;width:min(24vw,300px);height:min(24vw,300px);border-radius:50%;background:radial-gradient(circle,rgba(234,132,16,.18) 0%,transparent 72%)}.admin-login-card{position:relative;z-index:1;border:1px solid rgba(196,210,227,.82)}@media (max-width:1024px){.section{padding:60px 0}.page-hero .container,.detail-hero,.catalog-hero,.stub-hero,.page-content-card,.page-sidebar-card,.cta-banner,.site-footer-card,.admin-card,.admin-overview-grid>article,.admin-stat{border-radius:22px}}@media (max-width:900px){.site-shell-pattern{opacity:.14}.site-shell-pattern-top{width:200px;top:140px}.site-shell-pattern-bottom{width:180px}.page-hero .container::after{opacity:.05}}@media (max-width:768px){.site-shell-pattern,.site-shell-glow,.site-footer::before,.site-footer::after,.admin-login-screen::before,.admin-login-screen::after{display:none}.page-hero .container,.detail-hero,.catalog-hero,.stub-hero,.page-content-card,.page-sidebar-card,.public-form,.cta-banner,.site-footer-card,.admin-card,.admin-overview-grid>article,.admin-stat{padding:24px}.page-hero .container::before,.detail-hero::before,.catalog-hero::before,.stub-hero::before,.page-section-hero::before,.page-section-hero-official::before{top:22px;bottom:22px}.site-footer-card{grid-template-columns:1fr}}@media (max-width:640px){.page-hero .container,.detail-hero,.catalog-hero,.stub-hero,.page-content-card,.page-sidebar-card,.public-form,.search-form,.filters-row,.site-footer-card{padding:20px}.page-hero .container{border-radius:24px}.admin-topbar{position:static}}.text-center{text-align:center}.muted{color:var(--c-muted)}.divider{height:1px;background:var(--c-line);margin:24px 0}[data-reveal]{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}[data-reveal].is-visible{opacity:1;transform:translateY(0)}@media print{.site-header-shell,.site-footer,.breadcrumbs,.hero-actions,.btn{display:none}body{background:#fff}}.site-header-shell{z-index:320;isolation:isolate}.site-header-nav,.site-header-nav-row,.site-nav,.site-nav-panel,.site-nav-root,.site-nav-root>.site-nav-item,.site-nav-entry{overflow:visible}.site-nav{position:relative;z-index:325}.site-nav-root>.site-nav-item{z-index:1}.site-nav-root>.site-nav-item:hover,.site-nav-root>.site-nav-item:focus-within,.site-nav-root>.site-nav-item[data-open="true"]{z-index:340}.site-nav-root>.site-nav-item.has-children:hover>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item.has-children:focus-within>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link{color:var(--c-primary);background:linear-gradient(180deg,rgba(15,66,143,.09),rgba(15,66,143,.16));box-shadow:inset 0 0 0 1px rgba(15,66,143,.10),0 14px 28px -24px rgba(10,31,76,.34)}.site-nav-sub{z-index:360}.site-nav-root>.site-nav-item>.site-nav-sub{min-width:290px}.site-nav-sub .site-nav-sub{position:absolute;top:-10px;left:calc(100% + 10px);margin:0;min-width:250px;padding:12px;border-left:none;background:rgba(255,255,255,.99);box-shadow:0 28px 56px -34px rgba(10,31,76,.45)}.site-nav-sub .site-nav-item{position:relative}.site-nav-sub .site-nav-item.has-children:hover>.site-nav-sub,.site-nav-sub .site-nav-item.has-children:focus-within>.site-nav-sub,.site-nav-sub .site-nav-item[data-open="true"]>.site-nav-sub{display:flex}.site-nav-sub .site-nav-link,.site-nav-sub .site-nav-label{justify-content:space-between}.site-brand-mark-logo,.site-footer-brand-mark{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(241,245,252,.98));box-shadow:0 22px 34px -24px rgba(0,0,0,.40)}.site-brand-mark-logo{width:80px;height:80px;padding:10px;border-radius:20px}.site-brand-mark-logo img,.site-footer-brand-mark img{width:100%;height:100%;object-fit:contain}.site-header-main-row{gap:24px 32px}.site-brand-copy{gap:4px}.site-brand-title{max-width:520px}.site-footer{background:linear-gradient(180deg,#08162e 0%,#0b1b37 100%)}.site-footer-card{align-items:start}.site-footer-column-brand{display:flex;flex-direction:column;gap:16px}.site-footer-brand-row{display:flex;align-items:center;gap:18px}.site-footer-brand-mark{width:88px;height:88px;padding:12px;border-radius:22px;flex:0 0 auto}.site-footer-brand-copy{min-width:0}.site-footer-brand-copy .kicker{margin-bottom:10px}.site-footer-brand-note{margin:8px 0 0}.site-footer-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.site-footer-actions .btn-secondary{background:#fff;border-color:#fff}.site-footer-actions .btn-secondary:hover{background:var(--c-primary-soft);border-color:var(--c-primary-soft)}.site-footer-actions .btn-secondary-contrast{border-color:rgba(255,255,255,.28);background:rgba(255,255,255,.04)}.site-footer-actions .btn-secondary-contrast:hover{background:#fff;color:var(--c-primary)}.site-footer-bottom{align-items:center}@media (max-width:1024px){.site-nav-root>.site-nav-item,.site-nav-root>.site-nav-item:hover,.site-nav-root>.site-nav-item:focus-within,.site-nav-root>.site-nav-item[data-open="true"]{z-index:auto}.site-nav-sub .site-nav-sub{position:static;top:auto;left:auto;margin:6px 0 4px 14px;padding-left:12px;border-left:1px solid rgba(196,210,227,.92);box-shadow:none;min-width:0}}@media (max-width:768px){.site-brand-mark-logo{width:68px;height:68px;padding:9px;border-radius:18px}.site-footer-brand-row{align-items:flex-start}.site-footer-brand-mark{width:74px;height:74px;padding:10px;border-radius:18px}.site-footer-actions{flex-direction:column;align-items:stretch}.site-footer-actions .btn{width:100%}}.btn{min-height:44px}.btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(255,255,255,.9),0 0 0 5px rgba(15,66,143,.18)}.btn-secondary,.btn-ghost,.btn-secondary-contrast{border-width:1px}.btn-secondary-contrast{background:rgba(255,255,255,.04);border-color:rgba(255,255,255,.22)}.btn-secondary-contrast:hover{background:#fff;color:var(--c-primary);border-color:#fff}.site-header-shell{z-index:980}.site-header-main{color:var(--c-ink);background:linear-gradient(180deg,#ffffff 0%,#f4f8fd 100%)}.site-header-main::before{content:'';position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--c-primary) 0%,var(--c-accent) 100%)}.site-header-main::after{opacity:.05;mix-blend-mode:normal;background-position:right top}.site-brand,.site-brand:hover{color:var(--c-ink)}.site-brand-overline{color:var(--c-primary)}.site-brand-title{color:var(--c-ink)}.site-brand-subtitle{color:var(--c-muted)}.site-brand-mark-logo{width:58px;height:58px;padding:0;border-radius:0;background:transparent;box-shadow:none}.site-brand-mark-logo img{object-fit:contain}.site-header-main-row{gap:20px 28px;padding-top:18px;padding-bottom:16px}.site-header-main-panel{max-width:460px;background:#fff;border:1px solid rgba(196,210,227,.95);box-shadow:0 14px 34px -28px rgba(10,31,76,.22)}.site-header-panel-kicker{color:var(--c-primary)}.site-header-main-panel strong{color:var(--c-ink-2)}.site-header-nav{padding:8px 0 10px}.site-header-nav-row{min-height:58px;border-radius:18px;box-shadow:0 14px 32px -28px rgba(10,31,76,.16)}.site-nav-link,.site-nav-label{height:54px;padding:0 16px;border-radius:14px}.site-nav-root>.site-nav-item.has-children:hover>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item.has-children:focus-within>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link{background:linear-gradient(180deg,rgba(15,66,143,.05),rgba(15,66,143,.09));box-shadow:inset 0 0 0 1px rgba(15,66,143,.08)}.site-nav-caret{width:28px;height:28px;margin-left:-2px;border-radius:10px}.site-nav-caret:hover{background:var(--c-primary-soft)}.site-nav-sub{top:calc(100% + 8px);padding:10px;border-radius:18px;border:1px solid rgba(196,210,227,.96);box-shadow:0 24px 52px -32px rgba(10,31,76,.24)}.site-nav-root>.site-nav-item>.site-nav-sub{min-width:280px}.site-nav-sub .site-nav-link,.site-nav-sub .site-nav-label{min-height:44px;height:auto;padding:11px 14px;border-radius:12px}.site-nav-sub .site-nav-sub{top:-8px;left:calc(100% + 8px)}.hero{color:var(--c-ink);background:linear-gradient(180deg,#f8fbff 0%,#edf4fb 100%);padding:58px 0 74px}.hero::before{background:radial-gradient(circle,rgba(234,132,16,.12) 0%,transparent 70%)}.hero::after{background:radial-gradient(circle,rgba(15,66,143,.10) 0%,transparent 70%)}.hero-copy .eyebrow,.hero-card .eyebrow{background:var(--c-accent-soft);color:var(--c-accent-2);border:1px solid rgba(234,132,16,.20)}.hero-copy h1,.hero-card h1{color:var(--c-ink)}.hero-copy p,.hero-card p{color:var(--c-muted)}.hero-stat{background:#fff;color:var(--c-ink-2);border:1px solid rgba(196,210,227,.92)}.hero-side-panel,.hero-panel{background:rgba(255,255,255,.96);border:1px solid rgba(196,210,227,.95);box-shadow:0 16px 38px -30px rgba(10,31,76,.18)}.hero-side-panel .kicker,.hero-panel .kicker{background:var(--c-primary-soft);color:var(--c-primary);border:1px solid rgba(15,66,143,.12)}.hero-side-panel h3,.hero-panel h2,.hero-fact-list strong{color:var(--c-ink)}.hero-fact-list span{color:var(--c-muted)}.hero-fact-list li{background:#f8fbfe}.section-stage-dark{background:linear-gradient(180deg,rgba(255,255,255,.78),rgba(246,249,253,.96));color:var(--c-ink)}.section-stage-dark .section-heading-contrast,.section-stage-dark .section-heading-contrast h2,.section-stage-dark .section-heading-contrast p{color:var(--c-ink)}.section-stage-dark .kicker-contrast,.section-stage-dark .card-meta-contrast{background:var(--c-primary-soft);color:var(--c-primary);border:1px solid rgba(15,66,143,.12)}.specialty-band-list li,.specialty-band-featured{background:#fff;border:1px solid rgba(196,210,227,.92);box-shadow:0 16px 38px -34px rgba(10,31,76,.16)}.specialty-band-list strong,.specialty-band-featured h3{color:var(--c-ink)}.specialty-band-list span,.specialty-band-featured p{color:var(--c-muted)}.specialty-band-featured{color:var(--c-ink)}.advantage-band-visual{background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%);border:1px solid rgba(196,210,227,.92);box-shadow:0 18px 40px -34px rgba(10,31,76,.18)}.advantage-band-badge{background:var(--c-accent-soft);color:var(--c-accent-2)}.advantage-band-visual strong{color:var(--c-ink)}.advantage-band-visual p{color:var(--c-muted)}.cta-banner{background:linear-gradient(135deg,#fff4e7 0%,#ffffff 100%);border:1px solid rgba(234,132,16,.18)}.cta-banner h2{color:var(--c-ink)}.cta-banner p{color:var(--c-muted)}.cta-banner .btn-secondary{background:#fff;color:var(--c-primary);border-color:rgba(196,210,227,.95)}.cta-banner .btn-secondary:hover{background:var(--c-primary-soft);color:var(--c-primary);border-color:var(--c-primary)}.cta-banner .btn-secondary-contrast{color:var(--c-accent-2);border-color:rgba(234,132,16,.28);background:rgba(255,255,255,.86)}.cta-banner .btn-secondary-contrast:hover{background:var(--c-accent);color:#fff;border-color:var(--c-accent)}.site-footer{background:linear-gradient(180deg,#0f1726 0%,#131d2f 100%);padding:34px 0 0;margin-top:56px}.site-footer::before,.site-footer::after,.site-footer-highlights,.site-footer-actions,.site-footer-brand-mark{display:none}.site-footer-card{grid-template-columns:1.2fr 1fr 1fr;gap:28px;padding-bottom:18px}.site-footer-column-brand{gap:10px}.site-footer-title{font-size:18px;margin:10px 0 8px}.footer-meta,.site-footer-brand-note{font-size:13px;line-height:1.55}.footer-links,.site-footer-list{gap:6px}.footer-links a,.site-footer-list a{font-size:13px}.site-footer-bottom{padding:14px 0 18px;font-size:12px}.site-footer-bottom span:last-child{color:#94a3b8}@media (max-width:1024px){.site-header-main-panel{max-width:100%}}@media (max-width:768px){.site-brand-mark-logo{width:50px;height:50px}.site-header-main-row{padding-top:16px;padding-bottom:14px}.hero{padding:48px 0 60px}.site-footer-card{grid-template-columns:1fr;gap:22px}}body.site-body{background:radial-gradient(circle at top left,rgba(234,132,16,.07),transparent 24%),radial-gradient(circle at top right,rgba(15,66,143,.05),transparent 28%),linear-gradient(180deg,#eef3f9 0%,#f8fafc 48%,#eef3f9 100%)}.section{padding:60px 0}.section-alt{background:linear-gradient(180deg,rgba(255,248,241,.78) 0%,rgba(247,250,253,.96) 100%)}.section-heading,.section-head{margin-bottom:28px}.section-heading h2,.section-head h2{margin-top:10px}.site-utility-bar{background:#f3f6fb;border-bottom:1px solid rgba(196,210,227,.88)}.site-utility-row{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:44px;padding-top:8px;padding-bottom:8px}.site-utility-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;min-width:0}.site-utility-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid rgba(234,132,16,.22);color:var(--c-accent-2);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-utility-text{font-size:13px;color:var(--c-muted)}.site-utility-links{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:8px}.site-utility-link{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;color:var(--c-ink-2);font-size:12px;font-weight:700}.site-utility-link:hover{background:#fff;color:var(--c-primary)}.site-header-shell{background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(196,210,227,.72);box-shadow:0 18px 40px -34px rgba(10,31,76,.18)}.site-header-main{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,250,253,.98) 100%)}.site-header-main::before{height:3px}.site-header-main-row{padding-top:18px;padding-bottom:16px;align-items:center}.site-brand{gap:14px}.site-brand-mark-logo{width:72px;height:72px;padding:10px;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f4f7fb 100%);border:1px solid rgba(196,210,227,.92);box-shadow:0 20px 36px -30px rgba(10,31,76,.18)}.site-brand-copy{gap:3px}.site-brand-overline{letter-spacing:.14em}.site-brand-title{font-size:clamp(1.1rem,1.5vw,1.38rem)}.site-brand-subtitle{max-width:640px}.site-header-main-panel{max-width:500px;border-radius:20px;padding:16px 18px;background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);border:1px solid rgba(196,210,227,.92);box-shadow:0 18px 38px -32px rgba(10,31,76,.16)}.site-header-panel-kicker{display:inline-flex;align-items:center;gap:8px}.site-header-panel-kicker::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--c-accent)}.site-header-main-panel strong{font-size:13px;line-height:1.55}.site-header-nav{padding:8px 0 14px}.site-header-nav-row{padding:0 10px;min-height:60px;border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,253,.98) 100%);border:1px solid rgba(196,210,227,.9);box-shadow:0 16px 34px -30px rgba(10,31,76,.18)}.site-nav-root{gap:6px}.site-nav-link,.site-nav-label{height:54px;padding:0 16px;border-radius:14px;font-size:13px;font-weight:800}.site-nav-link:hover{background:linear-gradient(180deg,rgba(15,66,143,.06),rgba(15,66,143,.12))}.site-nav-link.is-current,.site-nav-item.is-current>.site-nav-entry>.site-nav-link,.site-nav-root>.site-nav-item.has-children:hover>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item.has-children:focus-within>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link{color:var(--c-primary);background:linear-gradient(180deg,rgba(15,66,143,.08),rgba(15,66,143,.14));box-shadow:inset 0 0 0 1px rgba(15,66,143,.10)}.site-nav-caret{margin-left:-6px}.site-nav-sub{top:calc(100% + 10px);border-radius:18px;padding:12px;background:rgba(255,255,255,.99);border:1px solid rgba(196,210,227,.94);box-shadow:0 28px 60px -36px rgba(10,31,76,.28)}.site-nav-sub .site-nav-link,.site-nav-sub .site-nav-label{min-height:46px;padding:12px 14px;border-radius:12px}.site-nav-sub .site-nav-sub{top:-8px;left:calc(100% + 8px)}.site-nav-toggle{border:1px solid rgba(196,210,227,.92);background:#fff}.hero{background:linear-gradient(135deg,#123b79 0%,#1b4d93 56%,#f4f7fb 56%,#f4f7fb 100%);padding:72px 0 82px}.hero::before{right:-10%;top:-24%;background:radial-gradient(circle,rgba(234,132,16,.14) 0%,transparent 66%)}.hero::after{left:-8%;bottom:-30%;background:radial-gradient(circle,rgba(255,255,255,.10) 0%,transparent 70%)}.hero-grid{gap:34px}.hero-copy{padding-right:10px}.hero-copy h1,.hero-card h1{max-width:760px}.hero-side-panel,.hero-panel{border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,253,.98) 100%);box-shadow:0 26px 58px -42px rgba(10,31,76,.20)}.hero-fact-list li{border-radius:18px;border:1px solid rgba(196,210,227,.8)}.hero-fact-icon{background:linear-gradient(135deg,var(--c-primary) 0%,#4f84d3 100%)}.page-hero{padding:28px 0 12px}.page-hero .container{padding:34px 36px;border-radius:28px}.page-hero-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.9fr);gap:28px;align-items:start}.page-hero-main,.page-hero-aside{min-width:0}.page-hero-sidecard{display:flex;flex-direction:column;gap:14px;padding:22px;min-height:100%;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);border:1px solid rgba(196,210,227,.92);box-shadow:0 18px 42px -34px rgba(10,31,76,.16)}.page-hero-sidecard-label{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border-radius:999px;background:var(--c-accent-soft);color:var(--c-accent-2);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.page-hero-sidecard strong{font-family:'Manrope',sans-serif;font-size:1.06rem;line-height:1.35;color:var(--c-ink)}.page-hero-sidecard p{margin:0;color:var(--c-muted);font-size:14px}.page-hero-sidechips{list-style:none;display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0}.page-hero-sidechips li{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:#fff;border:1px solid rgba(196,210,227,.92);color:var(--c-ink-2);font-size:12px;font-weight:700}.page-hero-sideactions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.page-hero-sideactions .btn{flex:1 1 180px}.page-hero-meta{margin-top:22px;gap:10px}.page-hero-meta .hero-stat{padding:10px 14px;border-radius:999px;font-weight:700;box-shadow:0 10px 24px -20px rgba(10,31,76,.20)}.detail-hero{padding:34px}.detail-hero::before{top:24px;bottom:24px}.detail-hero .page-hero-layout{grid-template-columns:minmax(0,1.4fr) minmax(260px,.85fr);gap:24px}.detail-hero .page-hero-sidecard{height:100%}.document-actions-row{margin-top:20px}.page-content-card,.page-sidebar-card,.detail-info-card,.card,.stub-grid article,.audience-card,.official-ribbon,.catalog-hero,.stub-hero,.search-form,.public-form{box-shadow:0 24px 52px -42px rgba(10,31,76,.16)}.audience-card,.stub-grid article,.card{border-radius:22px}.audience-card,.stub-grid article{min-height:100%}.official-ribbon{padding:16px;border-radius:22px}.official-ribbon-card{position:relative;overflow:hidden;border-left:none;padding:18px 20px 18px 24px}.official-ribbon-card::before{content:'';position:absolute;left:0;top:16px;bottom:16px;width:4px;border-radius:999px;background:linear-gradient(180deg,var(--c-accent) 0%,var(--c-primary) 100%)}.cta-banner{grid-template-columns:minmax(0,1.25fr) auto;gap:20px 28px;padding:28px 30px;border-radius:24px;box-shadow:0 24px 52px -40px rgba(234,132,16,.16)}.cta-banner::after{display:none}.site-footer{margin-top:68px;padding-top:28px;background:linear-gradient(180deg,#10192a 0%,#172133 100%)}.site-footer-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.site-footer-highlights span{display:inline-flex;align-items:center;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.10);color:#fff;font-size:12px;font-weight:700}.site-footer-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.btn-sm{min-height:40px;padding:10px 16px;font-size:13px}.site-footer-card{grid-template-columns:1.35fr 1fr 1fr;gap:28px;padding:0 0 18px;border:none;border-radius:0;background:transparent;backdrop-filter:none}.site-footer-title{font-size:20px}.site-footer-column-brand{gap:12px}.site-footer-section-heading{margin-bottom:12px}.site-footer-bottom{margin-top:4px;padding-top:14px;border-top:1px solid rgba(255,255,255,.10)}@media (max-width:1100px){.page-hero-layout,.detail-hero .page-hero-layout{grid-template-columns:1fr}.site-header-main-panel{max-width:100%}}@media (max-width:900px){.site-utility-row{align-items:flex-start;flex-direction:column}.site-utility-links{justify-content:flex-start}.site-footer-card{grid-template-columns:1fr}}@media (max-width:768px){.section{padding:48px 0}.site-brand-mark-logo{width:62px;height:62px;padding:8px}.site-header-main-row{align-items:flex-start}.hero{background:linear-gradient(180deg,#123b79 0%,#17498e 48%,#f4f7fb 48%,#f4f7fb 100%);padding:56px 0 66px}.page-hero .container,.detail-hero,.page-content-card,.page-sidebar-card,.public-form,.catalog-hero,.stub-hero{padding:24px}.page-hero-sideactions,.site-footer-actions{flex-direction:column}.page-hero-sideactions .btn,.site-footer-actions .btn{width:100%}}:root{--c-text-strong:#10213f;--c-text-body:#304257;--c-text-soft:#5d6d82;--c-surface-card:linear-gradient(180deg,rgba(255,255,255,.985) 0%,rgba(248,250,254,.985) 100%);--c-surface-card-accent:radial-gradient(circle at top right,rgba(15,66,143,.10) 0%,transparent 40%),radial-gradient(circle at bottom left,rgba(224,122,22,.08) 0%,transparent 34%);--shadow-surface:0 22px 52px -40px rgba(10,31,76,.18),inset 0 1px 0 rgba(255,255,255,.78)}body{background:radial-gradient(circle at top right,rgba(15,66,143,.05) 0%,transparent 28%),radial-gradient(circle at bottom left,rgba(224,122,22,.05) 0%,transparent 26%),linear-gradient(180deg,#eef3fa 0%,#f6f8fc 100%)}h1,h2,h3,h4,h5,.card h3 a,.page-sidebar-list a,.page-sidebar-list span,.page-hero-sidecard strong,.hero-side-panel h3,.hero-panel h2,.hero-fact-list strong,.site-header-main-panel strong,.site-brand-title,.site-footer-title,.site-footer-section-heading,.admin-card-head h2,.admin-topbar-title strong{color:var(--c-text-strong)}p,li,.prose,.prose p,.rich-content p,.card p,.card-media-content p,.page-hero-sidecard p,.section-heading p,.section-head p,.catalog-hero p,.stub-hero p,.detail-hero p,.page-hero p,.hero-copy p,.hero-card p,.hero-fact-list span,.site-utility-text,.footer-meta,.site-footer-brand-note,.site-footer-column p,.site-footer-column li,.site-footer-bottom span,.admin-card-head p,.admin-topbar-subtitle,.admin-form label,.overview-list li,.admin-quick-list li a span,.search-result-list p,.card-note{color:var(--c-text-body)}.audience-card,.card,.stub-grid article,.page-content-card,.page-sidebar-card,.detail-info-card,.official-ribbon,.official-ribbon-card,.catalog-hero,.stub-hero,.detail-hero,.search-form,.public-form,.filters-row,.admin-overview-grid>article,.admin-card,.admin-stat,.admin-table-wrap,.admin-login-card,.page-hero .container,.page-hero-sidecard,.site-header-main-panel,.hero-side-panel,.hero-panel{background-image:var(--c-surface-card-accent),var(--c-surface-card);background-color:#fff;border-color:rgba(201,214,231,.96);box-shadow:var(--shadow-surface)}.audience-card,.card,.stub-grid article,.page-content-card,.page-sidebar-card,.detail-info-card,.official-ribbon-card,.catalog-hero,.stub-hero,.detail-hero,.search-form,.public-form,.admin-overview-grid>article,.admin-card,.admin-stat,.admin-table-wrap,.admin-login-card,.page-hero-sidecard{position:relative;overflow:hidden}.audience-card:hover,.card:hover,.stub-grid article:hover,.page-sidebar-card:hover,.detail-info-card:hover,.official-ribbon-card:hover,.admin-card:hover,.admin-overview-grid>article:hover{border-color:rgba(158,181,210,.98);box-shadow:0 28px 62px -46px rgba(10,31,76,.22),inset 0 1px 0 rgba(255,255,255,.8)}.audience-card::after,.card-media-visual::after,.page-hero .container::after,.detail-hero::after,.catalog-hero::after,.stub-hero::after,.page-section-hero::after,.page-section-hero-official::after{opacity:.72}.hero-stat,.page-hero-meta .hero-stat,.page-hero-sidechips li,.site-footer-highlights span,.filter-chip,.card-note,.feature-list li,.search-result-list li,.admin-quick-list li a,.overview-list li,.public-form input,.public-form textarea,.search-field input,.admin-form input,.admin-form textarea,.admin-form select,.hero-fact-list li{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(245,248,252,.96) 100%);border-color:rgba(205,217,233,.94);color:var(--c-text-body)}.hero-fact-list li,.page-hero-sidechips li,.feature-list li,.search-result-list li,.overview-list li,.admin-quick-list li a{box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}.page-content-card,.public-form,.search-form,.catalog-hero,.stub-hero,.detail-hero,.page-hero .container{backdrop-filter:blur(10px)}.card h3 a:hover,.footer-links a:hover,.site-footer-list a:hover,.site-utility-link:hover,.page-sidebar-list a:hover{color:var(--c-primary-2)}.card-actions-row,.page-sidebar-list a,.page-sidebar-list span,.footer-links a,.site-footer-list a,.document-actions-row .btn{border-color:rgba(205,217,233,.92)}.page-sidebar-list a.is-active{background:linear-gradient(180deg,rgba(15,66,143,.08),rgba(15,66,143,.13));color:var(--c-primary-2);box-shadow:inset 0 0 0 1px rgba(15,66,143,.10)}.card-media-content,.page-content,.public-form,.search-form,.page-hero-sidecard,.detail-info-card,.admin-card,.admin-overview-grid>article{position:relative;z-index:1}.prose,.prose p,.rich-content p,.rich-content li{line-height:1.82;color:var(--c-text-body)}.rich-content h2,.rich-content h3,.prose h2,.prose h3{color:var(--c-text-strong)}.site-utility-bar{background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(245,248,252,.98) 100%)}.site-brand-subtitle,.site-brand-overline,.site-header-panel-kicker{color:var(--c-text-soft)}.hero{background:radial-gradient(circle at top right,rgba(224,122,22,.12) 0%,transparent 28%),radial-gradient(circle at bottom left,rgba(15,66,143,.10) 0%,transparent 26%),linear-gradient(180deg,#f7fbff 0%,#edf4fb 100%)}.hero-copy,.hero-card,.hero-side-panel,.hero-panel{position:relative;z-index:1}.hero-side-panel,.hero-panel,.page-hero-sidecard{border-radius:24px}.section-stage-dark,.specialty-band-featured,.advantage-band-visual,.cta-banner{position:relative;overflow:hidden}.section-stage-dark{background:linear-gradient(180deg,rgba(255,255,255,.74) 0%,rgba(245,249,253,.96) 100%)}.specialty-band-featured,.advantage-band-visual,.cta-banner{box-shadow:0 24px 56px -40px rgba(10,31,76,.24)}.advantage-band-visual{background:radial-gradient(circle at top right,rgba(224,122,22,.16) 0%,transparent 28%),linear-gradient(135deg,#123b79 0%,#1f4f95 52%,#275faa 100%)}.specialty-band-featured,.cta-banner{background:radial-gradient(circle at top right,rgba(224,122,22,.18) 0%,transparent 30%),linear-gradient(135deg,#0f3472 0%,#1a4c92 58%,#255ca7 100%)}.specialty-band-featured h3,.specialty-band-featured p,.advantage-band-visual strong,.advantage-band-visual p,.cta-banner h2,.cta-banner p{color:#fff}.official-ribbon-card{padding:20px 22px 20px 26px}.stub-grid article h3,.page-sidebar-block h2,.detail-info-card strong,.card-meta,.site-footer-section-heading,.admin-badge{letter-spacing:.08em}.site-footer{background:radial-gradient(circle at top right,rgba(224,122,22,.10) 0%,transparent 24%),radial-gradient(circle at bottom left,rgba(71,121,201,.12) 0%,transparent 22%),linear-gradient(180deg,#10192a 0%,#172133 100%)}.site-footer-card{grid-template-columns:1.35fr 1fr 1fr;gap:28px;padding:26px 28px 24px;border:1px solid rgba(255,255,255,.10);border-radius:28px;background:radial-gradient(circle at top right,rgba(224,122,22,.10) 0%,transparent 30%),radial-gradient(circle at bottom left,rgba(84,138,219,.10) 0%,transparent 28%),linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,.03) 100%);box-shadow:0 28px 60px -42px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.06)}.site-footer .kicker,.site-footer-title,.site-footer-section-heading,.site-footer-column a,.site-footer-bottom span,.site-footer-highlights span,.site-footer-actions .btn{position:relative;z-index:1}.site-footer .kicker{background:rgba(255,255,255,.10);color:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.10)}.footer-links a,.site-footer-list a,.site-footer-bottom span,.footer-meta,.site-footer-brand-note{color:rgba(255,255,255,.82)}.footer-links a:hover,.site-footer-list a:hover{color:#fff}.site-footer-actions .btn-secondary-contrast{border-color:rgba(255,255,255,.20);background:rgba(255,255,255,.06)}.site-footer-actions .btn-secondary-contrast:hover{background:rgba(255,255,255,.16);color:#fff;border-color:rgba(255,255,255,.24)}.admin-topbar,.admin-overview-grid>article,.admin-card,.admin-stat,.admin-table-wrap,.admin-login-card{background-image:var(--c-surface-card-accent),var(--c-surface-card)}.admin-form input,.admin-form textarea,.admin-form select,.public-form input,.public-form textarea,.search-field input{color:var(--c-text-strong)}.admin-table td,.admin-table th,.admin-quick-list li a,.overview-list li{color:var(--c-text-body)}@media (max-width:1100px){.site-footer-card{grid-template-columns:1fr}}@media (max-width:768px){.page-hero .container,.page-content-card,.page-sidebar-card,.public-form,.search-form,.catalog-hero,.stub-hero,.detail-hero,.site-footer-card,.admin-card,.admin-overview-grid>article,.admin-stat,.admin-login-card{border-radius:22px}.site-footer-card{padding:22px 20px 20px}}.route-home .section-alt{background:linear-gradient(180deg,rgba(244,248,255,.82) 0%,rgba(255,246,238,.92) 100%)}.route-home .section{position:relative}.route-home .section::before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,rgba(15,66,143,.016),transparent 22%,transparent 78%,rgba(234,132,16,.02));opacity:.9}.route-home .section>.container{position:relative;z-index:1}.hero-premium{position:relative;overflow:hidden;color:#fff;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.16) 0%,transparent 28%),radial-gradient(circle at 82% 22%,rgba(234,132,16,.28) 0%,transparent 24%),linear-gradient(135deg,#071a45 0%,#0d3478 52%,#2663c6 100%);padding:76px 0 88px}.hero-premium::before{content:'';position:absolute;inset:0;background:url('/public/assets/images/polytech-brand-wave.png') center / cover no-repeat;opacity:.12;mix-blend-mode:screen;pointer-events:none}.hero-premium::after{content:'';position:absolute;inset:auto -14% -34% auto;width:540px;height:540px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12) 0%,transparent 68%);filter:blur(6px);pointer-events:none}.hero-premium-shell{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.14);border-radius:36px;padding:34px;background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 100%);box-shadow:0 36px 70px -42px rgba(2,10,26,.58);backdrop-filter:blur(12px)}.hero-premium-orb,.hero-premium-gridline{position:absolute;pointer-events:none}.hero-premium-orb{border-radius:50%;filter:blur(.5px);animation:heroPremiumFloat 9s ease-in-out infinite}.hero-premium-orb-a{right:5%;top:10%;width:140px;height:140px;background:radial-gradient(circle,rgba(255,255,255,.26) 0%,rgba(255,255,255,.02) 72%)}.hero-premium-orb-b{left:48%;bottom:-26px;width:180px;height:180px;background:radial-gradient(circle,rgba(234,132,16,.26) 0%,rgba(234,132,16,.02) 72%);animation-delay:-3.5s}.hero-premium-gridline{inset:0;background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(circle at center,rgba(0,0,0,.9) 0%,rgba(0,0,0,.25) 72%,transparent 100%);opacity:.22}.hero-grid-premium{position:relative;z-index:1;gap:36px;align-items:stretch}.hero-copy-premium{display:flex;flex-direction:column;justify-content:center}.hero-brand-ribbon{display:inline-flex;align-items:center;gap:14px;align-self:flex-start;margin-bottom:20px;padding:10px 14px 10px 10px;border:1px solid rgba(255,255,255,.18);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.08) 100%);box-shadow:0 20px 36px -28px rgba(0,0,0,.35)}.hero-brand-ribbon-logo{width:58px;height:58px;padding:8px;border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(241,245,252,.96) 100%);box-shadow:0 12px 26px -18px rgba(0,0,0,.38);flex:0 0 auto}.hero-brand-ribbon-logo img{width:100%;height:100%;object-fit:contain}.hero-brand-ribbon-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.hero-brand-ribbon-copy span{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.72)}.hero-brand-ribbon-copy strong{font-family:'Manrope',sans-serif;font-size:15px;color:#fff}.hero-premium .eyebrow{background:rgba(234,132,16,.18);color:#fff;border:1px solid rgba(234,132,16,.32)}.hero-premium .hero-copy h1{max-width:760px;color:#fff;margin-bottom:18px;font-size:clamp(2.45rem,4vw,4rem);line-height:1.02;text-shadow:0 18px 34px rgba(0,0,0,.18)}.hero-premium .hero-copy p{max-width:720px;color:rgba(255,255,255,.86);font-size:17px}.hero-premium .hero-actions{margin-top:28px}.hero-premium .btn-secondary-contrast{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.22);color:#fff}.hero-premium .btn-secondary-contrast:hover{background:#fff;color:var(--c-primary)}.hero-stats-row-premium{margin-top:26px;gap:10px}.hero-premium .hero-stat{background:rgba(255,255,255,.10);color:#fff;border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.hero-side-panel-premium{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;padding:28px;border-radius:30px;background:linear-gradient(180deg,rgba(6,18,46,.42) 0%,rgba(7,23,58,.56) 100%);border:1px solid rgba(255,255,255,.14);box-shadow:0 30px 54px -34px rgba(0,0,0,.52)}.hero-side-panel-premium::before{content:'';position:absolute;right:-42px;top:-42px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.14) 0%,transparent 72%);pointer-events:none}.hero-side-panel-top{position:relative;z-index:1;display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:18px}.hero-side-panel-premium .kicker{background:rgba(255,255,255,.10);color:#fff;border:1px solid rgba(255,255,255,.12)}.hero-side-panel-premium h3{color:#fff;font-size:1.3rem;margin:10px 0 0}.hero-side-mark{width:52px;height:52px;border-radius:18px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(135deg,rgba(234,132,16,.55) 0%,rgba(255,255,255,.08) 100%);box-shadow:0 18px 30px -20px rgba(234,132,16,.68);flex:0 0 auto}.hero-fact-list-premium{gap:12px}.hero-fact-list-premium li{position:relative;z-index:1;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);border-radius:20px;padding:14px 16px;backdrop-filter:blur(6px)}.hero-fact-list-premium strong{color:#fff}.hero-fact-list-premium span{color:rgba(255,255,255,.76)}.hero-side-footer{position:relative;z-index:1;margin-top:18px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10)}.hero-side-footer strong{display:block;margin-bottom:6px;color:#fff;font-family:'Manrope',sans-serif;font-size:15px}.hero-side-footer span{color:rgba(255,255,255,.76);font-size:14px;line-height:1.55}.site-header-main{background:linear-gradient(180deg,#ffffff 0%,#f7faff 100%)}.site-header-main-row{gap:24px 32px}.site-header-nav{padding:10px 0 14px}.site-header-nav-row{min-height:62px;padding:0 14px;border-radius:22px;border:1px solid rgba(193,206,224,.94);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(246,249,253,.98) 100%);box-shadow:0 20px 46px -34px rgba(10,31,76,.22)}.site-nav{overflow-x:auto;overflow-y:visible;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav-panel{min-width:max-content}.site-nav-root{flex-wrap:nowrap;gap:6px;padding-right:10px}.site-nav-root>.site-nav-item>.site-nav-entry{min-height:56px}.site-nav-link,.site-nav-label{height:52px;padding:0 16px;border-radius:16px;font-weight:700}.site-nav-link:hover{background:linear-gradient(180deg,rgba(15,66,143,.06),rgba(15,66,143,.10))}.site-nav-link.is-current,.site-nav-item.is-current>.site-nav-entry>.site-nav-link,.site-nav-root>.site-nav-item.has-children:hover>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item.has-children:focus-within>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link{color:var(--c-primary);background:linear-gradient(180deg,rgba(15,66,143,.08),rgba(15,66,143,.14));box-shadow:inset 0 0 0 1px rgba(15,66,143,.10),0 16px 24px -22px rgba(10,31,76,.30)}.site-nav-caret{width:30px;height:30px;margin-left:-2px;border-radius:10px}.site-nav-sub{top:calc(100% + 10px);min-width:300px;max-width:min(420px,calc(100vw - 32px));max-height:min(68vh,560px);overflow-y:auto;padding:12px;border-radius:22px;border:1px solid rgba(193,206,224,.94);background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(248,250,253,.99) 100%);box-shadow:0 30px 60px -34px rgba(10,31,76,.28)}.site-nav-sub .site-nav-link,.site-nav-sub .site-nav-label{min-height:46px;height:auto;align-items:flex-start;padding:12px 14px;line-height:1.35;border-radius:14px}.site-nav-sub .site-nav-sub{position:static;top:auto;left:auto;min-width:0;max-width:none;max-height:none;margin:8px 0 4px 12px;padding:8px 0 0 12px;border:none;border-left:1px solid rgba(193,206,224,.94);border-radius:0;background:transparent;box-shadow:none;overflow:visible}.site-nav-sub .site-nav-item[data-open="true"]>.site-nav-sub,.site-nav-sub .site-nav-item.has-children:hover>.site-nav-sub,.site-nav-sub .site-nav-item.has-children:focus-within>.site-nav-sub{display:flex}.site-nav-sub .site-nav-item{position:relative}.site-nav-sub .site-nav-link:hover,.site-nav-sub .site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link{background:linear-gradient(180deg,rgba(15,66,143,.05),rgba(15,66,143,.10))}.priority-showcase-side{overflow:hidden;border-radius:28px;background:linear-gradient(135deg,#ffffff 0%,#f2f6fc 100%);border:1px solid rgba(193,206,224,.92);box-shadow:0 24px 52px -40px rgba(10,31,76,.20)}.feature-list-compact li{padding:8px 0 8px 34px;line-height:1.5}.feature-list-compact li::before{left:0;top:11px;transform:none}.site-footer{position:relative;overflow:hidden;margin-top:72px;padding:0;background:linear-gradient(180deg,#07162f 0%,#0a1f42 100%)}.site-footer::before,.site-footer::after{content:'';position:absolute;pointer-events:none}.site-footer::before{right:-80px;top:-90px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.10) 0%,transparent 72%)}.site-footer::after{left:-80px;bottom:-90px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(234,132,16,.16) 0%,transparent 72%)}.site-footer .container{position:relative;z-index:1;padding-top:26px}.site-footer-card{grid-template-columns:1.2fr .9fr 1fr;gap:28px;padding:28px 0 20px;border:none;border-radius:0;background:transparent}.site-footer-column{min-width:0}.site-footer-column-brand{gap:14px}.site-footer-title{margin:6px 0 2px;font-size:1.35rem;color:#fff}.footer-meta,.site-footer-brand-note,.site-footer-cta-card p,.site-footer-bottom span:last-child{color:rgba(226,233,244,.72)}.site-footer-section-heading{font-size:12px;letter-spacing:.14em;color:rgba(255,255,255,.60);margin-bottom:14px}.footer-links,.site-footer-list{display:flex;flex-direction:column;gap:8px}.footer-links a,.site-footer-list a{color:#f3f7ff;font-size:14px}.footer-links a:hover,.site-footer-list a:hover{color:#fff}.site-footer-highlights{display:flex;flex-wrap:wrap;gap:8px}.site-footer-highlights span{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:#fff;font-size:12px;font-weight:700}.site-footer-cta-card{padding:18px;border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.04) 100%);border:1px solid rgba(255,255,255,.10);box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.site-footer-cta-kicker{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:rgba(234,132,16,.16);color:#fff;font-size:11px;font-weight:800;letter-spacing:.10em;text-transform:uppercase}.site-footer-cta-card p{margin:12px 0 0;font-size:14px;line-height:1.6}.site-footer-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.site-footer-actions .btn-secondary-contrast{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);color:#fff}.site-footer-actions .btn-secondary-contrast:hover{background:#fff;color:var(--c-primary)}.site-footer-bottom{display:flex;justify-content:space-between;gap:12px 18px;flex-wrap:wrap;margin-top:0;padding:18px 0 22px;border-top:1px solid rgba(255,255,255,.10)}.site-footer-bottom span:first-child{color:#fff}@keyframes heroPremiumFloat{0%,100%{transform:translate3d(0,0,0)}50%{transform:translate3d(0,-12px,0)}}@media (max-width:1180px){.site-header-nav-row{padding-right:10px}.hero-grid-premium{gap:28px}}@media (max-width:1024px){.hero-premium-shell{padding:26px}.hero-grid-premium{grid-template-columns:1fr}.site-nav{overflow:visible}.site-nav-panel{min-width:0}.site-nav-root{flex-wrap:wrap;min-width:0;padding-right:0}.site-nav-sub{max-width:none;max-height:none;overflow:visible}.site-footer-card{grid-template-columns:1fr 1fr}.site-footer-column-cta{grid-column:1 / -1}}@media (max-width:768px){.hero-premium{padding:56px 0 64px}.hero-premium-shell{border-radius:28px;padding:22px}.hero-brand-ribbon{width:100%;justify-content:flex-start}.hero-brand-ribbon-logo{width:52px;height:52px}.hero-premium .hero-copy h1{font-size:clamp(2rem,8vw,3rem)}.hero-side-panel-premium{padding:22px;border-radius:24px}.site-header-nav-row{border-radius:18px}.site-footer-card{grid-template-columns:1fr;gap:22px;padding-top:24px}}.hero-premium-v4{position:relative;padding:30px 0 50px;overflow:hidden;color:inherit;background:radial-gradient(circle at 10% 16%,rgba(241,145,34,.08) 0%,rgba(241,145,34,0) 22%),radial-gradient(circle at 88% 16%,rgba(165,174,186,.08) 0%,rgba(165,174,186,0) 24%),linear-gradient(180deg,rgba(252,249,244,.98) 0%,rgba(246,245,242,.88) 58%,rgba(255,255,255,0) 100%)}.hero-premium-v4::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.22) 0%,rgba(255,255,255,0) 18%),radial-gradient(circle at 48% 0%,rgba(255,255,255,.28) 0%,rgba(255,255,255,0) 34%);pointer-events:none}.hero-premium-v4::after{content:none}.hero-premium-shell-v4{position:relative;padding:30px;border-radius:34px;border:1px solid rgba(216,205,191,.84);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(251,247,241,.98) 52%,rgba(247,248,249,.98) 100%);box-shadow:0 28px 60px -46px rgba(57,54,49,.18);isolation:isolate}.hero-premium-shell-v4::before{content:'';position:absolute;inset:0;border-radius:inherit;background:linear-gradient(140deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,0) 36%),radial-gradient(circle at 86% 82%,rgba(123,149,176,.08) 0%,rgba(123,149,176,0) 24%);pointer-events:none}.hero-premium-gridline-v4,.hero-decal,.hero-decal-left,.hero-decal-right,.hero-decal-glow{display:none}.hero-campus-frame{position:relative;z-index:1;display:grid;gap:24px}.hero-campus-stage{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:center}.hero-campus-emblem-col{display:grid;gap:16px;justify-items:center}.hero-campus-emblem{position:relative;display:grid;place-items:center;width:232px;height:232px;border-radius:40px;border:1px solid rgba(218,206,193,.94);box-shadow:0 24px 44px -34px rgba(57,54,49,.2);overflow:hidden}.hero-campus-emblem::before{content:'';position:absolute;inset:16px;border-radius:28px;border:1px solid rgba(255,255,255,.84);pointer-events:none}.hero-campus-emblem__core{position:relative;z-index:3;display:grid;place-items:center;width:164px;height:164px;padding:6px;border-radius:30px;background:transparent;box-shadow:none;animation:heroCampusFloat 5.6s ease-in-out infinite}.hero-campus-emblem__core img{width:100%;height:100%;object-fit:contain}.hero-campus-emblem__halo,.hero-campus-emblem__ring{position:absolute;border-radius:50%;pointer-events:none}.hero-campus-emblem__halo{inset:46px;background:radial-gradient(circle,rgba(241,145,34,.16) 0%,rgba(241,145,34,0) 72%);animation:heroCampusPulse 4.8s ease-in-out infinite}.hero-campus-emblem__ring-a{inset:18px;border:1px solid rgba(241,145,34,.18);animation:heroCampusSpin 16s linear infinite}.hero-campus-emblem__ring-b{inset:34px;border:1px dashed rgba(74,108,146,.16);animation:heroCampusSpinReverse 18s linear infinite}.hero-campus-sign{display:grid;gap:4px;width:100%;max-width:232px;padding:14px 16px;border-radius:18px;border:1px solid rgba(216,205,191,.82);background:rgba(255,255,255,.74);text-align:center}.hero-campus-sign span{color:#7c6b56;font-size:12px;line-height:1.4}.hero-campus-sign strong{color:#123761;font-size:1.25rem;line-height:1.1;letter-spacing:.08em}.hero-campus-content{min-width:0}.hero-campus-overline{display:inline-flex;width:fit-content;max-width:100%;margin-bottom:14px;padding:8px 12px;border-radius:999px;background:rgba(17,66,126,.06);border:1px solid rgba(17,66,126,.12);color:#1f4c84;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-campus-content h1{max-width:740px;margin:0;margin-top:38px;font-size:clamp(2.75rem,4.9vw,4.7rem);line-height:.93;letter-spacing:-.05em;color:#102f57}.hero-campus-content p{max-width:720px;margin:18px 0 0;font-size:17px;line-height:1.68;color:#566e8c}.hero-campus-actions{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:14px;align-items:stretch;margin-top:24px}.hero-campus-action{text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.hero-campus-action:hover{transform:translateY(-2px)}.hero-campus-action--primary{display:grid;gap:4px;padding:18px 20px;border-radius:22px;background:linear-gradient(135deg,#f19122 0%,#f5a84b 100%);box-shadow:0 20px 34px -24px rgba(241,145,34,.46)}.hero-campus-action--primary span{color:rgba(255,255,255,.86);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-campus-action--primary strong{color:#fff;font-size:1.08rem;line-height:1.2}.hero-campus-action-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.hero-campus-action--secondary,.hero-campus-action--ghost{display:grid;place-items:center;min-height:100%;padding:18px;border-radius:22px;font-weight:800;font-size:14px}.hero-campus-action--secondary{border:1px solid rgba(188,199,213,.94);background:rgba(255,255,255,.94);color:#143a67}.hero-campus-action--ghost{border:1px dashed rgba(188,199,213,.94);background:rgba(246,248,251,.88);color:#486784}.hero-campus-routeboard{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.hero-campus-route{display:grid;gap:7px;padding:18px;border-radius:22px;border:1px solid rgba(216,205,191,.82);background:rgba(255,255,255,.72);text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.hero-campus-route:hover{transform:translateY(-3px);border-color:rgba(193,175,149,.9);background:rgba(255,255,255,.94);box-shadow:0 18px 30px -24px rgba(57,54,49,.16)}.hero-campus-route__label{color:#8d5310;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-campus-route strong{color:#143a67;font-size:15px;line-height:1.34}.hero-campus-route span:last-child{color:#647a97;font-size:13px;line-height:1.54}@keyframes heroCampusFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes heroCampusPulse{0%,100%{transform:scale(.96);opacity:.55}50%{transform:scale(1.08);opacity:.95}}@keyframes heroCampusSpin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes heroCampusSpinReverse{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}@media (max-width:1240px){.hero-campus-stage{grid-template-columns:220px minmax(0,1fr);gap:22px}.hero-campus-emblem,.hero-campus-sign{max-width:220px}.hero-campus-emblem{width:220px;height:220px}.hero-campus-routeboard{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1024px){.hero-premium-v4{padding:26px 0 40px}.hero-premium-shell-v4{padding:24px}.hero-campus-stage{grid-template-columns:1fr}.hero-campus-emblem-col{justify-items:start}.hero-campus-actions{grid-template-columns:1fr}}@media (max-width:768px){.hero-premium-shell-v4{padding:18px;border-radius:26px}.hero-campus-emblem-col{justify-items:center}.hero-campus-emblem{width:184px;height:184px;border-radius:32px}.hero-campus-emblem__core{width:138px;height:138px;border-radius:24px}.hero-campus-content h1{font-size:clamp(2rem,7.2vw,3rem);line-height:1.04}.hero-campus-content p{font-size:15.5px}.hero-campus-action-group,.hero-campus-routeboard{grid-template-columns:1fr}}@media (max-width:560px){.breadcrumbs-container{padding-bottom:6px}.breadcrumbs ol{width:100%;border-radius:14px}.hero-premium-v4{padding:22px 0 34px}.hero-premium-shell-v4{padding:16px;border-radius:22px}.hero-campus-stage{gap:18px}.hero-campus-emblem,.hero-campus-sign{max-width:162px}.hero-campus-emblem{width:162px;height:162px}.hero-campus-emblem__core{width:122px;height:122px}.hero-campus-route,.hero-campus-action--primary,.hero-campus-action--secondary,.hero-campus-action--ghost{border-radius:18px}}.site-utility-row{min-height:38px;padding-top:5px;padding-bottom:5px;gap:14px}.site-utility-badge{padding:5px 9px;font-size:10px}.site-utility-text{font-size:12px}.site-utility-links{gap:6px}.site-utility-link{padding:5px 8px;font-size:11px}.site-header-main{padding:8px 0 0}.site-header-main-row.site-header-main-row-v2{grid-template-columns:minmax(0,1fr) minmax(250px,330px);gap:10px}.site-brand.site-brand-v2,.site-brand.site-brand-v2:hover{gap:14px;padding:14px 16px;border-radius:22px}.site-brand.site-brand-v2 .site-brand-mark-logo{width:68px;height:68px;padding:9px;border-radius:18px}.site-brand.site-brand-v2 .site-brand-copy{gap:3px}.site-brand.site-brand-v2 .site-brand-overline{font-size:10px;letter-spacing:.1em}.site-brand.site-brand-v2 .site-brand-title{font-size:clamp(1.06rem,1.3vw,1.34rem);line-height:1.08}.site-brand.site-brand-v2 .site-brand-subtitle{font-size:12px}.site-header-main-panel.site-header-main-panel-v2.site-header-main-panel-v3{gap:6px;align-content:center;padding:14px 16px;border-radius:22px}.site-header-main-panel.site-header-main-panel-v2.site-header-main-panel-v3 strong{font-size:14px;line-height:1.34}.site-header-panel-kicker{padding:5px 9px;font-size:10px}.site-header-panel-text{font-size:12px;line-height:1.48}.site-header-panel-pills{display:none}.site-header-nav{padding:8px 0 12px}.site-header-nav-shell.site-header-nav-shell-compact{display:block}.site-header-nav-intro{display:none !important}.site-header-nav-row.site-header-nav-row-compact{min-height:54px;padding:0 10px;border-radius:18px}.site-nav-toggle{width:44px;height:44px;border-radius:14px}.site-nav-root{gap:4px}.site-nav-root>.site-nav-item>.site-nav-entry{min-height:48px}.site-nav-link,.site-nav-label{height:46px;padding:0 14px;border-radius:12px;font-size:13px}.site-nav-caret{width:28px;height:28px;border-radius:9px}.site-nav-sub{top:calc(100% + 8px);min-width:250px;max-width:min(360px,calc(100vw - 28px));max-height:min(64vh,500px);padding:8px;border-radius:16px}.site-nav-sub .site-nav-link,.site-nav-sub .site-nav-label{min-height:40px;padding:10px 12px;border-radius:10px;font-size:13px}.site-nav-sub .site-nav-sub{top:-8px;left:calc(100% + 8px);min-width:230px;padding:8px}@media (max-width:1180px){.site-header-main-row.site-header-main-row-v2{grid-template-columns:1fr}.site-header-main-panel.site-header-main-panel-v2.site-header-main-panel-v3{grid-template-columns:1fr}}@media (max-width:768px){.site-utility-row{min-height:34px}.site-brand.site-brand-v2{padding:13px 14px}.site-brand.site-brand-v2 .site-brand-mark-logo{width:60px;height:60px;border-radius:16px}.site-header-main-panel.site-header-main-panel-v2.site-header-main-panel-v3,.site-header-nav-row.site-header-nav-row-compact{padding-left:12px;padding-right:12px}}@media (max-width:560px){.site-utility-text{display:none}.site-brand.site-brand-v2{flex-direction:row;align-items:center;gap:12px}.site-header-main-panel.site-header-main-panel-v2.site-header-main-panel-v3{display:none !important}.site-header-nav{padding-top:6px}.site-nav-link,.site-nav-label{padding:0 12px}}@media (prefers-reduced-motion:reduce){.hero-decal-left,.hero-decal-right,.hero-quick-card{animation:none !important;transition:none !important}}.hero-campus-emblem{background:transparent;border:none;box-shadow:none;overflow:visible}.hero-campus-emblem::before{display:none}.hero-campus-emblem__core{width:176px;height:176px;padding:0;border-radius:0;background:transparent;box-shadow:none}.hero-campus-emblem__core img{filter:drop-shadow(0 18px 28px rgba(57,54,49,.16))}.site-header-main{padding:10px 0 0;background:transparent}.site-header-main-row.site-header-main-row-v2{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,430px);gap:14px;align-items:stretch}.site-brand.site-brand-v2,.site-brand.site-brand-v2:hover{display:flex;align-items:center;gap:18px;min-width:0;padding:18px 20px;border-radius:28px;border:1px solid rgba(210,204,195,.86);background:linear-gradient(145deg,rgba(255,255,255,.98) 0%,rgba(250,247,242,.98) 100%);box-shadow:0 20px 42px -34px rgba(57,54,49,.18);color:#113862}.site-brand.site-brand-v2 .site-brand-mark-logo{width:84px;height:84px;padding:12px;border-radius:24px;border:1px solid rgba(217,206,193,.92);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(250,247,242,.98) 100%);box-shadow:0 14px 28px -22px rgba(57,54,49,.14)}.site-brand.site-brand-v2 .site-brand-mark-logo img{width:100%;height:100%;object-fit:contain}.site-brand.site-brand-v2 .site-brand-copy{gap:5px;min-width:0}.site-brand.site-brand-v2 .site-brand-overline{color:#8b5516;font-size:11px;letter-spacing:.12em}.site-brand.site-brand-v2 .site-brand-title{color:#102f57;font-size:clamp(1.18rem,1.6vw,1.55rem);line-height:1.12}.site-brand.site-brand-v2 .site-brand-subtitle{color:#647790;font-size:13px}.site-header-main-panel.site-header-main-panel-v2{display:grid !important;gap:12px;align-content:center;padding:18px 20px;border-radius:28px;border:1px solid rgba(210,204,195,.86);background:linear-gradient(145deg,rgba(255,255,255,.82) 0%,rgba(247,243,237,.82) 100%);box-shadow:0 18px 34px -30px rgba(57,54,49,.14)}.site-header-panel-card{display:grid;gap:6px}.site-header-panel-kicker{display:inline-flex;width:fit-content;max-width:100%;padding:6px 10px;border-radius:999px;background:rgba(17,66,126,.06);border:1px solid rgba(17,66,126,.12);color:#1e4b82;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.site-header-main-panel.site-header-main-panel-v2 strong{color:#113862;font-size:15px;line-height:1.4}.site-header-panel-text{color:#677a93;font-size:13px;line-height:1.55}.site-header-panel-pills{display:flex;flex-wrap:wrap;gap:8px}.site-header-panel-pills span{display:inline-flex;align-items:center;min-height:34px;padding:8px 11px;border-radius:999px;border:1px solid rgba(214,206,195,.9);background:rgba(255,255,255,.78);color:#6b6258;font-size:12px;font-weight:700}.site-header-nav{padding:12px 0 16px;background:transparent;border-top:none}.site-header-nav-shell{display:grid;grid-template-columns:240px minmax(0,1fr);gap:12px;align-items:stretch}.site-header-nav-intro{display:grid;gap:6px;align-content:center;padding:16px 18px;border-radius:24px;border:1px solid rgba(210,204,195,.86);background:linear-gradient(145deg,rgba(255,255,255,.84) 0%,rgba(248,244,238,.84) 100%);box-shadow:0 16px 30px -30px rgba(57,54,49,.12)}.site-header-nav-intro__kicker{color:#8b5516;font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-header-nav-intro strong{color:#113862;font-size:1rem;line-height:1.2}.site-header-nav-intro span:last-child{color:#677a93;font-size:13px;line-height:1.5}.site-header-nav-row{min-height:66px;padding:0 14px;border-radius:24px;border:1px solid rgba(210,204,195,.9);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,247,244,.98) 100%);box-shadow:0 20px 42px -34px rgba(57,54,49,.16)}.site-nav-toggle{width:50px;height:50px;margin:auto 0;border-radius:16px;border:1px solid rgba(210,204,195,.9);background:rgba(255,255,255,.8)}.site-nav{overflow-x:auto;overflow-y:visible;scrollbar-width:none}.site-nav::-webkit-scrollbar{display:none}.site-nav-panel{min-width:max-content}.site-nav-root{flex-wrap:nowrap;gap:8px;padding-right:0}.site-nav-root>.site-nav-item{position:relative}.site-nav-root>.site-nav-item>.site-nav-entry{min-height:60px}.site-nav-link,.site-nav-label{height:54px;padding:0 18px;border-radius:16px;font-weight:700;color:#2b4b6d}.site-nav-link:hover{background:linear-gradient(180deg,rgba(15,66,143,.04),rgba(15,66,143,.08))}.site-nav-link.is-current,.site-nav-item.is-current>.site-nav-entry>.site-nav-link,.site-nav-root>.site-nav-item.has-children:hover>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item.has-children:focus-within>.site-nav-entry .site-nav-link,.site-nav-root>.site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link{color:#113862;background:linear-gradient(180deg,rgba(241,145,34,.10),rgba(241,145,34,.14));box-shadow:inset 0 0 0 1px rgba(241,145,34,.10),0 14px 22px -22px rgba(57,54,49,.20)}.site-nav-caret{width:32px;height:32px;margin-left:-4px;border-radius:10px}.site-nav-sub{top:calc(100% + 10px);min-width:300px;max-width:min(420px,calc(100vw - 32px));max-height:min(70vh,560px);overflow-y:auto;padding:12px;border-radius:22px;border:1px solid rgba(210,204,195,.92);background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(248,247,244,.99) 100%);box-shadow:0 28px 54px -34px rgba(57,54,49,.18)}.site-nav-sub .site-nav-sub{border-left-color:rgba(210,204,195,.92)}.site-nav-sub .site-nav-link:hover,.site-nav-sub .site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link{background:linear-gradient(180deg,rgba(241,145,34,.05),rgba(241,145,34,.09))}@media (max-width:1180px){.site-header-main-row.site-header-main-row-v2{grid-template-columns:1fr}.site-header-nav-shell{grid-template-columns:1fr}.site-header-nav-intro{grid-template-columns:auto 1fr;gap:6px 14px;align-items:center}.site-header-nav-intro span:last-child{grid-column:2}}@media (max-width:1024px){.site-header-main-panel.site-header-main-panel-v2{display:grid !important}.site-header-nav-row{min-height:60px}.site-nav{overflow:visible}.site-nav-panel{min-width:0}.site-nav-root{flex-wrap:wrap}.site-nav-sub{max-width:none;max-height:none;overflow:visible}}@media (max-width:768px){.site-header-main{padding-top:8px}.site-brand.site-brand-v2{align-items:flex-start;padding:16px}.site-brand.site-brand-v2 .site-brand-mark-logo{width:74px;height:74px;border-radius:22px}.site-header-main-panel.site-header-main-panel-v2,.site-header-nav-intro{padding:16px;border-radius:22px}}@media (max-width:560px){.site-brand.site-brand-v2{flex-direction:column;align-items:flex-start;gap:14px}.site-header-main-panel.site-header-main-panel-v2{gap:10px}.site-header-panel-pills{gap:6px}.site-header-nav-intro{display:none}}@media (prefers-reduced-motion:reduce){.hero-campus-emblem__core,.hero-campus-emblem__halo,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{animation:none !important}}.site-utility-bar.site-utility-bar-compact{border-bottom:1px solid rgba(214,206,195,.42);background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(250,248,244,.94) 100%)}.site-utility-row.site-utility-row-compact{min-height:42px;gap:16px}.site-utility-row.site-utility-row-compact .site-utility-badge{min-height:28px;padding:6px 10px;font-size:10px}.site-utility-row.site-utility-row-compact .site-utility-text,.site-utility-row.site-utility-row-compact .site-utility-link{font-size:12px}.site-header-nav.site-header-nav-v16{padding:12px 0 2px;background:transparent;border-top:none}.site-nav-frame{display:grid;grid-template-columns:320px minmax(0,1fr);gap:14px;align-items:stretch}.site-nav-brandline,.site-nav-brandline:hover{display:flex;align-items:center;gap:14px;min-width:0;padding:14px 16px;border-radius:24px;border:1px solid rgba(214,206,195,.86);background:linear-gradient(145deg,rgba(255,255,255,.97) 0%,rgba(249,246,241,.97) 100%);box-shadow:0 16px 30px -28px rgba(57,54,49,.14);color:#123864}.site-nav-brandline__logo{display:grid;place-items:center;width:62px;height:62px;padding:8px;border-radius:18px;background:rgba(255,255,255,.86);border:1px solid rgba(219,208,195,.9);flex-shrink:0}.site-nav-brandline__logo img{width:100%;height:100%;object-fit:contain}.site-nav-brandline__copy{display:flex;flex-direction:column;gap:3px;min-width:0}.site-nav-brandline__eyebrow{color:#8b5516;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.site-nav-brandline__title{color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(1.02rem,1.3vw,1.28rem);line-height:1.12;font-weight:800}.site-nav-workzone{display:grid;gap:10px;min-width:0}.site-header-nav-row.site-header-nav-row-v16{min-height:60px;padding:0 12px;border-radius:24px;border:1px solid rgba(214,206,195,.9);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,247,244,.98) 100%);box-shadow:0 18px 34px -30px rgba(57,54,49,.14);gap:12px}.site-header-nav-row.site-header-nav-row-v16 .site-nav-toggle{width:46px;height:46px;margin:auto 0;border-radius:14px}.site-header-nav-row.site-header-nav-row-v16 .site-nav-panel{min-width:max-content}.site-header-nav-row.site-header-nav-row-v16 .site-nav-root{flex-wrap:nowrap;gap:6px}.site-header-nav-row.site-header-nav-row-v16 .site-nav-root>.site-nav-item>.site-nav-entry{min-height:56px}.site-header-nav-row.site-header-nav-row-v16 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16 .site-nav-label{height:48px;padding:0 16px;border-radius:14px;font-size:13px}.site-header-nav-row.site-header-nav-row-v16 .site-nav-caret{width:28px;height:28px;border-radius:9px}.site-header-nav-row.site-header-nav-row-v16 .site-nav-sub{top:calc(100% + 8px);min-width:280px;padding:10px;border-radius:20px}.site-nav-rail{display:flex;align-items:center;gap:8px;padding-left:6px}.site-nav-rail a{display:inline-flex;align-items:center;min-height:34px;padding:7px 11px;border-radius:999px;border:1px solid rgba(214,206,195,.9);background:rgba(255,255,255,.82);color:#5f7491;font-size:12px;font-weight:700;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.site-nav-rail a:hover{transform:translateY(-1px);border-color:rgba(196,177,150,.94);background:#fff}.hero-campus-emblem{width:224px;height:224px;background:transparent;border:none;box-shadow:none;overflow:visible}.hero-campus-emblem::before{display:none}.hero-campus-emblem__core{width:156px;height:156px;padding:0;border-radius:0;background:transparent;box-shadow:none;animation:heroCampusFloat 5.6s ease-in-out infinite,heroCampusGlowCore 3.8s ease-in-out infinite}.hero-campus-emblem__core img{filter:drop-shadow(0 0 0 rgba(241,145,34,.0)) drop-shadow(0 10px 18px rgba(57,54,49,.14))}.hero-campus-emblem__halo{inset:34px;background:radial-gradient(circle,rgba(241,145,34,.22) 0%,rgba(241,145,34,.08) 38%,rgba(241,145,34,0) 72%);filter:blur(3px);animation:heroCampusPulse 3.6s ease-in-out infinite}.hero-campus-emblem__ring-a{inset:28px;border:2px solid rgba(241,145,34,.26)}.hero-campus-emblem__ring-b{inset:18px;border:1px dashed rgba(92,122,156,.22)}@keyframes heroCampusGlowCore{0%,100%{filter:drop-shadow(0 0 0 rgba(241,145,34,0)) drop-shadow(0 10px 18px rgba(57,54,49,.14))}50%{filter:drop-shadow(0 0 14px rgba(241,145,34,.34)) drop-shadow(0 10px 22px rgba(57,54,49,.16))}}@media (max-width:1260px){.site-nav-frame{grid-template-columns:280px minmax(0,1fr)}.site-nav-rail{flex-wrap:wrap}}@media (max-width:1080px){.site-nav-frame{grid-template-columns:1fr}.site-nav-brandline{padding:12px 14px}.site-nav-rail{display:none}.site-header-nav-row.site-header-nav-row-v16 .site-nav-root{flex-wrap:wrap}.site-header-nav-row.site-header-nav-row-v16 .site-nav-panel{min-width:0}}@media (max-width:768px){.site-utility-row.site-utility-row-compact{min-height:38px}.site-nav-brandline{gap:12px;padding:12px 14px;border-radius:20px}.site-nav-brandline__logo{width:54px;height:54px;border-radius:16px}.site-header-nav-row.site-header-nav-row-v16{min-height:56px;border-radius:20px}.hero-campus-emblem{width:194px;height:194px}.hero-campus-emblem__core{width:136px;height:136px}.hero-campus-emblem__halo{inset:28px}}@media (max-width:560px){.site-nav-brandline__eyebrow{font-size:9px}.site-nav-brandline__title{font-size:1rem}.site-header-nav-row.site-header-nav-row-v16{padding:0 10px;gap:10px}.site-header-nav-row.site-header-nav-row-v16 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16 .site-nav-label{padding:0 14px}}@media (prefers-reduced-motion:reduce){.hero-campus-emblem__core,.hero-campus-emblem__halo,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{animation:none !important}}.site-utility-bar.site-utility-bar-compact{border-bottom:1px solid rgba(214,206,195,.34)}.site-utility-row.site-utility-row-compact{min-height:38px;gap:12px}.site-utility-row.site-utility-row-compact .site-utility-badge{min-height:26px;padding:5px 9px}.site-utility-row.site-utility-row-compact .site-utility-text,.site-utility-row.site-utility-row-compact .site-utility-link{font-size:11px}.site-header-nav.site-header-nav-v16{padding:10px 0 6px}.site-header-breadcrumbs-row{padding:0 0 10px}.site-header-breadcrumbs-shell{display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;align-items:start}.site-header-breadcrumbs-spacer{min-height:1px}.breadcrumbs-container.breadcrumbs-container-under-nav{padding-bottom:0}.breadcrumbs-container.breadcrumbs-container-under-nav .breadcrumbs ol{display:flex;width:100%;padding:8px 14px;border-radius:18px;border-color:rgba(214,206,195,.88);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(248,247,244,.98) 100%);box-shadow:0 16px 26px -26px rgba(57,54,49,.14)}.site-nav-frame.site-nav-frame-v17{display:grid;grid-template-columns:68px minmax(0,1fr);gap:12px;align-items:start}.site-nav-logo-only,.site-nav-logo-only:hover{display:grid;place-items:center;width:68px;height:68px;padding:8px;border-radius:20px;border:1px solid rgba(214,206,195,.84);background:linear-gradient(145deg,rgba(255,255,255,.98) 0%,rgba(249,246,241,.96) 100%);box-shadow:0 14px 24px -20px rgba(57,54,49,.12)}.site-nav-logo-only img{width:100%;height:100%;object-fit:contain}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{min-height:56px;padding:0 10px;border-radius:20px;gap:10px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-toggle{width:42px;height:42px;border-radius:12px}.site-nav-panel.site-nav-panel-v17{min-width:0}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root{gap:4px;padding-right:0}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry{min-height:50px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label{height:42px;padding:0 13px;border-radius:12px;font-size:12.5px;font-weight:700}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link>span,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label>span,.site-nav-sub .site-nav-link>span,.site-nav-sub .site-nav-label>span{display:block;white-space:normal;line-height:1.25}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-caret{width:26px;height:26px;margin-left:-2px;border-radius:8px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub{top:calc(100% + 6px);min-width:340px;max-width:min(460px,calc(100vw - 24px));max-height:min(72vh,620px);padding:10px;border-radius:18px;overflow-y:auto}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-label{min-height:42px;height:auto;padding:10px 12px;align-items:flex-start;border-radius:10px;font-size:12.5px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-entry{align-items:flex-start}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{top:-10px;left:calc(100% + 8px);min-width:320px;max-width:min(440px,calc(100vw - 20px))}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-caret{margin-top:7px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav{overflow-x:visible}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root{flex-wrap:wrap}.hero-campus-emblem{width:212px;height:212px}.hero-campus-emblem__core{width:152px;height:152px;display:grid;place-items:center;background:transparent !important}.hero-campus-emblem__core img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 0 rgba(241,145,34,0)) drop-shadow(0 10px 18px rgba(57,54,49,.14))}.hero-campus-emblem__halo{inset:30px;background:radial-gradient(circle,rgba(241,145,34,.28) 0%,rgba(241,145,34,.14) 34%,rgba(241,145,34,0) 72%);filter:blur(4px)}.hero-campus-emblem__ring,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{inset:auto;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%}.hero-campus-emblem__ring-a{width:178px;height:178px;border:2px solid rgba(241,145,34,.28)}.hero-campus-emblem__ring-b{width:196px;height:196px;border:1px dashed rgba(92,122,156,.24)}@keyframes heroCampusGlowCore{0%,100%{filter:drop-shadow(0 0 0 rgba(241,145,34,0)) drop-shadow(0 10px 18px rgba(57,54,49,.14))}50%{filter:drop-shadow(0 0 16px rgba(241,145,34,.42)) drop-shadow(0 10px 22px rgba(57,54,49,.16))}}@media (max-width:1180px){.site-nav-frame.site-nav-frame-v17{grid-template-columns:60px minmax(0,1fr)}.site-header-breadcrumbs-shell{grid-template-columns:60px minmax(0,1fr)}.site-nav-logo-only,.site-nav-logo-only:hover{width:60px;height:60px;border-radius:18px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub{min-width:320px;max-width:min(420px,calc(100vw - 20px))}}@media (max-width:1024px){.site-nav-frame.site-nav-frame-v17{grid-template-columns:1fr}.site-header-breadcrumbs-shell{grid-template-columns:1fr;gap:8px}.site-header-breadcrumbs-spacer{display:none}.site-nav-logo-only,.site-nav-logo-only:hover{width:58px;height:58px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav{overflow:visible}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root{flex-wrap:wrap}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{min-width:0;max-width:none;width:100%;left:0;top:0;max-height:none}}@media (max-width:768px){.site-utility-row.site-utility-row-compact .site-utility-text{display:none}.site-nav-frame.site-nav-frame-v17{gap:10px}.site-header-breadcrumbs-row{padding-bottom:8px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{min-height:54px;padding:0 8px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label{padding:0 12px}.hero-campus-emblem{width:186px;height:186px}.hero-campus-emblem__core{width:132px;height:132px}.hero-campus-emblem__ring-a{width:154px;height:154px}.hero-campus-emblem__ring-b{width:172px;height:172px}}@media (max-width:560px){.site-utility-links{display:none}.site-nav-logo-only,.site-nav-logo-only:hover{width:54px;height:54px;padding:7px}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label{font-size:12px}}.hero-premium-v4{background:radial-gradient(circle at 10% 12%,rgba(241,145,34,.16) 0%,rgba(241,145,34,0) 26%),radial-gradient(circle at 88% 16%,rgba(255,201,128,.14) 0%,rgba(255,201,128,0) 22%),radial-gradient(circle at 72% 82%,rgba(170,181,194,.12) 0%,rgba(170,181,194,0) 24%),linear-gradient(180deg,rgba(255,252,247,.99) 0%,rgba(248,246,242,.94) 60%,rgba(255,255,255,0) 100%)}.hero-premium-shell-v4{overflow:hidden;border:1px solid rgba(223,198,164,.72);background:radial-gradient(circle at top left,rgba(255,255,255,.96) 0%,rgba(255,255,255,0) 34%),radial-gradient(circle at 88% 10%,rgba(255,227,190,.22) 0%,rgba(255,227,190,0) 22%),linear-gradient(145deg,rgba(255,255,255,.99) 0%,rgba(255,250,243,.99) 46%,rgba(248,247,250,.98) 100%);box-shadow:0 34px 72px -48px rgba(90,64,28,.22)}.hero-premium-shell-v4::before{background:linear-gradient(135deg,rgba(255,255,255,.5) 0%,rgba(255,255,255,0) 36%),radial-gradient(circle at 86% 18%,rgba(241,145,34,.14) 0%,rgba(241,145,34,0) 22%),radial-gradient(circle at 88% 82%,rgba(125,149,173,.1) 0%,rgba(125,149,173,0) 24%)}.hero-campus-frame{gap:28px}.hero-campus-frame::before{content:'';position:absolute;inset:-18px -22px -12px;z-index:0;background:url('/public/assets/images/home/hero-campus-frame-overlay.png') center / cover no-repeat;opacity:.46;pointer-events:none;filter:saturate(1.04) brightness(1.02)}.hero-campus-stage,.hero-campus-routeboard{position:relative;z-index:1}.hero-campus-stage{grid-template-columns:274px minmax(0,1fr);gap:34px}.hero-campus-emblem-col{gap:18px}.hero-campus-emblem{width:242px;height:242px}.hero-campus-emblem__core{width:166px;height:166px}.hero-campus-emblem__core img{filter:drop-shadow(0 0 0 rgba(241,145,34,0)) drop-shadow(0 14px 24px rgba(57,54,49,.16))}.hero-campus-emblem__halo{inset:28px;background:radial-gradient(circle,rgba(241,145,34,.34) 0%,rgba(241,145,34,.14) 36%,rgba(241,145,34,0) 72%);filter:blur(6px)}.hero-campus-emblem__ring-a{width:188px;height:188px;border:2px solid rgba(241,145,34,.34)}.hero-campus-emblem__ring-b{width:210px;height:210px;border:1px dashed rgba(92,122,156,.26)}.hero-campus-sign{max-width:244px;border-color:rgba(223,198,164,.78);background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,rgba(255,249,241,.84) 100%);box-shadow:0 16px 28px -24px rgba(90,64,28,.14)}.hero-campus-sign span{color:#9a6b2f}.hero-campus-sign strong{color:#113a68}.hero-campus-overline{margin-bottom:16px;background:rgba(241,145,34,.1);border-color:rgba(241,145,34,.18);color:#9a5f1f}.hero-campus-content h1{max-width:820px;font-size:clamp(2.05rem,3.35vw,3.35rem);line-height:1.06;letter-spacing:-.035em;color:#0f315d;text-wrap:balance;text-shadow:0 12px 24px rgba(255,255,255,.34)}.hero-campus-content p{max-width:760px;margin-top:20px;font-size:17.5px;color:#4f6787}.hero-campus-actions{margin-top:28px;grid-template-columns:minmax(260px,360px) minmax(0,1fr);gap:16px}.hero-campus-action--primary{padding:20px 22px;background:linear-gradient(135deg,#f19122 0%,#f7b15a 100%);box-shadow:0 26px 40px -26px rgba(241,145,34,.5)}.hero-campus-action--primary strong{font-size:1.14rem}.hero-campus-action--secondary,.hero-campus-action--ghost{padding:20px;border-radius:24px;font-size:14px;font-weight:800}.hero-campus-action--secondary{border-color:rgba(190,203,219,.96);background:rgba(255,255,255,.98)}.hero-campus-action--ghost{border-color:rgba(223,198,164,.72);background:linear-gradient(180deg,rgba(255,251,246,.92) 0%,rgba(248,244,238,.88) 100%)}.hero-campus-routeboard{gap:16px}.hero-campus-route{padding:20px;border-radius:24px;border-color:rgba(223,198,164,.74);background:linear-gradient(180deg,rgba(255,255,255,.88) 0%,rgba(255,250,243,.8) 100%);box-shadow:0 16px 28px -28px rgba(90,64,28,.12)}.hero-campus-route:hover{transform:translateY(-4px);border-color:rgba(205,166,116,.9);background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,250,243,.94) 100%);box-shadow:0 22px 36px -26px rgba(90,64,28,.18)}.hero-campus-route__label{color:#9d6020}.hero-campus-route strong{font-size:15.5px;color:#123b69}.hero-campus-route span:last-child{color:#5f7592}@keyframes heroCampusGlowCore{0%,100%{filter:drop-shadow(0 0 0 rgba(241,145,34,0)) drop-shadow(0 14px 24px rgba(57,54,49,.16))}50%{filter:drop-shadow(0 0 22px rgba(241,145,34,.5)) drop-shadow(0 14px 28px rgba(57,54,49,.18))}}@media (max-width:1240px){.hero-campus-frame::before{inset:-10px -14px -8px;opacity:.34}.hero-campus-stage{grid-template-columns:240px minmax(0,1fr);gap:26px}.hero-campus-emblem{width:220px;height:220px}.hero-campus-emblem__core{width:154px;height:154px}.hero-campus-emblem__ring-a{width:176px;height:176px}.hero-campus-emblem__ring-b{width:196px;height:196px}}@media (max-width:768px){.hero-campus-frame::before{inset:-4px -6px 0;opacity:.24;background-position:center}.breadcrumbs{padding-top:10px}.breadcrumbs ol{padding:6px 10px;font-size:11.5px}.hero-campus-content h1{font-size:clamp(2rem,7.2vw,3.05rem);line-height:1.04}.hero-campus-content p{font-size:15.8px}}@media (max-width:560px){.hero-campus-emblem{width:180px;height:180px}.hero-campus-emblem__core{width:132px;height:132px}.hero-campus-emblem__ring-a{width:150px;height:150px}.hero-campus-emblem__ring-b{width:168px;height:168px}}.hero-premium-shell-v4{position:relative;border-radius:38px}.hero-premium-shell-v4::after{content:'';position:absolute;inset:0;z-index:0;border-radius:inherit;background:url('/public/assets/images/home/hero-campus-frame-overlay.png') center / 100% 100% no-repeat;opacity:.58;pointer-events:none;filter:saturate(1.08) brightness(1.03)}.hero-campus-frame::before{content:none}.hero-campus-frame,.hero-campus-stage,.hero-campus-routeboard{position:relative;z-index:1}.hero-campus-emblem{border-radius:42px;border-color:rgba(226,193,151,.78);background:radial-gradient(circle at 50% 34%,rgba(255,255,255,.98) 0%,rgba(255,251,246,.98) 34%,rgba(248,241,233,.94) 100%);box-shadow:0 30px 52px -34px rgba(17,58,104,.18),0 22px 42px -34px rgba(241,145,34,.24),inset 0 1px 0 rgba(255,255,255,.96)}.hero-campus-emblem::before{inset:13px;border-radius:30px;border:1px solid rgba(255,255,255,.86);background:linear-gradient(145deg,rgba(255,255,255,.38) 0%,rgba(255,255,255,0) 56%),radial-gradient(circle at 24% 24%,rgba(255,201,136,.18) 0%,rgba(255,201,136,0) 34%),radial-gradient(circle at 76% 76%,rgba(74,108,146,.08) 0%,rgba(74,108,146,0) 34%)}.hero-campus-emblem::after{content:'';position:absolute;inset:10px;border-radius:34px;background:radial-gradient(circle at 32% 28%,rgba(241,145,34,.18) 0%,rgba(241,145,34,0) 38%),radial-gradient(circle at 70% 72%,rgba(18,58,104,.14) 0%,rgba(18,58,104,0) 40%);filter:blur(14px);opacity:.92;pointer-events:none;z-index:1}.hero-campus-emblem__core{width:174px;height:174px;padding:10px;border-radius:34px;background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.92) 0%,rgba(255,255,255,.54) 52%,rgba(255,255,255,0) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 22px 30px -24px rgba(17,58,104,.16)}.hero-campus-emblem__core img{position:relative;z-index:3;animation:heroCampusGlowCore 5.2s ease-in-out infinite;filter:drop-shadow(0 0 12px rgba(255,255,255,.72)) drop-shadow(0 10px 22px rgba(57,54,49,.18))}.hero-campus-emblem__halo{inset:24px;background:radial-gradient(circle,rgba(255,205,140,.52) 0%,rgba(241,145,34,.28) 32%,rgba(24,72,128,.12) 56%,rgba(24,72,128,0) 76%);filter:blur(12px)}.hero-campus-emblem__ring-a{width:188px;height:188px;border:2px solid rgba(241,145,34,.32);box-shadow:0 0 22px rgba(241,145,34,.10)}.hero-campus-emblem__ring-b{width:210px;height:210px;border:1px dashed rgba(69,104,142,.24);box-shadow:0 0 20px rgba(69,104,142,.08)}.hero-campus-sign{border-color:rgba(226,193,151,.82);background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,250,244,.86) 100%);box-shadow:0 18px 30px -26px rgba(17,58,104,.12)}@keyframes heroCampusGlowCore{0%,100%{filter:drop-shadow(0 0 12px rgba(255,255,255,.72)) drop-shadow(0 10px 22px rgba(57,54,49,.18));transform:translateY(0)}50%{filter:drop-shadow(0 0 18px rgba(241,145,34,.28)) drop-shadow(0 0 24px rgba(18,58,104,.18)) drop-shadow(0 12px 24px rgba(57,54,49,.2));transform:translateY(-2px)}}@media (max-width:1240px){.hero-premium-shell-v4::after{opacity:.48}.hero-campus-emblem__core{width:154px;height:154px}.hero-campus-emblem__ring-a{width:176px;height:176px}.hero-campus-emblem__ring-b{width:196px;height:196px}}@media (max-width:768px){.hero-premium-shell-v4{border-radius:30px}.hero-premium-shell-v4::after{opacity:.34;background-size:cover}.hero-campus-emblem{border-radius:34px}.hero-campus-emblem::before,.hero-campus-emblem::after{border-radius:26px}.hero-campus-emblem__core{width:144px;height:144px}.hero-campus-emblem__ring-a{width:162px;height:162px}.hero-campus-emblem__ring-b{width:182px;height:182px}}@media (max-width:560px){.hero-premium-shell-v4::after{opacity:.28}.hero-campus-emblem__core{width:120px;height:120px}.hero-campus-emblem__ring-a{width:136px;height:136px}.hero-campus-emblem__ring-b{width:154px;height:154px}}.hero-premium-shell-v4{overflow:hidden}.hero-premium-shell-v4::after{inset:-2px;border-radius:inherit;background:url('/public/assets/images/home/hero-campus-frame-overlay.png') center / 100.4% 100.4% no-repeat;opacity:.66}@media (max-width:768px){.hero-premium-shell-v4::after{inset:-1px;background-size:cover;opacity:.42}}@media (max-width:560px){.hero-premium-shell-v4::after{opacity:.34}}.hero-campus-stage,.hero-campus-routeboard{position:relative;z-index:1}.hero-campus-emblem{width:228px;height:228px;border-radius:36px;border:1px solid rgba(222,196,160,.74);background:linear-gradient(145deg,rgba(255,255,255,.98) 0%,rgba(255,250,244,.96) 52%,rgba(246,241,236,.94) 100%);box-shadow:0 28px 54px -36px rgba(16,49,93,.2),0 18px 34px -28px rgba(241,145,34,.24),inset 0 1px 0 rgba(255,255,255,.95);overflow:visible;isolation:isolate;animation:heroCampusEmblemFloat 7s ease-in-out infinite}.hero-campus-emblem::before{inset:15px;border-radius:28px;border:1px solid rgba(255,255,255,.82);background:linear-gradient(145deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,0) 58%),radial-gradient(circle at 18% 20%,rgba(241,145,34,.14) 0%,rgba(241,145,34,0) 34%),radial-gradient(circle at 82% 82%,rgba(17,58,104,.08) 0%,rgba(17,58,104,0) 34%)}.hero-campus-emblem::after{content:'';position:absolute;inset:-20px;border-radius:46px;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.62) 0%,rgba(255,255,255,.18) 34%,rgba(255,255,255,0) 68%),radial-gradient(circle at 50% 40%,rgba(241,145,34,.14) 0%,rgba(241,145,34,0) 58%);filter:blur(18px);opacity:.9;pointer-events:none;z-index:0}.hero-campus-emblem__halo{inset:30px;border-radius:28px;background:radial-gradient(circle,rgba(255,208,148,.44) 0%,rgba(241,145,34,.18) 38%,rgba(17,58,104,.08) 62%,rgba(17,58,104,0) 78%);filter:blur(10px);opacity:.92;animation:heroCampusHaloPulse 6s ease-in-out infinite}.hero-campus-emblem__core{width:176px;height:176px;padding:14px;border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,252,247,.92) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 20px 36px -30px rgba(16,49,93,.22);z-index:2}.hero-campus-emblem__core img{position:relative;z-index:3;animation:heroCampusLogoBreath 6.2s ease-in-out infinite;filter:drop-shadow(0 0 10px rgba(255,255,255,.76)) drop-shadow(0 10px 22px rgba(57,54,49,.16))}.hero-campus-sign{max-width:236px;border-color:rgba(223,198,164,.76);background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(255,249,241,.88) 100%);box-shadow:0 18px 30px -26px rgba(16,49,93,.14)}.hero-campus-content h1{color:#0f315d;text-shadow:0 16px 28px rgba(255,255,255,.44)}.hero-campus-content p{color:#4d6482;text-shadow:0 1px 0 rgba(255,255,255,.34)}.hero-campus-route{background:rgba(255,255,255,.84);border-color:rgba(216,205,191,.9);box-shadow:0 20px 34px -30px rgba(16,49,93,.08)}.hero-campus-route span:last-child{color:#5e7492}.hero-campus-emblem__ring,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b,.hero-campus-overline{display:none !important}@keyframes heroCampusEmblemFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes heroCampusHaloPulse{0%,100%{opacity:.84;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@keyframes heroCampusLogoBreath{0%,100%{transform:scale(1) translateY(0);filter:drop-shadow(0 0 10px rgba(255,255,255,.76)) drop-shadow(0 10px 22px rgba(57,54,49,.16))}50%{transform:scale(1.025) translateY(-2px);filter:drop-shadow(0 0 16px rgba(241,145,34,.24)) drop-shadow(0 0 18px rgba(17,58,104,.14)) drop-shadow(0 12px 24px rgba(57,54,49,.18))}}.hero-campus-emblem,.hero-campus-emblem__core,.hero-campus-emblem__halo,.hero-campus-emblem__ring{animation:none !important}.hero-campus-emblem{width:212px;height:212px;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;isolation:isolate}.hero-campus-emblem::before,.hero-campus-emblem::after,.hero-campus-emblem__halo,.hero-campus-emblem__ring{display:none !important;content:none !important}.hero-campus-emblem__core{width:172px;height:172px;padding:16px;border-radius:34px;border:1px solid rgba(225,212,196,.9);background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(252,248,243,.97) 100%);box-shadow:0 26px 44px -32px rgba(16,49,93,.18),0 16px 26px -22px rgba(241,145,34,.18),inset 0 1px 0 rgba(255,255,255,.98)}.hero-campus-emblem__core img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 10px rgba(17,58,104,.08)) drop-shadow(0 0 10px rgba(255,255,255,.78))}.hero-campus-sign{background:linear-gradient(180deg,rgba(255,255,255,.95) 0%,rgba(250,247,243,.92) 100%)}.section-home-unified{position:relative}.section-heading-home-shell{align-items:flex-end;gap:18px}.section-heading-home-shell p{max-width:760px}.section-news-spotlight{padding-top:14px}.news-showcase-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:24px;align-items:stretch}.news-showcase-featured,.news-showcase-item,.specialty-showcase-featured,.specialty-showcase-item{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(217,226,236,.96);background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(247,250,252,.97) 100%);box-shadow:0 24px 48px -34px rgba(16,49,93,.14)}.news-showcase-featured::before,.news-showcase-item::before,.specialty-showcase-featured::before,.specialty-showcase-item::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(241,145,34,.12) 0%,rgba(241,145,34,0) 26%),radial-gradient(circle at bottom left,rgba(17,58,104,.08) 0%,rgba(17,58,104,0) 32%);pointer-events:none;z-index:0}.news-showcase-featured>*,.news-showcase-item>*,.specialty-showcase-featured>*,.specialty-showcase-item>*{position:relative;z-index:1}.news-showcase-featured{display:grid;grid-template-columns:minmax(300px,.98fr) minmax(0,1fr);gap:0}.news-showcase-featured__media,.news-showcase-item__media,.specialty-showcase-featured__media,.specialty-showcase-item__media{position:relative;overflow:hidden;isolation:isolate;display:flex;flex-direction:column;justify-content:flex-end;gap:10px;text-decoration:none}.news-showcase-featured__media{min-height:100%;padding:24px;background:linear-gradient(150deg,rgba(16,49,93,.82) 0%,rgba(22,67,119,.66) 46%,rgba(241,145,34,.38) 100%),linear-gradient(180deg,rgba(17,58,104,.12) 0%,rgba(17,58,104,.02) 100%)}.news-showcase-item__media{min-height:196px;padding:16px;border-right:1px solid rgba(217,226,236,.86);background:linear-gradient(150deg,rgba(16,49,93,.82) 0%,rgba(22,67,119,.64) 46%,rgba(241,145,34,.34) 100%),linear-gradient(180deg,rgba(17,58,104,.12) 0%,rgba(17,58,104,.02) 100%)}.news-showcase-featured__media--fallback,.news-showcase-item__media--fallback,.specialty-showcase-featured__media--fallback,.specialty-showcase-item__media--fallback{background:linear-gradient(145deg,rgba(245,248,252,.98) 0%,rgba(236,242,249,.96) 100%),linear-gradient(135deg,rgba(17,58,104,.08),rgba(241,145,34,.08))}.news-showcase-featured__image,.news-showcase-item__image,.specialty-showcase-featured__image,.specialty-showcase-item__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.news-showcase-featured__overlay,.news-showcase-item__overlay,.specialty-showcase-featured__overlay,.specialty-showcase-item__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,34,78,.08) 0%,rgba(7,34,78,.30) 48%,rgba(7,34,78,.64) 100%),linear-gradient(135deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,0) 48%)}.news-showcase-featured__media-content,.news-showcase-item__pill,.specialty-showcase-featured__media-content,.specialty-showcase-item__pill{position:relative;z-index:2}.news-showcase-featured__pill,.news-showcase-item__pill,.specialty-showcase-featured__pill,.specialty-showcase-item__pill,.news-showcase-featured__badge,.news-showcase-item__badge,.specialty-showcase-featured__code,.specialty-showcase-item__code{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase}.news-showcase-featured__pill,.news-showcase-item__pill,.specialty-showcase-featured__pill,.specialty-showcase-item__pill{color:#fff;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(8px)}.news-showcase-featured__media-content,.specialty-showcase-featured__media-content{display:grid;gap:12px;color:#fff}.news-showcase-featured__media-content strong,.specialty-showcase-featured__media-content strong{font-family:'Manrope',sans-serif;font-size:clamp(1.24rem,2vw,1.7rem);line-height:1.14;letter-spacing:.02em}.news-showcase-featured__content,.specialty-showcase-featured__content{display:grid;grid-template-rows:auto 1fr auto;gap:16px;padding:24px;align-content:start}.news-showcase-featured__meta,.specialty-showcase-featured__meta,.news-showcase-item__meta,.specialty-showcase-item__meta{display:flex;align-items:center;justify-content:space-between;gap:10px 12px;flex-wrap:wrap}.news-showcase-featured__badge,.news-showcase-item__badge{color:#113a68;background:rgba(17,58,104,.08);border:1px solid rgba(17,58,104,.12)}.news-showcase-featured__date,.news-showcase-item__date,.specialty-showcase-featured__tag,.specialty-showcase-item__tag{font-size:12px;font-weight:700;color:#64788f}.news-showcase-featured__body,.specialty-showcase-featured__body,.news-showcase-item__body,.specialty-showcase-item__body{display:grid;align-content:start;gap:10px;min-width:0}.news-showcase-featured__body h3,.specialty-showcase-featured__body h3,.news-showcase-item__body h3,.specialty-showcase-item__body h3{margin:0}.news-showcase-featured__body h3 a,.specialty-showcase-featured__body h3,.news-showcase-item__body h3 a,.specialty-showcase-item__body h3{color:#102f57;overflow-wrap:anywhere}.news-showcase-featured__body h3 a{font-size:clamp(1.4rem,2.1vw,2rem);line-height:1.18}.news-showcase-item__body h3 a,.specialty-showcase-item__body h3{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:1.08rem;line-height:1.32}.specialty-showcase-featured__body h3{font-size:clamp(1.38rem,2vw,1.88rem);line-height:1.2}.news-showcase-featured__body p,.specialty-showcase-featured__body p,.news-showcase-item__body p,.specialty-showcase-item__body p,.specialty-showcase-featured__footer span{margin:0;color:#556b84;font-size:14px;line-height:1.66;overflow-wrap:anywhere}.news-showcase-item__body p,.specialty-showcase-item__body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.news-showcase-featured__footer,.specialty-showcase-featured__footer,.news-showcase-item__footer,.specialty-showcase-item__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.news-showcase-featured__footer,.specialty-showcase-featured__footer{padding-top:16px;border-top:1px solid rgba(17,58,104,.1)}.news-showcase-featured__footer span{color:#61758d;font-size:13px}.news-showcase-stack{display:grid;grid-template-columns:1fr;gap:18px}.news-showcase-item{display:grid;grid-template-columns:164px minmax(0,1fr);align-items:stretch}.news-showcase-item__content{display:grid;grid-template-rows:auto 1fr auto;gap:12px;padding:18px 18px 18px 16px;min-width:0}.news-showcase-item__footer{padding-top:10px;border-top:1px solid rgba(17,58,104,.08)}.news-showcase-item__link,.specialty-showcase-item__link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#113a68;text-decoration:none}.news-showcase-item__link::after,.specialty-showcase-item__link::after{content:'→';transition:transform var(--t-fast)}.news-showcase-item:hover .news-showcase-item__link::after,.specialty-showcase-item:hover .specialty-showcase-item__link::after{transform:translateX(4px)}.section-home-specialties{padding-top:8px}.specialty-showcase-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:24px;align-items:stretch}.specialty-showcase-featured{display:grid;grid-template-columns:minmax(320px,.98fr) minmax(0,1fr)}.specialty-showcase-featured__media{min-height:100%;padding:24px;background:linear-gradient(150deg,rgba(16,49,93,.82) 0%,rgba(22,67,119,.64) 46%,rgba(241,145,34,.32) 100%),linear-gradient(180deg,rgba(17,58,104,.12) 0%,rgba(17,58,104,.02) 100%)}.specialty-showcase-featured__media-content{gap:10px}.specialty-showcase-featured__code,.specialty-showcase-item__code{color:#113a68;background:rgba(17,58,104,.08);border:1px solid rgba(17,58,104,.12)}.specialty-showcase-featured__tag,.specialty-showcase-item__tag{display:inline-flex;width:fit-content;font-size:11px;font-weight:800;line-height:1;letter-spacing:.1em;text-transform:uppercase;color:#6d7f96}.specialty-showcase-stack{display:grid;grid-template-columns:1fr;gap:18px}.specialty-showcase-item{display:grid;grid-template-columns:144px minmax(0,1fr);align-items:stretch}.specialty-showcase-item__media{min-height:100%;padding:14px;border-right:1px solid rgba(217,226,236,.86);background:linear-gradient(150deg,rgba(16,49,93,.82) 0%,rgba(22,67,119,.64) 46%,rgba(241,145,34,.34) 100%),linear-gradient(180deg,rgba(17,58,104,.12) 0%,rgba(17,58,104,.02) 100%)}.specialty-showcase-item__content{display:grid;grid-template-rows:auto 1fr auto;gap:12px;padding:18px 18px 18px 16px;min-width:0}.specialty-showcase-item__footer{padding-top:10px;border-top:1px solid rgba(17,58,104,.08)}@media (max-width:1220px){.news-showcase-grid,.specialty-showcase-layout{grid-template-columns:1fr}.news-showcase-featured,.specialty-showcase-featured{grid-template-columns:minmax(0,.95fr) minmax(0,1fr)}}@media (max-width:920px){.news-showcase-featured,.news-showcase-item,.specialty-showcase-featured,.specialty-showcase-item{grid-template-columns:1fr}.news-showcase-item__media,.specialty-showcase-item__media{min-height:190px;border-right:0;border-bottom:1px solid rgba(217,226,236,.86)}.news-showcase-featured__media,.specialty-showcase-featured__media{min-height:260px}}@media (max-width:768px){.hero-campus-emblem{width:188px;height:188px}.hero-campus-emblem__core{width:152px;height:152px;padding:14px;border-radius:28px}.news-showcase-featured,.news-showcase-item,.specialty-showcase-featured,.specialty-showcase-item{border-radius:26px}.news-showcase-featured__content,.specialty-showcase-featured__content,.news-showcase-item__content,.specialty-showcase-item__content{padding:18px}.news-showcase-featured__media,.specialty-showcase-featured__media{padding:18px}}@media (max-width:560px){.hero-campus-emblem{width:170px;height:170px}.hero-campus-emblem__core{width:132px;height:132px;padding:12px;border-radius:24px}.news-showcase-featured__footer,.specialty-showcase-featured__footer,.news-showcase-item__footer,.specialty-showcase-item__footer,.section-heading-home-shell{align-items:flex-start}.news-showcase-featured__body h3 a,.specialty-showcase-featured__body h3{font-size:1.3rem}}.section-home-advantages .advantage-band{gap:22px}.section-home-advantages .advantage-band-list{gap:18px}.section-home-advantages .advantage-band-item,.section-home-advantages .advantage-band-visual,.section-home-documents .card-media,.section-home-contacts .cta-banner{border-radius:30px;border:1px solid rgba(218,227,236,.95);box-shadow:0 24px 46px -34px rgba(16,49,93,.14)}.section-home-advantages .advantage-band-item{padding:20px 22px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,252,.96) 100%)}.section-home-advantages .advantage-band-visual{background:linear-gradient(145deg,rgba(16,49,93,.98) 0%,rgba(25,76,134,.96) 58%,rgba(241,145,34,.92) 100%)}.section-home-documents .card-media{overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,252,.96) 100%)}.section-home-documents .card-media-visual{background:linear-gradient(145deg,rgba(250,245,239,.98) 0%,rgba(244,248,252,.96) 100%)}.section-home-documents .card-media-content h3 a{color:#0f315d}.section-home-documents .card-media-content p{color:#5d728d}.section-home-contacts .cta-banner{background:linear-gradient(145deg,rgba(16,49,93,.98) 0%,rgba(25,76,134,.96) 58%,rgba(241,145,34,.9) 100%)}@media (max-width:1180px){.news-spotlight-layout,.specialties-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-spotlight-layout{grid-template-columns:1fr}.specialty-showcase-card--featured{grid-column:span 2}}@media (max-width:768px){.hero-campus-emblem{width:192px;height:192px}.hero-campus-emblem__core{width:150px;height:150px;padding:14px;border-radius:28px}.hero-campus-emblem__halo{inset:12px}.news-spotlight-stack,.specialties-showcase-grid{grid-template-columns:1fr}.specialty-showcase-card--featured{grid-column:auto;min-height:320px}.news-spotlight-card,.specialty-showcase-card{padding:20px;border-radius:26px}}@media (max-width:560px){.hero-campus-emblem{width:168px;height:168px}.hero-campus-emblem__core{width:128px;height:128px;padding:12px;border-radius:24px}.news-spotlight-card__visual,.specialty-showcase-card__media{min-height:92px}.news-spotlight-card__visual-featured,.specialty-showcase-card--featured .specialty-showcase-card__media{min-height:140px}.news-spotlight-card__actions,.specialty-showcase-card__footer{align-items:flex-start}}.home-main-flow{position:relative;margin-top:-10px;padding:26px 0 12px;background:linear-gradient(180deg,rgba(248,244,238,.9) 0%,rgba(244,248,252,.96) 18%,rgba(242,247,251,.98) 100%)}.home-main-flow::before,.home-main-flow::after{content:'';position:absolute;pointer-events:none;z-index:0}.home-main-flow::before{inset:0 auto auto 0;width:min(42vw,520px);height:360px;background:radial-gradient(circle at top left,rgba(241,145,34,.1) 0%,rgba(241,145,34,0) 70%)}.home-main-flow::after{inset:120px 0 auto auto;width:min(46vw,560px);height:420px;background:radial-gradient(circle at top right,rgba(17,58,104,.08) 0%,rgba(17,58,104,0) 72%)}.home-main-flow .section-home-unified{position:relative;z-index:1}.home-main-flow .section-heading{align-items:end}.hero-campus-emblem{width:224px;height:224px;border-radius:42px;background:linear-gradient(180deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,.26) 100%);border:1px solid rgba(255,255,255,.56);box-shadow:0 30px 56px -36px rgba(16,49,93,.28),inset 0 1px 0 rgba(255,255,255,.76);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);overflow:visible}.hero-campus-emblem::before{content:'' !important;position:absolute;inset:10px;display:block !important;border-radius:34px;border:1px solid rgba(255,255,255,.38);background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.02) 100%)}.hero-campus-emblem::after{content:none !important}.hero-campus-emblem__halo{inset:38px;border-radius:28px;background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.86) 0%,rgba(255,255,255,.32) 28%,rgba(255,255,255,0) 68%),radial-gradient(circle at 50% 58%,rgba(241,145,34,.18) 0%,rgba(241,145,34,0) 62%);filter:blur(14px);opacity:.96}.hero-campus-emblem__core{width:162px;height:162px;padding:10px;border-radius:30px;border:0;background:transparent;box-shadow:none}.hero-campus-emblem__core img{filter:drop-shadow(0 0 10px rgba(255,255,255,.92)) drop-shadow(0 16px 24px rgba(16,49,93,.16))}.hero-campus-sign{border-color:rgba(221,227,235,.92);box-shadow:0 20px 36px -30px rgba(16,49,93,.16)}.section-news-spotlight{padding-top:4px}.news-spotlight-layout{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:18px;align-items:start}.news-spotlight-card{border-radius:26px;padding:18px;gap:12px;box-shadow:0 22px 42px -34px rgba(16,49,93,.16)}.news-spotlight-card::before{background:radial-gradient(circle at top right,rgba(241,145,34,.11) 0%,rgba(241,145,34,0) 30%),radial-gradient(circle at bottom left,rgba(17,58,104,.07) 0%,rgba(17,58,104,0) 34%)}.news-spotlight-card-featured{justify-content:flex-start;min-height:0;padding:20px;gap:14px;border-color:rgba(28,84,142,.16)}.news-spotlight-card__visual{min-height:86px;padding:16px;border-radius:18px}.news-spotlight-card__visual-featured{min-height:104px;padding:18px;background:linear-gradient(145deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.04) 100%),linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,210,153,.14))}.news-spotlight-card__visual-label,.news-spotlight-card__badge{font-size:10px;letter-spacing:.09em}.news-spotlight-card__body{gap:8px}.news-spotlight-card__body h3{font-size:1.05rem;line-height:1.34}.news-spotlight-card-featured .news-spotlight-card__body h3{font-size:clamp(1.16rem,1.55vw,1.4rem)}.news-spotlight-card__body p{font-size:13px;line-height:1.6}.news-spotlight-card__actions{padding-top:12px}.news-spotlight-card-featured .news-spotlight-card__actions{justify-content:flex-start}.news-spotlight-stack{display:grid;grid-template-columns:1fr;gap:16px}.news-spotlight-card-compact{display:grid;grid-template-columns:108px minmax(0,1fr);grid-template-areas:'visual meta' 'visual body' 'visual actions';align-items:start;column-gap:14px;row-gap:10px}.news-spotlight-card-compact .news-spotlight-card__visual{grid-area:visual;min-height:100%;height:100%;display:flex;justify-content:space-between}.news-spotlight-card-compact .news-spotlight-card__meta{grid-area:meta}.news-spotlight-card-compact .news-spotlight-card__body{grid-area:body}.news-spotlight-card-compact .news-spotlight-card__body h3{font-size:1rem}.news-spotlight-card-compact .news-spotlight-card__actions{grid-area:actions;padding-top:0;border-top:0;min-height:0}.news-spotlight-card-compact .news-spotlight-card__link{font-size:12px}.news-spotlight-card-featured .btn-secondary-contrast{background:rgba(255,255,255,.98);color:#113a68;border-color:rgba(255,255,255,.98)}.news-spotlight-card-featured .btn-secondary-contrast:hover{background:rgba(255,244,229,.98);border-color:rgba(255,244,229,.98);color:#113a68}.section-home-specialties{padding-top:2px}.specialties-showcase-grid{display:grid;grid-template-columns:1.1fr repeat(2,minmax(0,1fr));gap:18px;align-items:stretch}.specialty-showcase-card{gap:16px;padding:18px;border-radius:26px;box-shadow:0 22px 42px -34px rgba(16,49,93,.16)}.specialty-showcase-card::before{background:radial-gradient(circle at top right,rgba(241,145,34,.1) 0%,rgba(241,145,34,0) 30%),radial-gradient(circle at bottom left,rgba(17,58,104,.06) 0%,rgba(17,58,104,0) 34%)}.specialty-showcase-card--featured{grid-column:1;grid-row:span 2;min-height:0;background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(247,250,252,.97) 100%);border-color:rgba(215,224,234,.98);box-shadow:0 26px 46px -34px rgba(16,49,93,.18)}.specialty-showcase-card--featured .specialty-showcase-card__body h3,.specialty-showcase-card--featured .specialty-showcase-card__body p,.specialty-showcase-card--featured .specialty-showcase-card__footer span,.specialty-showcase-card--featured .specialty-showcase-card__tag{color:inherit}.specialty-showcase-card__media{min-height:116px;padding:16px;border-radius:20px;background:linear-gradient(145deg,rgba(250,245,239,.99) 0%,rgba(244,248,252,.97) 100%),linear-gradient(135deg,rgba(17,58,104,.06),rgba(241,145,34,.06))}.specialty-showcase-card--featured .specialty-showcase-card__media{min-height:168px;background:linear-gradient(135deg,rgba(16,49,93,.96) 0%,rgba(31,84,144,.92) 68%,rgba(241,145,34,.82) 100%);border-color:rgba(16,49,93,.06)}.specialty-showcase-card__media-chip{font-size:10px}.specialty-showcase-card__media strong{font-size:clamp(1.16rem,1.75vw,1.56rem)}.specialty-showcase-card--featured .specialty-showcase-card__media strong,.specialty-showcase-card--featured .specialty-showcase-card__media-chip{color:#fff}.specialty-showcase-card--featured .specialty-showcase-card__media-chip{background:rgba(255,255,255,.14)}.specialty-showcase-card__body{gap:8px}.specialty-showcase-card__body h3{font-size:1.04rem}.specialty-showcase-card--featured .specialty-showcase-card__body h3{font-size:clamp(1.22rem,1.6vw,1.5rem);color:#0f315d}.specialty-showcase-card__body p{font-size:13px;line-height:1.62}.specialty-showcase-card__footer{padding-top:12px}.specialty-showcase-card--featured .specialty-showcase-card__footer{border-top-color:rgba(17,58,104,.1)}.specialty-showcase-card--featured .btn-secondary{background:#113a68;color:#fff;border-color:#113a68}.specialty-showcase-card--featured .btn-secondary:hover{background:#f19122;border-color:#f19122}.section-home-advantages .advantage-band-item,.section-home-advantages .advantage-band-visual,.section-home-documents .card-media,.section-home-contacts .cta-banner{border-radius:26px}.section-home-advantages .advantage-band-item,.section-home-documents .card-media{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,252,.96) 100%)}.section-home-advantages .advantage-band-visual,.section-home-contacts .cta-banner{box-shadow:0 24px 48px -34px rgba(16,49,93,.22)}@media (max-width:1180px){.news-spotlight-layout{grid-template-columns:1fr}.specialties-showcase-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.specialty-showcase-card--featured{grid-column:span 2;grid-row:auto}}@media (max-width:768px){.home-main-flow{margin-top:-4px;padding-top:18px}.hero-campus-emblem{width:196px;height:196px;border-radius:36px}.hero-campus-emblem::before{inset:8px;border-radius:28px}.hero-campus-emblem__halo{inset:28px;border-radius:22px}.hero-campus-emblem__core{width:144px;height:144px;border-radius:24px}.news-spotlight-card-compact{grid-template-columns:92px minmax(0,1fr)}}@media (max-width:560px){.hero-campus-emblem{width:172px;height:172px;border-radius:30px}.hero-campus-emblem::before{border-radius:22px}.hero-campus-emblem__halo{inset:24px;border-radius:18px}.hero-campus-emblem__core{width:122px;height:122px;border-radius:20px}.news-spotlight-card-compact{grid-template-columns:1fr;grid-template-areas:'visual' 'meta' 'body' 'actions'}.news-spotlight-card-compact .news-spotlight-card__visual{min-height:84px}.specialties-showcase-grid{grid-template-columns:1fr}.specialty-showcase-card--featured{grid-column:auto}}.section-news-spotlight .section-heading,.section-home-specialties .section-heading{gap:22px}.section-news-spotlight .section-heading p,.section-home-specialties .section-heading p{max-width:760px}.news-spotlight-layout{grid-template-columns:minmax(0,1.04fr) minmax(300px,0.96fr);gap:22px;align-items:stretch}.news-spotlight-stack{gap:18px}.news-spotlight-card{padding:20px;border-radius:28px;border:1px solid rgba(214,223,234,.94);background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(247,250,252,.97) 100%);box-shadow:0 24px 48px -36px rgba(16,49,93,.18)}.news-spotlight-card::before{background:radial-gradient(circle at top right,rgba(241,145,34,.12) 0%,rgba(241,145,34,0) 36%),radial-gradient(circle at bottom left,rgba(17,58,104,.08) 0%,rgba(17,58,104,0) 32%)}.news-spotlight-card__visual{min-height:118px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.38);background:linear-gradient(180deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,.04) 100%),linear-gradient(135deg,rgba(20,65,116,.94) 0%,rgba(31,84,144,.9) 64%,rgba(241,145,34,.76) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.22)}.news-spotlight-card__visual strong,.news-spotlight-card__visual-label,.news-spotlight-card__visual-note{color:#fff}.news-spotlight-card__visual strong{font-size:clamp(1.14rem,1.35vw,1.38rem);line-height:1.2}.news-spotlight-card__visual-note{font-size:.78rem;line-height:1.45;opacity:.9;max-width:260px}.news-spotlight-card-featured{min-height:100%;padding:22px;gap:15px}.news-spotlight-card-featured .news-spotlight-card__visual{min-height:180px;padding:22px}.news-spotlight-card-featured .news-spotlight-card__visual strong{font-size:clamp(1.28rem,1.7vw,1.64rem);max-width:320px}.news-spotlight-card__meta{gap:10px}.news-spotlight-card__badge,.news-spotlight-card__date{padding:8px 12px;border-radius:999px;background:rgba(244,248,252,.94);border:1px solid rgba(221,229,237,.96)}.news-spotlight-card__eyebrow{color:#1f548f}.news-spotlight-card__body{gap:10px}.news-spotlight-card__body h3{font-size:1.08rem;line-height:1.36}.news-spotlight-card-featured .news-spotlight-card__body h3{font-size:clamp(1.3rem,1.55vw,1.55rem)}.news-spotlight-card__body p{font-size:.91rem;line-height:1.68;max-width:60ch}.news-spotlight-card__actions{margin-top:auto;padding-top:14px;border-top:1px solid rgba(224,231,238,.96)}.news-spotlight-card-featured .news-spotlight-card__actions{gap:14px;align-items:center}.news-spotlight-card-featured .news-spotlight-card__actions span{color:#617189}.news-spotlight-card-compact{grid-template-columns:128px minmax(0,1fr);gap:12px 16px;align-items:stretch}.news-spotlight-card-compact .news-spotlight-card__visual{min-height:100%;padding:14px;border-radius:18px}.news-spotlight-card-compact .news-spotlight-card__visual strong{font-size:.96rem}.news-spotlight-card-compact .news-spotlight-card__visual-note{font-size:.72rem;max-width:100%}.news-spotlight-card-compact .news-spotlight-card__meta{align-self:start}.news-spotlight-card-compact .news-spotlight-card__body h3{font-size:1.02rem}.news-spotlight-card-compact .news-spotlight-card__body p{font-size:.87rem}.news-spotlight-card-compact .news-spotlight-card__actions{min-height:0;padding-top:4px;border-top:0}.news-spotlight-card__link{font-weight:700}.news-spotlight-card-compact-1 .news-spotlight-card__visual{background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.04) 100%),linear-gradient(135deg,rgba(20,65,116,.94) 0%,rgba(41,103,168,.88) 100%)}.news-spotlight-card-compact-2 .news-spotlight-card__visual{background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.04) 100%),linear-gradient(135deg,rgba(241,145,34,.94) 0%,rgba(202,114,13,.88) 100%)}.news-spotlight-card-compact-3 .news-spotlight-card__visual{background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.04) 100%),linear-gradient(135deg,rgba(28,84,142,.94) 0%,rgba(15,49,93,.9) 100%)}.section-home-specialties{padding-top:8px}.specialties-showcase-grid{grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);gap:22px;align-items:stretch}.specialty-showcase-card{padding:20px;border-radius:28px;border:1px solid rgba(214,223,234,.94);background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(247,250,252,.97) 100%);box-shadow:0 24px 48px -36px rgba(16,49,93,.18)}.specialty-showcase-card::before{background:radial-gradient(circle at top right,rgba(241,145,34,.11) 0%,rgba(241,145,34,0) 36%),radial-gradient(circle at bottom left,rgba(17,58,104,.08) 0%,rgba(17,58,104,0) 30%)}.specialty-showcase-card--featured{grid-column:1;grid-row:span 3;gap:18px}.specialty-showcase-card__media{min-height:126px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(231,236,243,.98);background:linear-gradient(180deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,.08) 100%),linear-gradient(135deg,rgba(250,245,239,.98) 0%,rgba(244,248,252,.98) 70%,rgba(233,240,247,.98) 100%)}.specialty-showcase-card--featured .specialty-showcase-card__media{min-height:220px;background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.04) 100%),linear-gradient(135deg,rgba(20,65,116,.96) 0%,rgba(31,84,144,.9) 66%,rgba(241,145,34,.82) 100%);border-color:rgba(255,255,255,.18)}.specialty-showcase-card__media-chip{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.78);border:1px solid rgba(228,234,240,.94);font-size:.66rem;letter-spacing:.09em}.specialty-showcase-card__media strong{font-size:clamp(1.12rem,1.45vw,1.5rem);line-height:1.22}.specialty-showcase-card__media-note{font-size:.78rem;line-height:1.45;color:#607188;max-width:260px}.specialty-showcase-card--featured .specialty-showcase-card__media strong,.specialty-showcase-card--featured .specialty-showcase-card__media-note,.specialty-showcase-card--featured .specialty-showcase-card__media-chip{color:#fff}.specialty-showcase-card--featured .specialty-showcase-card__media-chip{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.14)}.specialty-showcase-card__tag{color:#1f548f}.specialty-showcase-card__body{gap:10px}.specialty-showcase-card__body h3{font-size:1.08rem;line-height:1.34}.specialty-showcase-card--featured .specialty-showcase-card__body h3{font-size:clamp(1.28rem,1.55vw,1.56rem)}.specialty-showcase-card__body p{font-size:.91rem;line-height:1.68}.specialty-showcase-card__footer{margin-top:auto;padding-top:14px;border-top:1px solid rgba(224,231,238,.96)}.specialty-showcase-card__footer span{color:#617189}.specialty-showcase-card__link{font-weight:700}.specialty-showcase-card:not(.specialty-showcase-card--featured) .specialty-showcase-card__media{min-height:114px}.specialty-showcase-card:not(.specialty-showcase-card--featured):nth-child(2) .specialty-showcase-card__media{background:linear-gradient(180deg,rgba(255,255,255,.44) 0%,rgba(255,255,255,.12) 100%),linear-gradient(135deg,rgba(248,238,226,.98) 0%,rgba(244,248,252,.98) 100%)}.specialty-showcase-card:not(.specialty-showcase-card--featured):nth-child(3) .specialty-showcase-card__media{background:linear-gradient(180deg,rgba(255,255,255,.44) 0%,rgba(255,255,255,.12) 100%),linear-gradient(135deg,rgba(235,243,251,.98) 0%,rgba(244,248,252,.98) 100%)}.specialty-showcase-card:not(.specialty-showcase-card--featured):nth-child(4) .specialty-showcase-card__media{background:linear-gradient(180deg,rgba(255,255,255,.44) 0%,rgba(255,255,255,.12) 100%),linear-gradient(135deg,rgba(248,243,235,.98) 0%,rgba(244,248,252,.98) 100%)}@media (max-width:1180px){.news-spotlight-layout,.specialties-showcase-grid{grid-template-columns:1fr}.specialty-showcase-card--featured{grid-column:auto;grid-row:auto}}@media (max-width:768px){.news-spotlight-card,.specialty-showcase-card{padding:18px;border-radius:24px}.news-spotlight-card-featured .news-spotlight-card__visual,.specialty-showcase-card--featured .specialty-showcase-card__media{min-height:170px}.news-spotlight-card-compact{grid-template-columns:112px minmax(0,1fr)}}@media (max-width:560px){.news-spotlight-card-compact{grid-template-columns:1fr;grid-template-areas:'visual' 'meta' 'body' 'actions'}.news-spotlight-card-compact .news-spotlight-card__visual{min-height:102px}.news-spotlight-card__visual,.specialty-showcase-card__media,.news-spotlight-card-featured .news-spotlight-card__visual,.specialty-showcase-card--featured .specialty-showcase-card__media{min-height:138px}}.home-main-flow{position:relative;isolation:isolate}.section-home-unified{position:relative;overflow:clip}.section-home-unified::before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.42) 0%,rgba(255,255,255,0) 22%,rgba(255,255,255,.22) 100%)}.section-home-unified + .section-home-unified::after{content:'';position:absolute;top:-1px;left:50%;transform:translateX(-50%);width:min(1180px,calc(100% - 48px));height:1px;background:linear-gradient(90deg,rgba(15,52,96,0) 0%,rgba(15,52,96,.12) 18%,rgba(255,140,26,.18) 50%,rgba(15,52,96,.12) 82%,rgba(15,52,96,0) 100%)}.section-news-spotlight{background:linear-gradient(180deg,#fffdf9 0%,#f6faff 100%)}.section-home-specialties{background:linear-gradient(180deg,#f6faff 0%,#fefcf8 100%)}.section-home-advantages{background:linear-gradient(180deg,#fefcf8 0%,#f7fbff 100%)}.section-home-documents{background:linear-gradient(180deg,#f7fbff 0%,#fffaf5 100%)}.news-spotlight-card,.specialty-showcase-card{overflow:hidden}.news-spotlight-card__visual,.specialty-showcase-card__media{position:relative;overflow:hidden;isolation:isolate}.news-spotlight-card__visual--image,.specialty-showcase-card__media--image{background:#edf4fd}.news-spotlight-card__image,.specialty-showcase-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.news-spotlight-card__visual-overlay,.specialty-showcase-card__media-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,34,78,.08) 0%,rgba(7,34,78,.34) 68%,rgba(7,34,78,.66) 100%),linear-gradient(135deg,rgba(255,255,255,.25) 0%,rgba(255,255,255,0) 48%);z-index:1}.news-spotlight-card__visual-content,.specialty-showcase-card__media-content{position:relative;z-index:2}.news-spotlight-card__visual--image .news-spotlight-card__visual-content,.specialty-showcase-card__media--image .specialty-showcase-card__media-content{color:#fff}.news-spotlight-card__visual--image .news-spotlight-card__visual-label,.specialty-showcase-card__media--image .specialty-showcase-card__media-chip{background:rgba(255,255,255,.18);color:#fff;border:1px solid rgba(255,255,255,.26);backdrop-filter:blur(8px)}.news-spotlight-card__visual-note,.specialty-showcase-card__media-note{color:inherit;opacity:.96}.news-spotlight-card-featured .news-spotlight-card__visual--image,.specialty-showcase-card--featured .specialty-showcase-card__media--image{min-height:280px}.news-spotlight-card-compact .news-spotlight-card__visual--image{min-height:100%}.news-spotlight-card__body h3,.news-spotlight-card__body p,.specialty-showcase-card__body h3,.specialty-showcase-card__body p{overflow-wrap:anywhere}.news-spotlight-card__body p,.specialty-showcase-card__body p,.specialty-showcase-card__footer span{color:#4f6076}.news-spotlight-card__actions span{color:#5b6c84}.specialty-showcase-card__footer{display:flex;align-items:center;justify-content:space-between;gap:14px}.specialty-showcase-card:not(.specialty-showcase-card--featured) .specialty-showcase-card__footer{justify-content:flex-start}.specialty-showcase-card__link,.news-spotlight-card__link{display:inline-flex;align-items:center;gap:6px}.specialty-showcase-card__link::after,.news-spotlight-card__link::after{content:'→';transition:transform .2s ease}.specialty-showcase-card__link:hover::after,.news-spotlight-card__link:hover::after{transform:translateX(3px)}.admin-media-inline-preview{display:flex;align-items:flex-start;gap:16px;margin-top:-2px;padding:14px 16px;border:1px solid rgba(151,166,193,.26);border-radius:18px;background:linear-gradient(180deg,rgba(249,251,255,.98) 0%,rgba(244,248,252,.98) 100%)}.admin-media-inline-preview img,.admin-table-thumb{width:86px;height:86px;object-fit:cover;border-radius:16px;border:1px solid rgba(151,166,193,.26);background:#eef3fb;flex:0 0 auto}.admin-table-thumb-placeholder{display:inline-flex;align-items:center;justify-content:center;color:#6f8097;font-size:.78rem;font-weight:700}@media (max-width:768px){.specialty-showcase-card__footer{flex-direction:column;align-items:flex-start}.admin-media-inline-preview{flex-direction:column;align-items:flex-start}}.hero-campus-emblem__core,.hero-campus-emblem__halo,.hero-campus-emblem__ring,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{animation:none !important;transform:none !important}.hero-campus-emblem__halo,.hero-campus-emblem__ring,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{display:none !important}.hero-campus-emblem__core{filter:none !important;box-shadow:none !important}.news-showcase-grid{grid-template-columns:minmax(0,1.08fr) minmax(350px,.92fr);gap:22px}.news-showcase-featured,.specialty-showcase-featured{background:linear-gradient(180deg,rgba(255,255,255,.995) 0%,rgba(246,249,252,.98) 100%);box-shadow:0 26px 52px -36px rgba(16,49,93,.16)}.news-showcase-featured{grid-template-columns:minmax(340px,1fr) minmax(0,.94fr)}.news-showcase-featured__media,.specialty-showcase-featured__media{min-height:100%;padding:22px}.news-showcase-featured__media{background:linear-gradient(180deg,rgba(12,36,76,.14) 0%,rgba(12,36,76,.08) 100%),linear-gradient(135deg,rgba(16,49,93,.10),rgba(241,145,34,.10));border-right:1px solid rgba(217,226,236,.86)}.news-showcase-featured__media--image,.specialty-showcase-featured__media--image,.news-showcase-item__media--image,.specialty-showcase-item__media--image{background:#eff4fa}.news-showcase-featured__overlay,.specialty-showcase-featured__overlay{background:linear-gradient(180deg,rgba(7,34,78,.06) 0%,rgba(7,34,78,.18) 46%,rgba(7,34,78,.42) 100%),linear-gradient(135deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,0) 48%)}.news-showcase-featured__media-content,.specialty-showcase-featured__media-content{align-self:flex-start;gap:8px}.news-showcase-featured__content,.specialty-showcase-featured__content{gap:18px;padding:24px 24px 22px;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(247,250,252,.88) 100%)}.news-showcase-featured__meta,.specialty-showcase-featured__meta{align-items:center}.news-showcase-featured__body h3 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.news-showcase-featured__body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.news-showcase-featured__footer{align-items:center;justify-content:flex-start;gap:12px 16px}.news-showcase-featured__footer .btn-secondary-contrast{flex:0 0 auto}.news-showcase-featured__footer span{flex:1 1 220px}.news-showcase-item,.specialty-showcase-item{align-items:stretch}.news-showcase-item{grid-template-columns:152px minmax(0,1fr)}.news-showcase-item__media,.specialty-showcase-item__media{min-height:100%}.news-showcase-item__content,.specialty-showcase-item__content{gap:14px}.news-showcase-item__meta,.specialty-showcase-item__meta{justify-content:flex-start;gap:8px 10px}.news-showcase-item__body h3 a,.specialty-showcase-item__body h3{min-width:0}.news-showcase-item__body p,.specialty-showcase-item__body p{min-width:0}.news-showcase-item__footer,.specialty-showcase-item__footer{justify-content:flex-start}.news-showcase-item__link,.specialty-showcase-item__link{padding:10px 14px;border-radius:12px;background:rgba(17,58,104,.08);border:1px solid rgba(17,58,104,.10)}.specialty-showcase-layout{grid-template-columns:minmax(0,1.06fr) minmax(340px,.94fr);gap:22px}.specialty-showcase-featured{grid-template-columns:minmax(330px,1fr) minmax(0,.94fr)}.specialty-showcase-featured__media{background:linear-gradient(180deg,rgba(12,36,76,.14) 0%,rgba(12,36,76,.08) 100%),linear-gradient(135deg,rgba(16,49,93,.10),rgba(241,145,34,.10));border-right:1px solid rgba(217,226,236,.86)}.specialty-showcase-featured__overlay,.specialty-showcase-item__overlay{background:linear-gradient(180deg,rgba(7,34,78,.06) 0%,rgba(7,34,78,.20) 52%,rgba(7,34,78,.48) 100%),linear-gradient(135deg,rgba(255,255,255,.16) 0%,rgba(255,255,255,0) 48%)}.specialty-showcase-item{grid-template-columns:148px minmax(0,1fr)}.specialty-showcase-item__footer span{flex:1 1 100%}.news-showcase-featured__image,.news-showcase-item__image,.specialty-showcase-featured__image,.specialty-showcase-item__image{object-position:center center}@media (max-width:1220px){.news-showcase-featured,.specialty-showcase-featured{grid-template-columns:minmax(0,.96fr) minmax(0,1fr)}}@media (max-width:920px){.news-showcase-featured__media,.specialty-showcase-featured__media{min-height:240px;border-right:0;border-bottom:1px solid rgba(217,226,236,.86)}.news-showcase-item__media,.specialty-showcase-item__media{min-height:180px}}@media (max-width:560px){.news-showcase-featured__content,.specialty-showcase-featured__content,.news-showcase-item__content,.specialty-showcase-item__content{padding:16px}.news-showcase-featured__footer,.specialty-showcase-featured__footer,.news-showcase-item__footer,.specialty-showcase-item__footer{align-items:flex-start}}.news-showcase-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.84fr);gap:20px}.news-showcase-lead{display:grid;grid-template-columns:1fr;gap:18px;min-width:0}.news-showcase-featured{grid-template-columns:minmax(248px,.72fr) minmax(0,1fr)}.news-showcase-featured__media{min-height:264px;padding:18px}.news-showcase-featured__content{gap:14px;padding:20px}.news-showcase-featured__body h3 a{font-size:clamp(1.22rem,1.8vw,1.62rem);line-height:1.2}.news-showcase-featured__body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.news-showcase-featured__footer{gap:10px 12px}.news-showcase-item--under-featured{grid-template-columns:152px minmax(0,1fr);min-height:186px}.news-showcase-item--under-featured .news-showcase-item__media{min-height:100%}.news-showcase-item--under-featured .news-showcase-item__pill{max-width:100%;white-space:normal;line-height:1.2}.news-showcase-stack{gap:16px}@media (max-width:1220px){.news-showcase-grid{grid-template-columns:1fr}.news-showcase-stack{grid-template-columns:1fr 1fr}}@media (max-width:920px){.news-showcase-featured,.news-showcase-item--under-featured,.news-showcase-item{grid-template-columns:1fr}.news-showcase-featured__media,.news-showcase-item--under-featured .news-showcase-item__media,.news-showcase-item__media{min-height:220px}.news-showcase-stack{grid-template-columns:1fr}}@media (max-width:560px){.news-showcase-featured__content,.news-showcase-item__content{padding:16px}.news-showcase-featured__media,.news-showcase-item__media{min-height:188px;padding:16px}}.news-showcase-featured{grid-template-columns:minmax(212px,.56fr) minmax(0,1fr)}.news-showcase-featured__media{min-height:228px;padding:16px}.news-showcase-featured__content{gap:12px;padding:18px 20px}.news-showcase-featured__meta,.news-showcase-item__meta{justify-content:flex-start;align-items:flex-start;gap:8px 10px}.news-showcase-featured__pill,.news-showcase-item__pill,.news-showcase-featured__badge,.news-showcase-item__badge,.news-showcase-featured__date,.news-showcase-item__date{max-width:100%}.news-showcase-featured__pill,.news-showcase-item__pill,.news-showcase-featured__badge,.news-showcase-item__badge{white-space:normal;line-height:1.2}.news-showcase-featured__date,.news-showcase-item__date{white-space:nowrap}.news-showcase-featured__media-content,.news-showcase-item__content,.news-showcase-featured__content,.news-showcase-featured__body,.news-showcase-item__body,.news-showcase-featured__footer,.news-showcase-item__footer{min-width:0}.news-showcase-featured__body h3 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;font-size:clamp(1.14rem,1.6vw,1.42rem);line-height:1.22}.news-showcase-featured__body p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.news-showcase-featured__footer{gap:10px 12px}.news-showcase-featured__footer span{flex:1 1 220px;overflow-wrap:anywhere}.news-showcase-item{grid-template-columns:148px minmax(0,1fr)}.news-showcase-item--under-featured{grid-template-columns:138px minmax(0,1fr);min-height:176px}.news-showcase-item__media{min-height:100%;padding:14px}.news-showcase-item__content{gap:10px;padding:16px}.news-showcase-item__body h3 a{font-size:1rem;line-height:1.34}.news-showcase-item__body p{line-height:1.56}.news-showcase-item__link{max-width:100%;white-space:normal;line-height:1.2}.card-media-news{min-height:100%}.card-media-news .card-media-top,.card-media-news .card-media-content,.card-media-news .card-media-linkrow{min-width:0}.card-media-news .card-media-top{align-items:flex-start;gap:8px 10px}.card-media-news .card-media-badge,.card-media-news .card-media-date{max-width:100%}.card-media-news .card-media-badge{white-space:normal;line-height:1.2}.card-media-news .card-media-date{white-space:nowrap}.card-media-visual--image{background:#eff4fa}.card-media-visual--image::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,34,78,.08) 0%,rgba(7,34,78,.26) 54%,rgba(7,34,78,.58) 100%),linear-gradient(135deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,0) 48%);z-index:1}.card-media-visual-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.card-media-news .card-media-visual span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;max-width:100%}.card-media-news .card-media-content h3,.card-media-news .card-media-content p{min-width:0}.card-media-news .card-media-content h3 a{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;overflow-wrap:anywhere}.card-media-news .card-media-content p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;overflow-wrap:anywhere}.card-media-news .card-media-linkrow{justify-content:flex-start}.card-media-news .card-media-link{flex:1 1 180px;overflow-wrap:anywhere}@media (max-width:1220px){.news-showcase-featured{grid-template-columns:minmax(0,.84fr) minmax(0,1fr)}}@media (max-width:920px){.news-showcase-featured,.news-showcase-item,.news-showcase-item--under-featured{grid-template-columns:1fr}.news-showcase-featured__media,.news-showcase-item__media{min-height:208px}}@media (max-width:560px){.news-showcase-featured__content,.news-showcase-item__content{padding:14px}.news-showcase-featured__media,.news-showcase-item__media{min-height:180px;padding:14px}.card-media-news .card-media-top{justify-content:flex-start}}.news-showcase-item--under-featured .news-showcase-item__pill{display:inline-grid;align-items:start;width:auto;max-width:calc(100% - 10px);min-height:0;padding:7px 10px;font-size:10px;line-height:1.15;text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:normal;hyphens:auto}.home-main-flow{display:grid;gap:18px;padding:18px 0 26px;background:linear-gradient(180deg,#f7f9fc 0%,#fbfcfe 100%)}.section-home-unified{overflow:visible;background:transparent;padding:0}.section-home-unified::before,.section-home-unified + .section-home-unified::after{display:none}.section-home-unified>.container{position:relative;padding-top:36px;padding-bottom:36px;border-radius:34px;border:1px solid var(--home-section-border,rgba(210,220,232,.88));background:linear-gradient(180deg,var(--home-section-bg-start,#fffdfb) 0%,var(--home-section-bg-end,#f8fbff) 100%);box-shadow:0 24px 40px -34px rgba(16,49,93,.12);overflow:hidden}.section-home-unified>.container::before{content:'';position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at top right,rgba(241,145,34,.08) 0%,rgba(241,145,34,0) 24%),radial-gradient(circle at bottom left,rgba(17,58,104,.05) 0%,rgba(17,58,104,0) 30%)}.section-home-unified>.container>*{position:relative;z-index:1}.section-news-spotlight{--home-section-bg-start:#fffdfa;--home-section-bg-end:#f8fbff;--home-section-border:rgba(207,218,231,.9)}.section-home-specialties{--home-section-bg-start:#f9fbff;--home-section-bg-end:#fffdf9;--home-section-border:rgba(208,220,233,.9)}.section-home-advantages{--home-section-bg-start:#fffdf9;--home-section-bg-end:#f7fbff;--home-section-border:rgba(210,221,234,.9)}.section-home-documents{--home-section-bg-start:#f9fbff;--home-section-bg-end:#fffdfb;--home-section-border:rgba(210,220,232,.9)}.section-home-contacts{--home-section-bg-start:#fffdfa;--home-section-bg-end:#f8fbff;--home-section-border:rgba(207,218,231,.9)}.section-home-unified .section-heading{align-items:flex-end}.section-home-unified .section-heading p{max-width:760px}@media (max-width:920px){.home-main-flow{gap:14px;padding:14px 0 20px}.section-home-unified>.container{padding-top:28px;padding-bottom:28px;border-radius:28px}}@media (max-width:640px){.home-main-flow{gap:12px}.section-home-unified>.container{padding-top:22px;padding-bottom:22px;border-radius:24px}}.hero.hero-premium.hero-premium-v4{position:relative;z-index:1}.hero.hero-premium.hero-premium-v4::after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:96px;pointer-events:none;background:linear-gradient(180deg,rgba(247,249,252,0) 0%,rgba(247,249,252,.76) 56%,rgba(247,249,252,.96) 100%)}.home-main-flow{position:relative;z-index:3;gap:14px;margin-top:-26px;padding:0 0 30px;background:linear-gradient(180deg,rgba(247,249,252,.14) 0%,#fafcfe 14%,#fbfcfe 100%)}.home-main-flow::before{content:'';position:absolute;left:5%;right:5%;top:-26px;height:88px;pointer-events:none;border-radius:999px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.96) 0%,rgba(255,255,255,.56) 34%,rgba(255,255,255,0) 72%),radial-gradient(circle at 50% 34%,rgba(17,58,104,.08) 0%,rgba(17,58,104,0) 70%);filter:blur(18px);opacity:.95}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:38px;border-top-right-radius:38px;box-shadow:0 32px 56px -38px rgba(16,49,93,.16)}.section-home-unified>.container{border-color:var(--home-section-border,rgba(210,220,232,.88));box-shadow:0 22px 40px -34px rgba(16,49,93,.1),0 10px 18px -18px rgba(16,49,93,.06)}.section-home-unified>.container::after{content:'';position:absolute;inset:0 0 auto 0;height:1px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,.92) 18%,rgba(255,255,255,.92) 82%,rgba(255,255,255,0) 100%);pointer-events:none}.section-news-spotlight{--home-section-bg-start:#fffdfa;--home-section-bg-end:#f7fbff;--home-section-border:rgba(208,219,231,.92)}.section-home-specialties{--home-section-bg-start:#fbfdff;--home-section-bg-end:#fffdf9;--home-section-border:rgba(209,220,232,.92)}.section-home-advantages{--home-section-bg-start:#fffefb;--home-section-bg-end:#f8fbff;--home-section-border:rgba(210,221,233,.9)}.section-home-documents{--home-section-bg-start:#fafcff;--home-section-bg-end:#fffdfa;--home-section-border:rgba(209,220,232,.9)}.section-home-contacts{--home-section-bg-start:#fffdfb;--home-section-bg-end:#f8fbff;--home-section-border:rgba(208,219,231,.9)}.section-news-spotlight>.container,.section-home-specialties>.container{box-shadow:0 28px 48px -38px rgba(16,49,93,.14),0 12px 20px -18px rgba(16,49,93,.06)}.section-heading-home-shell{margin-bottom:2px}@media (max-width:920px){.hero.hero-premium.hero-premium-v4::after{height:72px}.home-main-flow{gap:12px;margin-top:-18px;padding-bottom:22px}.home-main-flow::before{left:3%;right:3%;top:-18px;height:66px;filter:blur(14px)}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:30px;border-top-right-radius:30px}}@media (max-width:640px){.hero.hero-premium.hero-premium-v4::after{height:56px}.home-main-flow{margin-top:-10px;gap:10px;padding-bottom:18px}.home-main-flow::before{top:-10px;height:50px;filter:blur(10px)}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:24px;border-top-right-radius:24px}}.hero.hero-premium.hero-premium-v4::after{background:linear-gradient(180deg,rgba(238,245,252,0) 0%,rgba(238,245,252,.72) 48%,rgba(239,246,253,.96) 100%)}.home-main-flow{gap:12px;margin-top:-24px;padding:0 0 30px;background:linear-gradient(180deg,#edf4fb 0%,#eef5fc 32%,#f2f7fd 70%,#f4f8fd 100%)}.home-main-flow::before{left:4%;right:4%;top:-22px;height:84px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.92) 0%,rgba(255,255,255,.44) 34%,rgba(255,255,255,0) 72%),radial-gradient(circle at 50% 32%,rgba(39,94,160,.14) 0%,rgba(39,94,160,0) 72%);filter:blur(16px)}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:36px;border-top-right-radius:36px}.section-news-spotlight,.section-home-specialties,.section-home-advantages,.section-home-documents,.section-home-contacts{--home-section-bg-start:rgba(255,255,255,.90);--home-section-bg-end:rgba(245,249,254,.92);--home-section-border:rgba(176,199,224,.72)}.section-home-unified>.container{border-color:var(--home-section-border);background:linear-gradient(180deg,var(--home-section-bg-start) 0%,var(--home-section-bg-end) 100%);box-shadow:0 22px 44px -36px rgba(20,63,118,.14),0 12px 24px -22px rgba(20,63,118,.09)}.section-home-unified>.container::before{background:linear-gradient(180deg,rgba(255,255,255,.18) 0%,rgba(255,255,255,0) 36%),radial-gradient(circle at top right,rgba(50,111,185,.12) 0%,rgba(50,111,185,0) 26%),radial-gradient(circle at bottom left,rgba(16,58,104,.08) 0%,rgba(16,58,104,0) 34%),radial-gradient(circle at center top,rgba(241,145,34,.05) 0%,rgba(241,145,34,0) 24%)}.section-home-unified + .section-home-unified{margin-top:-2px}.section-heading-home-shell .kicker,.section-home-unified .kicker{color:#205c98}.news-showcase-featured,.news-showcase-item,.specialty-showcase-featured,.specialty-showcase-item{border-color:rgba(179,200,224,.86);background:linear-gradient(180deg,rgba(255,255,255,.985) 0%,rgba(244,248,253,.97) 100%);box-shadow:0 22px 40px -32px rgba(20,63,118,.13)}.news-showcase-featured::before,.news-showcase-item::before,.specialty-showcase-featured::before,.specialty-showcase-item::before{background:radial-gradient(circle at top right,rgba(51,116,190,.12) 0%,rgba(51,116,190,0) 28%),radial-gradient(circle at bottom left,rgba(16,58,104,.08) 0%,rgba(16,58,104,0) 34%),radial-gradient(circle at center top,rgba(241,145,34,.05) 0%,rgba(241,145,34,0) 22%)}.news-showcase-featured__media,.news-showcase-item__media,.specialty-showcase-featured__media,.specialty-showcase-item__media{background:linear-gradient(150deg,rgba(12,47,92,.86) 0%,rgba(33,92,160,.72) 58%,rgba(117,171,226,.52) 100%),linear-gradient(180deg,rgba(17,58,104,.14) 0%,rgba(17,58,104,.02) 100%)}.news-showcase-featured__media--fallback,.news-showcase-item__media--fallback,.specialty-showcase-featured__media--fallback,.specialty-showcase-item__media--fallback{background:linear-gradient(145deg,rgba(239,245,252,.98) 0%,rgba(227,236,246,.96) 100%),linear-gradient(135deg,rgba(33,92,160,.10),rgba(241,145,34,.06))}.news-showcase-featured__overlay,.news-showcase-item__overlay,.specialty-showcase-featured__overlay,.specialty-showcase-item__overlay{background:linear-gradient(180deg,rgba(6,31,73,.06) 0%,rgba(6,31,73,.26) 46%,rgba(6,31,73,.58) 100%),linear-gradient(135deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,0) 48%)}.news-showcase-featured__badge,.news-showcase-item__badge,.specialty-showcase-featured__code,.specialty-showcase-item__code{color:#184a7f;background:rgba(36,95,160,.09);border:1px solid rgba(36,95,160,.14)}.news-showcase-featured__body h3 a,.news-showcase-item__body h3 a,.specialty-showcase-featured__body h3,.specialty-showcase-item__body h3{color:#11345e}.news-showcase-featured__body p,.news-showcase-item__body p,.specialty-showcase-featured__body p,.specialty-showcase-item__body p,.specialty-showcase-featured__footer span{color:#55708e}@media (max-width:920px){.home-main-flow{gap:10px;margin-top:-16px;padding-bottom:24px}.home-main-flow::before{left:3%;right:3%;top:-16px;height:62px;filter:blur(12px)}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:30px;border-top-right-radius:30px}}@media (max-width:640px){.home-main-flow{gap:8px;margin-top:-10px;padding-bottom:18px}.home-main-flow::before{top:-10px;height:42px;filter:blur(10px)}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:24px;border-top-right-radius:24px}}body.site-body.is-home{background:linear-gradient(180deg,#dde9f4 0%,#e8f0f7 42%,#edf3f8 100%)}body.site-body.is-home::before,body.site-body.is-home::after{content:'';position:fixed;inset:0;pointer-events:none}body.site-body.is-home::before{z-index:0;background:linear-gradient(180deg,rgba(201,217,233,.14) 0%,rgba(214,228,240,.08) 42%,rgba(224,234,241,.14) 100%),radial-gradient(circle at center,rgba(255,185,92,.06) 0%,rgba(255,185,92,0) 34%),url('/public/assets/images/home/home-global-bg.avif') center center / cover no-repeat;opacity:.97;filter:saturate(1.04) contrast(1.05)}body.site-body.is-home::after{z-index:0;background:linear-gradient(180deg,rgba(223,233,242,.07) 0%,rgba(223,233,242,0) 30%,rgba(223,233,242,.07) 100%),radial-gradient(circle at left 18%,rgba(34,96,167,.035) 0%,rgba(34,96,167,0) 22%),radial-gradient(circle at right 20%,rgba(34,96,167,.035) 0%,rgba(34,96,167,0) 22%),radial-gradient(circle at center 10%,rgba(245,157,54,.03) 0%,rgba(245,157,54,0) 16%)}.hero.hero-premium.hero-premium-v4{background:radial-gradient(circle at 10% 16%,rgba(241,145,34,.035) 0%,rgba(241,145,34,0) 20%),radial-gradient(circle at 88% 16%,rgba(47,105,200,.045) 0%,rgba(47,105,200,0) 22%),linear-gradient(180deg,rgba(243,240,235,.18) 0%,rgba(236,240,244,.08) 58%,rgba(255,255,255,0) 100%)}.hero-premium-shell-v4{background:linear-gradient(180deg,rgba(250,248,244,.72) 0%,rgba(245,241,236,.68) 52%,rgba(239,244,248,.66) 100%);backdrop-filter:blur(7px)}.home-main-flow{background:linear-gradient(180deg,rgba(219,232,244,.03) 0%,rgba(225,236,246,.01) 28%,rgba(231,239,246,.04) 64%,rgba(235,241,246,.06) 100%)}.section-home-unified>.container{background:linear-gradient(180deg,rgba(249,250,251,.58) 0%,rgba(240,245,249,.62) 100%);backdrop-filter:blur(9px)}.section-home-unified>.container::before{background:radial-gradient(circle at top right,rgba(50,111,185,.05) 0%,rgba(50,111,185,0) 24%),radial-gradient(circle at bottom left,rgba(16,58,104,.025) 0%,rgba(16,58,104,0) 30%),linear-gradient(180deg,rgba(255,198,122,.025) 0%,rgba(255,198,122,0) 20%)}.news-showcase-featured,.news-showcase-item,.specialty-showcase-featured,.specialty-showcase-item{background:linear-gradient(180deg,rgba(250,251,252,.72) 0%,rgba(239,244,248,.68) 100%)}@media (max-width:920px){body.site-body.is-home::before{background:linear-gradient(180deg,rgba(201,217,233,.16) 0%,rgba(214,228,240,.10) 42%,rgba(224,234,241,.16) 100%),radial-gradient(circle at center,rgba(255,185,92,.05) 0%,rgba(255,185,92,0) 34%),url('/public/assets/images/home/home-global-bg.avif') center center / cover no-repeat;opacity:.90}.hero-premium-shell-v4{backdrop-filter:blur(6px)}.section-home-unified>.container{background:linear-gradient(180deg,rgba(249,250,251,.66) 0%,rgba(240,245,249,.70) 100%);backdrop-filter:blur(7px)}}@media (max-width:640px){body.site-body.is-home::before{background:linear-gradient(180deg,rgba(201,217,233,.20) 0%,rgba(214,228,240,.13) 42%,rgba(224,234,241,.20) 100%),radial-gradient(circle at center,rgba(255,185,92,.04) 0%,rgba(255,185,92,0) 34%),url('/public/assets/images/home/home-global-bg.avif') center center / cover no-repeat;opacity:.84}}.hero.hero-premium.hero-premium-v4::after{content:none;background:transparent}.home-main-flow{margin-top:0;padding-top:12px}.home-main-flow::before{content:none;display:none}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:34px;border-top-right-radius:34px;box-shadow:0 22px 44px -36px rgba(20,63,118,.14),0 12px 24px -22px rgba(20,63,118,.09)}body.site-body.is-home::after{background:linear-gradient(180deg,rgba(223,233,242,.03) 0%,rgba(223,233,242,0) 30%,rgba(223,233,242,.03) 100%),radial-gradient(circle at left 18%,rgba(34,96,167,.02) 0%,rgba(34,96,167,0) 22%),radial-gradient(circle at right 20%,rgba(34,96,167,.02) 0%,rgba(34,96,167,0) 22%)}@media (max-width:920px){.home-main-flow{margin-top:0;padding-top:10px}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:30px;border-top-right-radius:30px}}@media (max-width:640px){.home-main-flow{padding-top:8px}.home-main-flow>.section-home-unified:first-child>.container{border-top-left-radius:24px;border-top-right-radius:24px}}.hero.hero-premium.hero-premium-v4,.hero-premium-v4{background:transparent !important}.hero.hero-premium.hero-premium-v4::before,.hero.hero-premium.hero-premium-v4::after,.hero-premium-v4::before,.hero-premium-v4::after,.home-main-flow::before{content:none !important;display:none !important;background:transparent !important;opacity:0 !important;filter:none !important}.hero-premium-shell-v4{background:linear-gradient(180deg,rgba(248,246,241,.52) 0%,rgba(242,239,233,.46) 52%,rgba(235,241,247,.42) 100%) !important;border-color:rgba(196,209,224,.58) !important;box-shadow:0 24px 50px -42px rgba(12,47,92,.22) !important;backdrop-filter:blur(5px) !important}.hero-premium-shell-v4::before{background:linear-gradient(135deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 34%) !important}.hero-premium-shell-v4::after{opacity:.64 !important;filter:saturate(.96) contrast(.98) !important}.hero-campus-stage,.hero-campus-routeboard{background:rgba(255,255,255,.18) !important;backdrop-filter:blur(3px) !important}.home-main-flow{margin-top:0 !important;padding-top:10px !important}.home-main-flow>.section-home-unified:first-child>.container{margin-top:0 !important}body.site-body.is-inner{position:relative;min-height:100vh;background:linear-gradient(180deg,#e4edf7 0%,#eef4fa 44%,#f3f7fb 100%)}body.site-body.is-inner::before,body.site-body.is-inner::after{content:'';position:fixed;inset:0;pointer-events:none}body.site-body.is-inner::before{z-index:0;background:linear-gradient(180deg,rgba(223,235,247,.34) 0%,rgba(232,241,249,.24) 46%,rgba(239,245,250,.36) 100%),url('/public/assets/images/home/home-global-bg.avif') center center / cover no-repeat;opacity:.54;filter:saturate(.9) contrast(.96)}body.site-body.is-inner::after{z-index:0;background:radial-gradient(circle at 12% 10%,rgba(36,95,160,.10) 0%,rgba(36,95,160,0) 28%),radial-gradient(circle at 88% 18%,rgba(245,157,54,.08) 0%,rgba(245,157,54,0) 26%),linear-gradient(180deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,0) 28%,rgba(255,255,255,.12) 100%)}body.site-body.is-inner .site-main{position:relative;z-index:1;background:transparent}body.site-body.is-inner .section,body.site-body.is-inner .section-alt{background:transparent}body.site-body.is-inner .page-hero{padding:34px 0 18px;background:transparent;border-bottom:0}body.site-body.is-inner .page-hero .container{position:relative;overflow:hidden;padding:clamp(26px,4vw,46px);border-radius:36px;border:1px solid rgba(151,183,219,.82);background:linear-gradient(135deg,rgba(255,255,255,.84) 0%,rgba(238,247,255,.78) 58%,rgba(255,247,237,.70) 100%);box-shadow:0 30px 70px -48px rgba(16,49,93,.32),inset 0 1px 0 rgba(255,255,255,.72);backdrop-filter:blur(12px)}body.site-body.is-inner .page-hero .container::before{content:'';position:absolute;inset:0;width:auto;height:auto;border-radius:inherit;background:linear-gradient(90deg,rgba(24,74,127,.18) 0%,rgba(24,74,127,0) 24%),radial-gradient(circle at 10% 16%,rgba(36,95,160,.16) 0%,rgba(36,95,160,0) 30%),radial-gradient(circle at 92% 10%,rgba(245,157,54,.14) 0%,rgba(245,157,54,0) 26%);pointer-events:none;z-index:0}body.site-body.is-inner .page-hero .container::after{content:'';position:absolute;top:-24%;right:-12%;width:min(420px,42vw);height:150%;background:linear-gradient(140deg,rgba(36,95,160,.16) 0%,rgba(36,95,160,.05) 46%,rgba(245,157,54,.10) 100%);transform:rotate(-11deg);opacity:.52;pointer-events:none;z-index:0}body.site-body.is-inner .page-hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.82fr);gap:clamp(20px,3vw,34px);align-items:stretch}body.site-body.is-inner .page-hero-main,body.site-body.is-inner .page-hero-aside{min-width:0}body.site-body.is-inner .page-hero-main{display:grid;align-content:center;gap:14px}body.site-body.is-inner .page-hero .eyebrow,body.site-body.is-inner .page-hero-sidecard-label{display:inline-flex;align-items:center;width:fit-content;min-height:30px;padding:7px 12px;border-radius:999px;color:#184a7f;background:rgba(36,95,160,.10);border:1px solid rgba(36,95,160,.16);font-size:11px;font-weight:800;line-height:1;letter-spacing:.09em;text-transform:uppercase}body.site-body.is-inner .page-hero h1{max-width:920px;margin:0;color:#102f57;font-size:clamp(2.15rem,4.6vw,4.7rem);line-height:.98;letter-spacing:-.045em}body.site-body.is-inner .page-hero p{max-width:820px;margin:0;color:#526f8d;font-size:clamp(1rem,1.25vw,1.14rem);line-height:1.72}body.site-body.is-inner .page-hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}body.site-body.is-inner .page-hero-meta .hero-stat,body.site-body.is-inner .page-hero-sidechips li{min-height:34px;padding:9px 13px;border-radius:999px;border:1px solid rgba(151,183,219,.78);background:linear-gradient(180deg,rgba(255,255,255,.76) 0%,rgba(239,247,255,.68) 100%);color:#214d7d;font-size:12px;font-weight:800;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}body.site-body.is-inner .page-hero-sidecard{position:relative;display:grid;align-content:start;gap:14px;min-height:100%;padding:24px;border-radius:28px;border:1px solid rgba(151,183,219,.82);background:linear-gradient(180deg,rgba(255,255,255,.76) 0%,rgba(240,247,253,.70) 100%);box-shadow:0 20px 48px -42px rgba(16,49,93,.26),inset 0 1px 0 rgba(255,255,255,.70);backdrop-filter:blur(10px)}body.site-body.is-inner .page-hero-sidecard::before{content:'';position:absolute;inset:0 0 auto 0;height:4px;border-radius:inherit;background:linear-gradient(90deg,#184a7f 0%,#2f69c8 58%,#f59d36 100%);opacity:.86}body.site-body.is-inner .page-hero-sidecard strong{color:#10315d;font-family:'Manrope',sans-serif;font-size:clamp(1.08rem,1.4vw,1.28rem);line-height:1.28}body.site-body.is-inner .page-hero-sidecard p{margin:0;color:#5a718d;font-size:14px;line-height:1.62}body.site-body.is-inner .page-hero-sidechips{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}body.site-body.is-inner .page-hero-sideactions{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}body.site-body.is-inner .page-hero-sideactions .btn{flex:1 1 150px;justify-content:center;min-height:44px}body.site-body.is-inner .page-content-card,body.site-body.is-inner .page-sidebar-card,body.site-body.is-inner .detail-hero,body.site-body.is-inner .detail-info-card,body.site-body.is-inner .catalog-hero,body.site-body.is-inner .stub-hero,body.site-body.is-inner .card,body.site-body.is-inner .stub-grid article,body.site-body.is-inner .audience-card,body.site-body.is-inner .public-form,body.site-body.is-inner .search-form,body.site-body.is-inner .filters-row,body.site-body.is-inner .cta-banner,body.site-body.is-inner .official-ribbon-card{border-color:rgba(151,183,219,.76);background:linear-gradient(180deg,rgba(255,255,255,.78) 0%,rgba(241,247,252,.76) 100%);box-shadow:0 22px 54px -44px rgba(16,49,93,.24),inset 0 1px 0 rgba(255,255,255,.66);backdrop-filter:blur(9px)}body.site-body.is-inner .section-heading .kicker,body.site-body.is-inner .section-head .kicker,body.site-body.is-inner .card-meta{color:#205c98}body.site-body.is-inner .section-heading h2,body.site-body.is-inner .section-head h2,body.site-body.is-inner .card h3,body.site-body.is-inner .stub-grid article h3,body.site-body.is-inner .page-sidebar-card h2,body.site-body.is-inner .rich-content h2,body.site-body.is-inner .rich-content h3{color:#10315d}body.site-body.is-inner .section-heading p,body.site-body.is-inner .section-head p,body.site-body.is-inner .card p,body.site-body.is-inner .stub-grid article p,body.site-body.is-inner .rich-content p,body.site-body.is-inner .rich-content li{color:#526f8d}@media (max-width:1100px){body.site-body.is-inner .page-hero-layout{grid-template-columns:1fr}body.site-body.is-inner .page-hero-sidecard{min-height:auto}}@media (max-width:768px){body.site-body.is-inner .page-hero{padding:24px 0 12px}body.site-body.is-inner .page-hero .container{padding:24px;border-radius:28px}body.site-body.is-inner .page-hero h1{font-size:clamp(2rem,11vw,3.2rem);line-height:1.02}body.site-body.is-inner .page-hero-sidecard{padding:20px;border-radius:24px}body.site-body.is-inner .page-hero-sideactions,body.site-body.is-inner .page-hero-sideactions .btn{width:100%}}body.site-body.is-inner{background:linear-gradient(180deg,#dce8f4 0%,#e7f0f8 42%,#edf4fa 100%)}body.site-body.is-inner::before{background:linear-gradient(180deg,rgba(205,222,238,.10) 0%,rgba(216,231,244,.06) 44%,rgba(225,236,245,.10) 100%),radial-gradient(circle at 50% 8%,rgba(245,157,54,.045) 0%,rgba(245,157,54,0) 22%),url('/public/assets/images/home/home-global-bg.avif') center center / cover no-repeat;opacity:.94;filter:saturate(1.04) contrast(1.04)}body.site-body.is-inner::after{background:radial-gradient(circle at 10% 18%,rgba(36,95,160,.055) 0%,rgba(36,95,160,0) 24%),radial-gradient(circle at 92% 16%,rgba(36,95,160,.045) 0%,rgba(36,95,160,0) 22%)}body.site-body.is-inner .page-hero .container{border:1px solid rgba(132,170,210,.78);background:linear-gradient(135deg,rgba(248,251,254,.86) 0%,rgba(232,241,250,.82) 58%,rgba(243,235,224,.80) 100%);box-shadow:0 34px 76px -52px rgba(13,45,87,.34),0 12px 26px -22px rgba(13,45,87,.16),inset 0 1px 0 rgba(255,255,255,.52);backdrop-filter:blur(9px)}body.site-body.is-inner .page-hero .container::before{background:linear-gradient(90deg,rgba(24,74,127,.16) 0%,rgba(24,74,127,0) 22%),radial-gradient(circle at 8% 14%,rgba(36,95,160,.12) 0%,rgba(36,95,160,0) 28%),radial-gradient(circle at 92% 12%,rgba(245,157,54,.10) 0%,rgba(245,157,54,0) 24%),linear-gradient(180deg,rgba(36,95,160,.035) 0%,rgba(36,95,160,0) 46%)}body.site-body.is-inner .page-hero .container::after{top:-18%;right:-10%;width:min(460px,44vw);height:140%;background:linear-gradient(135deg,rgba(31,92,155,.18) 0%,rgba(31,92,155,.06) 48%,rgba(245,157,54,.08) 100%);opacity:.40;filter:saturate(1.04)}body.site-body.is-inner .page-hero-layout{gap:clamp(22px,3.2vw,38px)}body.site-body.is-inner .page-hero-main{padding:clamp(4px,1vw,10px) 0}body.site-body.is-inner .page-hero .eyebrow,body.site-body.is-inner .page-hero-sidecard-label{color:#113f72;background:linear-gradient(180deg,rgba(231,240,250,.94) 0%,rgba(213,230,247,.90) 100%);border-color:rgba(77,127,183,.30);box-shadow:inset 0 1px 0 rgba(255,255,255,.56)}body.site-body.is-inner .page-hero h1{color:#0c2f5a;text-shadow:0 1px 0 rgba(255,255,255,.28)}body.site-body.is-inner .page-hero p,body.site-body.is-inner .page-hero-sidecard p{color:#496985}body.site-body.is-inner .page-hero-meta .hero-stat,body.site-body.is-inner .page-hero-sidechips li{border-color:rgba(95,143,193,.46);background:linear-gradient(180deg,rgba(242,248,253,.92) 0%,rgba(221,235,249,.88) 100%);color:#174a7d;box-shadow:inset 0 1px 0 rgba(255,255,255,.52)}body.site-body.is-inner .page-hero-sidecard{border:1px solid rgba(132,170,210,.74);background:linear-gradient(180deg,rgba(244,249,253,.88) 0%,rgba(226,237,248,.84) 100%);box-shadow:0 24px 54px -42px rgba(13,45,87,.30),inset 0 1px 0 rgba(255,255,255,.48);backdrop-filter:blur(8px)}body.site-body.is-inner .page-hero-sidecard::before{height:5px;background:linear-gradient(90deg,#113f72 0%,#2f69c8 56%,#f59d36 100%);opacity:.95}body.site-body.is-inner .page-hero-sidecard strong{color:#0d315d}body.site-body.is-inner .page-content-card,body.site-body.is-inner .page-sidebar-card,body.site-body.is-inner .detail-hero,body.site-body.is-inner .detail-info-card,body.site-body.is-inner .catalog-hero,body.site-body.is-inner .stub-hero,body.site-body.is-inner .card,body.site-body.is-inner .stub-grid article,body.site-body.is-inner .audience-card,body.site-body.is-inner .public-form,body.site-body.is-inner .search-form,body.site-body.is-inner .filters-row,body.site-body.is-inner .cta-banner,body.site-body.is-inner .official-ribbon-card{border-color:rgba(132,170,210,.70);background:linear-gradient(180deg,rgba(248,251,253,.82) 0%,rgba(232,241,249,.80) 100%);box-shadow:0 24px 56px -44px rgba(13,45,87,.26),inset 0 1px 0 rgba(255,255,255,.44);backdrop-filter:blur(8px)}@media (max-width:768px){body.site-body.is-inner::before{opacity:.86}body.site-body.is-inner .page-hero .container{background:linear-gradient(135deg,rgba(248,251,254,.90) 0%,rgba(232,241,250,.88) 58%,rgba(243,235,224,.86) 100%);backdrop-filter:blur(7px)}body.site-body.is-inner .page-hero-sidecard,body.site-body.is-inner .page-content-card,body.site-body.is-inner .page-sidebar-card,body.site-body.is-inner .card{background:linear-gradient(180deg,rgba(248,251,253,.88) 0%,rgba(232,241,249,.86) 100%);backdrop-filter:blur(6px)}}.section-news-spotlight .news-showcase-featured__content,.section-home-specialties .specialty-showcase-featured__content,.section-news-spotlight .news-showcase-item__content,.section-home-specialties .specialty-showcase-item__content{background:linear-gradient(180deg,rgba(252,253,255,.96) 0%,rgba(244,248,252,.94) 100%)}.section-news-spotlight .news-showcase-featured__meta,.section-news-spotlight .news-showcase-item__meta,.section-home-specialties .specialty-showcase-featured__meta,.section-home-specialties .specialty-showcase-item__meta{align-items:center}.section-news-spotlight .news-showcase-featured__date,.section-news-spotlight .news-showcase-item__date,.section-home-specialties .specialty-showcase-featured__tag,.section-home-specialties .specialty-showcase-item__tag,.section-home-specialties .specialty-showcase-featured__footer span,.section-home-specialties .specialty-showcase-item__body p,.section-news-spotlight .news-showcase-featured__footer span,.section-news-spotlight .news-showcase-item__body p{color:#4e647f}.section-news-spotlight .news-showcase-featured__body h3 a,.section-news-spotlight .news-showcase-item__body h3 a,.section-home-specialties .specialty-showcase-featured__body h3,.section-home-specialties .specialty-showcase-item__body h3{color:#143a67}.section-news-spotlight .news-showcase-featured__footer,.section-home-specialties .specialty-showcase-featured__footer,.section-news-spotlight .news-showcase-item__footer,.section-home-specialties .specialty-showcase-item__footer{border-top-color:rgba(20,58,103,.10)}.section-news-spotlight .news-showcase-featured__footer .btn-secondary-contrast{background:linear-gradient(180deg,#1b4f87 0%,#143a67 100%);color:#fff;border-color:rgba(20,58,103,.18);box-shadow:0 14px 28px -22px rgba(20,58,103,.55)}.section-news-spotlight .news-showcase-featured__footer .btn-secondary-contrast:hover{background:linear-gradient(180deg,#215d9e 0%,#184679 100%);color:#fff;border-color:rgba(20,58,103,.22)}.section-news-spotlight .news-showcase-item__link,.section-home-specialties .specialty-showcase-item__link{background:rgba(20,58,103,.08);color:#143a67;border-color:rgba(20,58,103,.10)}.section-news-spotlight .news-showcase-item__link:hover,.section-home-specialties .specialty-showcase-item__link:hover{background:rgba(20,58,103,.12);color:#12345c}.section-news-spotlight .news-showcase-featured__body h3 a,.section-news-spotlight .news-showcase-featured__body p,.section-news-spotlight .news-showcase-item__body h3 a,.section-news-spotlight .news-showcase-item__body p,.section-home-specialties .specialty-showcase-featured__body h3,.section-home-specialties .specialty-showcase-featured__body p,.section-home-specialties .specialty-showcase-item__body h3,.section-home-specialties .specialty-showcase-item__body p{text-shadow:none}@media (max-width:560px){.section-news-spotlight .news-showcase-featured__footer .btn-secondary-contrast{width:100%}}body.site-body.is-inner .filters-row{display:flex;flex-wrap:wrap;gap:10px;padding:12px;border-radius:22px}body.site-body.is-inner .filter-chip{min-height:42px;display:inline-flex;align-items:center;justify-content:center}.hero-campus-stage{position:relative;padding:24px;border-radius:32px;border:1px solid rgba(160,188,216,.52);background:linear-gradient(135deg,rgba(248,250,252,.48) 0%,rgba(232,240,248,.38) 58%,rgba(246,239,230,.30) 100%) !important;box-shadow:0 26px 54px -42px rgba(12,47,92,.22);overflow:hidden}.hero-campus-stage::before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.10) 0%,rgba(255,255,255,0) 36%),radial-gradient(circle at top right,rgba(47,105,200,.10) 0%,rgba(47,105,200,0) 26%),radial-gradient(circle at bottom left,rgba(245,157,54,.06) 0%,rgba(245,157,54,0) 22%)}.hero-campus-stage>*{position:relative;z-index:1}body.site-body.is-home .site-footer{background:linear-gradient(180deg,rgba(7,22,47,.96) 0%,rgba(10,31,66,.98) 100%)}body.site-body.is-home .site-footer .container{padding-top:0}body.site-body.is-home .site-footer-card{margin-top:20px;padding:28px;border-radius:30px;background:linear-gradient(180deg,rgba(10,30,61,.86) 0%,rgba(11,38,78,.90) 100%);border:1px solid rgba(119,153,197,.18);box-shadow:0 30px 64px -48px rgba(3,10,25,.70),inset 0 1px 0 rgba(255,255,255,.04)}body.site-body.is-home .site-footer-bottom{padding-top:16px}.news-detail-gallery{display:grid;gap:16px}.news-detail-gallery__item{position:relative;display:block;overflow:hidden;min-height:320px;border-radius:28px;border:1px solid rgba(147,178,212,.72);background:linear-gradient(180deg,rgba(248,251,253,.86) 0%,rgba(232,241,249,.84) 100%);box-shadow:0 24px 56px -42px rgba(13,45,87,.24)}.news-detail-gallery__image{display:block;width:100%;height:100%;min-height:320px;object-fit:cover}.news-detail-gallery__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,31,69,.06) 0%,rgba(7,31,69,.18) 48%,rgba(7,31,69,.54) 100%)}.news-detail-gallery__hint{position:absolute;left:20px;bottom:18px;display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(8px)}.media-lightbox{position:fixed;inset:0;z-index:1200}.media-lightbox[hidden]{display:none !important}.media-lightbox__backdrop{position:absolute;inset:0;background:rgba(3,10,24,.74);backdrop-filter:blur(8px)}.media-lightbox__dialog{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;width:min(1200px,calc(100vw - 32px));max-height:calc(100vh - 32px);margin:16px auto;padding:20px;border-radius:28px;background:linear-gradient(180deg,rgba(10,25,48,.90) 0%,rgba(8,18,34,.96) 100%);border:1px solid rgba(255,255,255,.08);box-shadow:0 34px 90px -48px rgba(0,0,0,.72)}.media-lightbox__figure{margin:0;min-width:0;display:grid;gap:12px}.media-lightbox__image{width:100%;max-height:calc(100vh - 150px);object-fit:contain;border-radius:20px;background:rgba(255,255,255,.04)}.media-lightbox__caption{color:rgba(235,242,252,.86);font-size:14px;line-height:1.6}.media-lightbox__close,.media-lightbox__nav{width:48px;height:48px;border:0;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:28px;line-height:1;cursor:pointer}.media-lightbox__close:hover,.media-lightbox__nav:hover{background:rgba(255,255,255,.16)}.media-lightbox__close{position:absolute;top:16px;right:16px}body.has-media-lightbox{overflow:hidden}@media (max-width:980px){.media-lightbox__dialog{grid-template-columns:1fr;padding:16px}.media-lightbox__nav{position:absolute;bottom:20px}.media-lightbox__nav--prev{left:16px}.media-lightbox__nav--next{right:16px}}@media (max-width:768px){.hero-campus-stage{padding:20px;border-radius:26px}.news-detail-gallery__item,.news-detail-gallery__image{min-height:220px}body.site-body.is-home .site-footer-card{border-radius:24px;padding:22px}}.news-detail-gallery{justify-items:start}.news-detail-gallery__item{width:min(420px,100%);min-height:228px;border-radius:24px;box-shadow:0 18px 40px -34px rgba(13,45,87,.22)}.news-detail-gallery__image{min-height:228px}.news-detail-gallery__hint{left:16px;bottom:14px;padding:7px 11px;font-size:11px}.media-lightbox__dialog{width:min(980px,calc(100vw - 24px));max-height:calc(100vh - 24px);margin:12px auto;padding:14px;border-radius:22px}.media-lightbox__figure{gap:10px}.media-lightbox__image{max-height:calc(100vh - 112px);border-radius:16px}.media-lightbox__caption{font-size:13px}.media-lightbox__close,.media-lightbox__nav{width:42px;height:42px;font-size:24px}@media (max-width:768px){.news-detail-gallery__item,.news-detail-gallery__image{width:100%;min-height:180px}.media-lightbox__dialog{width:min(100vw - 16px,100%);max-height:calc(100vh - 16px);padding:12px;border-radius:18px}.media-lightbox__image{max-height:calc(100vh - 120px)}}.news-detail-gallery{width:100%;justify-items:stretch}.news-detail-gallery__item{width:100%;min-height:420px;border-radius:30px;border:1px solid rgba(141,175,211,.78);background:linear-gradient(180deg,rgba(248,251,253,.92) 0%,rgba(232,241,249,.90) 100%);box-shadow:0 28px 62px -44px rgba(13,45,87,.28),inset 0 1px 0 rgba(255,255,255,.52)}.news-detail-gallery__image{min-height:420px;max-height:720px;object-fit:cover}.news-detail-gallery__overlay{background:linear-gradient(180deg,rgba(7,31,69,.04) 0%,rgba(7,31,69,.12) 46%,rgba(7,31,69,.48) 100%)}.news-detail-gallery__hint{left:20px;bottom:18px;padding:9px 13px;font-size:12px}.media-lightbox{padding:18px}.media-lightbox__dialog{position:relative;display:block;width:min(1320px,calc(100vw - 36px));max-height:calc(100vh - 36px);margin:0 auto;padding:24px 24px 18px;border-radius:30px;background:linear-gradient(180deg,rgba(8,20,39,.94) 0%,rgba(5,14,28,.98) 100%);border:1px solid rgba(255,255,255,.10);box-shadow:0 44px 110px -56px rgba(0,0,0,.80);overflow:hidden}.media-lightbox__figure{display:grid;gap:14px;justify-items:center}.media-lightbox__image{display:block;width:100%;max-width:100%;max-height:calc(100vh - 132px);min-height:320px;object-fit:contain;border-radius:22px;background:rgba(255,255,255,.03)}.media-lightbox__caption{width:100%;text-align:center;font-size:14px;line-height:1.65;color:rgba(236,242,249,.84)}.media-lightbox__close,.media-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);width:52px;height:52px;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.08);box-shadow:0 14px 28px -18px rgba(0,0,0,.55)}.media-lightbox__close{top:18px;right:18px;transform:none}.media-lightbox__nav--prev{left:18px}.media-lightbox__nav--next{right:18px}@media (max-width:980px){.news-detail-gallery__item,.news-detail-gallery__image{min-height:300px}.media-lightbox{padding:12px}.media-lightbox__dialog{width:min(100vw - 24px,100%);max-height:calc(100vh - 24px);padding:18px 18px 14px;border-radius:24px}.media-lightbox__image{min-height:220px;max-height:calc(100vh - 140px)}.media-lightbox__close,.media-lightbox__nav{width:46px;height:46px}.media-lightbox__nav--prev{left:12px}.media-lightbox__nav--next{right:12px}}@media (max-width:640px){.news-detail-gallery__item,.news-detail-gallery__image{min-height:220px;border-radius:24px}.media-lightbox__dialog{padding:16px 14px 12px;border-radius:20px}.media-lightbox__image{min-height:180px;max-height:calc(100vh - 156px);border-radius:16px}.media-lightbox__close,.media-lightbox__nav{width:42px;height:42px;font-size:22px}}.news-detail-viewer{display:grid;gap:14px;width:100%;padding:18px;border-radius:32px;border:1px solid rgba(141,175,211,.78);background:linear-gradient(180deg,rgba(248,251,253,.94) 0%,rgba(232,241,249,.91) 100%);box-shadow:0 28px 62px -44px rgba(13,45,87,.28),inset 0 1px 0 rgba(255,255,255,.56)}.news-detail-viewer__main{position:relative;display:block;width:100%;overflow:hidden;min-height:460px;border-radius:26px;background:linear-gradient(180deg,rgba(248,251,253,.92) 0%,rgba(232,241,249,.88) 100%)}.news-detail-viewer__main-image{display:block;width:100%;min-height:460px;max-height:720px;object-fit:cover}.news-detail-viewer__overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,31,69,.04) 0%,rgba(7,31,69,.12) 46%,rgba(7,31,69,.44) 100%)}.news-detail-viewer__hint,.news-detail-viewer__count{position:absolute;bottom:18px;display:inline-flex;align-items:center;padding:9px 13px;border-radius:999px;color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;backdrop-filter:blur(8px)}.news-detail-viewer__hint{left:20px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24)}.news-detail-viewer__count{right:20px;background:rgba(20,58,103,.56);border:1px solid rgba(255,255,255,.14)}.news-detail-viewer__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.news-detail-viewer__thumb{position:relative;display:block;overflow:hidden;min-height:104px;border-radius:18px;border:1px solid rgba(141,175,211,.68);background:rgba(255,255,255,.55);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.news-detail-viewer__thumb.is-active,.news-detail-viewer__thumb:hover{transform:translateY(-2px);border-color:rgba(24,74,127,.48);box-shadow:0 16px 28px -22px rgba(13,45,87,.22)}.news-detail-viewer__thumb-image{display:block;width:100%;height:100%;min-height:104px;object-fit:cover}.media-lightbox{display:grid;place-items:center;padding:clamp(14px,3vw,28px)}.media-lightbox__dialog{margin:0;width:min(1360px,calc(100vw - 40px));max-height:calc(100vh - 40px);padding:24px 24px 18px}.media-lightbox__figure{width:100%;justify-items:center}.media-lightbox__image{width:100%;max-width:100%;max-height:calc(100vh - 150px);min-height:min(56vh,420px);object-fit:contain}@media (max-width:980px){.news-detail-viewer{padding:14px;border-radius:26px}.news-detail-viewer__main,.news-detail-viewer__main-image{min-height:320px}.news-detail-viewer__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.media-lightbox__dialog{width:min(100vw - 24px,1240px);max-height:calc(100vh - 24px);padding:18px 18px 14px}.media-lightbox__image{min-height:260px;max-height:calc(100vh - 160px)}}@media (max-width:640px){.news-detail-viewer__main,.news-detail-viewer__main-image{min-height:220px;border-radius:20px}.news-detail-viewer__thumb,.news-detail-viewer__thumb-image{min-height:84px;border-radius:16px}.news-detail-viewer__hint,.news-detail-viewer__count{bottom:12px;padding:8px 11px;font-size:11px}.news-detail-viewer__hint{left:12px}.news-detail-viewer__count{right:12px}.media-lightbox{padding:10px}.media-lightbox__dialog{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:14px 12px 12px;border-radius:20px}.media-lightbox__image{min-height:180px;max-height:calc(100vh - 170px);border-radius:16px}.media-lightbox__close,.media-lightbox__nav{width:42px;height:42px;font-size:22px}.media-lightbox__nav--prev{left:10px}.media-lightbox__nav--next{right:10px}.media-lightbox__close{top:10px;right:10px}}html.has-media-lightbox,body.has-media-lightbox{overflow:hidden}.media-lightbox{position:fixed !important;inset:0 !important;z-index:1400 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:clamp(14px,3vw,28px) !important;overflow:auto !important;overscroll-behavior:contain}.media-lightbox__dialog{position:relative;display:flex !important;flex-direction:column;justify-content:center;width:min(1360px,calc(100vw - 40px)) !important;max-height:min(92vh,calc(100vh - 32px)) !important;margin:auto !important}.media-lightbox__figure{flex:1 1 auto;min-height:0;display:flex !important;flex-direction:column;align-items:center;justify-content:center}.media-lightbox__image{width:auto !important;max-width:100% !important;max-height:min(76vh,calc(100vh - 170px)) !important;min-height:0 !important;margin:0 auto;object-fit:contain !important}.media-lightbox__caption{margin-top:12px}@media (max-width:980px){.media-lightbox{padding:12px !important}.media-lightbox__dialog{width:calc(100vw - 24px) !important;max-height:calc(100vh - 24px) !important}.media-lightbox__image{max-height:calc(100vh - 168px) !important}}@media (max-width:640px){.media-lightbox{padding:10px !important}.media-lightbox__dialog{width:calc(100vw - 20px) !important;max-height:calc(100vh - 20px) !important}.media-lightbox__image{max-height:calc(100vh - 160px) !important}}html.has-media-lightbox,body.has-media-lightbox{overflow:hidden !important;height:100% !important}html.has-media-lightbox .site-header-shell,body.has-media-lightbox .site-header-shell{visibility:hidden !important;opacity:0 !important;pointer-events:none !important;transform:translateY(-100%) !important}body.has-media-lightbox .site-nav-overlay{display:none !important}.media-lightbox{position:fixed !important;inset:0 !important;z-index:5000 !important;display:grid !important;place-items:center !important;width:100vw !important;height:100dvh !important;min-height:100dvh !important;padding:clamp(14px,2vw,26px) !important;margin:0 !important;overflow:hidden !important;top:0 !important;right:0 !important;bottom:0 !important;left:0 !important}.media-lightbox[hidden]{display:none !important}.media-lightbox__backdrop{position:absolute !important;inset:0 !important;z-index:0 !important;background:radial-gradient(circle at 50% 35%,rgba(24,74,127,.32) 0%,rgba(6,18,36,.88) 55%,rgba(3,10,22,.96) 100%) !important;backdrop-filter:blur(10px) saturate(1.05) !important;-webkit-backdrop-filter:blur(10px) saturate(1.05) !important}.media-lightbox__dialog{position:relative !important;z-index:1 !important;top:auto !important;right:auto !important;bottom:auto !important;left:auto !important;transform:none !important;margin:0 !important;align-self:center !important;justify-self:center !important;width:min(1320px,calc(100vw - 48px)) !important;max-width:min(1320px,calc(100vw - 48px)) !important;max-height:calc(100dvh - 48px) !important;overflow:hidden !important;display:flex !important;flex-direction:column !important;justify-content:center !important;padding:clamp(16px,2vw,24px) !important;border-radius:28px !important;background:linear-gradient(180deg,rgba(8,20,39,.96) 0%,rgba(5,14,28,.98) 100%) !important;border:1px solid rgba(255,255,255,.13) !important;box-shadow:0 44px 110px -56px rgba(0,0,0,.82) !important}.media-lightbox__figure{display:flex !important;flex-direction:column !important;justify-content:center !important;align-items:center !important;min-height:0 !important;margin:0 !important}.media-lightbox__image{display:block !important;width:auto !important;height:auto !important;max-width:100% !important;max-height:calc(100dvh - 152px) !important;margin:0 auto !important;object-fit:contain !important;border-radius:20px !important;background:rgba(255,255,255,.04) !important}.media-lightbox__caption{margin-top:12px !important;text-align:center !important;color:rgba(236,242,249,.88) !important}.media-lightbox__close,.media-lightbox__nav{z-index:2 !important}@media (max-width:980px){.media-lightbox{padding:12px !important}.media-lightbox__dialog{width:calc(100vw - 24px) !important;max-width:calc(100vw - 24px) !important;max-height:calc(100dvh - 24px) !important;border-radius:24px !important}.media-lightbox__image{max-height:calc(100dvh - 136px) !important}}@media (max-width:640px){.media-lightbox{padding:10px !important}.media-lightbox__dialog{width:calc(100vw - 20px) !important;max-width:calc(100vw - 20px) !important;max-height:calc(100dvh - 20px) !important;padding:14px !important;border-radius:20px !important}.media-lightbox__image{max-height:calc(100dvh - 124px) !important;border-radius:16px !important}}.hero-campus-emblem__core,.hero-campus-emblem__halo,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{animation:none !important;transform:none !important}.site-header-shell{position:relative;z-index:120}.site-header-nav.site-header-nav-v16{position:sticky;top:0;z-index:130;padding-top:8px;padding-bottom:10px;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(247,250,254,.86) 100%);backdrop-filter:blur(12px)}.site-header-nav.site-header-nav-v16::before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.40) 0%,rgba(255,255,255,0) 70%)}.site-header-nav.site-header-nav-v16>.container{position:relative;z-index:1}.site-header-nav.site-header-nav-v16 .site-nav-frame.site-nav-frame-v17{box-shadow:0 18px 38px -30px rgba(10,31,76,.24)}@media (max-width:1024px){.site-header-nav.site-header-nav-v16{padding-top:6px;padding-bottom:8px}}.hero-campus-emblem__core,.hero-campus-emblem__halo,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{animation:none !important;transform:none !important}.site-header-shell{position:relative;z-index:120}.site-header-nav.site-header-nav-v16{position:sticky;top:0;z-index:130;padding-top:8px;padding-bottom:10px;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(247,250,254,.86) 100%);backdrop-filter:blur(12px)}.site-header-nav.site-header-nav-v16::before{content:'';position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.40) 0%,rgba(255,255,255,0) 70%)}.site-header-nav.site-header-nav-v16>.container{position:relative;z-index:1}.site-header-nav.site-header-nav-v16 .site-nav-frame.site-nav-frame-v17{box-shadow:0 18px 38px -30px rgba(10,31,76,.24)}@media (max-width:1024px){.site-header-nav.site-header-nav-v16{padding-top:6px;padding-bottom:8px}}.hero-campus-emblem__core,.hero-campus-emblem__halo,.hero-campus-emblem__ring,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{animation:none !important;transform:none !important}.hero-campus-emblem__halo,.hero-campus-emblem__ring,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{display:none !important}.hero-campus-emblem,.hero-campus-emblem__core,.hero-campus-emblem__core img{transition:none !important}.site-header-shell{position:sticky !important;top:0;z-index:1400 !important}.site-header-nav{position:sticky;top:0;z-index:1401;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(247,250,253,.98) 100%);backdrop-filter:blur(12px)}.site-header-nav .container,.site-header-nav-row,.site-nav-frame,.site-nav-frame-v17,.site-nav,.site-nav-panel,.site-nav-root,.site-nav-entry{overflow:visible !important}.site-nav-root>.site-nav-item,.site-nav-root>.site-nav-item.has-children,.site-nav-sub{overflow:visible !important}.site-main{position:relative;z-index:1}@media (max-width:1024px){.site-header-shell{position:sticky !important;top:0}.site-header-nav{top:0}}.hero-campus-emblem,.hero-campus-emblem::before,.hero-campus-emblem::after,.hero-campus-emblem__core,.hero-campus-emblem__core img,.hero-campus-emblem__halo,.hero-campus-emblem__ring,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{animation:none !important;animation-name:none !important;animation-duration:0s !important;animation-iteration-count:1 !important;transition:none !important;transform:none !important}.hero-campus-emblem::before,.hero-campus-emblem::after,.hero-campus-emblem__halo,.hero-campus-emblem__ring,.hero-campus-emblem__ring-a,.hero-campus-emblem__ring-b{display:none !important;content:none !important}.hero-campus-emblem{backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.hero-campus-emblem__core img{filter:drop-shadow(0 10px 22px rgba(57,54,49,.16)) !important}.hero-campus-routeboard{position:relative;padding:clamp(14px,1.6vw,20px);border-radius:30px !important;border:1px solid rgba(168,188,212,.62);background:linear-gradient(135deg,rgba(255,255,255,.54) 0%,rgba(236,244,252,.42) 58%,rgba(248,239,228,.34) 100%) !important;box-shadow:0 24px 52px -42px rgba(12,47,92,.22),inset 0 1px 0 rgba(255,255,255,.36);backdrop-filter:blur(6px) !important;-webkit-backdrop-filter:blur(6px) !important;overflow:hidden}.hero-campus-routeboard::before{content:'';position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at top right,rgba(47,105,200,.10) 0%,rgba(47,105,200,0) 28%),radial-gradient(circle at bottom left,rgba(245,157,54,.07) 0%,rgba(245,157,54,0) 26%),linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,0) 42%)}.hero-campus-routeboard>.hero-campus-route{position:relative;z-index:1}.hero-campus-route{border-radius:24px !important;border-color:rgba(172,190,213,.70) !important;background:linear-gradient(180deg,rgba(255,255,255,.84) 0%,rgba(246,249,253,.74) 100%) !important;box-shadow:0 16px 32px -28px rgba(12,47,92,.22),inset 0 1px 0 rgba(255,255,255,.56)}.hero-campus-route:hover{border-color:rgba(73,124,181,.58) !important;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(239,246,253,.86) 100%) !important;box-shadow:0 22px 42px -30px rgba(12,47,92,.28),inset 0 1px 0 rgba(255,255,255,.66)}.hero-campus-route__label{display:inline-flex;align-items:center;width:fit-content;min-height:24px;padding:5px 9px;border-radius:999px;background:rgba(245,157,54,.10);color:#8a4d07 !important}.hero-campus-route strong{color:#103a67 !important}.hero-campus-route span:last-child{color:#546e8b !important}@media (max-width:1024px){.hero-campus-routeboard{border-radius:26px !important;padding:14px}.hero-campus-route{border-radius:20px !important}}@media (max-width:640px){.hero-campus-routeboard{border-radius:22px !important;padding:10px}.hero-campus-route{border-radius:18px !important}}.section-heading-actions{display:flex;flex-wrap:wrap;gap:12px}.specialties-catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.specialty-catalog-card__footer{min-height:150px}.specialty-modal{position:fixed;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:28px}.specialty-modal[hidden]{display:none}.specialty-modal__backdrop{position:absolute;inset:0;background:rgba(8,22,45,0.62);backdrop-filter:blur(6px)}.specialty-modal__dialog{position:relative;z-index:1;display:grid;grid-template-columns:minmax(280px,0.9fr) minmax(0,1.1fr);width:min(1040px,calc(100vw - 40px));max-height:calc(100vh - 40px);overflow:hidden;border-radius:30px;background:#fff;box-shadow:0 30px 70px rgba(9,22,45,0.30)}.specialty-modal__media{min-height:100%}.specialty-modal__media:not(.has-image) img{display:none}.specialty-modal__content{display:flex;flex-direction:column;padding-bottom:24px;overflow-y:auto}.specialty-modal__header{margin-bottom:18px}.specialty-modal__kicker{display:inline-flex;margin-bottom:10px;color:#1a58b8;font-weight:700;letter-spacing:0.04em;text-transform:uppercase;font-size:12px}.specialty-modal__body{display:grid;gap:14px}.specialty-modal__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.specialty-modal__close{position:absolute;top:16px;right:16px;z-index:2;width:42px;height:42px;border:0;border-radius:999px;background:rgba(255,255,255,0.9);color:#123563;font-size:28px;line-height:1;cursor:pointer;box-shadow:0 8px 20px rgba(16,40,79,0.18)}.has-specialty-modal,.has-specialty-modal body{overflow:hidden}@media (max-width:1180px){}@media (max-width:980px){.specialty-modal{padding:16px;align-items:stretch}.specialty-modal__dialog{width:100%;max-height:100%;border-radius:24px}.specialty-modal__media{min-height:260px}}@media (max-width:640px){.section-heading-actions,.specialty-modal__actions{flex-direction:column;align-items:stretch}}.specialties-catalog-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.specialty-catalog-card__footer{min-height:128px}.specialty-modal{padding:24px}.specialty-modal__dialog{grid-template-columns:minmax(320px,0.86fr) minmax(0,1.14fr);width:min(1080px,calc(100vw - 40px));border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,0.98),rgba(244,248,255,0.98));border:1px solid rgba(255,255,255,0.72)}.specialty-modal__gallery{display:grid;grid-template-rows:minmax(0,1fr) auto;min-height:100%;background:linear-gradient(180deg,#0f3467,#173e7a)}.specialty-modal__media{min-height:380px}.specialty-modal__media-meta{align-items:flex-start;flex-direction:column;gap:8px;left:24px;right:24px;bottom:24px}.specialty-modal__media-meta span{display:inline-flex;width:max-content;max-width:100%;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,0.16);border:1px solid rgba(255,255,255,0.24);font-size:11px;font-weight:800;letter-spacing:0.05em;text-transform:uppercase}.specialty-modal__media-meta strong{font-size:1.8rem}.specialty-modal__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:14px;background:rgba(3,15,35,0.36)}.specialty-modal__thumb{height:74px;border:2px solid rgba(255,255,255,0.18);border-radius:16px;padding:0;overflow:hidden;background:rgba(255,255,255,0.08);cursor:pointer;opacity:0.78;transition:opacity 160ms ease,transform 160ms ease,border-color 160ms ease}.specialty-modal__thumb:hover,.specialty-modal__thumb.is-active{opacity:1;transform:translateY(-1px);border-color:rgba(255,255,255,0.72)}.specialty-modal__thumb img{width:100%;height:100%;display:block;object-fit:cover}.specialty-modal__content{padding:28px 30px 26px}.specialty-modal__header{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid rgba(19,54,105,0.10)}.specialty-modal__header h2{margin-bottom:10px;font-size:clamp(1.45rem,2vw,2rem);color:#0d2a58}.specialty-modal__header p{margin:0;color:rgba(16,40,79,0.74);line-height:1.6}.specialty-modal__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:18px}.specialty-modal__fact{display:flex;align-items:center;min-height:54px;padding:10px 12px;border-radius:16px;background:rgba(29,91,184,0.08);border:1px solid rgba(29,91,184,0.12);color:#16417f;font-size:0.86rem;font-weight:700;line-height:1.35}.specialty-modal__body{gap:12px;padding:16px 18px;border-radius:20px;background:rgba(255,255,255,0.74);border:1px solid rgba(21,54,102,0.08)}.specialty-modal__body p{color:rgba(13,42,88,0.88);font-size:0.96rem;line-height:1.72}.specialty-modal__skills-wrap{margin-top:18px;padding:16px 18px;border-radius:20px;background:linear-gradient(135deg,rgba(255,132,28,0.11),rgba(29,91,184,0.08));border:1px solid rgba(255,132,28,0.16)}.specialty-modal__skills-wrap>strong{display:block;margin-bottom:10px;color:#0d2a58;font-size:1rem}.specialty-modal__skills{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.specialty-modal__skills li{padding:8px 11px;border-radius:999px;background:rgba(255,255,255,0.82);color:#173f7c;font-size:0.86rem;font-weight:700}.specialty-modal__actions{margin-top:18px}.specialty-modal__close{background:#ffffff;color:#0d2a58}@media (max-width:1280px){}@media (max-width:980px){.specialty-modal__dialog{overflow-y:auto}.specialty-modal__gallery{min-height:auto}.specialty-modal__media{min-height:260px}.specialty-modal__facts{grid-template-columns:1fr}}@media (max-width:640px){.specialty-modal{padding:10px}.specialty-modal__content{padding:22px 18px 20px}.specialty-modal__thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}}.specialty-modal{padding:18px}.specialty-modal__backdrop{background:rgba(7,18,37,0.72);backdrop-filter:blur(10px)}.specialty-modal__dialog{width:min(1020px,calc(100vw - 36px));max-height:calc(100vh - 36px);grid-template-columns:minmax(300px,0.82fr) minmax(0,1.18fr);border-radius:30px;background:#ffffff;border:1px solid rgba(14,41,82,0.12);box-shadow:0 28px 70px rgba(5,17,36,0.34)}.specialty-modal__gallery{background:linear-gradient(180deg,#0f3b74 0%,#102d58 100%);border-right:1px solid rgba(255,255,255,0.08)}.specialty-modal__media{min-height:350px}.specialty-modal__media-overlay{background:linear-gradient(180deg,rgba(7,19,42,0.10) 0%,rgba(7,19,42,0.82) 100%)}.specialty-modal__media-meta{left:20px;right:20px;bottom:20px;gap:10px}.specialty-modal__media-meta span{background:rgba(255,255,255,0.18);border:1px solid rgba(255,255,255,0.28);color:rgba(255,255,255,0.96)}.specialty-modal__media-meta strong{font-size:1.4rem;line-height:1.2;color:#fff;text-shadow:0 3px 12px rgba(0,0,0,0.25)}.specialty-modal__thumbs{gap:9px;padding:12px;background:rgba(3,15,35,0.22)}.specialty-modal__thumb{height:68px;border-radius:14px;border-color:rgba(255,255,255,0.22);background:rgba(255,255,255,0.10)}.specialty-modal__thumb:hover,.specialty-modal__thumb.is-active{border-color:#ffffff;box-shadow:0 10px 18px rgba(0,0,0,0.16)}.specialty-modal__content{padding:26px 26px 24px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);overflow-y:auto}.specialty-modal__header{margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid rgba(18,53,99,0.10)}.specialty-modal__kicker{margin-bottom:12px;padding:6px 10px;border-radius:999px;background:rgba(20,73,148,0.08);color:#1550a8}.specialty-modal__header h2{margin-bottom:10px;font-size:clamp(1.38rem,2vw,1.9rem);line-height:1.22;color:#0c2955}.specialty-modal__header p{color:rgba(12,41,85,0.76);font-size:0.96rem;line-height:1.62}.specialty-modal__facts{gap:12px;margin-bottom:18px}.specialty-modal__fact{min-height:58px;padding:12px 14px;border-radius:16px;background:#ffffff;border:1px solid rgba(21,73,145,0.10);box-shadow:0 10px 20px rgba(12,31,61,0.06);color:#174687;font-size:0.84rem;line-height:1.35}.specialty-modal__body{display:block;padding:18px 18px 16px;border-radius:18px;background:#ffffff;border:1px solid rgba(18,53,99,0.10);box-shadow:0 12px 24px rgba(12,31,61,0.05)}.specialty-modal__body p{margin:0 0 12px;color:rgba(12,41,85,0.90);font-size:0.96rem;line-height:1.74}.specialty-modal__body p:last-child{margin-bottom:0}.specialty-modal__skills-wrap{margin-top:16px;padding:16px 18px;border-radius:18px;background:linear-gradient(180deg,rgba(255,248,240,0.96),rgba(246,250,255,0.98));border:1px solid rgba(255,143,33,0.14)}.specialty-modal__skills-wrap>strong{margin-bottom:12px;color:#0c2955;font-size:0.98rem}.specialty-modal__skills li{padding:8px 12px;background:#fff;border:1px solid rgba(20,73,145,0.10);color:#174687;font-size:0.82rem}.specialty-modal__actions{margin-top:18px;padding-top:16px;border-top:1px solid rgba(18,53,99,0.10)}.specialty-modal__close{top:14px;right:14px;width:40px;height:40px;background:rgba(255,255,255,0.96);border:1px solid rgba(18,53,99,0.10);box-shadow:0 12px 28px rgba(12,31,61,0.18)}@media (max-width:1180px){}@media (max-width:980px){.specialty-modal__dialog{width:100%;max-height:100%;grid-template-columns:1fr}.specialty-modal__gallery{border-right:0;border-bottom:1px solid rgba(255,255,255,0.10)}.specialty-modal__media{min-height:250px}.specialty-modal__facts{grid-template-columns:1fr}}@media (max-width:760px){}@media (max-width:640px){.specialty-modal{padding:10px}.specialty-modal__content{padding:20px 18px 18px}.specialty-modal__thumbs{grid-template-columns:repeat(3,minmax(0,1fr))}}.specialty-modal__media{cursor:zoom-in}.specialty-modal__media-nav,.specialty-modal__fullscreen{position:absolute;z-index:2;border:0;cursor:pointer;transition:transform .18s ease,background-color .18s ease,opacity .18s ease}.specialty-modal__media-nav{top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:999px;background:rgba(255,255,255,0.92);color:#123563;box-shadow:0 10px 24px rgba(0,0,0,0.18);font-size:28px;line-height:1;display:inline-flex;align-items:center;justify-content:center}.specialty-modal__media-nav:hover,.specialty-modal__fullscreen:hover{transform:translateY(-50%) scale(1.04)}.specialty-modal__media-nav--prev{left:12px}.specialty-modal__media-nav--next{right:12px}.specialty-modal__fullscreen{top:12px;right:12px;transform:none;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 12px;border-radius:999px;background:rgba(8,22,45,0.72);color:#fff;font-size:0.78rem;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,0.22)}.specialty-modal__fullscreen:hover{transform:scale(1.03)}.specialty-modal__media-nav[hidden],.specialty-modal__fullscreen[hidden]{display:none}.specialty-lightbox{position:fixed;inset:0;z-index:1350;display:flex;align-items:center;justify-content:center;padding:18px}.specialty-lightbox[hidden]{display:none}.specialty-lightbox__backdrop{position:absolute;inset:0;background:rgba(5,14,28,0.92);backdrop-filter:blur(6px)}.specialty-lightbox__dialog{position:relative;z-index:1;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;width:min(1400px,calc(100vw - 36px));max-width:100%;max-height:calc(100vh - 36px);gap:14px}.specialty-lightbox__figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:12px;min-width:0}.specialty-lightbox__image{max-width:100%;max-height:calc(100vh - 110px);width:auto;height:auto;object-fit:contain;border-radius:18px;box-shadow:0 20px 50px rgba(0,0,0,0.38);background:rgba(255,255,255,0.04)}.specialty-lightbox__caption{color:rgba(255,255,255,0.92);font-size:0.95rem;line-height:1.4;text-align:center}.specialty-lightbox__nav,.specialty-lightbox__close{border:0;border-radius:999px;background:rgba(255,255,255,0.96);color:#112f5c;box-shadow:0 12px 30px rgba(0,0,0,0.22);cursor:pointer}.specialty-lightbox__nav{width:52px;height:52px;font-size:34px;line-height:1}.specialty-lightbox__close{position:absolute;top:-4px;right:0;width:44px;height:44px;font-size:30px;z-index:2}.has-specialty-lightbox,.has-specialty-lightbox body{overflow:hidden}@media (max-width:1400px),(max-height:860px){.specialty-modal{padding:12px}.specialty-modal__dialog{width:min(920px,calc(100vw - 24px));height:min(680px,calc(100vh - 24px));max-height:calc(100vh - 24px);grid-template-columns:minmax(230px,0.68fr) minmax(0,1.32fr);border-radius:24px}.specialty-modal__media{height:100%;min-height:0}.specialty-modal__thumbs{padding:8px;gap:6px}.specialty-modal__thumb{height:52px;border-radius:12px}.specialty-modal__content{padding:16px 18px 14px}.specialty-modal__header{margin-bottom:10px;padding-bottom:10px}.specialty-modal__header h2{font-size:clamp(1.14rem,1.7vw,1.54rem);margin-bottom:6px}.specialty-modal__header p{font-size:0.88rem;line-height:1.42}.specialty-modal__kicker{margin-bottom:8px;padding:5px 9px;font-size:0.74rem}.specialty-modal__facts{gap:8px;margin-bottom:10px}.specialty-modal__fact{min-height:42px;padding:8px 10px;border-radius:12px;font-size:0.75rem}.specialty-modal__body{padding:12px 14px;border-radius:14px}.specialty-modal__body p{margin-bottom:8px;font-size:0.86rem;line-height:1.48}.specialty-modal__skills-wrap{margin-top:10px;padding:12px 14px;border-radius:14px}.specialty-modal__skills-wrap>strong{margin-bottom:8px;font-size:0.88rem}.specialty-modal__skills{gap:6px}.specialty-modal__skills li{padding:6px 10px;font-size:0.74rem}.specialty-modal__actions{margin-top:10px;padding-top:10px;gap:10px}.specialty-modal__actions .btn{min-height:36px;padding:8px 12px;font-size:0.84rem}.specialty-modal__close{top:10px;right:10px;width:36px;height:36px;font-size:26px}.specialty-modal__media-nav{width:34px;height:34px;font-size:24px}.specialty-modal__fullscreen{top:10px;right:10px;min-height:34px;padding:6px 10px;font-size:0.72rem}.specialty-modal__media-meta{left:12px;right:12px;bottom:12px}.specialty-modal__media-meta strong{font-size:1.04rem}}@media (max-width:980px){.specialty-modal__media-nav,.specialty-modal__fullscreen{display:inline-flex}.specialty-lightbox{padding:12px}.specialty-lightbox__dialog{width:calc(100vw - 24px);grid-template-columns:1fr;gap:10px}.specialty-lightbox__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;font-size:28px}.specialty-lightbox__nav--prev{left:8px}.specialty-lightbox__nav--next{right:8px}.specialty-lightbox__close{top:-2px;right:-2px}}@media (max-width:640px){.specialty-modal__fullscreen span:last-child{display:none}.specialty-modal__fullscreen{width:34px;padding:0;justify-content:center}.specialty-lightbox__image{max-height:calc(100vh - 90px);border-radius:14px}.specialty-lightbox__caption{font-size:0.86rem}}html,body.site-body{min-height:100%}body.site-body,body.site-body.is-home,body.site-body.is-inner{background-color:#ffffff !important;background-image:url('/public/assets/images/backgrounds/site-background-fon12.png') !important;background-position:center top !important;background-size:cover !important;background-repeat:no-repeat !important;background-attachment:fixed !important}body.site-body.is-home::before,body.site-body.is-home::after,body.site-body.is-inner::before,body.site-body.is-inner::after{content:none !important;display:none !important;background:none !important;opacity:0 !important;filter:none !important}body.site-body .site-main{background:transparent !important}body.site-body .section,body.site-body .section-alt,body.site-body.is-inner .section,body.site-body.is-inner .section-alt,body.site-body.is-home .section,body.site-body.is-home .section-alt{background:transparent !important}body.site-body .home-main-flow,body.site-body .section-home-unified,body.site-body .section-home-specialties,body.site-body .section-home-advantages,body.site-body .section-home-documents,body.site-body .section-home-contacts{background:transparent !important}@media (max-width:768px){body.site-body,body.site-body.is-home,body.site-body.is-inner{background-attachment:scroll !important;background-position:center top !important}}body.site-body.is-home .hero-premium-v4,body.site-body.is-home .hero-premium.hero-premium-v4,body.site-body.is-home .hero-premium-shell-v4,body.site-body.is-home .hero-campus-frame,body.site-body.is-home .hero-campus-stage,body.site-body.is-home .hero-campus-routeboard{background:transparent !important;background-image:none !important;filter:none !important}body.site-body.is-home .hero-premium-v4::before,body.site-body.is-home .hero-premium-v4::after,body.site-body.is-home .hero-premium-shell-v4::before,body.site-body.is-home .hero-premium-shell-v4::after,body.site-body.is-home .hero-campus-frame::before,body.site-body.is-home .hero-campus-frame::after,body.site-body.is-home .hero-campus-stage::before,body.site-body.is-home .hero-campus-stage::after,body.site-body.is-home .hero-campus-routeboard::before,body.site-body.is-home .hero-campus-routeboard::after{content:none !important;display:none !important;background:none !important;background-image:none !important;opacity:0 !important;filter:none !important}body.site-body.is-home .hero-premium-v4{padding-top:28px}body.site-body.is-home .hero-premium-shell-v4{border-color:rgba(28,87,168,0.18) !important;box-shadow:none !important}body.site-body.is-home .hero-campus-stage,body.site-body.is-home .hero-campus-routeboard{backdrop-filter:none !important}body.site-body.is-home .hero-campus-content h1,body.site-body.is-home .hero-campus-content p{text-shadow:0 1px 0 rgba(255,255,255,.84),0 10px 24px rgba(255,255,255,.28) !important}body.site-body,body.site-body.is-home,body.site-body.is-inner{background-color:#eef5ff !important;background-image:linear-gradient(rgba(8,31,66,0.12),rgba(8,31,66,0.12)),url('/public/assets/images/backgrounds/site-background-fon12.png') !important;background-position:center top,center top !important;background-size:cover,cover !important;background-repeat:no-repeat,no-repeat !important;background-attachment:fixed,fixed !important}body.site-body .site-main,body.site-body .section,body.site-body .section-alt,body.site-body.is-home .section,body.site-body.is-home .section-alt,body.site-body.is-inner .section,body.site-body.is-inner .section-alt,body.site-body .home-main-flow,body.site-body .section-home-unified,body.site-body .section-home-specialties,body.site-body .section-home-advantages,body.site-body .section-home-documents,body.site-body .section-home-contacts{background-color:transparent !important;background-image:none !important}@media (max-width:768px){body.site-body,body.site-body.is-home,body.site-body.is-inner{background-attachment:scroll,scroll !important;background-position:center top,center top !important}}html{min-height:100%;background:#f4f9ff !important}body.site-body,body.site-body.is-home,body.site-body.is-inner{position:relative;isolation:isolate;background:transparent !important;background-image:none !important;background-color:transparent !important}body.site-body::before,body.site-body.is-home::before,body.site-body.is-inner::before{content:'' !important;display:block !important;position:fixed !important;inset:0 !important;z-index:-2 !important;pointer-events:none !important;opacity:1 !important;filter:none !important;background-image:linear-gradient(rgba(12,42,88,0.055),rgba(12,42,88,0.055)),url('/public/assets/images/backgrounds/site-background-fon12.png') !important;background-position:center top,center top !important;background-size:cover,cover !important;background-repeat:no-repeat,no-repeat !important;background-attachment:fixed,fixed !important}body.site-body::after,body.site-body.is-home::after,body.site-body.is-inner::after{content:none !important;display:none !important}body.site-body .site-main,body.site-body .section,body.site-body .section-alt,body.site-body.is-home .section,body.site-body.is-home .section-alt,body.site-body.is-inner .section,body.site-body.is-inner .section-alt,body.site-body .home-main-flow,body.site-body .section-home-unified,body.site-body .section-home-specialties,body.site-body .section-home-advantages,body.site-body .section-home-documents,body.site-body .section-home-contacts{background:transparent !important;background-image:none !important;background-color:transparent !important}body.site-body.is-home .section-home-unified>.container,body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{background:transparent !important;background-image:none !important;border-color:transparent !important;box-shadow:none !important;backdrop-filter:none !important}body.site-body.is-home .section-home-unified>.container::before,body.site-body.is-home .section-news-spotlight>.container::before,body.site-body.is-home .section-home-specialties>.container::before,body.site-body.is-home .section-home-advantages>.container::before,body.site-body.is-home .section-home-documents>.container::before,body.site-body.is-home .section-home-contacts>.container::before{content:none !important;display:none !important;background:none !important;opacity:0 !important}body.site-body.is-home .section-heading-home-shell{background:transparent !important;border-color:transparent !important;box-shadow:none !important}body.site-body.is-home .section-heading-home-shell p,body.site-body.is-home .section-heading p{color:rgba(16,40,79,0.86) !important}@media (max-width:768px){body.site-body::before,body.site-body.is-home::before,body.site-body.is-inner::before{background-attachment:scroll,scroll !important;background-position:center top,center top !important}}body.site-body.is-home .hero-premium-shell-v4{position:relative !important;overflow:hidden !important;background:#eef4fb url('/public/assets/images/backgrounds/hero-premium-block-bg-v77.png') center center / cover no-repeat !important;border:1px solid rgba(22,77,152,0.18) !important;box-shadow:0 24px 48px rgba(15,35,72,0.10) !important}body.site-body.is-home .hero-premium-shell-v4::before{content:'' !important;display:block !important;position:absolute !important;inset:0 !important;z-index:0 !important;pointer-events:none !important;background:linear-gradient(135deg,rgba(255,255,255,0.14) 0%,rgba(255,255,255,0.06) 100%) !important;opacity:1 !important}body.site-body.is-home .hero-campus-frame,body.site-body.is-home .hero-campus-stage,body.site-body.is-home .hero-campus-routeboard{position:relative !important;z-index:1 !important;background:transparent !important;background-image:none !important}body.site-body.is-home .hero-campus-content,body.site-body.is-home .hero-campus-emblem-col,body.site-body.is-home .hero-campus-route{position:relative;z-index:1}body.site-body.is-home .hero-campus-route{background:rgba(255,255,255,0.90) !important;border:1px solid rgba(20,78,155,0.12) !important;box-shadow:0 14px 28px rgba(15,35,72,0.10) !important;backdrop-filter:blur(8px) !important}body.site-body.is-home .hero-campus-action,body.site-body.is-home .hero-campus-sign{box-shadow:0 12px 26px rgba(15,35,72,0.10) !important}body.site-body.is-home .section-home-unified>.container,body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{background:rgba(255,255,255,0.94) !important;border:1px solid rgba(21,75,146,0.12) !important;border-radius:32px !important;box-shadow:0 22px 42px rgba(15,35,72,0.08) !important;backdrop-filter:blur(8px) !important}body.site-body.is-home .section-heading-home-shell{background:rgba(255,255,255,0.92) !important;border:1px solid rgba(21,75,146,0.10) !important;box-shadow:0 14px 30px rgba(15,35,72,0.06) !important}body.site-body.is-home .section-home-unified>.container::before,body.site-body.is-home .section-news-spotlight>.container::before,body.site-body.is-home .section-home-specialties>.container::before,body.site-body.is-home .section-home-advantages>.container::before,body.site-body.is-home .section-home-documents>.container::before,body.site-body.is-home .section-home-contacts>.container::before{content:none !important;display:none !important}body.site-body.is-home .section-home-unified,body.site-body.is-home .section-news-spotlight,body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{padding-top:26px;padding-bottom:26px}@media (max-width:980px){body.site-body.is-home .section-home-unified>.container,body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{border-radius:24px !important}}@media (max-width:768px){body.site-body.is-home .hero-premium-shell-v4{background-position:center center !important;background-size:cover !important}body.site-body.is-home .section-home-unified,body.site-body.is-home .section-news-spotlight,body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{padding-top:20px;padding-bottom:20px}}body.site-body.is-home .hero-premium-v4{position:relative;z-index:1;padding-bottom:12px}body.site-body.is-home .hero-premium-shell-v4::after{content:'' !important;display:block !important;position:absolute !important;left:0 !important;right:0 !important;bottom:0 !important;height:82px !important;z-index:0 !important;pointer-events:none !important;background:linear-gradient(180deg,rgba(244,249,255,0) 0%,rgba(244,249,255,0.56) 100%) !important;opacity:1 !important}body.site-body.is-home .section-news-spotlight,body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{position:relative;z-index:2;background:rgba(244,249,255,0.82) !important;background-image:none !important}body.site-body.is-home .section-news-spotlight{margin-top:-24px;padding-top:50px !important}body.site-body.is-home .section-news-spotlight::before{content:'' !important;display:block !important;position:absolute !important;left:0 !important;right:0 !important;top:-60px !important;height:96px !important;z-index:0 !important;pointer-events:none !important;background:linear-gradient(180deg,rgba(244,249,255,0) 0%,rgba(244,249,255,0.72) 65%,rgba(244,249,255,0.82) 100%) !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{position:relative;z-index:1}body.site-body.is-home .hero-campus-frame,body.site-body.is-home .hero-campus-stage,body.site-body.is-home .hero-campus-routeboard,body.site-body.is-home .hero-campus-content,body.site-body.is-home .hero-campus-emblem-col,body.site-body.is-home .hero-campus-route{position:relative;z-index:1}@media (max-width:768px){body.site-body.is-home .section-news-spotlight{margin-top:-16px;padding-top:38px !important}body.site-body.is-home .hero-premium-shell-v4::after{height:58px !important}}body.site-body.is-home .hero-premium-shell-v4::after,body.site-body.is-home .section-news-spotlight::before{content:none !important;display:none !important;background:none !important;opacity:0 !important}body.site-body.is-home .section-news-spotlight,body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{background:transparent !important;background-image:none !important}body.site-body.is-home .section-news-spotlight{margin-top:0 !important;padding-top:26px !important}body.site-body.is-home .hero-premium-v4{padding-bottom:26px !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{position:relative;z-index:1}@media (max-width:768px){body.site-body.is-home .section-news-spotlight{margin-top:0 !important;padding-top:20px !important}body.site-body.is-home .hero-premium-v4{padding-bottom:20px !important}}html{background:#e8f3ff !important}body.site-body::before,body.site-body.is-home::before,body.site-body.is-inner::before{background-color:#e8f3ff !important;background-image:linear-gradient(180deg,rgba(29,102,190,0.16) 0%,rgba(29,102,190,0.12) 45%,rgba(29,102,190,0.16) 100%),url('/public/assets/images/backgrounds/site-background-fon12.png') !important;background-position:center top,center top !important;background-size:cover,cover !important;background-repeat:no-repeat,no-repeat !important;background-attachment:fixed,fixed !important}body.site-body.is-home .hero-premium-shell-v4::before{background:linear-gradient(135deg,rgba(255,255,255,0.04) 0%,rgba(255,255,255,0.02) 100%) !important}body.site-body.is-home .hero-premium-v4,body.site-body.is-home .section-news-spotlight,body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{background:transparent !important;background-color:transparent !important;background-image:none !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{background:rgba(255,255,255,0.92) !important}@media (max-width:768px){body.site-body::before,body.site-body.is-home::before,body.site-body.is-inner::before{background-attachment:scroll,scroll !important}}body.site-body.is-home .home-main-flow{position:relative}body.site-body.is-home .hero-premium-v4{padding-bottom:8px !important;margin-bottom:0 !important}body.site-body.is-home .section-news-spotlight{margin-top:-8px !important;padding-top:8px !important;background:transparent !important;background-color:transparent !important;background-image:none !important}body.site-body.is-home .section-news-spotlight>.container{margin-top:0 !important}body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{padding-top:18px !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{box-shadow:0 18px 32px -26px rgba(20,63,118,.10),0 8px 18px -18px rgba(20,63,118,.06) !important}@media (max-width:768px){body.site-body.is-home .hero-premium-v4{padding-bottom:6px !important}body.site-body.is-home .section-news-spotlight{margin-top:-6px !important;padding-top:6px !important}body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{padding-top:14px !important}}body.site-body.is-home::before,body.site-body::before{background-color:#d7e9fb !important;background-image:linear-gradient(180deg,rgba(24,101,190,0.30) 0%,rgba(24,101,190,0.24) 46%,rgba(24,101,190,0.30) 100%),url('/public/assets/images/backgrounds/site-background-fon12.png') !important;background-position:center top,center top !important;background-size:cover,cover !important;background-repeat:no-repeat,no-repeat !important;background-attachment:fixed,fixed !important}body.site-body.is-home .hero-premium-shell-v4::before{background:linear-gradient(135deg,rgba(18,92,178,0.10) 0%,rgba(18,92,178,0.05) 100%) !important}body.site-body.is-home .hero-premium-v4,body.site-body.is-home .hero.hero-premium.hero-premium-v4{padding-bottom:0 !important;margin-bottom:0 !important;background:transparent !important;background-image:none !important}body.site-body.is-home .home-main-flow{margin-top:-14px !important;padding-top:0 !important;background:transparent !important;background-image:none !important}body.site-body.is-home .home-main-flow::before,body.site-body.is-home .home-main-flow::after,body.site-body.is-home .section-home-unified::before,body.site-body.is-home .section-home-unified::after,body.site-body.is-home .section-news-spotlight::before,body.site-body.is-home .section-news-spotlight::after{content:none !important;display:none !important;background:none !important;opacity:0 !important;filter:none !important}body.site-body.is-home .section-news-spotlight{margin-top:0 !important;padding-top:0 !important;background:transparent !important;background-color:transparent !important;background-image:none !important}body.site-body.is-home .section-news-spotlight>.container{margin-top:0 !important;transform:none !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{background:rgba(255,255,255,0.94) !important;box-shadow:0 14px 24px -22px rgba(20,63,118,.08) !important}@media (max-width:768px){body.site-body.is-home::before,body.site-body::before{background-attachment:scroll,scroll !important}body.site-body.is-home .home-main-flow{margin-top:-10px !important;padding-top:0 !important}body.site-body.is-home .section-news-spotlight{padding-top:0 !important}}html{background:#edf6ff !important}body.site-body.is-home::before,body.site-body::before,body.site-body.is-inner::before{background-color:#edf6ff !important;background-image:linear-gradient(180deg,rgba(24,101,190,0.18) 0%,rgba(24,101,190,0.14) 46%,rgba(24,101,190,0.18) 100%),url('/public/assets/images/backgrounds/site-background-fon12.png') !important;background-position:center top,center top !important;background-size:cover,cover !important;background-repeat:no-repeat,no-repeat !important;background-attachment:fixed,fixed !important}body.site-body.is-home .hero-premium-v4,body.site-body.is-home .hero.hero-premium.hero-premium-v4{padding-bottom:14px !important;margin-bottom:0 !important}body.site-body.is-home .home-main-flow{margin-top:18px !important;padding-top:0 !important;background:transparent !important;background-image:none !important}body.site-body.is-home .section-news-spotlight{margin-top:0 !important;padding-top:0 !important;background:transparent !important;background-color:transparent !important;background-image:none !important}body.site-body.is-home .section-news-spotlight>.container{margin-top:0 !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{background:rgba(255,255,255,0.93) !important;box-shadow:0 16px 28px -24px rgba(20,63,118,.10) !important}@media (max-width:768px){body.site-body.is-home::before,body.site-body::before,body.site-body.is-inner::before{background-attachment:scroll,scroll !important}body.site-body.is-home .hero-premium-v4,body.site-body.is-home .hero.hero-premium.hero-premium-v4{padding-bottom:10px !important}body.site-body.is-home .home-main-flow{margin-top:14px !important}}html{background:#f5faff !important}body.site-body.is-home::before,body.site-body::before,body.site-body.is-inner::before{background-color:#f5faff !important;background-image:linear-gradient(180deg,rgba(24,101,190,0.10) 0%,rgba(24,101,190,0.075) 46%,rgba(24,101,190,0.10) 100%),url('/public/assets/images/backgrounds/site-background-fon12.png') !important;background-position:center top,center top !important;background-size:cover,cover !important;background-repeat:no-repeat,no-repeat !important;background-attachment:fixed,fixed !important}body.site-body.is-home .hero-premium-shell-v4{box-shadow:0 22px 56px rgba(23,68,132,0.13),0 8px 20px rgba(23,68,132,0.07) !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{background:rgba(255,255,255,0.94) !important;border-color:rgba(26,87,162,0.14) !important;box-shadow:0 24px 54px rgba(23,68,132,0.10),0 10px 24px rgba(23,68,132,0.055),inset 0 1px 0 rgba(255,255,255,0.86) !important}body.site-body.is-home .section-heading-home-shell{background:rgba(255,255,255,0.88) !important;border-color:rgba(26,87,162,0.12) !important;box-shadow:0 16px 34px rgba(23,68,132,0.075),inset 0 1px 0 rgba(255,255,255,0.84) !important}body.site-body .btn,body.site-body button.btn,body.site-body .filter-chip,body.site-body .hero-campus-action{box-shadow:0 10px 22px rgba(20,61,120,0.09) !important}body.site-body .btn:hover,body.site-body button.btn:hover,body.site-body .filter-chip:hover{box-shadow:0 14px 28px rgba(20,61,120,0.13) !important}@media (max-width:768px){body.site-body.is-home::before,body.site-body::before,body.site-body.is-inner::before{background-attachment:scroll,scroll !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container{box-shadow:0 18px 36px rgba(23,68,132,0.085),0 8px 18px rgba(23,68,132,0.045) !important}}body.site-body.is-home .home-main-flow{margin-top:12px !important}body.site-body.is-home .section-news-spotlight{padding-top:6px !important;padding-bottom:18px !important}body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{padding-top:18px !important;padding-bottom:18px !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container,body.site-body.is-home .section-home-unified>.container{padding-top:28px !important;padding-bottom:28px !important}body.site-body.is-home .section-home-unified>.container.stack-lg{gap:22px !important}body.site-body.is-home .section-home-unified .section-heading,body.site-body.is-home .section-heading-home-shell{position:relative !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:18px !important;min-height:164px !important;border-radius:26px !important;overflow:hidden !important;padding:18px 20px !important;background-color:#dbe5ee !important;background-image:url('../images/backgrounds/fonkarti-heading-v124.png') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;border:1px solid #b7c8d8 !important;box-shadow:0 12px 26px rgba(23,68,132,0.07),inset 0 1px 0 rgba(255,255,255,0.58) !important;background-clip:padding-box !important;isolation:isolate !important}body.site-body.is-home .section-heading-home-shell{align-items:center !important}body.site-body.is-home .section-home-unified .section-heading .kicker,body.site-body.is-home .section-heading-home-shell .kicker{border-radius:999px !important;border:1px solid #b7c8d8 !important;background:#f7fafc !important;color:#114a86 !important}body.site-body.is-home .section-heading-home-shell .kicker{box-shadow:0 10px 18px -18px rgba(13,45,87,.18) !important}body.site-body.is-home .section-heading-home-shell h2,body.site-body.is-home .section-home-unified .section-heading h2{line-height:1.06 !important}body.site-body.is-home .section-home-unified .section-heading h2,body.site-body.is-home .section-heading-home-shell h2{margin-top:6px !important;margin-bottom:0 !important}body.site-body.is-home .section-home-unified .section-heading p,body.site-body.is-home .section-heading-home-shell p{margin-top:6px !important;margin-bottom:0 !important}body.site-body.is-home .section-heading-actions{gap:10px !important}body.site-body.is-home .section-heading-actions .btn{min-height:40px !important;padding:9px 14px !important}body.site-body.is-home .section-heading-home-shell>div,body.site-body.is-home .section-home-unified .section-heading>div{min-width:0 !important;max-width:min(760px,100%) !important;padding:18px 20px !important;border-radius:22px !important;border:1px solid rgba(190,207,224,0.92) !important;background:linear-gradient(180deg,rgba(248,251,255,0.94) 0%,rgba(239,246,252,0.90) 100%) !important;box-shadow:0 12px 26px -20px rgba(13,45,87,.18) !important}body.site-body.is-home .section-heading-home-shell .section-heading-actions,body.site-body.is-home .section-heading-home-shell>.btn,body.site-body.is-home .section-home-unified .section-heading>.btn{position:relative !important;z-index:1 !important;flex:0 0 auto !important}body.site-body.is-home .section-heading-home-shell .section-heading-actions{display:inline-flex !important;align-items:center !important;justify-self:end !important;gap:10px !important;padding:10px !important;border-radius:20px !important;border:1px solid rgba(190,207,224,0.92) !important;background:linear-gradient(180deg,rgba(248,251,255,0.94) 0%,rgba(239,246,252,0.90) 100%) !important;box-shadow:0 12px 26px -20px rgba(13,45,87,.18) !important}body.site-body.is-home .section-heading-home-shell .btn,body.site-body.is-home .section-home-unified .section-heading .btn{background:#f8fbff !important;border-color:#b8cada !important;color:#0d3a70 !important;box-shadow:0 10px 22px -18px rgba(13,45,87,.24) !important}body.site-body.is-home .section-heading-home-shell>.btn,body.site-body.is-home .section-home-unified .section-heading>.btn{justify-self:end !important;align-self:center !important;padding:11px 18px !important;border-radius:18px !important;background:linear-gradient(180deg,rgba(248,251,255,0.98) 0%,rgba(240,246,251,0.92) 100%) !important;border:1px solid rgba(184,202,218,0.96) !important}body.site-body.is-home .section-heading-home-shell .btn:hover,body.site-body.is-home .section-home-unified .section-heading .btn:hover{background:#0f3f78 !important;border-color:#0f3f78 !important;color:#ffffff !important}body.site-body.is-home .section-home-unified + .section-home-unified{margin-top:0 !important}@media (max-width:980px){body.site-body.is-home .section-home-unified .section-heading,body.site-body.is-home .section-heading-home-shell{grid-template-columns:1fr !important;border-radius:22px !important;min-height:0 !important;padding:16px !important}body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container,body.site-body.is-home .section-home-unified>.container{padding-top:24px !important;padding-bottom:24px !important}}@media (max-width:640px){body.site-body.is-home .home-main-flow{margin-top:10px !important}body.site-body.is-home .section-news-spotlight,body.site-body.is-home .section-home-specialties,body.site-body.is-home .section-home-advantages,body.site-body.is-home .section-home-documents,body.site-body.is-home .section-home-contacts{padding-top:12px !important;padding-bottom:12px !important}body.site-body.is-home .section-home-unified .section-heading,body.site-body.is-home .section-heading-home-shell{border-radius:18px !important}}body.site-body.is-home .hero-campus-stage{grid-template-columns:minmax(284px,316px) minmax(0,1fr) !important;gap:clamp(24px,3vw,38px) !important;align-items:center !important}body.site-body.is-home .hero-campus-emblem-col{justify-items:center !important}body.site-body.is-home .hero-campus-emblem{width:clamp(258px,20vw,300px) !important;height:clamp(258px,20vw,300px) !important;border-radius:50% !important;border:1px solid rgba(255,255,255,0.74) !important;background:radial-gradient(circle at 32% 24%,rgba(255,255,255,.96) 0%,rgba(249,252,255,.92) 40%,rgba(236,244,252,.84) 72%,rgba(255,248,240,.74) 100%) !important;box-shadow:0 28px 56px rgba(14,52,105,0.18),0 12px 24px rgba(241,145,34,0.10),inset 0 1px 0 rgba(255,255,255,.94) !important;backdrop-filter:blur(9px) saturate(1.03) !important;-webkit-backdrop-filter:blur(9px) saturate(1.03) !important;overflow:visible !important;isolation:isolate !important}body.site-body.is-home .hero-campus-emblem::before{content:'' !important;display:block !important;position:absolute !important;inset:10px !important;z-index:0 !important;border-radius:50% !important;border:1px solid rgba(57,117,197,0.15) !important;box-shadow:inset 0 0 0 10px rgba(255,255,255,.16),inset 0 16px 22px rgba(255,255,255,.22) !important;background:radial-gradient(circle at 26% 24%,rgba(255,187,96,.18) 0%,rgba(255,187,96,0) 32%),radial-gradient(circle at 74% 76%,rgba(34,101,184,.14) 0%,rgba(34,101,184,0) 40%) !important;opacity:1 !important;pointer-events:none !important}body.site-body.is-home .hero-campus-emblem::after{display:none !important}body.site-body.is-home .hero-campus-emblem__halo{display:block !important;position:absolute !important;inset:18px !important;z-index:1 !important;border-radius:50% !important;background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.55) 0%,rgba(255,255,255,.18) 34%,rgba(255,255,255,0) 68%),radial-gradient(circle at 50% 56%,rgba(241,145,34,.10) 0%,rgba(241,145,34,0) 62%) !important;filter:blur(9px) !important;opacity:.82 !important;pointer-events:none !important}body.site-body.is-home .hero-campus-emblem__core{width:clamp(220px,17vw,252px) !important;height:clamp(220px,17vw,252px) !important;padding:18px !important;z-index:2 !important;display:grid !important;place-items:center !important;overflow:hidden !important;border-radius:50% !important;border:1px solid rgba(255,255,255,.88) !important;background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(248,252,255,.94) 52%,rgba(255,250,244,.88) 100%) !important;box-shadow:0 18px 34px rgba(14,52,105,.14),0 8px 16px rgba(241,145,34,.08),inset 0 1px 0 rgba(255,255,255,.96),0 0 0 8px rgba(255,255,255,.16) !important}body.site-body.is-home .hero-campus-emblem__core img{display:block !important;width:auto !important;height:auto !important;max-width:84% !important;max-height:84% !important;object-fit:contain !important;filter:drop-shadow(0 10px 22px rgba(5,35,80,.22)) drop-shadow(0 0 10px rgba(255,255,255,.62)) !important}body.site-body.is-home .hero-campus-emblem__ring,body.site-body.is-home .hero-campus-emblem__ring-a,body.site-body.is-home .hero-campus-emblem__ring-b{display:none !important}@media (max-width:980px){body.site-body.is-home .hero-campus-stage{grid-template-columns:1fr !important;justify-items:start !important}body.site-body.is-home .hero-campus-emblem{width:236px !important;height:236px !important;border-radius:50% !important}body.site-body.is-home .hero-campus-emblem::before,body.site-body.is-home .hero-campus-emblem__halo,body.site-body.is-home .hero-campus-emblem__core{border-radius:50% !important}body.site-body.is-home .hero-campus-emblem__core{width:202px !important;height:202px !important;padding:16px !important}}@media (max-width:560px){body.site-body.is-home .hero-campus-emblem{width:188px !important;height:188px !important;border-radius:50% !important}body.site-body.is-home .hero-campus-emblem::before{inset:8px !important;border-radius:50% !important}body.site-body.is-home .hero-campus-emblem::after{display:none !important}body.site-body.is-home .hero-campus-emblem__halo{inset:14px !important;border-radius:50% !important}body.site-body.is-home .hero-campus-emblem__core{width:162px !important;height:162px !important;padding:8px !important;border-radius:50% !important}}body.site-body.is-inner .page-hero .container{border:1px solid rgba(84,142,207,.52) !important;background-image:linear-gradient(92deg,rgba(248,252,255,.46) 0%,rgba(248,252,255,.28) 42%,rgba(255,250,244,.20) 100%),url('../images/backgrounds/fonkarti.png') !important;background-size:cover,100% 100% !important;background-position:center center,center center !important;background-repeat:no-repeat !important;box-shadow:0 28px 74px -48px rgba(13,45,87,.34),0 14px 32px -26px rgba(245,136,31,.20),inset 0 1px 0 rgba(255,255,255,.68) !important}body.site-body.is-inner .page-hero .container::before{background:linear-gradient(90deg,rgba(18,78,148,.04) 0%,rgba(18,78,148,0) 28%),radial-gradient(circle at 7% 18%,rgba(0,95,190,.05) 0%,rgba(0,95,190,0) 26%),radial-gradient(circle at 92% 14%,rgba(255,137,22,.07) 0%,rgba(255,137,22,0) 24%),linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,0) 52%) !important;opacity:.26 !important}body.site-body.is-inner .page-hero .container::after{top:-22% !important;right:-9% !important;width:min(520px,46vw) !important;height:150% !important;background:linear-gradient(135deg,rgba(13,74,148,.08) 0%,rgba(13,74,148,.02) 42%,rgba(255,137,22,.06) 100%) !important;opacity:.14 !important;filter:blur(.2px) saturate(1.06) !important}body.site-body.is-inner .page-hero-layout{position:relative !important;z-index:2 !important}body.site-body.is-inner .page-hero-main{position:relative !important;padding:clamp(18px,2.2vw,28px) !important;border-radius:28px !important;background:linear-gradient(180deg,rgba(255,255,255,.80) 0%,rgba(247,251,255,.66) 56%,rgba(255,250,245,.58) 100%) !important;border:1px solid rgba(255,255,255,.42) !important;box-shadow:0 16px 34px -28px rgba(13,45,87,.18),inset 0 1px 0 rgba(255,255,255,.72) !important;backdrop-filter:blur(4px) saturate(1.02) !important;-webkit-backdrop-filter:blur(4px) saturate(1.02) !important}body.site-body.is-inner .page-hero .eyebrow,body.site-body.is-inner .page-hero-sidecard-label,body.site-body.is-inner .page-hero-meta .hero-stat,body.site-body.is-inner .page-hero-sidechips li{border-color:rgba(71,136,206,.44) !important;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(230,241,252,.86) 100%) !important;color:#123f73 !important;box-shadow:0 8px 18px -16px rgba(13,45,87,.26),inset 0 1px 0 rgba(255,255,255,.82) !important}body.site-body.is-inner .page-hero-sidecard{overflow:hidden !important;border:1px solid rgba(75,136,204,.50) !important;background-image:linear-gradient(180deg,rgba(255,255,255,.68) 0%,rgba(242,248,254,.48) 58%,rgba(255,250,244,.34) 100%),url('../images/backgrounds/fonkarti.png') !important;background-size:cover,190% auto !important;background-position:center center,58% 42% !important;background-repeat:no-repeat !important;box-shadow:0 22px 52px -42px rgba(13,45,87,.32),0 12px 28px -24px rgba(245,136,31,.18),inset 0 1px 0 rgba(255,255,255,.70) !important;backdrop-filter:blur(8px) saturate(1.04) !important;-webkit-backdrop-filter:blur(8px) saturate(1.04) !important}body.site-body.is-inner .page-hero-sidecard::before{height:4px !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 48%,#ff8a19 100%) !important;opacity:.94 !important}body.site-body.is-inner .page-hero-sidecard::after{content:'' !important;position:absolute !important;right:-32px !important;bottom:-46px !important;width:170px !important;height:170px !important;border-radius:50% !important;background:radial-gradient(circle,rgba(255,137,22,.08) 0%,rgba(255,137,22,0) 66%) !important;pointer-events:none !important}body.site-body.is-inner .page-hero h1{color:#072b57 !important;text-shadow:0 1px 0 rgba(255,255,255,.54),0 6px 18px rgba(255,255,255,.18) !important}body.site-body.is-inner .page-hero p,body.site-body.is-inner .page-hero-sidecard p{color:#3e6382 !important}body.site-body.is-inner .page-hero-sidecard strong{color:#0d3768 !important}@media (max-width:768px){body.site-body.is-inner .page-hero .container{background-image:linear-gradient(180deg,rgba(248,252,255,.56) 0%,rgba(248,252,255,.40) 58%,rgba(255,250,244,.30) 100%),url('../images/backgrounds/fonkarti.png') !important;background-size:cover,100% 100% !important;background-position:center center,center center !important}body.site-body.is-inner .page-hero .container::after{display:none !important}body.site-body.is-inner .page-hero-main{padding:18px !important;border-radius:22px !important}body.site-body.is-inner .page-hero-sidecard{background-size:cover,210% auto !important;background-position:center center,center center !important}}body.site-body.route-abiturientu .hero{padding:34px 0 18px !important;background:transparent !important;border-bottom:0 !important}body.site-body.route-abiturientu .hero>.container{position:relative !important;overflow:hidden !important;padding:clamp(26px,4vw,46px) !important;border-radius:36px !important;border:1px solid rgba(84,142,207,.52) !important;background-image:linear-gradient(92deg,rgba(248,252,255,.44) 0%,rgba(248,252,255,.28) 42%,rgba(255,250,244,.20) 100%),url('../images/backgrounds/fonkarti.png') !important;background-size:cover,100% 100% !important;background-position:center center,center center !important;background-repeat:no-repeat !important;box-shadow:0 28px 74px -48px rgba(13,45,87,.34),0 14px 32px -26px rgba(245,136,31,.20),inset 0 1px 0 rgba(255,255,255,.68) !important}body.site-body.route-abiturientu .hero>.container::before{content:'' !important;position:absolute !important;inset:0 !important;z-index:0 !important;border-radius:inherit !important;background:linear-gradient(90deg,rgba(18,78,148,.04) 0%,rgba(18,78,148,0) 28%),radial-gradient(circle at 7% 18%,rgba(0,95,190,.05) 0%,rgba(0,95,190,0) 26%),radial-gradient(circle at 92% 14%,rgba(255,137,22,.07) 0%,rgba(255,137,22,0) 24%),linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,0) 52%) !important;opacity:.26 !important;pointer-events:none !important}body.site-body.route-abiturientu .hero>.container::after{content:'' !important;position:absolute !important;top:-22% !important;right:-9% !important;z-index:0 !important;width:min(520px,46vw) !important;height:150% !important;background:linear-gradient(135deg,rgba(13,74,148,.08) 0%,rgba(13,74,148,.02) 42%,rgba(255,137,22,.06) 100%) !important;opacity:.14 !important;transform:rotate(-11deg) !important;pointer-events:none !important}body.site-body.route-abiturientu .hero-grid-admission{position:relative !important;z-index:2 !important;grid-template-columns:minmax(0,1.42fr) minmax(300px,.82fr) !important;gap:clamp(22px,3.2vw,38px) !important;align-items:stretch !important}body.site-body.route-abiturientu .hero-copy{position:relative !important;display:grid !important;align-content:center !important;gap:14px !important;min-width:0 !important;padding:clamp(18px,2.2vw,28px) !important;border-radius:28px !important;border:1px solid rgba(255,255,255,.42) !important;background:linear-gradient(180deg,rgba(255,255,255,.80) 0%,rgba(247,251,255,.66) 56%,rgba(255,250,245,.58) 100%) !important;box-shadow:0 16px 34px -28px rgba(13,45,87,.18),inset 0 1px 0 rgba(255,255,255,.72) !important;backdrop-filter:blur(4px) saturate(1.02) !important;-webkit-backdrop-filter:blur(4px) saturate(1.02) !important}body.site-body.route-abiturientu .hero-copy .eyebrow,body.site-body.route-abiturientu .hero-stat,body.site-body.route-abiturientu .hero-side-panel .kicker{display:inline-flex !important;align-items:center !important;width:fit-content !important;border-radius:999px !important;border:1px solid rgba(71,136,206,.44) !important;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(230,241,252,.86) 100%) !important;color:#123f73 !important;box-shadow:0 8px 18px -16px rgba(13,45,87,.26),inset 0 1px 0 rgba(255,255,255,.82) !important}body.site-body.route-abiturientu .hero-copy h1{max-width:920px !important;margin:0 !important;color:#072b57 !important;font-size:clamp(2.15rem,4.6vw,4.7rem) !important;line-height:.98 !important;letter-spacing:-.045em !important;text-shadow:0 1px 0 rgba(255,255,255,.54),0 6px 18px rgba(255,255,255,.18) !important}body.site-body.route-abiturientu .hero-copy p{max-width:820px !important;margin:0 !important;color:#3e6382 !important;font-size:clamp(1rem,1.25vw,1.14rem) !important;line-height:1.72 !important}body.site-body.route-abiturientu .hero-actions{margin-top:8px !important}body.site-body.route-abiturientu .hero-stats-row{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin-top:8px !important}body.site-body.route-abiturientu .hero-stat{min-height:34px !important;padding:9px 13px !important;font-size:12px !important;font-weight:800 !important}body.site-body.route-abiturientu .hero-side-panel{position:relative !important;overflow:hidden !important;display:grid !important;align-content:start !important;gap:14px !important;min-height:100% !important;padding:24px !important;border-radius:28px !important;border:1px solid rgba(75,136,204,.50) !important;background-image:linear-gradient(180deg,rgba(255,255,255,.68) 0%,rgba(242,248,254,.48) 58%,rgba(255,250,244,.34) 100%),url('../images/backgrounds/fonkarti.png') !important;background-size:cover,190% auto !important;background-position:center center,58% 42% !important;background-repeat:no-repeat !important;box-shadow:0 22px 52px -42px rgba(13,45,87,.32),0 12px 28px -24px rgba(245,136,31,.18),inset 0 1px 0 rgba(255,255,255,.70) !important;backdrop-filter:blur(8px) saturate(1.04) !important;-webkit-backdrop-filter:blur(8px) saturate(1.04) !important}body.site-body.route-abiturientu .hero-side-panel::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;border-radius:inherit !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 48%,#ff8a19 100%) !important;opacity:.94 !important;pointer-events:none !important}body.site-body.route-abiturientu .hero-side-panel h3{color:#0d3768 !important;font-family:'Manrope',sans-serif !important;font-size:clamp(1.08rem,1.4vw,1.28rem) !important;line-height:1.28 !important;margin:0 !important}body.site-body.route-abiturientu .hero-side-panel .prose-inline{color:#3e6382 !important;font-size:14px !important;line-height:1.68 !important}body.site-body.route-abiturientu .section-admission-specialties-preview>.container,body.site-body.route-abiturientu #documents>.container,body.site-body.route-abiturientu .section:not(.section-admission-specialties-preview):not(#documents)>.container>.card,body.site-body.route-abiturientu .cta-banner{border-color:rgba(132,170,210,.70) !important;background:linear-gradient(180deg,rgba(248,251,253,.82) 0%,rgba(232,241,249,.80) 100%) !important;box-shadow:0 24px 56px -44px rgba(13,45,87,.26),inset 0 1px 0 rgba(255,255,255,.44) !important;backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important}body.site-body.route-abiturientu .section-admission-specialties-preview>.container,body.site-body.route-abiturientu #documents>.container{padding:clamp(22px,3vw,34px) !important;border:1px solid rgba(132,170,210,.70) !important;border-radius:32px !important}body.site-body.route-abiturientu .section-heading{position:relative !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:18px !important;min-height:138px !important;padding:18px 20px !important;overflow:hidden !important;border-radius:24px !important;border:1px solid rgba(132,170,210,.64) !important;background-color:#dbe5ee !important;background-image:url('../images/backgrounds/fonkarti-heading-v124.png') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;box-shadow:0 16px 34px -30px rgba(13,45,87,.22),inset 0 1px 0 rgba(255,255,255,.62) !important;isolation:isolate !important}body.site-body.route-abiturientu .section-heading>div{min-width:0 !important;max-width:min(760px,100%) !important;padding:16px 18px !important;border-radius:20px !important;border:1px solid rgba(190,207,224,.94) !important;background:linear-gradient(180deg,rgba(248,251,255,.96) 0%,rgba(239,246,252,.92) 100%) !important;box-shadow:0 12px 26px -20px rgba(13,45,87,.18) !important}body.site-body.route-abiturientu .section-heading .kicker{border:1px solid #b7c8d8 !important;background:#f7fafc !important;color:#114a86 !important;box-shadow:0 10px 18px -18px rgba(13,45,87,.18) !important}body.site-body.route-abiturientu .section-heading h2{color:#0d315d !important;line-height:1.08 !important}body.site-body.route-abiturientu .section-heading p{color:#496985 !important;line-height:1.62 !important}body.site-body.route-abiturientu .section-heading>.btn,body.site-body.route-abiturientu .section-heading .section-heading-actions{justify-self:end !important;position:relative !important;z-index:1 !important;padding:10px !important;border-radius:20px !important;border:1px solid rgba(190,207,224,.94) !important;background:linear-gradient(180deg,rgba(248,251,255,.96) 0%,rgba(239,246,252,.92) 100%) !important;box-shadow:0 12px 26px -20px rgba(13,45,87,.18) !important}body.site-body.route-abiturientu .section-heading>.btn{min-height:44px !important;padding:11px 18px !important;color:#0d3a70 !important;background:linear-gradient(180deg,#ffffff 0%,#eef5fb 100%) !important;border-color:#b8cada !important}body.site-body.route-abiturientu .section-heading>.btn:hover{color:#ffffff !important;background:#0f3f78 !important;border-color:#0f3f78 !important}body.site-body.route-abiturientu .admission-specialties-showcase-grid{display:grid !important;grid-template-columns:minmax(0,1.35fr) minmax(320px,.85fr) !important;gap:clamp(18px,2.4vw,28px) !important;align-items:stretch !important}body.site-body.route-abiturientu .admission-specialty-lead,body.site-body.route-abiturientu .admission-specialties-side,body.site-body.route-abiturientu .admission-grid .card,body.site-body.route-abiturientu .section .container>.card{overflow:hidden !important;border-radius:28px !important;border:1px solid rgba(132,170,210,.68) !important;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(241,247,253,.88) 100%) !important;box-shadow:0 18px 40px -32px rgba(13,45,87,.28),inset 0 1px 0 rgba(255,255,255,.72) !important}body.site-body.route-abiturientu .admission-specialty-lead{display:grid !important;grid-template-columns:minmax(280px,.88fr) minmax(0,1.12fr) !important;min-height:360px !important}body.site-body.route-abiturientu .admission-specialty-lead:hover,body.site-body.route-abiturientu .admission-specialties-side:hover,body.site-body.route-abiturientu .admission-grid .card:hover{transform:translateY(-3px) !important;border-color:rgba(31,102,193,.46) !important;box-shadow:0 24px 48px -34px rgba(13,45,87,.34),0 12px 24px -22px rgba(245,136,31,.20),inset 0 1px 0 rgba(255,255,255,.76) !important}body.site-body.route-abiturientu .admission-specialty-lead__media{position:relative !important;display:block !important;min-height:100% !important;overflow:hidden !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 54%,#ff8a19 100%) !important}body.site-body.route-abiturientu .admission-specialty-lead__media img,body.site-body.route-abiturientu .admission-specialty-line__thumb img{width:100% !important;height:100% !important;object-fit:cover !important}body.site-body.route-abiturientu .admission-specialty-lead__shade{position:absolute !important;inset:0 !important;background:linear-gradient(180deg,rgba(5,30,68,0) 28%,rgba(5,30,68,.64) 100%),linear-gradient(135deg,rgba(13,60,124,.22) 0%,rgba(255,138,25,.16) 100%) !important;pointer-events:none !important}body.site-body.route-abiturientu .admission-specialty-lead__badge,body.site-body.route-abiturientu .admission-specialty-lead__code{position:absolute !important;z-index:1 !important;display:inline-flex !important;align-items:center !important;min-height:34px !important;padding:8px 12px !important;border-radius:999px !important;font-size:12px !important;font-weight:900 !important;letter-spacing:.045em !important;text-transform:uppercase !important;color:#123f73 !important;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(230,241,252,.90) 100%) !important;border:1px solid rgba(255,255,255,.78) !important;box-shadow:0 12px 22px rgba(7,32,70,.16) !important}body.site-body.route-abiturientu .admission-specialty-lead__badge{top:18px !important;left:18px !important}body.site-body.route-abiturientu .admission-specialty-lead__code{right:18px !important;bottom:18px !important}body.site-body.route-abiturientu .admission-specialty-lead__content{display:grid !important;align-content:center !important;gap:16px !important;padding:clamp(22px,3vw,34px) !important}body.site-body.route-abiturientu .admission-specialty-meta{width:fit-content !important;display:inline-flex !important;min-height:28px !important;align-items:center !important;padding:6px 10px !important;border-radius:999px !important;border:1px solid rgba(132,170,210,.50) !important;background:#edf4fa !important;color:#1f5f9d !important;font-size:12px !important;font-weight:900 !important;letter-spacing:.055em !important;text-transform:uppercase !important}body.site-body.route-abiturientu .admission-specialty-lead h3,body.site-body.route-abiturientu .admission-specialties-side__head strong,body.site-body.route-abiturientu .admission-specialty-line h3{margin:0 !important;color:#0d315d !important}body.site-body.route-abiturientu .admission-specialty-lead h3{font-size:clamp(1.42rem,2vw,2rem) !important;line-height:1.16 !important}body.site-body.route-abiturientu .admission-specialty-lead p,body.site-body.route-abiturientu .admission-specialty-line p,body.site-body.route-abiturientu .admission-grid .card p,body.site-body.route-abiturientu .section .container>.card p,body.site-body.route-abiturientu .feature-list li{color:#496985 !important}body.site-body.route-abiturientu .admission-specialty-lead p{margin:0 !important;font-size:16px !important;line-height:1.68 !important}body.site-body.route-abiturientu .admission-specialty-facts,body.site-body.route-abiturientu .admission-specialty-actions{display:flex !important;flex-wrap:wrap !important;gap:9px !important}body.site-body.route-abiturientu .admission-specialty-facts span{display:inline-flex !important;min-height:30px !important;align-items:center !important;padding:6px 10px !important;border-radius:999px !important;color:#123f73 !important;background:linear-gradient(180deg,#ffffff 0%,#eef5fb 100%) !important;border:1px solid rgba(132,170,210,.44) !important;font-size:12px !important;font-weight:800 !important}body.site-body.route-abiturientu .admission-specialties-side{display:grid !important;grid-template-rows:auto 1fr auto !important;gap:14px !important;padding:clamp(18px,2.4vw,24px) !important}body.site-body.route-abiturientu .admission-specialties-side__head{display:grid !important;gap:10px !important;padding-bottom:14px !important;border-bottom:1px solid rgba(132,170,210,.36) !important}body.site-body.route-abiturientu .admission-specialties-side__head strong{font-size:1.08rem !important;line-height:1.35 !important}body.site-body.route-abiturientu .admission-specialties-side__list{display:grid !important;gap:12px !important}body.site-body.route-abiturientu .admission-specialty-line{display:grid !important;grid-template-columns:96px minmax(0,1fr) !important;gap:14px !important;align-items:stretch !important;padding:10px !important;border-radius:20px !important;border:1px solid rgba(132,170,210,.34) !important;background:linear-gradient(180deg,rgba(255,255,255,.82) 0%,rgba(242,248,253,.74) 100%) !important}body.site-body.route-abiturientu .admission-specialty-line__thumb{position:relative !important;overflow:hidden !important;min-height:94px !important;border-radius:16px !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#ff8a19 100%) !important}body.site-body.route-abiturientu .admission-specialty-line__thumb span{position:absolute !important;left:8px !important;right:8px !important;bottom:8px !important;z-index:1 !important;display:inline-flex !important;justify-content:center !important;padding:5px 7px !important;border-radius:999px !important;color:#123f73 !important;background:rgba(255,255,255,.92) !important;border:1px solid rgba(255,255,255,.70) !important;font-size:10px !important;font-weight:900 !important}body.site-body.route-abiturientu .admission-specialty-line__body{min-width:0 !important;display:grid !important;align-content:center !important;gap:6px !important}body.site-body.route-abiturientu .admission-specialty-line__body>span{color:#1f5f9d !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.06em !important;text-transform:uppercase !important}body.site-body.route-abiturientu .admission-specialty-line h3{font-size:.98rem !important;line-height:1.28 !important}body.site-body.route-abiturientu .admission-specialty-line h3 a{color:inherit !important;text-decoration:none !important}body.site-body.route-abiturientu .admission-specialty-line h3 a:hover{color:#1f66c1 !important}body.site-body.route-abiturientu .admission-specialty-line p{margin:0 !important;font-size:13px !important;line-height:1.48 !important}body.site-body.route-abiturientu .admission-specialties-side__catalog{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:42px !important;padding:10px 16px !important;border-radius:999px !important;color:#ffffff !important;background:#114a86 !important;text-decoration:none !important;font-weight:900 !important;box-shadow:0 14px 28px -22px rgba(17,74,134,.64) !important}body.site-body.route-abiturientu .admission-specialties-side__catalog:hover{color:#ffffff !important;background:#f08a22 !important}body.site-body.route-abiturientu .admission-card-accent{border-left:0 !important;border-top:4px solid #1f66c1 !important}body.site-body.route-abiturientu .admission-grid .card:nth-child(2n).admission-card-accent{border-top-color:#ff8a19 !important}body.site-body.route-abiturientu .card-meta{color:#1f5f9d !important;letter-spacing:.06em !important}body.site-body.route-abiturientu .feature-list{gap:9px !important}body.site-body.route-abiturientu .feature-list li{padding:10px 12px !important;border-radius:16px !important;background:rgba(255,255,255,.58) !important;border:1px solid rgba(132,170,210,.34) !important}body.site-body.route-abiturientu .cta-banner,body.site-body.is-inner .cta-banner{overflow:hidden !important;position:relative !important;border:1px solid rgba(84,142,207,.58) !important;background-color:#dfe8f1 !important;background-image:url('../images/backgrounds/fonkarti-heading-v124.png') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;box-shadow:0 18px 36px -30px rgba(13,45,87,.20),inset 0 1px 0 rgba(255,255,255,.56) !important}body.site-body.route-abiturientu .cta-banner h2{color:#0d315d !important}body.site-body.route-abiturientu .cta-banner p{color:#496985 !important}@media (max-width:1100px){body.site-body.route-abiturientu .admission-specialties-showcase-grid,body.site-body.route-abiturientu .admission-specialty-lead{grid-template-columns:1fr !important}body.site-body.route-abiturientu .admission-specialty-lead__media{min-height:260px !important}}@media (max-width:768px){body.site-body.route-abiturientu .admission-specialty-lead,body.site-body.route-abiturientu .admission-specialties-side{border-radius:22px !important}body.site-body.route-abiturientu .admission-specialty-lead__content,body.site-body.route-abiturientu .admission-specialties-side{padding:18px !important}body.site-body.route-abiturientu .admission-specialty-line{grid-template-columns:78px minmax(0,1fr) !important;gap:10px !important;border-radius:18px !important}body.site-body.route-abiturientu .admission-specialty-line__thumb{min-height:82px !important;border-radius:14px !important}body.site-body.route-abiturientu .admission-specialty-actions .btn,body.site-body.route-abiturientu .admission-specialties-side__catalog{width:100% !important}}@media (max-width:1100px){body.site-body.route-abiturientu .hero-grid-admission{grid-template-columns:1fr !important}body.site-body.route-abiturientu .hero-side-panel{min-height:auto !important}}@media (max-width:768px){body.site-body.route-abiturientu .hero{padding:24px 0 12px !important}body.site-body.route-abiturientu .hero>.container{padding:24px !important;border-radius:28px !important;background-image:linear-gradient(180deg,rgba(248,252,255,.56) 0%,rgba(248,252,255,.40) 58%,rgba(255,250,244,.30) 100%),url('../images/backgrounds/fonkarti.png') !important}body.site-body.route-abiturientu .hero-copy{padding:18px !important;border-radius:22px !important}body.site-body.route-abiturientu .hero-copy h1{font-size:clamp(2rem,11vw,3.2rem) !important;line-height:1.02 !important}body.site-body.route-abiturientu .hero-side-panel,body.site-body.route-abiturientu .section-heading,body.site-body.route-abiturientu .admission-specialty-lead,body.site-body.route-abiturientu .admission-specialties-side,body.site-body.route-abiturientu .admission-grid .card,body.site-body.route-abiturientu .section .container>.card,body.site-body.route-abiturientu .cta-banner{border-radius:22px !important}body.site-body.route-abiturientu .section-heading,body.site-body.route-abiturientu-specialties .section-heading{grid-template-columns:1fr !important;min-height:0 !important;padding:16px !important;background-size:100% 100% !important}body.site-body.route-abiturientu .section-heading>div,body.site-body.route-abiturientu .section-heading>.btn,body.site-body.route-abiturientu .section-heading .section-heading-actions,body.site-body.route-abiturientu-specialties .section-heading>div,body.site-body.route-abiturientu-specialties .section-heading>.btn,body.site-body.route-abiturientu-specialties .section-heading .section-heading-actions{width:100% !important;max-width:100% !important;justify-self:stretch !important}body.site-body.route-abiturientu .section-admission-specialties-preview>.container,body.site-body.route-abiturientu #documents>.container{padding:18px !important;border-radius:26px !important}}body.site-body .feature-list:not(.feature-list-compact) li{position:relative !important;display:flex !important;align-items:center !important;min-height:54px !important;padding:14px 18px 14px 58px !important;line-height:1.58 !important;word-break:break-word !important}body.site-body .feature-list:not(.feature-list-compact) li::before{left:18px !important;width:22px !important;height:22px !important;font-size:12px !important;box-shadow:0 10px 22px -14px rgba(15,66,143,.62) !important}body.site-body.route-abiturientu .feature-list:not(.feature-list-compact) li,body.site-body.is-inner .feature-list:not(.feature-list-compact) li{background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(243,248,253,.86) 100%) !important;border:1px solid rgba(132,170,210,.42) !important;color:#456783 !important}body.site-body.is-inner .cta-banner,body.site-body.route-abiturientu .cta-banner{gap:clamp(18px,2vw,30px) !important;align-items:center !important}body.site-body.is-inner .cta-banner>*,body.site-body.route-abiturientu .cta-banner>*{position:relative !important;z-index:1 !important}body.site-body.is-inner .cta-banner>:first-child,body.site-body.route-abiturientu .cta-banner>:first-child{max-width:min(760px,100%) !important;padding:clamp(16px,2vw,24px) !important;border-radius:24px !important;border:1px solid rgba(205,220,234,.96) !important;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(244,249,254,.96) 100%) !important;box-shadow:0 18px 36px -32px rgba(13,45,87,.22),inset 0 1px 0 rgba(255,255,255,.92) !important}body.site-body.is-inner .cta-banner .hero-actions,body.site-body.route-abiturientu .cta-banner .hero-actions{padding:12px !important;border-radius:22px !important;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(244,249,254,.96) 100%) !important;border:1px solid rgba(205,220,234,.96) !important;box-shadow:0 18px 36px -32px rgba(13,45,87,.18),inset 0 1px 0 rgba(255,255,255,.90) !important}body.site-body.is-inner .cta-banner .hero-actions .btn,body.site-body.route-abiturientu .cta-banner .hero-actions .btn{min-height:46px !important;border-radius:16px !important}body.site-body.is-inner .cta-banner .hero-actions .btn-secondary,body.site-body.route-abiturientu .cta-banner .hero-actions .btn-secondary{color:#0d3a70 !important;background:linear-gradient(180deg,#ffffff 0%,#eef5fb 100%) !important;border-color:#b8cada !important}body.site-body.is-inner .cta-banner .hero-actions .btn-secondary-contrast,body.site-body.route-abiturientu .cta-banner .hero-actions .btn-secondary-contrast{color:#d96e00 !important;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(255,247,239,.94) 100%) !important;border-color:rgba(232,158,77,.42) !important}body.site-body.is-inner .cta-banner .hero-actions .btn-secondary:hover,body.site-body.route-abiturientu .cta-banner .hero-actions .btn-secondary:hover,body.site-body.is-inner .cta-banner .hero-actions .btn-secondary-contrast:hover,body.site-body.route-abiturientu .cta-banner .hero-actions .btn-secondary-contrast:hover{color:#ffffff !important;background:#0f3f78 !important;border-color:#0f3f78 !important}body.site-body.is-inner .cta-banner .eyebrow,body.site-body.route-abiturientu .cta-banner .eyebrow{color:#114a86 !important;background:#f7fafc !important;border:1px solid #b7c8d8 !important;box-shadow:0 10px 18px -18px rgba(13,45,87,.18) !important}body.site-body.is-inner .cta-banner h2,body.site-body.route-abiturientu .cta-banner h2{color:#0d315d !important;text-shadow:none !important}body.site-body.is-inner .cta-banner p,body.site-body.route-abiturientu .cta-banner p{color:#496985 !important;text-shadow:none !important}@media (max-width:768px){body.site-body .feature-list:not(.feature-list-compact) li{min-height:50px !important;padding:12px 14px 12px 52px !important}body.site-body .feature-list:not(.feature-list-compact) li::before{left:16px !important;width:20px !important;height:20px !important}body.site-body.is-inner .cta-banner>:first-child,body.site-body.route-abiturientu .cta-banner>:first-child,body.site-body.is-inner .cta-banner .hero-actions,body.site-body.route-abiturientu .cta-banner .hero-actions{width:100% !important;border-radius:20px !important}}body.site-body.route-abiturientu .admission-card-head{display:flex !important;align-items:flex-start !important;gap:14px !important;margin-bottom:16px !important}body.site-body.route-abiturientu .admission-card-head>div{min-width:0 !important}body.site-body.route-abiturientu .admission-card-icon{flex:0 0 auto !important;display:grid !important;place-items:center !important;width:54px !important;height:54px !important;border-radius:18px !important;border:1px solid rgba(71,136,206,.34) !important;background:radial-gradient(circle at 35% 25%,rgba(255,255,255,.98) 0%,rgba(244,249,255,.88) 58%,rgba(255,246,235,.78) 100%) !important;box-shadow:0 16px 28px -24px rgba(13,45,87,.32),inset 0 1px 0 rgba(255,255,255,.88) !important}body.site-body.route-abiturientu .admission-card-icon img{display:block !important;width:38px !important;height:38px !important;object-fit:contain !important;filter:drop-shadow(0 6px 12px rgba(13,45,87,.16)) !important}body.site-body.route-abiturientu .admission-card-head .card-meta{display:inline-flex !important;margin-bottom:8px !important}body.site-body.route-abiturientu .admission-card-head h3{margin:0 !important}body.site-body.route-abiturientu-specialties .hero-catalog{padding:34px 0 18px !important;background:transparent !important;border-bottom:0 !important}body.site-body.route-abiturientu-specialties .hero-catalog>.container{position:relative !important;overflow:hidden !important;padding:clamp(26px,4vw,46px) !important;border-radius:36px !important;border:1px solid rgba(84,142,207,.52) !important;background-image:linear-gradient(92deg,rgba(248,252,255,.44) 0%,rgba(248,252,255,.28) 42%,rgba(255,250,244,.20) 100%),url('../images/backgrounds/fonkarti.png') !important;background-size:cover,100% 100% !important;background-position:center center,center center !important;background-repeat:no-repeat !important;box-shadow:0 28px 74px -48px rgba(13,45,87,.34),0 14px 32px -26px rgba(245,136,31,.20),inset 0 1px 0 rgba(255,255,255,.68) !important}body.site-body.route-abiturientu-specialties .hero-catalog>.container::before{content:'' !important;position:absolute !important;inset:0 !important;z-index:0 !important;border-radius:inherit !important;background:linear-gradient(90deg,rgba(18,78,148,.04) 0%,rgba(18,78,148,0) 28%),radial-gradient(circle at 7% 18%,rgba(0,95,190,.05) 0%,rgba(0,95,190,0) 26%),radial-gradient(circle at 92% 14%,rgba(255,137,22,.07) 0%,rgba(255,137,22,0) 24%),linear-gradient(180deg,rgba(255,255,255,.06) 0%,rgba(255,255,255,0) 52%) !important;opacity:.26 !important;pointer-events:none !important}body.site-body.route-abiturientu-specialties .hero-catalog>.container::after{content:'' !important;position:absolute !important;top:-22% !important;right:-9% !important;z-index:0 !important;width:min(520px,46vw) !important;height:150% !important;background:linear-gradient(135deg,rgba(13,74,148,.08) 0%,rgba(13,74,148,.02) 42%,rgba(255,137,22,.06) 100%) !important;opacity:.14 !important;transform:rotate(-11deg) !important;pointer-events:none !important}body.site-body.route-abiturientu-specialties .hero-grid-catalog{position:relative !important;z-index:2 !important;grid-template-columns:minmax(0,1.42fr) minmax(300px,.82fr) !important;gap:clamp(22px,3.2vw,38px) !important;align-items:stretch !important}body.site-body.route-abiturientu-specialties .hero-copy{position:relative !important;display:grid !important;align-content:center !important;gap:14px !important;min-width:0 !important;padding:clamp(18px,2.2vw,28px) !important;border-radius:28px !important;border:1px solid rgba(255,255,255,.42) !important;background:linear-gradient(180deg,rgba(255,255,255,.80) 0%,rgba(247,251,255,.66) 56%,rgba(255,250,245,.58) 100%) !important;box-shadow:0 16px 34px -28px rgba(13,45,87,.18),inset 0 1px 0 rgba(255,255,255,.72) !important;backdrop-filter:blur(4px) saturate(1.02) !important;-webkit-backdrop-filter:blur(4px) saturate(1.02) !important}body.site-body.route-abiturientu-specialties .hero-copy .eyebrow,body.site-body.route-abiturientu-specialties .hero-side-panel .kicker{display:inline-flex !important;align-items:center !important;width:fit-content !important;border-radius:999px !important;border:1px solid rgba(71,136,206,.44) !important;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(230,241,252,.86) 100%) !important;color:#123f73 !important;box-shadow:0 8px 18px -16px rgba(13,45,87,.26),inset 0 1px 0 rgba(255,255,255,.82) !important}body.site-body.route-abiturientu-specialties .hero-copy h1{max-width:920px !important;margin:0 !important;color:#072b57 !important;font-size:clamp(2.15rem,4.6vw,4.7rem) !important;line-height:.98 !important;letter-spacing:-.045em !important;text-shadow:0 1px 0 rgba(255,255,255,.54),0 6px 18px rgba(255,255,255,.18) !important}body.site-body.route-abiturientu-specialties .hero-copy p,body.site-body.route-abiturientu-specialties .hero-side-panel .prose-inline,body.site-body.route-abiturientu-specialties .hero-side-panel .prose-inline p{max-width:820px !important;margin:0 !important;color:#3e6382 !important;font-size:clamp(1rem,1.25vw,1.14rem) !important;line-height:1.72 !important}body.site-body.route-abiturientu-specialties .hero-actions{margin-top:8px !important}body.site-body.route-abiturientu-specialties .hero-side-panel{position:relative !important;overflow:hidden !important;display:grid !important;align-content:start !important;gap:14px !important;min-height:100% !important;padding:24px !important;border-radius:28px !important;border:1px solid rgba(75,136,204,.50) !important;background-image:linear-gradient(180deg,rgba(255,255,255,.68) 0%,rgba(242,248,254,.48) 58%,rgba(255,250,244,.34) 100%),url('../images/backgrounds/fonkarti.png') !important;background-size:cover,190% auto !important;background-position:center center,58% 42% !important;background-repeat:no-repeat !important;box-shadow:0 22px 52px -42px rgba(13,45,87,.32),0 12px 28px -24px rgba(245,136,31,.18),inset 0 1px 0 rgba(255,255,255,.70) !important;backdrop-filter:blur(8px) saturate(1.04) !important;-webkit-backdrop-filter:blur(8px) saturate(1.04) !important}body.site-body.route-abiturientu-specialties .hero-side-panel::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;border-radius:inherit !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 48%,#ff8a19 100%) !important;opacity:.94 !important;pointer-events:none !important}body.site-body.route-abiturientu-specialties .hero-side-panel h3{color:#0d3768 !important;font-family:'Manrope',sans-serif !important;font-size:clamp(1.08rem,1.4vw,1.28rem) !important;line-height:1.28 !important;margin:0 !important}body.site-body.route-abiturientu-specialties .section-specialties-catalog>.container{position:relative !important;overflow:hidden !important;padding:clamp(22px,3vw,34px) !important;border:1px solid rgba(132,170,210,.70) !important;border-radius:32px !important;background:linear-gradient(180deg,#eef5fb 0%,#e4edf5 100%) !important;box-shadow:0 24px 56px -44px rgba(13,45,87,.26),inset 0 1px 0 rgba(255,255,255,.54) !important}body.site-body.route-abiturientu-specialties .section-heading{position:relative !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:center !important;gap:18px !important;min-height:138px !important;padding:18px 20px !important;overflow:hidden !important;border-radius:24px !important;border:1px solid rgba(132,170,210,.64) !important;background-color:#dbe5ee !important;background-image:url('../images/backgrounds/fonkarti-heading-v124.png') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;box-shadow:0 16px 34px -30px rgba(13,45,87,.22),inset 0 1px 0 rgba(255,255,255,.62) !important;isolation:isolate !important}body.site-body.route-abiturientu-specialties .section-heading>div{min-width:0 !important;max-width:min(760px,100%) !important;padding:16px 18px !important;border-radius:20px !important;border:1px solid rgba(190,207,224,.94) !important;background:linear-gradient(180deg,rgba(248,251,255,.96) 0%,rgba(239,246,252,.92) 100%) !important;box-shadow:0 12px 26px -20px rgba(13,45,87,.18) !important}body.site-body.route-abiturientu-specialties .section-heading .kicker{border:1px solid #b7c8d8 !important;background:#f7fafc !important;color:#114a86 !important;box-shadow:0 10px 18px -18px rgba(13,45,87,.18) !important}body.site-body.route-abiturientu-specialties .section-heading h2{color:#0d315d !important;line-height:1.08 !important}body.site-body.route-abiturientu-specialties .section-heading p{color:#496985 !important;line-height:1.62 !important}body.site-body.route-abiturientu-specialties .section-heading>.btn,body.site-body.route-abiturientu-specialties .section-heading .section-heading-actions{justify-self:end !important;position:relative !important;z-index:1 !important;padding:10px !important;border-radius:20px !important;border:1px solid rgba(190,207,224,.94) !important;background:linear-gradient(180deg,rgba(248,251,255,.96) 0%,rgba(239,246,252,.92) 100%) !important;box-shadow:0 12px 26px -20px rgba(13,45,87,.18) !important}body.site-body.route-abiturientu-specialties .section-heading>.btn{min-height:44px !important;padding:11px 18px !important;color:#0d3a70 !important;background:linear-gradient(180deg,#ffffff 0%,#eef5fb 100%) !important;border-color:#b8cada !important}body.site-body.route-abiturientu-specialties .section-heading>.btn:hover{color:#ffffff !important;background:#0f3f78 !important;border-color:#0f3f78 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:16px !important;padding:16px !important;border-radius:24px !important;border:1px solid rgba(132,170,210,.58) !important;background:linear-gradient(180deg,#ffffff 0%,#edf5fb 100%) !important;box-shadow:0 14px 28px -26px rgba(13,45,87,.22),inset 0 1px 0 rgba(255,255,255,.86) !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__copy{display:grid !important;gap:3px !important;min-width:0 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__copy span{color:#1f5f9d !important;font-size:12px !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__copy strong{color:#0d315d !important;font-size:clamp(1rem,1.25vw,1.18rem) !important;line-height:1.24 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__actions{display:flex !important;align-items:center !important;flex-wrap:wrap !important;justify-content:flex-end !important;gap:10px !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__actions .btn{min-height:42px !important;padding:10px 16px !important;border-radius:16px !important;font-weight:900 !important;text-decoration:none !important;box-shadow:0 14px 28px -22px rgba(13,45,87,.34) !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__actions .btn-secondary{color:#ffffff !important;background:#0f3f78 !important;border-color:#0f3f78 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__actions .btn-secondary-contrast{color:#ffffff !important;background:#f08a22 !important;border-color:#f08a22 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__actions .btn:hover,body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__actions .btn:focus-visible{color:#ffffff !important;background:#0b315f !important;border-color:#0b315f !important;transform:translateY(-1px) !important}body.site-body.route-abiturientu-specialties .specialties-catalog-filter{display:grid !important;grid-template-columns:minmax(280px,1fr) minmax(260px,340px) auto !important;align-items:end !important;gap:14px !important;padding:16px !important;border-radius:24px !important;border:1px solid rgba(132,170,210,.58) !important;background:linear-gradient(180deg,#ffffff 0%,#edf5fb 100%) !important;box-shadow:0 14px 28px -26px rgba(13,45,87,.22),inset 0 1px 0 rgba(255,255,255,.86) !important}body.site-body.route-abiturientu-specialties .specialties-catalog-search,body.site-body.route-abiturientu-specialties .specialties-catalog-select{display:grid !important;gap:8px !important;min-width:0 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-search span,body.site-body.route-abiturientu-specialties .specialties-catalog-select span,body.site-body.route-abiturientu-specialties .specialties-catalog-filter__result{color:#1f5f9d !important;font-size:12px !important;font-weight:900 !important;letter-spacing:.06em !important;text-transform:uppercase !important}body.site-body.route-abiturientu-specialties .specialties-catalog-search input,body.site-body.route-abiturientu-specialties .specialties-catalog-select select{width:100% !important;min-height:46px !important;padding:12px 16px !important;border-radius:16px !important;border:1px solid rgba(132,170,210,.64) !important;background:#f8fbff !important;color:#0d315d !important;font:inherit !important;font-weight:700 !important;outline:none !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.82) !important}body.site-body.route-abiturientu-specialties .specialties-catalog-search input::placeholder{color:#6d879f !important;font-weight:650 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-search input:focus,body.site-body.route-abiturientu-specialties .specialties-catalog-select select:focus{border-color:#1f66c1 !important;box-shadow:0 0 0 4px rgba(31,102,193,.12),inset 0 1px 0 rgba(255,255,255,.82) !important}body.site-body.route-abiturientu-specialties .specialties-catalog-select{position:relative !important}body.site-body.route-abiturientu-specialties .specialties-catalog-select select{cursor:pointer !important;appearance:none !important;-webkit-appearance:none !important;padding-right:44px !important;background-image:linear-gradient(45deg,transparent 50%,#174a7d 50%),linear-gradient(135deg,#174a7d 50%,transparent 50%),linear-gradient(180deg,#ffffff 0%,#eef5fb 100%) !important;background-position:calc(100% - 21px) 52%,calc(100% - 15px) 52%,center center !important;background-size:7px 7px,7px 7px,100% 100% !important;background-repeat:no-repeat !important}body.site-body.route-abiturientu-specialties .specialties-catalog-select select:hover{border-color:#1f66c1 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-filter__result{justify-self:end !important;min-height:40px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:9px 13px !important;border-radius:999px !important;border:1px solid rgba(132,170,210,.52) !important;background:#f8fbff !important;color:#0d315d !important;white-space:nowrap !important}body.site-body.route-abiturientu-specialties .specialties-catalog-empty{display:grid !important;gap:6px !important;padding:22px !important;border-radius:24px !important;border:1px dashed rgba(132,170,210,.72) !important;background:linear-gradient(180deg,#ffffff 0%,#edf5fb 100%) !important;text-align:center !important}body.site-body.route-abiturientu-specialties .specialties-catalog-empty[hidden],body.site-body.route-abiturientu-specialties .specialty-catalog-card[hidden]{display:none !important}body.site-body.route-abiturientu-specialties .specialties-catalog-empty strong{color:#0d315d !important;font-size:1.08rem !important}body.site-body.route-abiturientu-specialties .specialties-catalog-empty span{color:#496985 !important}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(292px,1fr)) !important;gap:clamp(16px,1.8vw,22px) !important;align-items:stretch !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card{position:relative !important;display:flex !important;flex-direction:column !important;min-height:100% !important;overflow:hidden !important;border-radius:26px !important;border:1px solid rgba(132,170,210,.62) !important;background:linear-gradient(180deg,#ffffff 0%,#f2f7fc 100%) !important;box-shadow:0 16px 34px -30px rgba(13,45,87,.24),inset 0 1px 0 rgba(255,255,255,.78) !important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#f08a22 0%,#1f66c1 58%,#114a86 100%) !important;z-index:2 !important;pointer-events:none !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card:hover{transform:translateY(-3px) !important;border-color:rgba(31,102,193,.46) !important;box-shadow:0 24px 48px -34px rgba(13,45,87,.34),0 12px 24px -22px rgba(245,136,31,.20),inset 0 1px 0 rgba(255,255,255,.76) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__media{position:relative !important;display:block !important;min-height:184px !important;overflow:hidden !important;background:linear-gradient(135deg,rgba(17,74,134,.96) 0%,rgba(31,102,193,.86) 56%,rgba(255,138,25,.86) 100%),url('../images/backgrounds/fonkarti-heading-v124.png') center center / 100% 100% no-repeat !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__image{position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;transition:transform .22s ease !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card:hover .specialty-catalog-card__image{transform:scale(1.035) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__overlay{position:absolute !important;inset:0 !important;z-index:1 !important;background:linear-gradient(180deg,rgba(5,30,68,0) 42%,rgba(5,30,68,.32) 100%),linear-gradient(135deg,rgba(12,59,118,.10) 0%,rgba(255,138,25,.08) 100%) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body,body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer{background:transparent !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body{display:grid !important;align-content:start !important;gap:12px !important;padding:18px 18px 12px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding-bottom:10px !important;border-bottom:1px solid rgba(132,170,210,.26) !important;color:#1f5f9d !important;font-size:12px !important;font-weight:900 !important;letter-spacing:.05em !important;text-transform:uppercase !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line span{color:#f08a22 !important;font-size:13px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line strong{color:#174a7d !important;font-size:11.5px !important;font-weight:900 !important;text-align:right !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body h3{min-height:2.7em !important;margin:0 !important;color:#0d315d !important;font-size:clamp(1.06rem,1.25vw,1.22rem) !important;line-height:1.22 !important;letter-spacing:-.015em !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body p{color:#496985 !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body p{margin:0 !important;min-height:4.65em !important;line-height:1.55 !important;display:-webkit-box !important;-webkit-line-clamp:3 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;margin-top:auto !important;padding:14px 18px 18px !important;border-top:1px solid rgba(132,170,210,.28) !important;background:linear-gradient(180deg,rgba(255,255,255,.54) 0%,rgba(230,241,252,.46) 100%) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer .btn{width:100% !important;min-height:44px !important;border-radius:16px !important;color:#ffffff !important;background:#0f3f78 !important;border-color:#0f3f78 !important;font-weight:900 !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer .btn:hover,body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer .btn:focus-visible{color:#ffffff !important;background:#f08a22 !important;border-color:#f08a22 !important}@media (max-width:1100px){body.site-body.route-abiturientu-specialties .hero-grid-catalog{grid-template-columns:1fr !important}body.site-body.route-abiturientu-specialties .hero-side-panel{min-height:auto !important}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr)) !important}}@media (max-width:768px){body.site-body.route-abiturientu .admission-card-head{gap:12px !important}body.site-body.route-abiturientu .admission-card-icon{width:48px !important;height:48px !important;border-radius:16px !important}body.site-body.route-abiturientu .admission-card-icon img{width:34px !important;height:34px !important}body.site-body.route-abiturientu-specialties .hero-catalog{padding:24px 0 12px !important}body.site-body.route-abiturientu-specialties .hero-catalog>.container{padding:24px !important;border-radius:28px !important;background-image:linear-gradient(180deg,rgba(248,252,255,.56) 0%,rgba(248,252,255,.40) 58%,rgba(255,250,244,.30) 100%),url('../images/backgrounds/fonkarti.png') !important}body.site-body.route-abiturientu-specialties .hero-copy{padding:18px !important;border-radius:22px !important}body.site-body.route-abiturientu-specialties .hero-copy h1{font-size:clamp(2rem,11vw,3.2rem) !important;line-height:1.02 !important}body.site-body.route-abiturientu-specialties .hero-side-panel,body.site-body.route-abiturientu-specialties .section-heading,body.site-body.route-abiturientu-specialties .specialty-catalog-card{border-radius:22px !important}body.site-body.route-abiturientu-specialties .section-specialties-catalog>.container{padding:18px !important;border-radius:26px !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar{align-items:stretch !important;flex-direction:column !important}body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__actions,body.site-body.route-abiturientu-specialties .specialties-catalog-toolbar__actions .btn{width:100% !important}body.site-body.route-abiturientu-specialties .specialties-catalog-filter{grid-template-columns:1fr !important}body.site-body.route-abiturientu-specialties .specialties-catalog-filter__result{justify-self:stretch !important;width:100% !important}body.site-body.route-abiturientu-specialties .specialties-catalog-select,body.site-body.route-abiturientu-specialties .specialties-catalog-select select{width:100% !important}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{grid-template-columns:1fr !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line{align-items:flex-start !important;flex-direction:column !important;gap:4px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line strong{text-align:left !important}}.site-header-shell{position:sticky !important;top:0 !important;z-index:1800 !important;background:#eef5fb !important;box-shadow:0 14px 34px -30px rgba(8,47,93,.42) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.site-utility-bar.site-utility-bar-compact{border-bottom:0 !important;background:#0b3f73 !important}.site-utility-bar.site-utility-bar-compact::after{display:none !important}.site-utility-row.site-utility-row-compact{min-height:34px !important;gap:12px !important}.site-utility-row.site-utility-row-compact .site-utility-badge{min-height:24px !important;padding:4px 9px !important;border:1px solid rgba(255,255,255,.28) !important;color:#ffffff !important;background:rgba(255,255,255,.10) !important}.site-utility-row.site-utility-row-compact .site-utility-text,.site-utility-row.site-utility-row-compact .site-utility-link{color:rgba(255,255,255,.88) !important;font-size:11px !important}.site-utility-row.site-utility-row-compact .site-utility-link{min-height:24px !important;padding:4px 9px !important;border:1px solid rgba(255,255,255,.18) !important;background:transparent !important}.site-utility-row.site-utility-row-compact .site-utility-link:hover{color:#0b3f73 !important;background:#ffffff !important;border-color:#ffffff !important;transform:none !important}.site-header-nav.site-header-nav-v16{position:relative !important;z-index:1801 !important;padding:10px 0 !important;background:#eef5fb !important;border-bottom:1px solid rgba(8,47,93,.14) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}.site-header-nav.site-header-nav-v16::before{display:none !important}.site-nav-frame.site-nav-frame-v17{display:grid !important;grid-template-columns:64px minmax(0,1fr) !important;align-items:center !important;gap:12px !important;padding:6px !important;border-radius:22px !important;border:1px solid rgba(8,47,93,.20) !important;background:#ffffff !important;box-shadow:0 18px 42px -34px rgba(8,47,93,.34) !important;overflow:visible !important}.site-nav-frame.site-nav-frame-v17::before{display:none !important}.site-nav-logo-only,.site-nav-logo-only:hover{position:relative !important;z-index:2 !important;display:grid !important;place-items:center !important;width:64px !important;height:64px !important;padding:8px !important;border-radius:18px !important;border:1px solid rgba(8,47,93,.16) !important;background:#f8fbff !important;box-shadow:none !important}.site-nav-logo-only::after{display:none !important}.site-nav-logo-only img{width:100% !important;height:100% !important;object-fit:contain !important;filter:none !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{position:relative !important;z-index:2 !important;min-height:54px !important;padding:0 10px !important;border-radius:18px !important;border:1px solid rgba(8,47,93,.10) !important;background:#f8fbff !important;box-shadow:none !important;overflow:visible !important}.site-nav-panel.site-nav-panel-v17,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-entry{overflow:visible !important}@media (min-width:1025px){.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root{flex-wrap:nowrap !important;align-items:center !important;gap:4px !important}}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label{height:40px !important;min-height:40px !important;padding:0 12px !important;border-radius:12px !important;border:1px solid transparent !important;color:#123f73 !important;background:transparent !important;font-size:12.5px !important;font-weight:750 !important;letter-spacing:0 !important;box-shadow:none !important;transition:background .16s ease,border-color .16s ease,color .16s ease !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link>span,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label>span,.site-nav-sub .site-nav-link>span,.site-nav-sub .site-nav-label>span{display:block !important;line-height:1.2 !important;white-space:normal !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry .site-nav-link::before,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry .site-nav-label::before{display:none !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link:hover,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label:hover,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-item[data-open="true"]>.site-nav-entry .site-nav-label,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link.is-current,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-item.is-current>.site-nav-entry>.site-nav-link{color:#082f5d !important;background:#eef5fb !important;border-color:rgba(31,102,193,.24) !important;box-shadow:inset 0 -2px 0 #f08a22 !important;transform:none !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-caret{width:24px !important;height:24px !important;margin-left:-3px !important;border-radius:8px !important;border:1px solid rgba(8,47,93,.14) !important;background:#ffffff !important;box-shadow:none !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-caret:hover,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-item[data-open="true"]>.site-nav-entry .site-nav-caret{background:#eef5fb !important;border-color:rgba(240,138,34,.42) !important;box-shadow:none !important}.site-nav-caret::before{border-color:#123f73 !important}.site-nav-caret[aria-expanded="true"]::before,.site-nav-item[data-open="true"]>.site-nav-entry .site-nav-caret::before{border-color:#f08a22 !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub{top:calc(100% + 8px) !important;min-width:320px !important;max-width:min(430px,calc(100vw - 24px)) !important;max-height:min(72vh,620px) !important;padding:10px !important;border-radius:18px !important;border:1px solid rgba(8,47,93,.18) !important;background:#ffffff !important;box-shadow:0 24px 60px -34px rgba(8,47,93,.38) !important;overflow-y:auto !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub::before{content:'' !important;position:absolute !important;left:14px !important;right:14px !important;top:0 !important;height:3px !important;border-radius:999px !important;background:#f08a22 !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-label{min-height:40px !important;height:auto !important;padding:10px 11px !important;align-items:flex-start !important;border-radius:12px !important;color:#173f69 !important;background:transparent !important;border-color:transparent !important;font-size:12.5px !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-link:hover,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-label:hover,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-item[data-open="true"]>.site-nav-entry .site-nav-link{color:#082f5d !important;background:#eef5fb !important;border-color:rgba(31,102,193,.18) !important;box-shadow:inset 3px 0 0 #f08a22 !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{top:-10px !important;left:calc(100% + 8px) !important;min-width:300px !important}.site-header-breadcrumbs-row{padding:0 0 8px !important;background:#eef5fb !important}.site-header-breadcrumbs-shell{display:grid !important;grid-template-columns:64px minmax(0,1fr) !important;gap:12px !important;align-items:start !important}.breadcrumbs-container.breadcrumbs-container-under-nav .breadcrumbs ol{background:#ffffff !important;border-color:rgba(8,47,93,.14) !important;box-shadow:none !important}@media (max-width:1180px){.site-nav-frame.site-nav-frame-v17,.site-header-breadcrumbs-shell{grid-template-columns:58px minmax(0,1fr) !important}.site-nav-logo-only,.site-nav-logo-only:hover{width:58px !important;height:58px !important;border-radius:16px !important}}@media (max-width:1024px){.site-nav-frame.site-nav-frame-v17,.site-header-breadcrumbs-shell{grid-template-columns:1fr !important}.site-header-breadcrumbs-spacer{display:none !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{min-height:54px !important}.site-nav-panel.site-nav-panel-v17{border:1px solid rgba(8,47,93,.14) !important;background:#ffffff !important;box-shadow:0 18px 44px -32px rgba(8,47,93,.34) !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root{flex-wrap:wrap !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{width:100% !important;min-width:0 !important;max-width:none !important;max-height:none !important;left:0 !important;top:0 !important;box-shadow:none !important}}@media (max-width:560px){.site-utility-links,.site-utility-row.site-utility-row-compact .site-utility-text{display:none !important}.site-header-nav.site-header-nav-v16{padding:8px 0 !important}.site-nav-frame.site-nav-frame-v17{border-radius:18px !important;padding:5px !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{min-height:52px !important;border-radius:15px !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label{font-size:12px !important}}body.site-body{background-color:#cad6e2 !important;background-image:none !important}body.site-body.route-home,body.site-body.is-home,body.site-body.route-home.is-home{background-color:#cad6e2 !important;background-image:url('../images/backgrounds/site-background-fon12.png') !important;background-position:center top !important;background-size:cover !important;background-repeat:no-repeat !important;background-attachment:fixed !important}body.site-body.is-inner,body.site-body.route-abiturientu,body.site-body.route-abiturientu-specialties{background-color:#cad6e2 !important;background-image:url('../images/backgrounds/site-background-fon12.png') !important;background-position:center top !important;background-size:cover !important;background-repeat:no-repeat !important;background-attachment:fixed !important}body.site-body::before,body.site-body::after,body.site-body.is-home::before,body.site-body.is-home::after,body.site-body.is-inner::before,body.site-body.is-inner::after{display:none !important;content:none !important;opacity:0 !important;background:none !important;filter:none !important}body.site-body .section,body.site-body .section-alt,body.site-body.is-home .section,body.site-body.is-home .section-alt,body.site-body.is-inner .section,body.site-body.is-inner .section-alt,body.site-body .home-main-flow,body.site-body .section-home-unified,body.site-body .section-home-specialties,body.site-body .section-home-advantages,body.site-body .section-home-documents,body.site-body .section-home-contacts{background:transparent !important}body.site-body.is-home .home-main-flow::before,body.site-body.is-home .home-main-flow::after,body.site-body.is-home .section-home-unified::before,body.site-body.is-home .section-home-unified::after,body.site-body.is-home .section-news-spotlight::before,body.site-body.is-home .section-news-spotlight::after{display:none !important;content:none !important;opacity:0 !important;background:none !important;filter:none !important}body.site-body.is-inner .page-hero .container,body.site-body.route-abiturientu .hero>.container,body.site-body.route-abiturientu-specialties .hero-catalog>.container{background-color:#cad6e2 !important;background-image:url('../images/backgrounds/fonkarti.png') !important;background-position:center center !important;background-size:100% 100% !important;background-repeat:no-repeat !important;filter:none !important}body.site-body.is-inner .page-hero .container::before,body.site-body.is-inner .page-hero .container::after,body.site-body.route-abiturientu .hero>.container::before,body.site-body.route-abiturientu .hero>.container::after,body.site-body.route-abiturientu-specialties .hero-catalog>.container::before,body.site-body.route-abiturientu-specialties .hero-catalog>.container::after{display:none !important;content:none !important;opacity:0 !important;background:none !important}body.site-body.is-home .hero-premium-shell-v4,body.site-body.is-home .section-home-unified>.container,body.site-body.is-home .section-news-spotlight>.container,body.site-body.is-home .section-home-specialties>.container,body.site-body.is-home .section-home-advantages>.container,body.site-body.is-home .section-home-documents>.container,body.site-body.is-home .section-home-contacts>.container,body.site-body.is-inner .page-hero .container,body.site-body.route-abiturientu .hero>.container,body.site-body.route-abiturientu-specialties .hero-catalog>.container{box-shadow:0 22px 56px -44px rgba(13,45,87,.24) !important}@media (max-width:768px){body.site-body.route-home,body.site-body.is-home,body.site-body.route-home.is-home,body.site-body.is-inner,body.site-body.route-abiturientu,body.site-body.route-abiturientu-specialties{background-attachment:scroll !important}body.site-body.is-inner .page-hero .container,body.site-body.route-abiturientu .hero>.container,body.site-body.route-abiturientu-specialties .hero-catalog>.container{background-size:cover !important}}body.site-body.is-home .section-home-news-redesign>.container.stack-lg{position:relative !important;overflow:hidden !important;padding:clamp(22px,3vw,34px) !important;border-radius:34px !important;border:1px solid #b9cad8 !important;background:#e5edf4 !important;box-shadow:0 22px 54px -42px rgba(13,45,87,.26) !important}body.site-body.is-home .section-home-news-redesign>.container.stack-lg::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important;pointer-events:none !important}body.site-body.is-home .section-home-news-redesign>.container.stack-lg>*{position:relative !important;z-index:1 !important}body.site-body.is-home .home-news-heading{gap:18px !important;padding:18px 20px !important}body.site-body.is-home .home-news-heading h2{margin-bottom:6px !important;color:#0d315d !important}body.site-body.is-home .home-news-heading p{max-width:760px !important;margin:0 !important;color:#506c86 !important}body.site-body.is-home .home-news-board{display:grid !important;grid-template-columns:minmax(0,1.46fr) minmax(300px,.74fr) !important;gap:clamp(18px,2.4vw,28px) !important;align-items:stretch !important}body.site-body.is-home .home-news-lead,body.site-body.is-home .home-news-timeline,body.site-body.is-home .home-news-footer{border:1px solid #c4d1dd !important;background:#f7fafc !important;box-shadow:0 18px 42px -36px rgba(13,45,87,.24) !important}body.site-body.is-home .home-news-lead{display:grid !important;grid-template-columns:minmax(280px,.92fr) minmax(0,1fr) !important;min-height:352px !important;overflow:hidden !important;border-radius:30px !important}body.site-body.is-home .home-news-lead__media{position:relative !important;display:block !important;min-height:100% !important;overflow:hidden !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important}body.site-body.is-home .home-news-lead__image{width:100% !important;height:100% !important;min-height:352px !important;object-fit:cover !important;transition:transform .22s ease !important}body.site-body.is-home .home-news-lead:hover .home-news-lead__image{transform:scale(1.025) !important}body.site-body.is-home .home-news-lead__shade{position:absolute !important;inset:0 !important;background:linear-gradient(180deg,rgba(8,38,80,0) 36%,rgba(8,38,80,.52) 100%) !important;pointer-events:none !important}body.site-body.is-home .home-news-lead__label{position:absolute !important;left:18px !important;bottom:18px !important;display:inline-flex !important;align-items:center !important;min-height:34px !important;padding:8px 12px !important;border-radius:999px !important;color:#0d315d !important;background:#ffffff !important;border:1px solid #d8e2eb !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.04em !important}body.site-body.is-home .home-news-lead__content{display:grid !important;align-content:center !important;gap:16px !important;padding:clamp(22px,3vw,34px) !important}body.site-body.is-home .home-news-meta{display:flex !important;flex-wrap:wrap !important;gap:8px !important;align-items:center !important}body.site-body.is-home .home-news-meta span,body.site-body.is-home .home-news-meta time,body.site-body.is-home .home-news-timeline-item__category,body.site-body.is-home .home-news-timeline-item__date time,body.site-body.is-home .home-news-timeline-item__date span{display:inline-flex !important;align-items:center !important;min-height:28px !important;padding:6px 10px !important;border-radius:999px !important;border:1px solid #c9d6e2 !important;background:#edf4fa !important;color:#21598e !important;font-size:12px !important;font-weight:800 !important;text-transform:uppercase !important;letter-spacing:.055em !important}body.site-body.is-home .home-news-lead h3{margin:0 !important;font-size:clamp(1.48rem,2.12vw,2.18rem) !important;line-height:1.12 !important;letter-spacing:-.025em !important}body.site-body.is-home .home-news-lead h3 a,body.site-body.is-home .home-news-timeline-item h3 a{color:#0d315d !important;text-decoration:none !important}body.site-body.is-home .home-news-lead h3 a:hover,body.site-body.is-home .home-news-timeline-item h3 a:hover{color:#114a86 !important}body.site-body.is-home .home-news-lead p{margin:0 !important;color:#526d86 !important;font-size:16px !important;line-height:1.72 !important}body.site-body.is-home .home-news-read,body.site-body.is-home .home-news-footer__link{width:fit-content !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:42px !important;padding:10px 16px !important;border-radius:999px !important;background:#114a86 !important;color:#ffffff !important;font-size:14px !important;font-weight:800 !important;text-decoration:none !important;box-shadow:0 14px 28px -22px rgba(17,74,134,.64) !important}body.site-body.is-home .home-news-read:hover,body.site-body.is-home .home-news-footer__link:hover{background:#f08a22 !important;color:#ffffff !important}body.site-body.is-home .home-news-timeline{display:grid !important;grid-template-rows:auto 1fr !important;gap:16px !important;padding:22px !important;border-radius:30px !important}body.site-body.is-home .home-news-timeline__head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding-bottom:12px !important;border-bottom:1px solid #d4dee7 !important}body.site-body.is-home .home-news-timeline__head span{color:#0d315d !important;font-size:16px !important;font-weight:900 !important}body.site-body.is-home .home-news-timeline__head a{color:#1f66c1 !important;font-size:13px !important;font-weight:800 !important;text-decoration:none !important}body.site-body.is-home .home-news-timeline__list{position:relative !important;display:grid !important;gap:0 !important;padding-left:14px !important}body.site-body.is-home .home-news-timeline__list::before{content:'' !important;position:absolute !important;top:8px !important;bottom:8px !important;left:19px !important;width:2px !important;border-radius:999px !important;background:#d4dee7 !important}body.site-body.is-home .home-news-timeline-item{position:relative !important;display:grid !important;grid-template-columns:108px minmax(0,1fr) !important;gap:16px !important;padding:14px 0 16px !important}body.site-body.is-home .home-news-timeline-item::before{content:'' !important;position:absolute !important;top:25px !important;left:-1px !important;width:12px !important;height:12px !important;border-radius:50% !important;background:#f08a22 !important;border:3px solid #f7fafc !important;box-shadow:0 0 0 1px #d4dee7 !important}body.site-body.is-home .home-news-timeline-item + .home-news-timeline-item{border-top:1px solid #d8e2eb !important}body.site-body.is-home .home-news-timeline-item__date{display:flex !important;justify-content:flex-start !important;padding-left:18px !important}body.site-body.is-home .home-news-timeline-item__date time,body.site-body.is-home .home-news-timeline-item__date span{min-height:30px !important;white-space:nowrap !important}body.site-body.is-home .home-news-timeline-item__body{display:grid !important;align-content:start !important;gap:8px !important;min-width:0 !important}body.site-body.is-home .home-news-timeline-item h3{margin:0 !important;font-size:1rem !important;line-height:1.34 !important}body.site-body.is-home .home-news-footer{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;padding:18px 20px !important;border-radius:24px !important}body.site-body.is-home .home-news-footer strong,body.site-body.is-home .home-news-footer span{display:block !important}body.site-body.is-home .home-news-footer strong{color:#0d315d !important;font-size:1rem !important}body.site-body.is-home .home-news-footer span{margin-top:4px !important;color:#526d86 !important;font-size:14px !important;line-height:1.55 !important}@media (max-width:1180px){body.site-body.is-home .home-news-board{grid-template-columns:1fr !important}body.site-body.is-home .home-news-timeline{padding:20px !important}}@media (max-width:780px){body.site-body.is-home .section-home-news-redesign>.container.stack-lg{padding:18px !important;border-radius:26px !important}body.site-body.is-home .home-news-heading,body.site-body.is-home .home-specialties-heading,body.site-body.is-home .home-documents-heading,body.site-body.is-home .home-news-footer{align-items:flex-start !important}body.site-body.is-home .section-heading-home-shell>div,body.site-body.is-home .section-home-unified .section-heading>div,body.site-body.is-home .section-heading-home-shell .section-heading-actions,body.site-body.is-home .section-heading-home-shell>.btn,body.site-body.is-home .section-home-unified .section-heading>.btn{width:100% !important;max-width:100% !important}body.site-body.is-home .home-news-lead{grid-template-columns:1fr !important;min-height:0 !important;border-radius:24px !important}body.site-body.is-home .home-news-lead__media,body.site-body.is-home .home-news-lead__image{min-height:230px !important}body.site-body.is-home .home-news-timeline{border-radius:24px !important}body.site-body.is-home .home-news-footer__link{width:100% !important}}@media (max-width:560px){body.site-body.is-home .home-news-timeline__list{padding-left:6px !important}body.site-body.is-home .home-news-timeline__list::before{left:11px !important}body.site-body.is-home .home-news-timeline-item{grid-template-columns:1fr !important;gap:8px !important;padding-left:20px !important}body.site-body.is-home .home-news-timeline-item::before{left:-1px !important}body.site-body.is-home .home-news-timeline-item__date{padding-left:0 !important}body.site-body.is-home .home-news-meta span,body.site-body.is-home .home-news-meta time,body.site-body.is-home .home-news-timeline-item__category,body.site-body.is-home .home-news-timeline-item__date time,body.site-body.is-home .home-news-timeline-item__date span{min-height:26px !important;padding:5px 8px !important;font-size:10.5px !important}}body.site-body.is-home .section-home-specialties-redesign>.container.stack-lg{position:relative !important;overflow:hidden !important;padding:clamp(22px,3vw,34px) !important;border-radius:34px !important;border:1px solid #b9cad8 !important;background:#e5edf4 !important;box-shadow:0 22px 54px -42px rgba(13,45,87,.26) !important}body.site-body.is-home .section-home-specialties-redesign>.container.stack-lg::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#f08a22 0%,#1f66c1 46%,#114a86 100%) !important;pointer-events:none !important}body.site-body.is-home .section-home-specialties-redesign>.container.stack-lg>*{position:relative !important;z-index:1 !important}body.site-body.is-home .home-specialties-heading{gap:18px !important;padding:18px 20px !important}body.site-body.is-home .home-specialties-heading h2{margin-bottom:6px !important;color:#0d315d !important}body.site-body.is-home .home-specialties-heading p{max-width:760px !important;margin:0 !important;color:#506c86 !important}body.site-body.is-home .home-specialties-board{display:grid !important;grid-template-columns:minmax(0,1.36fr) minmax(320px,.84fr) !important;gap:clamp(18px,2.4vw,28px) !important;align-items:stretch !important}body.site-body.is-home .home-specialties-board--single{grid-template-columns:1fr !important}body.site-body.is-home .home-specialties-lead,body.site-body.is-home .home-specialties-list,body.site-body.is-home .home-specialties-footer{border:1px solid #c4d1dd !important;background:#f7fafc !important;box-shadow:0 18px 42px -36px rgba(13,45,87,.24) !important}body.site-body.is-home .home-specialties-lead{display:grid !important;grid-template-columns:minmax(280px,.86fr) minmax(0,1fr) !important;min-height:350px !important;overflow:hidden !important;border-radius:30px !important}body.site-body.is-home .home-specialties-lead__media{position:relative !important;display:block !important;min-height:100% !important;overflow:hidden !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 55%,#f08a22 100%) !important}body.site-body.is-home .home-specialties-lead__image{width:100% !important;height:100% !important;min-height:350px !important;object-fit:cover !important;transition:transform .22s ease !important}body.site-body.is-home .home-specialties-lead:hover .home-specialties-lead__image{transform:scale(1.025) !important}body.site-body.is-home .home-specialties-lead__shade{position:absolute !important;inset:0 !important;background:linear-gradient(180deg,rgba(8,38,80,0) 32%,rgba(8,38,80,.58) 100%) !important;pointer-events:none !important}body.site-body.is-home .home-specialties-lead__label{position:absolute !important;left:18px !important;bottom:18px !important;display:inline-flex !important;align-items:center !important;min-height:34px !important;padding:8px 12px !important;border-radius:999px !important;color:#0d315d !important;background:#ffffff !important;border:1px solid #d8e2eb !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.04em !important}body.site-body.is-home .home-specialties-lead__content{display:grid !important;align-content:center !important;gap:16px !important;padding:clamp(22px,3vw,34px) !important}body.site-body.is-home .home-specialties-meta,body.site-body.is-home .home-specialties-facts{display:flex !important;flex-wrap:wrap !important;gap:8px !important;align-items:center !important}body.site-body.is-home .home-specialties-meta span,body.site-body.is-home .home-specialties-facts span,body.site-body.is-home .home-specialties-item__code{display:inline-flex !important;align-items:center !important;min-height:28px !important;padding:6px 10px !important;border-radius:999px !important;border:1px solid #c9d6e2 !important;background:#edf4fa !important;color:#21598e !important;font-size:12px !important;font-weight:800 !important;line-height:1.2 !important}body.site-body.is-home .home-specialties-facts span{text-transform:none !important;letter-spacing:0 !important}body.site-body.is-home .home-specialties-lead h3,body.site-body.is-home .home-specialties-item h3{margin:0 !important}body.site-body.is-home .home-specialties-lead h3{font-size:clamp(1.48rem,2.12vw,2.18rem) !important;line-height:1.12 !important;letter-spacing:-.025em !important}body.site-body.is-home .home-specialties-lead h3 a,body.site-body.is-home .home-specialties-item h3 a{color:#0d315d !important;text-decoration:none !important}body.site-body.is-home .home-specialties-lead h3 a:hover,body.site-body.is-home .home-specialties-item h3 a:hover{color:#114a86 !important}body.site-body.is-home .home-specialties-lead p,body.site-body.is-home .home-specialties-item p,body.site-body.is-home .home-specialties-footer span{margin:0 !important;color:#526d86 !important;line-height:1.64 !important}body.site-body.is-home .home-specialties-lead p{font-size:16px !important}body.site-body.is-home .home-specialties-read,body.site-body.is-home .home-specialties-footer__link{width:fit-content !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:42px !important;padding:10px 16px !important;border-radius:999px !important;background:#114a86 !important;color:#ffffff !important;font-size:14px !important;font-weight:800 !important;text-decoration:none !important;box-shadow:0 14px 28px -22px rgba(17,74,134,.64) !important}body.site-body.is-home .home-specialties-read:hover,body.site-body.is-home .home-specialties-footer__link:hover{background:#f08a22 !important;color:#ffffff !important}body.site-body.is-home .home-specialties-list{display:grid !important;grid-template-rows:auto 1fr !important;gap:16px !important;padding:22px !important;border-radius:30px !important}body.site-body.is-home .home-specialties-list__head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding-bottom:12px !important;border-bottom:1px solid #d4dee7 !important}body.site-body.is-home .home-specialties-list__head span{color:#0d315d !important;font-size:16px !important;font-weight:900 !important}body.site-body.is-home .home-specialties-list__head a{color:#1f66c1 !important;font-size:13px !important;font-weight:800 !important;text-decoration:none !important}body.site-body.is-home .home-specialties-list__items{display:grid !important;gap:12px !important}body.site-body.is-home .home-specialties-item{display:grid !important;grid-template-columns:82px minmax(0,1fr) !important;gap:14px !important;align-items:center !important;padding:12px !important;border-radius:22px !important;border:1px solid #d4dee7 !important;background:#ffffff !important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease !important}body.site-body.is-home .home-specialties-item:hover{transform:translateY(-2px) !important;border-color:#b9cad8 !important;box-shadow:0 16px 30px -28px rgba(13,45,87,.30) !important}body.site-body.is-home .home-specialties-item__media{display:grid !important;place-items:center !important;width:82px !important;height:82px !important;overflow:hidden !important;border-radius:18px !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important;color:#ffffff !important;font-size:28px !important;font-weight:900 !important;text-decoration:none !important}body.site-body.is-home .home-specialties-item__media img{width:100% !important;height:100% !important;object-fit:cover !important}body.site-body.is-home .home-specialties-item__body{display:grid !important;gap:7px !important;min-width:0 !important}body.site-body.is-home .home-specialties-item h3{font-size:1rem !important;line-height:1.32 !important}body.site-body.is-home .home-specialties-item p{font-size:13.5px !important}body.site-body.is-home .home-specialties-footer{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;padding:18px 20px !important;border-radius:24px !important}body.site-body.is-home .home-specialties-footer strong,body.site-body.is-home .home-specialties-footer span{display:block !important}body.site-body.is-home .home-specialties-footer strong{color:#0d315d !important;font-size:1rem !important}body.site-body.is-home .home-specialties-footer span{margin-top:4px !important;font-size:14px !important}@media (max-width:1180px){body.site-body.is-home .home-specialties-board{grid-template-columns:1fr !important}body.site-body.is-home .home-specialties-list{padding:20px !important}}@media (max-width:780px){body.site-body.is-home .section-home-specialties-redesign>.container.stack-lg{padding:18px !important;border-radius:26px !important}body.site-body.is-home .home-specialties-heading,body.site-body.is-home .home-specialties-footer{align-items:flex-start !important;flex-direction:column !important}body.site-body.is-home .home-specialties-lead{grid-template-columns:1fr !important;min-height:0 !important;border-radius:24px !important}body.site-body.is-home .home-specialties-lead__media,body.site-body.is-home .home-specialties-lead__image{min-height:230px !important}body.site-body.is-home .home-specialties-list{border-radius:24px !important}body.site-body.is-home .home-specialties-footer__link{width:100% !important}}@media (max-width:560px){body.site-body.is-home .home-specialties-item{grid-template-columns:64px minmax(0,1fr) !important;gap:12px !important;padding:10px !important}body.site-body.is-home .home-specialties-item__media{width:64px !important;height:64px !important;border-radius:16px !important;font-size:23px !important}body.site-body.is-home .home-specialties-meta span,body.site-body.is-home .home-specialties-facts span,body.site-body.is-home .home-specialties-item__code{min-height:26px !important;padding:5px 8px !important;font-size:10.5px !important}}body.site-body.is-home .section-home-advantages-redesign>.container.stack-lg{position:relative !important;overflow:hidden !important;padding:clamp(22px,3vw,34px) !important;border-radius:32px !important;border:1px solid #b8cad9 !important;background:#e3ebf3 !important;box-shadow:0 20px 52px -42px rgba(13,45,87,.25) !important}body.site-body.is-home .section-home-advantages-redesign>.container.stack-lg::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#f08a22 0%,#1f66c1 52%,#114a86 100%) !important;pointer-events:none !important}body.site-body.is-home .section-home-advantages-redesign>.container.stack-lg>*{position:relative !important;z-index:1 !important}body.site-body.is-home .home-advantages-heading{margin-bottom:0 !important}body.site-body.is-home .home-advantages-panel{display:grid !important;grid-template-columns:minmax(0,.86fr) minmax(0,1.14fr) !important;gap:clamp(18px,2.5vw,30px) !important;align-items:stretch !important}body.site-body.is-home .home-advantages-summary,body.site-body.is-home .home-advantage-step{border:1px solid #c1d0dc !important;background:#f6f9fc !important;box-shadow:0 18px 42px -36px rgba(13,45,87,.24),inset 0 1px 0 rgba(255,255,255,.70) !important}body.site-body.is-home .home-advantages-summary{display:grid !important;align-content:center !important;gap:14px !important;min-height:100% !important;padding:clamp(24px,3vw,36px) !important;border-radius:28px !important}body.site-body.is-home .home-advantages-summary__badge{display:inline-flex !important;width:fit-content !important;min-height:32px !important;align-items:center !important;padding:8px 12px !important;border-radius:999px !important;border:1px solid #c3d3e0 !important;background:#eaf2f8 !important;color:#164878 !important;font-size:12px !important;font-weight:900 !important;letter-spacing:.05em !important;text-transform:uppercase !important}body.site-body.is-home .home-advantages-summary h3{max-width:640px !important;margin:0 !important;color:#0d315d !important;font-family:'Manrope',sans-serif !important;font-size:clamp(1.45rem,2.5vw,2.35rem) !important;line-height:1.12 !important;letter-spacing:-.03em !important}body.site-body.is-home .home-advantages-summary p{max-width:650px !important;margin:0 !important;color:#506c86 !important;font-size:15px !important;line-height:1.72 !important}body.site-body.is-home .home-advantages-summary__links{display:flex !important;flex-wrap:wrap !important;gap:9px !important;margin-top:6px !important}body.site-body.is-home .home-advantages-summary__links a{display:inline-flex !important;min-height:36px !important;align-items:center !important;justify-content:center !important;padding:8px 13px !important;border-radius:999px !important;border:1px solid #c3d3e0 !important;background:#eef5fa !important;color:#134a7f !important;font-size:12px !important;font-weight:900 !important;text-decoration:none !important}body.site-body.is-home .home-advantages-summary__links a:hover{border-color:#f08a22 !important;color:#0d315d !important}body.site-body.is-home .home-advantages-steps{display:grid !important;gap:12px !important}body.site-body.is-home .home-advantage-step{position:relative !important;display:grid !important;grid-template-columns:62px minmax(0,1fr) !important;gap:16px !important;align-items:start !important;min-height:118px !important;padding:18px 20px !important;border-radius:24px !important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease !important}body.site-body.is-home .home-advantage-step::after{content:'' !important;position:absolute !important;inset:18px auto 18px 0 !important;width:4px !important;border-radius:999px !important;background:#1f66c1 !important}body.site-body.is-home .home-advantage-step:nth-child(2n)::after{background:#f08a22 !important}body.site-body.is-home .home-advantage-step:hover{transform:translateY(-2px) !important;border-color:#9eb7cb !important;box-shadow:0 24px 48px -36px rgba(13,45,87,.30),0 12px 24px -22px rgba(240,138,34,.16) !important}body.site-body.is-home .home-advantage-step__num{display:grid !important;place-items:center !important;width:52px !important;height:52px !important;border-radius:18px !important;border:1px solid #c1d3e1 !important;background:#e8f1f8 !important;color:#114a86 !important;font-size:.94rem !important;font-weight:950 !important;letter-spacing:.04em !important}body.site-body.is-home .home-advantage-step__content{min-width:0 !important}body.site-body.is-home .home-advantage-step strong{display:block !important;margin-bottom:6px !important;color:#0d315d !important;font-family:'Manrope',sans-serif !important;font-size:clamp(1rem,1.25vw,1.12rem) !important;line-height:1.28 !important}body.site-body.is-home .home-advantage-step p{margin:0 !important;color:#526d86 !important;font-size:14px !important;line-height:1.62 !important}@media (max-width:980px){body.site-body.is-home .home-advantages-panel{grid-template-columns:1fr !important}body.site-body.is-home .home-advantages-summary{min-height:0 !important}}@media (max-width:620px){body.site-body.is-home .section-home-advantages-redesign>.container.stack-lg{padding:18px !important;border-radius:26px !important}body.site-body.is-home .home-advantages-summary,body.site-body.is-home .home-advantage-step{border-radius:22px !important}body.site-body.is-home .home-advantages-summary{padding:22px !important}body.site-body.is-home .home-advantage-step{grid-template-columns:1fr !important;gap:12px !important;min-height:0 !important;padding:18px !important}body.site-body.is-home .home-advantage-step::after{inset:0 18px auto 18px !important;width:auto !important;height:4px !important}body.site-body.is-home .home-advantage-step__num{width:50px !important;height:50px !important;border-radius:17px !important}body.site-body.is-home .home-advantages-summary__links,body.site-body.is-home .home-advantages-summary__links a{width:100% !important}}body.site-body.is-home .section-home-documents-redesign>.container.stack-lg{position:relative !important;overflow:hidden !important;padding:clamp(22px,3vw,34px) !important;border-radius:32px !important;border:1px solid #b8cad9 !important;background:#e3ebf3 !important;box-shadow:0 20px 52px -42px rgba(13,45,87,.25) !important}body.site-body.is-home .section-home-documents-redesign>.container.stack-lg::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 56%,#f08a22 100%) !important;pointer-events:none !important}body.site-body.is-home .section-home-documents-redesign>.container.stack-lg>*{position:relative !important;z-index:1 !important}body.site-body.is-home .home-documents-board{display:grid !important;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr) !important;gap:clamp(18px,2.5vw,28px) !important;align-items:stretch !important}body.site-body.is-home .home-document-lead,body.site-body.is-home .home-documents-list,body.site-body.is-home .home-documents-footer,body.site-body.is-home .home-documents-empty{border:1px solid #c1d0dc !important;background:#f6f9fc !important;box-shadow:0 18px 42px -36px rgba(13,45,87,.24),inset 0 1px 0 rgba(255,255,255,.70) !important}body.site-body.is-home .home-document-lead{display:grid !important;grid-template-columns:minmax(210px,.68fr) minmax(0,1fr) !important;min-height:360px !important;overflow:hidden !important;border-radius:28px !important}body.site-body.is-home .home-document-lead__visual{position:relative !important;display:grid !important;align-content:end !important;min-height:100% !important;padding:24px !important;background:linear-gradient(145deg,rgba(17,74,134,.96) 0%,rgba(31,102,193,.88) 54%,rgba(240,138,34,.90) 100%) !important;color:#ffffff !important}body.site-body.is-home .home-document-lead__visual::before{content:'' !important;position:absolute !important;inset:24px 24px auto auto !important;width:76px !important;height:96px !important;border-radius:18px !important;border:2px solid rgba(255,255,255,.42) !important;background:rgba(255,255,255,.12) !important;box-shadow:inset -14px -14px 0 rgba(255,255,255,.08) !important}body.site-body.is-home .home-document-lead__type{position:relative !important;z-index:1 !important;width:fit-content !important;min-height:38px !important;display:inline-flex !important;align-items:center !important;padding:9px 13px !important;border-radius:999px !important;background:rgba(255,255,255,.16) !important;border:1px solid rgba(255,255,255,.28) !important;font-size:13px !important;font-weight:950 !important;letter-spacing:.06em !important}body.site-body.is-home .home-document-lead__mark{position:relative !important;z-index:1 !important;display:block !important;margin-top:16px !important;font-family:'Manrope',sans-serif !important;font-size:clamp(2.8rem,5vw,5rem) !important;font-weight:950 !important;letter-spacing:-.08em !important;line-height:.86 !important;opacity:.22 !important}body.site-body.is-home .home-document-lead__body{display:grid !important;align-content:center !important;gap:14px !important;padding:clamp(22px,3vw,34px) !important}body.site-body.is-home .home-document-meta{display:flex !important;flex-wrap:wrap !important;gap:8px !important}body.site-body.is-home .home-document-meta span,body.site-body.is-home .home-documents-list__head span,body.site-body.is-home .home-document-row__content span{display:inline-flex !important;align-items:center !important;width:fit-content !important;min-height:30px !important;padding:7px 11px !important;border-radius:999px !important;border:1px solid #c3d3e0 !important;background:#eaf2f8 !important;color:#164878 !important;font-size:11.5px !important;font-weight:900 !important}body.site-body.is-home .home-document-lead h3,body.site-body.is-home .home-document-row h3{margin:0 !important;font-family:'Manrope',sans-serif !important;line-height:1.18 !important}body.site-body.is-home .home-document-lead h3{max-width:680px !important;font-size:clamp(1.45rem,2.35vw,2.2rem) !important;letter-spacing:-.035em !important}body.site-body.is-home .home-document-lead h3 a,body.site-body.is-home .home-document-row h3 a{color:#0d315d !important;text-decoration:none !important}body.site-body.is-home .home-document-lead h3 a:hover,body.site-body.is-home .home-document-row h3 a:hover{color:#1f66c1 !important}body.site-body.is-home .home-document-lead p,body.site-body.is-home .home-document-row p,body.site-body.is-home .home-documents-footer span,body.site-body.is-home .home-documents-empty p{margin:0 !important;color:#526d86 !important;line-height:1.62 !important}body.site-body.is-home .home-document-lead p{font-size:15.5px !important}body.site-body.is-home .home-document-actions{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin-top:4px !important}body.site-body.is-home .home-documents-list{display:grid !important;gap:16px !important;padding:22px !important;border-radius:28px !important}body.site-body.is-home .home-documents-list__head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;padding-bottom:12px !important;border-bottom:1px solid #d4dee7 !important}body.site-body.is-home .home-documents-list__head strong{color:#0d315d !important;font-size:1rem !important}body.site-body.is-home .home-documents-list__items{display:grid !important;gap:12px !important}body.site-body.is-home .home-document-row{display:grid !important;grid-template-columns:66px minmax(0,1fr) auto !important;gap:14px !important;align-items:center !important;padding:13px !important;border-radius:22px !important;border:1px solid #d4dee7 !important;background:#ffffff !important;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease !important}body.site-body.is-home .home-document-row:hover{transform:translateY(-2px) !important;border-color:#b9cad8 !important;box-shadow:0 16px 30px -28px rgba(13,45,87,.30) !important}body.site-body.is-home .home-document-row__type{display:grid !important;place-items:center !important;width:66px !important;height:66px !important;border-radius:18px !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important;color:#ffffff !important;font-size:12px !important;font-weight:950 !important;text-decoration:none !important;letter-spacing:.05em !important}body.site-body.is-home .home-document-row__content{display:grid !important;gap:6px !important;min-width:0 !important}body.site-body.is-home .home-document-row__content span{min-height:26px !important;padding:5px 9px !important;font-size:10.5px !important}body.site-body.is-home .home-document-row h3{font-size:1rem !important}body.site-body.is-home .home-document-row p{font-size:13.5px !important}body.site-body.is-home .home-document-row__open,body.site-body.is-home .home-documents-footer__link{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:38px !important;padding:9px 14px !important;border-radius:999px !important;border:1px solid #c3d3e0 !important;background:#eef5fa !important;color:#134a7f !important;font-size:12px !important;font-weight:900 !important;text-decoration:none !important}body.site-body.is-home .home-document-row__open:hover,body.site-body.is-home .home-documents-footer__link:hover{border-color:#f08a22 !important;color:#0d315d !important}body.site-body.is-home .home-documents-footer{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:18px !important;padding:18px 20px !important;border-radius:24px !important}body.site-body.is-home .home-documents-footer strong,body.site-body.is-home .home-documents-footer span{display:block !important}body.site-body.is-home .home-documents-footer strong,body.site-body.is-home .home-documents-empty strong{color:#0d315d !important;font-size:1rem !important}body.site-body.is-home .home-documents-footer span{margin-top:4px !important;font-size:14px !important}body.site-body.is-home .home-documents-empty{display:grid !important;gap:10px !important;padding:24px !important;border-radius:26px !important}@media (max-width:1180px){body.site-body.is-home .home-documents-board{grid-template-columns:1fr !important}}@media (max-width:780px){body.site-body.is-home .section-home-documents-redesign>.container.stack-lg{padding:18px !important;border-radius:26px !important}body.site-body.is-home .home-documents-heading,body.site-body.is-home .home-documents-footer{align-items:flex-start !important;flex-direction:column !important}body.site-body.is-home .home-document-lead{grid-template-columns:1fr !important;min-height:0 !important;border-radius:24px !important}body.site-body.is-home .home-document-lead__visual{min-height:190px !important}body.site-body.is-home .home-documents-list{border-radius:24px !important}body.site-body.is-home .home-document-row{grid-template-columns:58px minmax(0,1fr) !important}body.site-body.is-home .home-document-row__type{width:58px !important;height:58px !important;border-radius:16px !important}body.site-body.is-home .home-document-row__open{grid-column:2 !important;width:fit-content !important}body.site-body.is-home .home-documents-footer__link{width:100% !important}}.site-footer.site-footer-v115{position:relative !important;margin-top:46px !important;padding:24px 0 18px !important;color:#e8f1fb !important;background:linear-gradient(180deg,#0b203800 0%,#07172b 100%) !important}.site-footer.site-footer-v115::before,.site-footer.site-footer-v115::after{display:none !important}.site-footer-v115 .site-footer-shell-v115{position:relative !important;overflow:hidden !important;border-radius:24px !important;border:1px solid rgba(115,158,204,.30) !important;background:radial-gradient(circle at 12% 0%,rgba(241,145,34,.16) 0%,rgba(241,145,34,0) 28%),radial-gradient(circle at 88% 8%,rgba(47,111,199,.18) 0%,rgba(47,111,199,0) 32%),linear-gradient(135deg,#0c2a4c 0%,#091d35 48%,#071629 100%) !important;box-shadow:0 22px 48px -34px rgba(0,0,0,.68),inset 0 1px 0 rgba(255,255,255,.08) !important}.site-footer-v115 .site-footer-shell-v115::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:3px !important;background:linear-gradient(90deg,#f19122 0%,#2f6fc7 48%,#f19122 100%) !important;opacity:.9 !important;pointer-events:none !important}.site-footer-v115 .site-footer-main-v115{position:relative !important;display:grid !important;grid-template-columns:minmax(0,1.1fr) minmax(190px,.68fr) minmax(235px,.82fr) !important;gap:clamp(18px,2.4vw,30px) !important;padding:clamp(20px,2.6vw,28px) !important}.site-footer-v115 .site-footer-brand-v115,.site-footer-v115 .site-footer-nav-v115,.site-footer-v115 .site-footer-quick-v115{min-width:0 !important}.site-footer-v115 .site-footer-brand-head-v115{display:flex !important;align-items:center !important;gap:12px !important;margin-bottom:12px !important}.site-footer-v115 .site-footer-logo-v115{display:grid !important;place-items:center !important;width:54px !important;height:54px !important;flex:0 0 auto !important;border-radius:18px !important;background:#f8fbff !important;border:1px solid rgba(255,255,255,.70) !important;box-shadow:0 14px 26px -22px rgba(0,0,0,.60) !important}.site-footer-v115 .site-footer-logo-v115 img{width:42px !important;height:42px !important;object-fit:contain !important}.site-footer-v115 .site-footer-kicker-v115,.site-footer-v115 .site-footer-heading-v115{display:block !important;margin:0 0 8px !important;color:#ffb365 !important;font-size:10.5px !important;font-weight:900 !important;letter-spacing:.12em !important;text-transform:uppercase !important}.site-footer-v115 .site-footer-title-v115{margin:0 !important;color:#ffffff !important;font-family:'Manrope',sans-serif !important;font-size:clamp(1.12rem,1.45vw,1.34rem) !important;font-weight:900 !important;line-height:1.15 !important;letter-spacing:-.02em !important}.site-footer-v115 .site-footer-text-v115{max-width:590px !important;margin:0 !important;color:#c4d4e8 !important;font-size:13.5px !important;line-height:1.58 !important}.site-footer-v115 .site-footer-tags-v115{display:flex !important;flex-wrap:wrap !important;gap:6px !important;margin-top:12px !important}.site-footer-v115 .site-footer-tags-v115 span{display:inline-flex !important;align-items:center !important;min-height:26px !important;padding:5px 9px !important;border-radius:999px !important;border:1px solid rgba(123,166,211,.28) !important;background:rgba(255,255,255,.055) !important;color:#dbe8f7 !important;font-size:11.5px !important;font-weight:800 !important}.site-footer-v115 .site-footer-links-v115,.site-footer-v115 .site-footer-service-links-v115{display:grid !important;gap:4px !important;padding:0 !important;margin:0 !important;list-style:none !important}.site-footer-v115 .site-footer-links-v115 a,.site-footer-v115 .site-footer-service-links-v115 a{display:flex !important;align-items:center !important;min-height:30px !important;padding:6px 9px !important;border-radius:10px !important;color:#dce9f8 !important;text-decoration:none !important;font-size:13.5px !important;font-weight:750 !important;border:1px solid transparent !important;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease !important}.site-footer-v115 .site-footer-links-v115 a::before,.site-footer-v115 .site-footer-service-links-v115 a::before{content:'' !important;width:5px !important;height:5px !important;margin-right:8px !important;border-radius:50% !important;background:#f19122 !important;opacity:.82 !important}.site-footer-v115 .site-footer-links-v115 a:hover,.site-footer-v115 .site-footer-service-links-v115 a:hover{color:#ffffff !important;background:rgba(255,255,255,.07) !important;border-color:rgba(123,166,211,.26) !important;transform:translateX(2px) !important}.site-footer-v115 .site-footer-action-list-v115{display:grid !important;gap:7px !important}.site-footer-v115 .site-footer-action-v115{position:relative !important;display:grid !important;gap:2px !important;min-height:48px !important;padding:10px 12px 10px 16px !important;border-radius:14px !important;text-decoration:none !important;color:#ffffff !important;border:1px solid rgba(123,166,211,.24) !important;background:rgba(255,255,255,.06) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;transition:border-color .18s ease,background-color .18s ease,transform .18s ease !important}.site-footer-v115 .site-footer-action-v115::before{content:'' !important;position:absolute !important;inset:10px auto 10px 0 !important;width:3px !important;border-radius:999px !important;background:linear-gradient(180deg,#f19122 0%,#2f6fc7 100%) !important}.site-footer-v115 .site-footer-action-v115 span{color:#9fb6d3 !important;font-size:10px !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important}.site-footer-v115 .site-footer-action-v115 strong{color:#ffffff !important;font-size:14px !important;line-height:1.18 !important}.site-footer-v115 .site-footer-action-v115:hover{transform:translateY(-1px) !important;border-color:rgba(241,145,34,.50) !important;background:rgba(255,255,255,.085) !important}.site-footer-v115 .site-footer-service-links-v115{margin-top:9px !important}.site-footer-v115 .site-footer-bottom-v115{display:flex !important;align-items:center !important;justify-content:space-between !important;flex-wrap:wrap !important;gap:8px 16px !important;padding:11px clamp(20px,2.6vw,28px) 13px !important;border-top:1px solid rgba(123,166,211,.18) !important;background:#061526 !important}.site-footer-v115 .site-footer-bottom-v115 span{color:#aebfd3 !important;font-size:12.5px !important}.site-footer-v115 .site-footer-bottom-v115 span:first-child{color:#e8f1fb !important}@media (max-width:1080px){.site-footer-v115 .site-footer-main-v115{grid-template-columns:1fr 1fr !important}.site-footer-v115 .site-footer-brand-v115{grid-column:1 / -1 !important}}@media (max-width:720px){.site-footer.site-footer-v115{margin-top:36px !important;padding:18px 0 14px !important}.site-footer-v115 .site-footer-shell-v115{border-radius:20px !important}.site-footer-v115 .site-footer-main-v115{grid-template-columns:1fr !important;gap:18px !important;padding:20px 16px !important}.site-footer-v115 .site-footer-brand-head-v115{align-items:flex-start !important}.site-footer-v115 .site-footer-logo-v115{width:50px !important;height:50px !important;border-radius:16px !important}.site-footer-v115 .site-footer-logo-v115 img{width:38px !important;height:38px !important}.site-footer-v115 .site-footer-bottom-v115{padding:12px 16px 14px !important}}body.site-body.route-abiturientu .section-heading .btn,body.site-body.route-abiturientu-specialties .section-heading .btn,body.site-body.is-home .section-heading-home-shell .btn{font-weight:800 !important;text-shadow:none !important}body.site-body.route-abiturientu .section-heading a,body.site-body.route-abiturientu-specialties .section-heading a,body.site-body.is-home .section-heading-home-shell a{text-decoration:none !important}@media (max-width:780px){body.site-body.route-abiturientu .section-heading,body.site-body.route-abiturientu-specialties .section-heading{grid-template-columns:1fr !important;min-height:0 !important;padding:16px !important;background-size:100% 100% !important}body.site-body.route-abiturientu .section-heading>div,body.site-body.route-abiturientu .section-heading>.btn,body.site-body.route-abiturientu .section-heading .section-heading-actions,body.site-body.route-abiturientu-specialties .section-heading>div,body.site-body.route-abiturientu-specialties .section-heading>.btn,body.site-body.route-abiturientu-specialties .section-heading .section-heading-actions{width:100% !important;max-width:100% !important;justify-self:stretch !important}}body.site-body.route-abiturientu .section-admission-documents>.admission-documents-showcase{position:relative !important;overflow:hidden !important;padding:clamp(22px,3vw,34px) !important;border-radius:34px !important;border:1px solid rgba(132,170,210,.70) !important;background:#e5edf4 !important;box-shadow:0 24px 56px -44px rgba(13,45,87,.26),inset 0 1px 0 rgba(255,255,255,.54) !important}body.site-body.route-abiturientu .section-admission-documents>.admission-documents-showcase::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 52%,#ff8a19 100%) !important;pointer-events:none !important}body.site-body.route-abiturientu .section-admission-documents>.admission-documents-showcase>*{position:relative !important;z-index:1 !important}body.site-body.route-abiturientu .admission-documents-board{display:grid !important;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr) !important;gap:clamp(18px,2.4vw,28px) !important;align-items:stretch !important}body.site-body.route-abiturientu .admission-documents-checklist,body.site-body.route-abiturientu .admission-documents-apply,body.site-body.route-abiturientu .admission-documents-info-card{border:1px solid #c4d1dd !important;background:#f7fafc !important;box-shadow:0 18px 42px -36px rgba(13,45,87,.24) !important}body.site-body.route-abiturientu .admission-documents-checklist{display:grid !important;gap:22px !important;align-content:start !important;min-height:100% !important;padding:clamp(22px,3vw,34px) !important;border-radius:30px !important}body.site-body.route-abiturientu .admission-documents-card-head{display:flex !important;align-items:flex-start !important;gap:16px !important;min-width:0 !important}body.site-body.route-abiturientu .admission-documents-card-head--compact{align-items:center !important}body.site-body.route-abiturientu .admission-documents-icon{flex:0 0 auto !important;display:grid !important;place-items:center !important;width:60px !important;height:60px !important;border-radius:20px !important;border:1px solid rgba(71,136,206,.34) !important;background:radial-gradient(circle at 35% 25%,#ffffff 0%,#f4f9ff 58%,#fff6eb 100%) !important;box-shadow:0 16px 28px -24px rgba(13,45,87,.32),inset 0 1px 0 rgba(255,255,255,.88) !important}body.site-body.route-abiturientu .admission-documents-icon img{display:block !important;width:40px !important;height:40px !important;object-fit:contain !important;filter:drop-shadow(0 6px 12px rgba(13,45,87,.16)) !important}body.site-body.route-abiturientu .admission-documents-card-head h3,body.site-body.route-abiturientu .admission-documents-info-card h3{margin:7px 0 0 !important;color:#0d315d !important;font-size:clamp(1.18rem,1.55vw,1.48rem) !important;line-height:1.18 !important}body.site-body.route-abiturientu .admission-documents-card-head p,body.site-body.route-abiturientu .admission-documents-apply p,body.site-body.route-abiturientu .admission-documents-info-card p{margin:10px 0 0 !important;color:#496985 !important;line-height:1.68 !important}body.site-body.route-abiturientu .admission-documents-step,body.site-body.route-abiturientu .admission-documents-mini-label{display:inline-flex !important;align-items:center !important;width:fit-content !important;min-height:28px !important;padding:6px 10px !important;border-radius:999px !important;border:1px solid #c9d6e2 !important;background:#edf4fa !important;color:#21598e !important;font-size:12px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.055em !important}body.site-body.route-abiturientu .admission-documents-step--accent,body.site-body.route-abiturientu .admission-documents-mini-label--orange{border-color:rgba(232,158,77,.46) !important;background:#fff4e8 !important;color:#c96807 !important}body.site-body.route-abiturientu .admission-documents-list{display:grid !important;gap:10px !important;list-style:none !important;margin:0 !important;padding:0 !important}body.site-body.route-abiturientu .admission-documents-list li{position:relative !important;min-height:46px !important;padding:12px 14px 12px 48px !important;border-radius:16px !important;border:1px solid #d4dee7 !important;background:#ffffff !important;color:#375d7d !important;line-height:1.55 !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.90) !important}body.site-body.route-abiturientu .admission-documents-list li::before{content:'✓' !important;position:absolute !important;left:14px !important;top:50% !important;transform:translateY(-50%) !important;display:grid !important;place-items:center !important;width:22px !important;height:22px !important;border-radius:50% !important;color:#ffffff !important;background:#114a86 !important;font-size:12px !important;font-weight:900 !important;box-shadow:0 10px 22px -14px rgba(17,74,134,.68) !important}body.site-body.route-abiturientu .admission-documents-side{display:grid !important;gap:clamp(16px,2vw,20px) !important;min-width:0 !important}body.site-body.route-abiturientu .admission-documents-apply{display:grid !important;align-content:start !important;gap:16px !important;padding:clamp(20px,2.4vw,28px) !important;border-radius:30px !important}body.site-body.route-abiturientu .admission-documents-actions{display:flex !important;flex-wrap:wrap !important;gap:10px !important;align-items:center !important;padding-top:2px !important}body.site-body.route-abiturientu .admission-documents-actions .btn{min-height:42px !important;border-radius:999px !important}body.site-body.route-abiturientu .admission-documents-info-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:clamp(16px,2vw,20px) !important}body.site-body.route-abiturientu .admission-documents-info-card{position:relative !important;overflow:hidden !important;padding:20px !important;border-radius:24px !important}body.site-body.route-abiturientu .admission-documents-info-card::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#1f66c1 0%,#ff8a19 100%) !important;pointer-events:none !important}@media (max-width:1100px){body.site-body.route-abiturientu .admission-documents-board{grid-template-columns:1fr !important}}@media (max-width:768px){body.site-body.route-abiturientu .section-admission-documents>.admission-documents-showcase{padding:18px !important;border-radius:26px !important}body.site-body.route-abiturientu .admission-documents-checklist,body.site-body.route-abiturientu .admission-documents-apply,body.site-body.route-abiturientu .admission-documents-info-card{border-radius:22px !important}body.site-body.route-abiturientu .admission-documents-info-grid,body.site-body.route-abiturientu .admission-documents-card-head{grid-template-columns:1fr !important}body.site-body.route-abiturientu .admission-documents-card-head{display:grid !important;gap:12px !important}body.site-body.route-abiturientu .admission-documents-actions .btn{width:100% !important}}body.site-body.route-abiturientu .section-admission-contacts>.admission-contacts-showcase{position:relative !important;overflow:hidden !important;padding:clamp(22px,3vw,34px) !important;border-radius:34px !important;border:1px solid rgba(132,170,210,.70) !important;background:#e5edf4 !important;box-shadow:0 24px 56px -44px rgba(13,45,87,.26),inset 0 1px 0 rgba(255,255,255,.54) !important}body.site-body.route-abiturientu .section-admission-contacts>.admission-contacts-showcase::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 52%,#ff8a19 100%) !important;pointer-events:none !important}body.site-body.route-abiturientu .section-admission-contacts>.admission-contacts-showcase>*{position:relative !important;z-index:1 !important}body.site-body.route-abiturientu .admission-contacts-board{display:grid !important;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr) !important;gap:clamp(18px,2.4vw,28px) !important;align-items:stretch !important}body.site-body.route-abiturientu .admission-contacts-card,body.site-body.route-abiturientu .admission-contacts-mini{border:1px solid #c4d1dd !important;background:#f7fafc !important;box-shadow:0 18px 42px -36px rgba(13,45,87,.24) !important}body.site-body.route-abiturientu .admission-contacts-card--main{display:grid !important;gap:22px !important;align-content:start !important;min-height:100% !important;padding:clamp(22px,3vw,34px) !important;border-radius:30px !important}body.site-body.route-abiturientu .admission-contacts-head{display:flex !important;align-items:flex-start !important;gap:16px !important;min-width:0 !important}body.site-body.route-abiturientu .admission-contacts-icon{flex:0 0 auto !important;display:grid !important;place-items:center !important;width:60px !important;height:60px !important;border-radius:20px !important;border:1px solid rgba(71,136,206,.34) !important;background:radial-gradient(circle at 35% 25%,#ffffff 0%,#f4f9ff 58%,#fff6eb 100%) !important;box-shadow:0 16px 28px -24px rgba(13,45,87,.32),inset 0 1px 0 rgba(255,255,255,.88) !important}body.site-body.route-abiturientu .admission-contacts-icon img{display:block !important;width:40px !important;height:40px !important;object-fit:contain !important;filter:drop-shadow(0 6px 12px rgba(13,45,87,.16)) !important}body.site-body.route-abiturientu .admission-contacts-label,body.site-body.route-abiturientu .admission-contacts-mini-label{display:inline-flex !important;align-items:center !important;width:fit-content !important;min-height:28px !important;padding:6px 10px !important;border-radius:999px !important;border:1px solid #c9d6e2 !important;background:#edf4fa !important;color:#21598e !important;font-size:12px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.055em !important}body.site-body.route-abiturientu .admission-contacts-mini-label--orange{border-color:rgba(232,158,77,.46) !important;background:#fff4e8 !important;color:#c96807 !important}body.site-body.route-abiturientu .admission-contacts-card h3,body.site-body.route-abiturientu .admission-contacts-mini h3{margin:8px 0 0 !important;color:#0d315d !important;font-size:clamp(1.18rem,1.55vw,1.48rem) !important;line-height:1.18 !important}body.site-body.route-abiturientu .admission-contacts-card p,body.site-body.route-abiturientu .admission-contacts-mini p{margin:10px 0 0 !important;color:#496985 !important;line-height:1.68 !important}body.site-body.route-abiturientu .admission-contacts-list{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;list-style:none !important;margin:0 !important;padding:0 !important}body.site-body.route-abiturientu .admission-contacts-list li{position:relative !important;display:grid !important;align-content:center !important;gap:4px !important;min-height:74px !important;padding:14px 14px 14px 50px !important;border-radius:18px !important;border:1px solid #d4dee7 !important;background:#ffffff !important;color:#375d7d !important;line-height:1.45 !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.90) !important}body.site-body.route-abiturientu .admission-contacts-list li::before{content:'' !important;position:absolute !important;left:14px !important;top:50% !important;transform:translateY(-50%) !important;width:24px !important;height:24px !important;border-radius:50% !important;background:radial-gradient(circle at 50% 50%,#ffffff 0 27%,transparent 29%),linear-gradient(135deg,#114a86 0%,#1f66c1 62%,#ff8a19 100%) !important;box-shadow:0 10px 22px -14px rgba(17,74,134,.68) !important}body.site-body.route-abiturientu .admission-contacts-list strong,body.site-body.route-abiturientu .admission-contacts-list span{display:block !important;min-width:0 !important}body.site-body.route-abiturientu .admission-contacts-list strong{color:#0d315d !important;font-size:.95rem !important;line-height:1.3 !important}body.site-body.route-abiturientu .admission-contacts-list span{color:#496985 !important;font-size:.9rem !important;line-height:1.45 !important}body.site-body.route-abiturientu .admission-contacts-side{display:grid !important;gap:clamp(16px,2vw,20px) !important;min-width:0 !important}body.site-body.route-abiturientu .admission-contacts-mini{position:relative !important;overflow:hidden !important;display:grid !important;align-content:start !important;gap:10px !important;padding:clamp(20px,2.4vw,28px) !important;border-radius:30px !important}body.site-body.route-abiturientu .admission-contacts-mini::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#1f66c1 0%,#ff8a19 100%) !important;pointer-events:none !important}body.site-body.route-abiturientu .admission-contacts-mini--accent::before{background:linear-gradient(90deg,#114a86 0%,#1f66c1 100%) !important}body.site-body.route-abiturientu .admission-contacts-actions{display:flex !important;flex-wrap:wrap !important;gap:10px !important;align-items:center !important;padding-top:4px !important}body.site-body.route-abiturientu .admission-contacts-actions .btn{min-height:42px !important;border-radius:999px !important}@media (max-width:1100px){body.site-body.route-abiturientu .admission-contacts-board{grid-template-columns:1fr !important}}@media (max-width:768px){body.site-body.route-abiturientu .section-admission-contacts>.admission-contacts-showcase{padding:18px !important;border-radius:26px !important}body.site-body.route-abiturientu .admission-contacts-card--main,body.site-body.route-abiturientu .admission-contacts-mini{border-radius:22px !important}body.site-body.route-abiturientu .admission-contacts-head{display:grid !important;gap:12px !important}body.site-body.route-abiturientu .admission-contacts-list{grid-template-columns:1fr !important}body.site-body.route-abiturientu .admission-contacts-actions .btn{width:100% !important}}.specialty-modal{padding:16px !important;align-items:center !important;justify-content:center !important;overflow:auto !important}.specialty-modal__backdrop{background:rgba(6,18,38,0.78) !important;backdrop-filter:blur(12px) saturate(1.05) !important;-webkit-backdrop-filter:blur(12px) saturate(1.05) !important}.specialty-modal__dialog{width:min(1120px,calc(100vw - 32px)) !important;height:min(740px,calc(100vh - 32px)) !important;max-height:calc(100vh - 32px) !important;display:grid !important;grid-template-columns:minmax(320px,0.84fr) minmax(0,1.16fr) !important;overflow:hidden !important;border-radius:30px !important;border:1px solid rgba(190,207,224,.82) !important;background:linear-gradient(180deg,#ffffff 0%,#f4f8fc 100%) !important;box-shadow:0 34px 92px rgba(4,15,32,.38) !important}.specialty-modal__close{top:14px !important;right:14px !important;z-index:8 !important;width:42px !important;height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;color:#0d315d !important;background:#ffffff !important;border:1px solid rgba(132,170,210,.48) !important;box-shadow:0 16px 32px rgba(9,22,45,.18) !important}.specialty-modal__gallery{min-height:0 !important;display:grid !important;grid-template-rows:minmax(0,1fr) auto !important;overflow:hidden !important;background:linear-gradient(180deg,#0d315d 0%,#092348 100%) !important;border-right:1px solid rgba(132,170,210,.34) !important}.specialty-modal__media{position:relative !important;min-height:0 !important;height:100% !important;padding:14px !important;cursor:zoom-in !important;background:radial-gradient(circle at 18% 14%,rgba(255,138,25,.18),transparent 32%),radial-gradient(circle at 86% 88%,rgba(31,102,193,.22),transparent 38%),linear-gradient(180deg,#102f5d 0%,#092348 100%) !important}.specialty-modal__media img{width:100% !important;height:100% !important;display:block !important;object-fit:contain !important;border-radius:22px !important;background:#eef4fa !important;box-shadow:0 18px 44px rgba(0,0,0,.20) !important}.specialty-modal__media-overlay,.specialty-modal__media-meta{display:none !important}.specialty-modal__fullscreen{top:14px !important;right:14px !important;z-index:4 !important;min-height:36px !important;padding:8px 12px !important;border-radius:999px !important;color:#0d315d !important;background:rgba(255,255,255,.96) !important;border:1px solid rgba(255,255,255,.72) !important;box-shadow:0 12px 26px rgba(0,0,0,.18) !important}.specialty-modal__media-nav{z-index:5 !important;width:42px !important;height:42px !important;color:#0d315d !important;background:rgba(255,255,255,.96) !important;border:1px solid rgba(255,255,255,.74) !important;box-shadow:0 12px 28px rgba(0,0,0,.18) !important}.specialty-modal__media-nav--prev{left:16px !important}.specialty-modal__media-nav--next{right:16px !important}.specialty-modal__thumbs{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:8px !important;padding:12px !important;background:#092348 !important;border-top:1px solid rgba(255,255,255,.12) !important}.specialty-modal__thumb{height:58px !important;padding:0 !important;overflow:hidden !important;border-radius:14px !important;border:2px solid rgba(255,255,255,.20) !important;background:rgba(255,255,255,.10) !important;box-shadow:none !important}.specialty-modal__thumb:hover,.specialty-modal__thumb.is-active{transform:translateY(-1px) !important;border-color:#ffffff !important;opacity:1 !important}.specialty-modal__thumb img{width:100% !important;height:100% !important;display:block !important;object-fit:cover !important}.specialty-modal__content{min-width:0 !important;min-height:0 !important;display:flex !important;flex-direction:column !important;padding:24px 26px 22px !important;overflow-y:auto !important;background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%) !important;scrollbar-width:thin !important}.specialty-modal__header{margin:0 0 14px !important;padding:0 52px 14px 0 !important;border-bottom:1px solid rgba(132,170,210,.30) !important}.specialty-modal__header-top{display:flex !important;align-items:center !important;flex-wrap:wrap !important;gap:8px !important;margin-bottom:10px !important}.specialty-modal__kicker,.specialty-modal__code-badge{display:inline-flex !important;align-items:center !important;min-height:30px !important;padding:6px 10px !important;border-radius:999px !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.055em !important;text-transform:uppercase !important}.specialty-modal__kicker{color:#114a86 !important;background:#edf4fb !important;border:1px solid rgba(132,170,210,.50) !important}.specialty-modal__code-badge{color:#ffffff !important;background:#0f3f78 !important;border:1px solid #0f3f78 !important}.specialty-modal__header h2{margin:0 0 8px !important;color:#0d315d !important;font-size:clamp(1.32rem,2vw,1.92rem) !important;line-height:1.14 !important;letter-spacing:-.018em !important}.specialty-modal__header p{max-width:680px !important;margin:0 !important;color:#496985 !important;font-size:.94rem !important;line-height:1.58 !important}.specialty-modal__facts{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important;margin:0 0 14px !important}.specialty-modal__fact{min-height:52px !important;padding:10px 12px !important;border-radius:16px !important;color:#315f8c !important;background:#ffffff !important;border:1px solid rgba(132,170,210,.40) !important;box-shadow:0 12px 24px -22px rgba(13,45,87,.24) !important;font-size:.82rem !important;font-weight:800 !important;line-height:1.35 !important}.specialty-modal__body,.specialty-modal__skills-wrap{border-radius:18px !important;border:1px solid rgba(132,170,210,.40) !important;background:#ffffff !important;box-shadow:0 14px 28px -24px rgba(13,45,87,.24) !important}.specialty-modal__body{padding:16px 18px !important}.specialty-modal__body p{margin:0 0 10px !important;color:#496985 !important;font-size:.94rem !important;line-height:1.66 !important}.specialty-modal__body p:last-child{margin-bottom:0 !important}.specialty-modal__skills-wrap{margin-top:14px !important;padding:15px 18px !important;background:linear-gradient(180deg,#fffaf5 0%,#ffffff 100%) !important}.specialty-modal__skills-wrap>strong{display:block !important;margin-bottom:10px !important;color:#0d315d !important;font-size:.98rem !important}.specialty-modal__skills{display:flex !important;flex-wrap:wrap !important;gap:8px !important}.specialty-modal__skills li{padding:7px 11px !important;border-radius:999px !important;color:#315f8c !important;background:#f7fafc !important;border:1px solid rgba(132,170,210,.40) !important;font-size:.82rem !important;font-weight:800 !important}.specialty-modal__actions{position:sticky !important;bottom:-22px !important;display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin-top:16px !important;padding:14px 0 0 !important;border-top:1px solid rgba(132,170,210,.30) !important;background:linear-gradient(180deg,rgba(246,249,253,0) 0%,#f6f9fd 26%,#f6f9fd 100%) !important}.specialty-modal__actions .btn{min-height:42px !important;border-radius:14px !important;padding:10px 16px !important;font-weight:900 !important}.specialty-modal__actions .btn-accent{color:#ffffff !important;background:#f08a22 !important;border-color:#f08a22 !important}.specialty-modal__actions .btn-secondary{color:#0d3a70 !important;background:#ffffff !important;border-color:rgba(132,170,210,.54) !important}@media (max-width:980px){.specialty-modal__dialog{width:min(760px,calc(100vw - 24px)) !important;height:auto !important;max-height:calc(100vh - 24px) !important;grid-template-columns:1fr !important;overflow-y:auto !important}.specialty-modal__gallery{grid-template-rows:auto auto !important;border-right:0 !important;border-bottom:1px solid rgba(132,170,210,.24) !important}.specialty-modal__media{height:clamp(240px,42vh,360px) !important}.specialty-modal__content{overflow:visible !important}.specialty-modal__facts{grid-template-columns:1fr !important}}@media (max-width:640px){.specialty-modal{padding:8px !important}.specialty-modal__dialog{width:calc(100vw - 16px) !important;max-height:calc(100vh - 16px) !important;border-radius:22px !important}.specialty-modal__media{height:220px !important;padding:10px !important}.specialty-modal__content{padding:18px 16px 16px !important}.specialty-modal__header{padding-right:44px !important}.specialty-modal__thumbs{grid-template-columns:repeat(3,minmax(0,1fr)) !important;padding:10px !important}.specialty-modal__thumb{height:50px !important}.specialty-modal__actions{position:static !important;flex-direction:column !important}.specialty-modal__actions .btn{width:100% !important}}body.site-body.route-news .news-catalog-shell{position:relative !important;overflow:hidden !important;padding:clamp(20px,3vw,32px) !important;border-radius:32px !important;border:1px solid rgba(132,170,210,.64) !important;background:#e5edf4 !important;box-shadow:0 24px 58px -46px rgba(13,45,87,.30) !important}body.site-body.route-news .news-catalog-shell::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 56%,#f08a22 100%) !important;pointer-events:none !important}body.site-body.route-news .news-catalog-shell>*{position:relative !important;z-index:1 !important}body.site-body.route-news .news-filter-panel{display:grid !important;grid-template-columns:minmax(220px,.72fr) minmax(0,1.28fr) !important;gap:clamp(14px,2vw,20px) !important;align-items:stretch !important;overflow:hidden !important;min-height:138px !important;padding:18px !important;border-radius:26px !important;border:1px solid rgba(132,170,210,.64) !important;background-color:#dfe8f1 !important;background-image:url('../images/backgrounds/fonkarti-heading-v124.png') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;box-shadow:0 16px 34px -30px rgba(13,45,87,.24) !important}body.site-body.route-news .news-filter-panel__copy,body.site-body.route-news .news-filter-panel__controls{border-radius:22px !important;border:1px solid rgba(205,220,234,.96) !important;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(244,249,254,.96) 100%) !important;box-shadow:0 14px 28px -24px rgba(13,45,87,.20) !important}body.site-body.route-news .news-filter-panel__copy{display:grid !important;align-content:center !important;gap:7px !important;padding:18px 20px !important}body.site-body.route-news .news-filter-panel__copy span{width:fit-content !important;padding:7px 11px !important;border-radius:999px !important;color:#114a86 !important;background:#f7fafc !important;border:1px solid #b7c8d8 !important;font-size:11px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.08em !important}body.site-body.route-news .news-filter-panel__copy strong{color:#0d315d !important;font-size:clamp(1.2rem,2vw,1.7rem) !important;line-height:1.1 !important}body.site-body.route-news .news-filter-panel__controls{display:grid !important;grid-template-columns:minmax(0,1fr) minmax(220px,.48fr) !important;gap:12px !important;align-items:end !important;padding:16px !important}body.site-body.route-news .news-filter-field{display:grid !important;gap:8px !important;min-width:0 !important;margin:0 !important}body.site-body.route-news .news-filter-field span{color:#315f8c !important;font-size:12px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.055em !important}body.site-body.route-news .news-filter-field input,body.site-body.route-news .news-filter-field select{width:100% !important;min-height:48px !important;border-radius:16px !important;border:1px solid rgba(132,170,210,.58) !important;background-color:#ffffff !important;color:#0d315d !important;font:inherit !important;font-weight:750 !important;outline:none !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 12px 24px -22px rgba(13,45,87,.20) !important}body.site-body.route-news .news-filter-field input{padding:0 16px !important}body.site-body.route-news .news-filter-field select{appearance:none !important;padding:0 44px 0 16px !important;background-image:linear-gradient(45deg,transparent 50%,#114a86 50%),linear-gradient(135deg,#114a86 50%,transparent 50%) !important;background-position:calc(100% - 22px) 21px,calc(100% - 16px) 21px !important;background-size:6px 6px,6px 6px !important;background-repeat:no-repeat !important}body.site-body.route-news .news-filter-field input:focus,body.site-body.route-news .news-filter-field select:focus{border-color:rgba(31,102,193,.72) !important;box-shadow:0 0 0 4px rgba(31,102,193,.12),inset 0 1px 0 rgba(255,255,255,.86) !important}body.site-body.route-news .news-filter-empty{display:grid !important;gap:6px !important;padding:20px !important;border-radius:22px !important;border:1px solid rgba(132,170,210,.46) !important;background:#f7fafc !important;color:#496985 !important}body.site-body.route-news .news-filter-empty[hidden]{display:none !important}body.site-body.route-news .news-filter-empty strong{color:#0d315d !important;font-size:1.1rem !important}body.site-body.route-news .card-grid-news{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr)) !important;gap:clamp(16px,2vw,24px) !important}body.site-body.route-news .card-media-news[hidden]{display:none !important}body.site-body.route-news .card-media-news{display:grid !important;grid-template-rows:auto 210px 1fr !important;overflow:hidden !important;border-radius:28px !important;border:1px solid rgba(132,170,210,.58) !important;background:linear-gradient(180deg,#ffffff 0%,#f4f8fc 100%) !important;box-shadow:0 18px 42px -34px rgba(13,45,87,.28) !important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease !important}body.site-body.route-news .card-media-news:hover{transform:translateY(-3px) !important;border-color:rgba(31,102,193,.50) !important;box-shadow:0 26px 50px -36px rgba(13,45,87,.34) !important}body.site-body.route-news .card-media-news .card-media-top{padding:16px 16px 0 !important}body.site-body.route-news .card-media-news .card-media-badge,body.site-body.route-news .card-media-news .card-media-date{border-radius:999px !important;border:1px solid rgba(132,170,210,.42) !important;background:#f7fafc !important;color:#315f8c !important;font-weight:900 !important}body.site-body.route-news .card-media-news .card-media-visual{margin:14px 16px 0 !important;min-height:196px !important;border-radius:22px !important;overflow:hidden !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important}body.site-body.route-news .card-media-news .card-media-visual span{z-index:2 !important;padding:10px 12px !important;border-radius:14px !important;color:#ffffff !important;background:rgba(7,34,78,.62) !important;text-shadow:0 2px 10px rgba(0,0,0,.28) !important}body.site-body.route-news .card-media-news .card-media-content{display:grid !important;align-content:start !important;gap:12px !important;padding:18px 18px 20px !important}body.site-body.route-news .card-media-news .card-media-content h3{margin:0 !important}body.site-body.route-news .card-media-news .card-media-content h3 a{color:#0d315d !important;text-decoration:none !important}body.site-body.route-news .card-media-news .card-media-content p{color:#496985 !important;line-height:1.62 !important}body.site-body.route-news .card-media-news .card-media-linkrow{margin-top:auto !important;gap:10px !important}body.site-body.route-news .card-media-news .btn-secondary{color:#ffffff !important;background:#114a86 !important;border-color:#114a86 !important}body.site-body.route-news .card-media-news .btn-secondary:hover{background:#f08a22 !important;border-color:#f08a22 !important}@media (max-width:980px){body.site-body.route-news .news-filter-panel,body.site-body.route-news .news-filter-panel__controls{grid-template-columns:1fr !important}}@media (max-width:640px){body.site-body.route-news .news-catalog-shell{padding:16px !important;border-radius:26px !important}body.site-body.route-news .news-filter-panel{padding:14px !important;border-radius:22px !important}body.site-body.route-news .card-grid-news{grid-template-columns:1fr !important}}body.site-body.route-news .card-media-news .card-media-visual span:not(.card-media-visual-icon){display:none !important}body.site-body.route-news .card-media-news .card-media-visual-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:72px !important;height:72px !important;border-radius:24px !important;color:#ffffff !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important;font-size:13px !important;font-weight:900 !important;letter-spacing:.12em !important;box-shadow:0 18px 36px -24px rgba(13,45,87,.40) !important}body.site-body.route-news .card-media-news .card-media-visual--image::after{opacity:.18 !important}body.site-body.route-news .news-filter-field select{color:#0d315d !important;background-color:#ffffff !important}body.site-body.is-home .section-home-contacts>.container{padding-top:0 !important;padding-bottom:clamp(20px,3vw,38px) !important;background:transparent !important;background-image:none !important;border-color:transparent !important;box-shadow:none !important}body.site-body.is-home .section-home-contacts>.container::before,body.site-body.is-home .section-home-contacts>.container::after{content:none !important;display:none !important}body.site-body.is-home .section-home-contacts .cta-banner{position:relative !important;display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:clamp(18px,2.6vw,34px) !important;align-items:center !important;min-height:184px !important;padding:clamp(20px,3vw,30px) !important;overflow:hidden !important;border-radius:32px !important;border:1px solid rgba(84,142,207,.58) !important;background-color:#dfe8f1 !important;background-image:url('../images/backgrounds/fonkarti-heading-v124.png') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;box-shadow:0 22px 48px -38px rgba(13,45,87,.24),inset 0 1px 0 rgba(255,255,255,.58) !important;color:#0d315d !important}body.site-body.is-home .section-home-contacts .cta-banner>div:first-child,body.site-body.is-home .section-home-contacts .cta-banner .hero-actions{position:relative !important;z-index:1 !important;border:1px solid rgba(108,160,218,.42) !important;background:radial-gradient(circle at 12% 0%,rgba(241,145,34,.12) 0%,rgba(241,145,34,0) 42%),linear-gradient(135deg,rgba(11,42,76,.96) 0%,rgba(8,31,58,.96) 100%) !important;box-shadow:0 18px 36px -32px rgba(6,20,42,.54),inset 0 1px 0 rgba(255,255,255,.12) !important}body.site-body.is-home .section-home-contacts .cta-banner>div:first-child{max-width:min(780px,100%) !important;padding:clamp(17px,2.2vw,24px) !important;border-radius:24px !important}body.site-body.is-home .section-home-contacts .cta-banner .eyebrow{color:#ffe8c9 !important;background:rgba(241,145,34,.18) !important;border:1px solid rgba(255,194,125,.36) !important;box-shadow:none !important}body.site-body.is-home .section-home-contacts .cta-banner h2{max-width:680px !important;margin:10px 0 10px !important;color:#ffffff !important;font-size:clamp(1.55rem,2.2vw,2.12rem) !important;line-height:1.12 !important;letter-spacing:-.025em !important;text-shadow:0 8px 22px rgba(2,13,28,.34) !important}body.site-body.is-home .section-home-contacts .cta-banner p{max-width:720px !important;margin:0 !important;color:#d9e8f7 !important;font-size:15px !important;line-height:1.68 !important;text-shadow:none !important}body.site-body.is-home .section-home-contacts .cta-banner .hero-actions{display:grid !important;grid-template-columns:1fr !important;min-width:min(290px,100%) !important;padding:12px !important;border-radius:22px !important;margin:0 !important;justify-content:stretch !important}body.site-body.is-home .section-home-contacts .cta-banner .hero-actions .btn{width:100% !important;min-height:46px !important;border-radius:16px !important;box-shadow:0 14px 26px -22px rgba(13,45,87,.24) !important}body.site-body.is-home .section-home-contacts .cta-banner .btn-secondary{color:#082f5d !important;background:#ffffff !important;border-color:rgba(255,255,255,.88) !important}body.site-body.is-home .section-home-contacts .cta-banner .btn-secondary-contrast{color:#ffffff !important;background:#e57b18 !important;border-color:#e57b18 !important}body.site-body.is-home .section-home-contacts .cta-banner .btn-secondary:hover,body.site-body.is-home .section-home-contacts .cta-banner .btn-secondary-contrast:hover{color:#ffffff !important;background:#0f315f !important;border-color:#0f315f !important;transform:translateY(-1px) !important}.site-nav-item[data-open="true"]>.site-nav-sub{pointer-events:auto !important}@media (min-width:1025px){.site-nav-root>.site-nav-item[data-open="true"]>.site-nav-sub,.site-nav-root>.site-nav-item.has-children:hover>.site-nav-sub,.site-nav-root>.site-nav-item.has-children:focus-within>.site-nav-sub{display:flex !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub{top:calc(100% + 2px) !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{left:calc(100% + 2px) !important}}@media (max-width:860px){body.site-body.is-home .section-home-contacts .cta-banner{grid-template-columns:1fr !important;min-height:0 !important;padding:18px !important;border-radius:26px !important}body.site-body.is-home .section-home-contacts .cta-banner .hero-actions{width:100% !important;min-width:0 !important}}body.site-body.route-news .section-news-catalog,body.site-body.route-news .section-news-catalog[data-reveal],body.site-body.route-news .news-catalog-shell,body.site-body.route-news .news-catalog-shell[data-reveal],body.site-body.route-news .card-grid-news,body.site-body.route-news .card-grid-news[data-reveal],body.site-body.route-news .card-grid-news .card-media-news:not([hidden]),body.site-body.route-news .card-grid-news .card-media-news:not([hidden])[data-reveal]{opacity:1 !important;transform:none !important;visibility:visible !important}body.site-body.route-news .section-news-catalog{display:block !important}body.site-body.route-news .news-catalog-shell{display:flex !important;flex-direction:column !important}body.site-body.route-news .card-grid-news{display:grid !important}body.site-body.route-news .card-grid-news .card-media-news[hidden],body.site-body.route-news .card-grid-news .card-media-news.is-filtered-out{display:none !important}.rich-content table{width:100%;border-collapse:collapse;margin:18px 0;overflow:hidden;border-radius:18px;background:rgba(255,255,255,.86);box-shadow:inset 0 0 0 1px rgba(20,61,108,.10)}.rich-content th,.rich-content td{padding:12px 14px;border:1px solid rgba(20,61,108,.12);vertical-align:top}.rich-content th{background:rgba(14,70,140,.08);color:var(--color-primary-strong);font-weight:800}.legacy-page-gallery{margin-top:28px;padding-top:22px;border-top:1px solid rgba(20,61,108,.12)}.legacy-page-gallery__head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.legacy-page-gallery__head span{display:block;color:var(--color-primary);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.legacy-page-gallery__head strong{color:var(--color-text);font-size:14px}.legacy-page-gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(148px,1fr));gap:12px}.legacy-page-gallery__item{position:relative;display:block;overflow:hidden;min-height:118px;border-radius:18px;background:linear-gradient(180deg,rgba(240,247,252,.9),rgba(226,238,248,.9));border:1px solid rgba(20,61,108,.12);box-shadow:0 18px 36px -28px rgba(13,45,87,.36)}.legacy-page-gallery__item img{width:100%;height:118px;display:block;object-fit:cover;transition:transform .22s ease}.legacy-page-gallery__item:hover img{transform:scale(1.04)}.legacy-page-gallery__item span{position:absolute;left:10px;bottom:10px;min-width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.84);color:var(--color-primary-strong);font-size:12px;font-weight:900;box-shadow:0 10px 22px -16px rgba(10,35,68,.55)}@media (max-width:640px){.legacy-page-gallery__head{align-items:flex-start;flex-direction:column}.legacy-page-gallery__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.legacy-page-gallery__item,.legacy-page-gallery__item img{min-height:104px;height:104px}}body.site-body.route-about-administration{background:linear-gradient(180deg,#edf4fb 0%,#f7f9fc 100%)}.page-hero.administration-hero{padding:28px 0 12px}.page-hero.administration-hero .container{padding:34px 36px;border-radius:28px}.administration-hero__shell{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(300px,.82fr);gap:clamp(20px,3vw,34px);align-items:stretch}.administration-hero__content{position:relative;display:grid;align-content:center;gap:14px;min-width:0;padding:clamp(22px,3vw,34px);border-radius:26px;border:1px solid rgba(255,255,255,.72);background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(239,247,255,.86) 100%),radial-gradient(circle at 4% 0%,rgba(47,105,200,.16) 0%,rgba(47,105,200,0) 48%);box-shadow:0 22px 52px -42px rgba(16,49,93,.34),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:blur(8px)}.administration-hero__content::before{content:'';position:absolute;inset:0 0 auto 0;height:4px;border-radius:inherit;background:linear-gradient(90deg,#184a7f 0%,#2f69c8 58%,#f59d36 100%);opacity:.82}.administration-hero .administration-kicker{color:#184a7f;border-color:rgba(36,95,160,.18);background:rgba(36,95,160,.10);box-shadow:none}.administration-hero h1{margin:0;max-width:920px;color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(2.15rem,4.6vw,4.7rem);line-height:.98;letter-spacing:-.045em;text-shadow:none}.administration-hero p{max-width:820px;margin:0;color:#445f7c;font-size:clamp(1rem,1.25vw,1.14rem);line-height:1.72}.administration-hero__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.administration-hero__actions .btn,.administration-hero__sideactions .btn{min-height:44px;border-radius:14px}.administration-hero__sidecard{position:relative;display:grid;align-content:start;gap:14px;min-height:100%;padding:24px;border-radius:28px;border:1px solid rgba(151,183,219,.82);background:linear-gradient(180deg,rgba(255,255,255,.82) 0%,rgba(240,247,253,.76) 100%);box-shadow:0 20px 48px -42px rgba(16,49,93,.26),inset 0 1px 0 rgba(255,255,255,.70);backdrop-filter:blur(10px)}.administration-hero__sidecard::before{content:'';position:absolute;inset:0 0 auto 0;height:4px;border-radius:inherit;background:linear-gradient(90deg,#184a7f 0%,#2f69c8 58%,#f59d36 100%);opacity:.86}.administration-hero__sidecard>*{position:relative;z-index:1}.administration-hero__logo{display:grid;place-items:center;min-height:132px;border-radius:24px;border:1px solid rgba(151,183,219,.72);background:radial-gradient(circle at 50% 0%,rgba(245,157,54,.18) 0%,rgba(245,157,54,0) 54%),linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(236,246,255,.82) 100%);box-shadow:0 18px 42px -34px rgba(16,49,93,.30),inset 0 1px 0 rgba(255,255,255,.78)}.administration-hero__logo img{display:block;width:min(116px,48%);height:auto;filter:drop-shadow(0 14px 18px rgba(16,49,93,.16))}.administration-hero__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.administration-hero__facts div{min-width:0;padding:11px 10px;border-radius:16px;border:1px solid rgba(151,183,219,.72);background:linear-gradient(180deg,rgba(255,255,255,.88) 0%,rgba(239,247,255,.80) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}.administration-hero__facts strong,.administration-hero__facts span{display:block}.administration-hero__facts strong{color:#10315d;font-family:'Manrope',sans-serif;font-size:clamp(1.05rem,1.8vw,1.42rem);line-height:1;letter-spacing:-.035em}.administration-hero__facts span{margin-top:6px;color:#5a718d;font-size:11.5px;font-weight:800;line-height:1.26}.administration-hero__sideactions{display:flex;flex-wrap:wrap;gap:10px;margin-top:2px}.administration-hero__sideactions .btn{flex:1 1 130px;justify-content:center}.administration-section{background:transparent;padding-top:18px}.administration-container{display:grid;gap:22px}.administration-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(290px,340px);gap:20px;align-items:start}.administration-main-card,.administration-side-card{border:1px solid rgba(151,183,219,.76);background:linear-gradient(180deg,rgba(255,255,255,.86) 0%,rgba(239,247,253,.80) 100%);border-radius:28px;box-shadow:0 24px 54px -44px rgba(16,49,93,.30),inset 0 1px 0 rgba(255,255,255,.72)}.administration-main-card{display:grid;gap:18px;padding:clamp(20px,2.6vw,30px)}.administration-section-heading{display:grid;gap:10px;max-width:880px}.administration-section-heading span,.administration-side-card__block>span{display:inline-flex;width:fit-content;padding:7px 12px;border-radius:999px;border:1px solid rgba(36,95,160,.16);background:rgba(36,95,160,.10);color:#184a7f;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.administration-section-heading h2{margin:0;color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(1.55rem,2.5vw,2.35rem);line-height:1.06;letter-spacing:-.035em}.administration-section-heading p{margin:0;color:#526f8d;line-height:1.65}.administration-profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));gap:14px}.administration-profile-card{position:relative;overflow:hidden;display:flex;flex-direction:column;min-height:0;padding:10px;border-radius:22px;border:1px solid rgba(125,164,206,.54);background:radial-gradient(circle at 0% 0%,rgba(47,105,200,.09) 0%,rgba(47,105,200,0) 42%),linear-gradient(180deg,rgba(252,254,255,.96) 0%,rgba(235,244,252,.90) 100%);box-shadow:0 18px 38px -34px rgba(9,41,82,.38),inset 0 1px 0 rgba(255,255,255,.74);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease}.administration-profile-card:first-child{border-color:rgba(245,157,54,.46);background:radial-gradient(circle at 0% 0%,rgba(245,157,54,.15) 0%,rgba(245,157,54,0) 44%),linear-gradient(180deg,rgba(252,254,255,.98) 0%,rgba(235,244,252,.92) 100%)}.administration-profile-card:hover{transform:translateY(-3px);border-color:rgba(47,105,200,.34);box-shadow:0 24px 46px -36px rgba(9,41,82,.46),inset 0 1px 0 rgba(255,255,255,.76)}.administration-profile-card__photo{position:relative;z-index:1;overflow:hidden;height:clamp(178px,15vw,218px);min-height:178px;border-radius:16px;border:1px solid rgba(128,166,207,.48);background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(232,242,252,.84) 100%),radial-gradient(circle at 50% 0%,rgba(245,157,54,.18) 0%,rgba(245,157,54,0) 52%);box-shadow:0 14px 26px -24px rgba(9,41,82,.38),inset 0 1px 0 rgba(255,255,255,.74)}.administration-profile-card__photo a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.administration-profile-card__photo img{display:block;width:100%;height:100%;padding:4px 4px 0;object-fit:contain;object-position:center bottom}.administration-profile-card__photo-placeholder{display:grid;place-items:center;min-height:178px;color:#fff;font-family:'Manrope',sans-serif;font-size:clamp(3rem,5vw,4.2rem);font-weight:900;background:linear-gradient(135deg,#123f72 0%,#2f69c8 68%,#f59d36 100%)}.administration-profile-card__mark{position:absolute;left:9px;top:9px;display:grid;place-items:center;width:36px;height:36px;border-radius:13px;color:#fff;font-family:'Manrope',sans-serif;font-size:12px;font-weight:900;background:linear-gradient(135deg,#123f72 0%,#2f69c8 68%,#f59d36 100%);box-shadow:0 14px 24px -18px rgba(18,63,114,.72)}.administration-profile-card__body{position:relative;z-index:1;display:grid;align-content:start;gap:7px;min-width:0;padding:11px 3px 2px}.administration-profile-card__role{display:inline-flex;width:fit-content;max-width:100%;padding:6px 9px;border-radius:999px;border:1px solid rgba(39,104,180,.16);background:rgba(239,247,255,.90);color:#164a7d;font-size:10.2px;font-weight:900;line-height:1.18}.administration-profile-card:first-child .administration-profile-card__role{color:#8a4b0b;border-color:rgba(245,157,54,.30);background:rgba(255,244,228,.92)}.administration-profile-card h3{margin:0;color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(.98rem,1.12vw,1.08rem);line-height:1.13;letter-spacing:-.02em}.administration-profile-card p{margin:0;color:#526f8d;font-size:12px;line-height:1.42}.administration-profile-card__meta{display:grid;gap:6px;margin:1px 0 0}.administration-profile-card__meta div{display:grid;gap:3px;padding:8px 9px;border-radius:13px;border:1px solid rgba(128,166,207,.34);background:rgba(255,255,255,.72)}.administration-profile-card__meta dt,.administration-profile-card__meta dd{margin:0}.administration-profile-card__meta dt{color:#6a8298;font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.administration-profile-card__meta dd,.administration-profile-card__meta a{color:#164a7d;font-size:12px;font-weight:800;line-height:1.28;text-decoration:none}.administration-side-card{position:sticky;top:18px;display:grid;gap:14px;padding:16px}.administration-side-card__block{display:grid;gap:12px;padding:18px;border-radius:22px;border:1px solid rgba(128,166,207,.48);background:rgba(255,255,255,.68)}.administration-side-card__block-accent{color:#fff;border-color:rgba(255,255,255,.18);background:radial-gradient(circle at 88% 12%,rgba(245,157,54,.36) 0%,rgba(245,157,54,0) 32%),linear-gradient(135deg,#123f72 0%,#1e5b9d 100%)}.administration-side-card__block-accent>span,.administration-side-card__block-accent strong,.administration-side-card__block-accent p{color:#fff}.administration-quick-links{display:grid;gap:8px}.administration-quick-links a{display:flex;align-items:center;min-height:40px;padding:10px 12px;border-radius:14px;border:1px solid rgba(128,166,207,.42);background:rgba(255,255,255,.62);color:#174a7d;font-size:14px;font-weight:800;text-decoration:none}@media (max-width:1100px){.administration-hero__shell,.administration-layout{grid-template-columns:1fr}.administration-side-card{position:static}}@media (max-width:640px){.page-hero.administration-hero .container,.administration-hero__content{padding:22px;border-radius:24px}.administration-hero h1{font-size:clamp(2.1rem,12vw,3.3rem)}.administration-hero__actions,.administration-hero__actions .btn,.administration-hero__sideactions,.administration-hero__sideactions .btn{width:100%}.administration-hero__facts{grid-template-columns:1fr}.administration-profile-card__photo,.administration-profile-card__photo-placeholder{height:240px;min-height:240px}}.administration-hero__actions .btn-secondary-contrast{color:#fff;border-color:rgba(24,74,127,.18);background:linear-gradient(135deg,#123f72 0%,#2f69c8 100%);box-shadow:0 18px 34px -26px rgba(18,63,114,.58)}.administration-hero__actions .btn-secondary-contrast:hover,.administration-hero__actions .btn-secondary-contrast:focus-visible{color:#fff;border-color:rgba(245,157,54,.55);background:linear-gradient(135deg,#0f345e 0%,#1f5fa5 58%,#f59d36 132%);box-shadow:0 22px 42px -28px rgba(18,63,114,.66)}.administration-side-card__block-navigation{gap:14px}.administration-side-section-nav{display:grid;gap:8px;padding:10px;border-radius:18px;border:1px solid rgba(151,183,219,.64);background:linear-gradient(180deg,rgba(255,255,255,.76) 0%,rgba(240,247,253,.66) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.66)}.administration-side-section-nav a{display:flex;align-items:center;min-height:38px;padding:9px 11px;border-radius:13px;border:1px solid rgba(128,166,207,.40);background:rgba(255,255,255,.72);color:#184a7f;font-size:13px;font-weight:850;line-height:1.22;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,color .2s ease,background .2s ease,border-color .2s ease}.administration-side-section-nav a:hover,.administration-side-section-nav a:focus-visible{transform:translateY(-1px);color:#102f57;border-color:rgba(47,105,200,.38);background:#fff;box-shadow:0 14px 24px -22px rgba(16,49,93,.42)}.administration-side-section-nav a.is-active{color:#fff;border-color:rgba(18,63,114,.18);background:linear-gradient(135deg,#123f72 0%,#2f69c8 100%);box-shadow:0 16px 28px -22px rgba(18,63,114,.58)}.site-accessibility-toggle{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:30px;padding:5px 11px;border-radius:999px;border:1px solid rgba(17,55,138,.22);background:rgba(255,255,255,.92);color:#11378a;font-family:'Manrope','Inter',sans-serif;font-size:12px;font-weight:800;line-height:1.2;box-shadow:0 8px 18px -18px rgba(14,23,38,.55);transition:color var(--t-fast),background var(--t-fast),border-color var(--t-fast),box-shadow var(--t-fast),transform var(--t-fast)}.site-accessibility-toggle:hover,.site-accessibility-toggle:focus-visible,.site-accessibility-toggle.is-active{color:#fff;border-color:rgba(255,255,255,.42);background:#11378a;box-shadow:0 14px 26px -20px rgba(17,55,138,.72)}.site-accessibility-toggle:focus-visible{outline:3px solid rgba(224,122,22,.42);outline-offset:2px}.site-accessibility-toggle__mark{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:999px;background:rgba(17,55,138,.12);color:inherit;font-weight:900;letter-spacing:-.04em}.site-accessibility-toggle.is-active .site-accessibility-toggle__mark,.site-accessibility-toggle:hover .site-accessibility-toggle__mark,.site-accessibility-toggle:focus-visible .site-accessibility-toggle__mark{background:rgba(255,255,255,.18)}.accessibility-panel[hidden]{display:none !important}.accessibility-panel{position:relative;z-index:3;border-top:1px solid rgba(17,55,138,.18);border-bottom:1px solid rgba(17,55,138,.18);background:#fff;color:#0e1726;box-shadow:0 18px 38px -34px rgba(14,23,38,.55)}.accessibility-panel__inner{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(320px,2.4fr) auto;gap:18px;align-items:center;padding-top:16px;padding-bottom:16px}.accessibility-panel__title strong{display:block;color:#0e1726;font-family:'Manrope','Inter',sans-serif;font-size:16px;font-weight:900;line-height:1.2}.accessibility-panel__title span{display:block;margin-top:4px;color:#4b5565;font-size:13px;line-height:1.35}.accessibility-panel__groups{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.accessibility-group{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center;padding:8px;border-radius:14px;border:1px solid #d8dfeb;background:#f7f9fc}.accessibility-group__label{margin-right:2px;color:#344054;font-size:12px;font-weight:900;line-height:1.2}.accessibility-group button,.accessibility-panel__actions button{min-height:34px;padding:8px 11px;border-radius:10px;border:1px solid #cdd6e6;background:#fff;color:#11378a;font-family:'Manrope','Inter',sans-serif;font-size:13px;font-weight:850;line-height:1.15}.accessibility-group button:hover,.accessibility-group button:focus-visible,.accessibility-group button.is-active,.accessibility-panel__actions button:hover,.accessibility-panel__actions button:focus-visible{border-color:#11378a;background:#11378a;color:#fff}.accessibility-group button:focus-visible,.accessibility-panel__actions button:focus-visible{outline:3px solid rgba(224,122,22,.38);outline-offset:2px}.accessibility-panel__actions{display:flex;flex-direction:column;gap:8px;align-items:stretch}.accessibility-panel__reset{border-color:#b3261e !important;color:#b3261e !important}.accessibility-panel__reset:hover,.accessibility-panel__reset:focus-visible{background:#b3261e !important;color:#fff !important}html.accessibility-mode{--accessibility-bg:#ffffff;--accessibility-surface:#ffffff;--accessibility-soft:#f2f2f2;--accessibility-text:#000000;--accessibility-muted:#111111;--accessibility-link:#003c9e;--accessibility-line:#000000;--accessibility-accent:#b34700;--accessibility-shadow:none;--accessibility-base-size:20px;--accessibility-h1-size:42px;--accessibility-h2-size:34px;--accessibility-h3-size:28px;scroll-behavior:auto}html.accessibility-mode[data-accessibility-font="normal"]{--accessibility-base-size:18px;--accessibility-h1-size:38px;--accessibility-h2-size:31px;--accessibility-h3-size:25px}html.accessibility-mode[data-accessibility-font="xlarge"]{--accessibility-base-size:24px;--accessibility-h1-size:50px;--accessibility-h2-size:40px;--accessibility-h3-size:32px}html.accessibility-mode[data-accessibility-theme="dark"]{--accessibility-bg:#000000;--accessibility-surface:#000000;--accessibility-soft:#101010;--accessibility-text:#ffffff;--accessibility-muted:#ffffff;--accessibility-link:#ffff00;--accessibility-line:#ffffff;--accessibility-accent:#ffff00}html.accessibility-mode[data-accessibility-theme="yellow"]{--accessibility-bg:#fff6a8;--accessibility-surface:#fff6a8;--accessibility-soft:#ffef75;--accessibility-text:#000000;--accessibility-muted:#000000;--accessibility-link:#0000cc;--accessibility-line:#000000;--accessibility-accent:#000000}html.accessibility-mode *,html.accessibility-mode *::before,html.accessibility-mode *::after{animation:none !important;transition:none !important;text-shadow:none !important}html.accessibility-mode body{color:var(--accessibility-text) !important;background:var(--accessibility-bg) !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;line-height:1.75 !important}html.accessibility-mode body,html.accessibility-mode .site-header-shell,html.accessibility-mode .site-utility-bar,html.accessibility-mode .site-header-nav,html.accessibility-mode .site-header-breadcrumbs-row,html.accessibility-mode .site-main,html.accessibility-mode .site-footer,html.accessibility-mode .section,html.accessibility-mode .section-alt,html.accessibility-mode .page-hero,html.accessibility-mode .hero,html.accessibility-mode .accessibility-panel,html.accessibility-mode .card,html.accessibility-mode .card-media,html.accessibility-mode .page-sidebar-block,html.accessibility-mode .cta-banner,html.accessibility-mode .site-footer-shell-v115,html.accessibility-mode .site-footer-main-v115,html.accessibility-mode .site-footer-bottom-v115{background:var(--accessibility-bg) !important;background-image:none !important;color:var(--accessibility-text) !important;border-color:var(--accessibility-line) !important;box-shadow:var(--accessibility-shadow) !important}html.accessibility-mode .container,html.accessibility-mode .hero-card,html.accessibility-mode .hero-side-panel,html.accessibility-mode .page-hero-main,html.accessibility-mode .page-hero-sidecard,html.accessibility-mode .news-catalog-shell,html.accessibility-mode .documents-catalog-shell,html.accessibility-mode .public-form,html.accessibility-mode .detail-info-card,html.accessibility-mode .official-ribbon-card,html.accessibility-mode .priority-tile,html.accessibility-mode .audience-card,html.accessibility-mode .advantage-band-item,html.accessibility-mode .administration-hero__content,html.accessibility-mode .administration-side-card,html.accessibility-mode .administration-profile-card{background:var(--accessibility-surface) !important;background-image:none !important;color:var(--accessibility-text) !important;border-color:var(--accessibility-line) !important;box-shadow:none !important}html.accessibility-mode p,html.accessibility-mode li,html.accessibility-mode a,html.accessibility-mode button,html.accessibility-mode input,html.accessibility-mode textarea,html.accessibility-mode select,html.accessibility-mode label,html.accessibility-mode span,html.accessibility-mode strong,html.accessibility-mode small,html.accessibility-mode td,html.accessibility-mode th,html.accessibility-mode .btn,html.accessibility-mode .site-nav-link,html.accessibility-mode .site-nav-label,html.accessibility-mode .site-utility-link,html.accessibility-mode .card p,html.accessibility-mode .card-media-content p,html.accessibility-mode .prose,html.accessibility-mode .prose p,html.accessibility-mode .page-lead{color:var(--accessibility-text) !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;line-height:1.75 !important}html.accessibility-mode h1,html.accessibility-mode .hero-copy h1,html.accessibility-mode .hero-card h1,html.accessibility-mode .page-hero h1{color:var(--accessibility-text) !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-h1-size) !important;line-height:1.25 !important}html.accessibility-mode h2,html.accessibility-mode .section-heading h2,html.accessibility-mode .section-head h2{color:var(--accessibility-text) !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-h2-size) !important;line-height:1.3 !important}html.accessibility-mode h3,html.accessibility-mode h4,html.accessibility-mode h5,html.accessibility-mode .card h3,html.accessibility-mode .card-media-content h3{color:var(--accessibility-text) !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-h3-size) !important;line-height:1.35 !important}html.accessibility-mode a,html.accessibility-mode .site-nav-link,html.accessibility-mode .site-utility-link,html.accessibility-mode .card h3 a,html.accessibility-mode .breadcrumbs a{color:var(--accessibility-link) !important;text-decoration:underline !important;text-decoration-thickness:2px !important;text-underline-offset:4px !important}html.accessibility-mode .btn,html.accessibility-mode .site-accessibility-toggle,html.accessibility-mode .accessibility-group button,html.accessibility-mode .accessibility-panel__actions button,html.accessibility-mode .site-nav-caret,html.accessibility-mode .site-nav-toggle{min-height:48px !important;color:var(--accessibility-text) !important;background:var(--accessibility-soft) !important;border:2px solid var(--accessibility-line) !important;box-shadow:none !important;text-decoration:none !important}html.accessibility-mode .btn:hover,html.accessibility-mode .btn:focus-visible,html.accessibility-mode .site-accessibility-toggle:hover,html.accessibility-mode .site-accessibility-toggle:focus-visible,html.accessibility-mode .accessibility-group button:hover,html.accessibility-mode .accessibility-group button:focus-visible,html.accessibility-mode .accessibility-group button.is-active,html.accessibility-mode .accessibility-panel__actions button:hover,html.accessibility-mode .accessibility-panel__actions button:focus-visible,html.accessibility-mode .site-nav-link:hover,html.accessibility-mode .site-nav-link:focus-visible{color:var(--accessibility-bg) !important;background:var(--accessibility-text) !important;border-color:var(--accessibility-text) !important;outline:3px solid var(--accessibility-accent) !important;outline-offset:2px !important}html.accessibility-mode[data-accessibility-theme="dark"] .btn:hover,html.accessibility-mode[data-accessibility-theme="dark"] .btn:focus-visible,html.accessibility-mode[data-accessibility-theme="dark"] .site-accessibility-toggle:hover,html.accessibility-mode[data-accessibility-theme="dark"] .site-accessibility-toggle:focus-visible,html.accessibility-mode[data-accessibility-theme="dark"] .accessibility-group button:hover,html.accessibility-mode[data-accessibility-theme="dark"] .accessibility-group button:focus-visible,html.accessibility-mode[data-accessibility-theme="dark"] .accessibility-group button.is-active,html.accessibility-mode[data-accessibility-theme="dark"] .accessibility-panel__actions button:hover,html.accessibility-mode[data-accessibility-theme="dark"] .accessibility-panel__actions button:focus-visible{color:#000 !important;background:#ffff00 !important;border-color:#ffff00 !important}html.accessibility-mode input,html.accessibility-mode textarea,html.accessibility-mode select{color:var(--accessibility-text) !important;background:var(--accessibility-surface) !important;border:2px solid var(--accessibility-line) !important}html.accessibility-mode .kicker,html.accessibility-mode .eyebrow,html.accessibility-mode .site-utility-badge,html.accessibility-mode .card-meta,html.accessibility-mode .badge,html.accessibility-mode .document-badge,html.accessibility-mode .site-footer-tags-v115 span{color:var(--accessibility-text) !important;background:var(--accessibility-soft) !important;border:1px solid var(--accessibility-line) !important}html.accessibility-mode[data-accessibility-spacing="wide"] body,html.accessibility-mode[data-accessibility-spacing="wide"] p,html.accessibility-mode[data-accessibility-spacing="wide"] li,html.accessibility-mode[data-accessibility-spacing="wide"] a,html.accessibility-mode[data-accessibility-spacing="wide"] button,html.accessibility-mode[data-accessibility-spacing="wide"] span,html.accessibility-mode[data-accessibility-spacing="wide"] strong,html.accessibility-mode[data-accessibility-spacing="wide"] label,html.accessibility-mode[data-accessibility-spacing="wide"] input,html.accessibility-mode[data-accessibility-spacing="wide"] textarea,html.accessibility-mode[data-accessibility-spacing="wide"] select{letter-spacing:.055em !important;word-spacing:.12em !important}html.accessibility-mode[data-accessibility-spacing="wide"] .section,html.accessibility-mode[data-accessibility-spacing="wide"] .card,html.accessibility-mode[data-accessibility-spacing="wide"] .card-media,html.accessibility-mode[data-accessibility-spacing="wide"] .public-form,html.accessibility-mode[data-accessibility-spacing="wide"] .page-content{gap:24px !important}html.accessibility-mode[data-accessibility-images="hidden"] img,html.accessibility-mode[data-accessibility-images="hidden"] picture,html.accessibility-mode[data-accessibility-images="hidden"] video,html.accessibility-mode[data-accessibility-images="hidden"] .card-media-visual,html.accessibility-mode[data-accessibility-images="hidden"] .hero-visual,html.accessibility-mode[data-accessibility-images="hidden"] .hero-side-panel::before,html.accessibility-mode[data-accessibility-images="hidden"] .hero-side-panel::after,html.accessibility-mode[data-accessibility-images="hidden"] .page-hero::before,html.accessibility-mode[data-accessibility-images="hidden"] .page-hero::after{display:none !important}html.accessibility-mode [data-reveal]{opacity:1 !important;transform:none !important}@media (max-width:1100px){.accessibility-panel__inner{grid-template-columns:1fr;align-items:stretch}.accessibility-panel__actions{flex-direction:row;flex-wrap:wrap}}@media (max-width:760px){.site-accessibility-toggle{width:100%}.accessibility-panel__groups,.accessibility-group{display:grid;grid-template-columns:1fr;align-items:stretch}.accessibility-panel__actions,.accessibility-panel__actions button{width:100%}html.accessibility-mode{--accessibility-base-size:18px;--accessibility-h1-size:34px;--accessibility-h2-size:28px;--accessibility-h3-size:23px}html.accessibility-mode[data-accessibility-font="xlarge"]{--accessibility-base-size:20px;--accessibility-h1-size:38px;--accessibility-h2-size:32px;--accessibility-h3-size:26px}}.admin-media-section code{padding:2px 6px;border-radius:8px;background:var(--c-surface-2);color:var(--c-primary-2);font-size:.9em}.admin-media-grid{grid-template-columns:minmax(320px,.86fr) minmax(320px,.7fr);align-items:start}.admin-media-list-card{margin-top:24px}.admin-media-table td{vertical-align:top}.admin-media-file-cell{display:flex;align-items:flex-start;gap:14px;min-width:260px}.admin-media-file-cell strong,.admin-media-file-cell span,.admin-media-file-cell small{display:block}.admin-media-file-cell strong{color:var(--c-ink);margin-bottom:4px;overflow-wrap:anywhere}.admin-media-file-cell span{color:var(--c-muted);font-size:12px;margin-bottom:4px}.admin-media-file-cell small{max-width:360px;color:#7a8aa1;font-size:11px;line-height:1.35;overflow-wrap:anywhere}.admin-media-thumb,.admin-media-file-icon{width:72px;height:72px;flex:0 0 72px;border-radius:16px;border:1px solid rgba(151,166,193,.32);background:#eef3fb}.admin-media-thumb{object-fit:cover}.admin-media-file-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--c-primary-2);background:linear-gradient(135deg,var(--c-primary-soft),#fff);font-size:12px;font-weight:800;letter-spacing:.06em}.admin-media-meta-form{gap:8px;min-width:240px}.admin-media-meta-form input{padding:8px 10px;font-size:13px}.admin-checkbox-label{display:flex !important;flex-direction:row !important;align-items:flex-start;gap:10px !important;padding:12px 14px;border:1px solid var(--c-line);border-radius:var(--r-sm);background:var(--c-surface-2)}.admin-checkbox-label input{width:auto;margin-top:2px}.admin-row-actions button:disabled,.admin-row-actions .btn:disabled{cursor:not-allowed;opacity:.55}@media (max-width:1024px){.admin-media-grid{grid-template-columns:1fr}}@media (max-width:640px){.admin-media-file-cell{flex-direction:column}.admin-media-meta-form{min-width:220px}}.documents-filter-panel{display:grid;gap:18px;padding:24px;background:#fff;border:1px solid var(--c-line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.documents-filter-panel__head{display:flex;justify-content:space-between;align-items:end;gap:16px;flex-wrap:wrap}.documents-filter-panel__head h2{margin:6px 0 0}.documents-filter-grid{display:grid;grid-template-columns:1.4fr 1fr .8fr 1fr auto;gap:12px;align-items:end}.documents-filter-grid label,.admin-document-filter label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700;color:var(--c-ink-2)}.documents-filter-grid input,.documents-filter-grid select{width:100%;border:1px solid var(--c-line);border-radius:var(--r-sm);padding:11px 12px;background:#fff;color:var(--c-ink);font:inherit}.documents-filter-grid input:focus,.documents-filter-grid select:focus{outline:none;border-color:var(--c-primary);box-shadow:0 0 0 3px var(--c-primary-soft)}.documents-result-summary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:16px 18px;border:1px solid var(--c-line);border-radius:var(--r-md);background:var(--c-surface-2);color:var(--c-muted)}.documents-result-summary strong{color:var(--c-primary);font-size:1.25rem}.documents-active-filters{display:flex;gap:8px;flex-wrap:wrap;width:100%;margin-top:4px}.documents-active-filters span,.document-card-meta span{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border:1px solid var(--c-line);border-radius:999px;background:#fff;color:var(--c-muted);font-size:12px;font-weight:700}.document-card-meta{display:flex;gap:6px;flex-wrap:wrap;margin:12px 0 0}.documents-empty-state{grid-column:1 / -1}.admin-document-status-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.admin-document-status-tab{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;border:1px solid var(--c-line);border-radius:var(--r-md);background:#fff;color:var(--c-ink-2);box-shadow:var(--shadow-sm)}.admin-document-status-tab strong{color:var(--c-primary);font-size:1.15rem}.admin-document-status-tab.is-active{border-color:var(--c-primary);background:var(--c-primary-soft);color:var(--c-primary)}.admin-document-filter{margin-bottom:20px}.admin-filter-submit-label{justify-content:end}.admin-muted,.admin-table-note{color:var(--c-muted);font-size:12px}.admin-table-note{margin-top:4px}.admin-row-actions-wrap{flex-wrap:wrap}.admin-badge-archived{background:#f1f5f9;color:#475569}.admin-badge-published{background:#ecfdf5;color:#047857}.admin-badge-draft{background:#fff7ed;color:#c2410c}.admin-table tr.is-archived-row{background:#f8fafc}.admin-table tr.is-archived-row td{color:#64748b}@media (max-width:1080px){.documents-filter-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.documents-filter-grid .btn{width:100%}.admin-document-status-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.documents-filter-panel{padding:18px}.documents-filter-grid,.admin-document-status-tabs{grid-template-columns:1fr}.documents-filter-panel__head{align-items:stretch}}html.accessibility-mode .documents-filter-panel,html.accessibility-mode .documents-result-summary,html.accessibility-mode .documents-active-filters span,html.accessibility-mode .document-card-meta span,html.accessibility-mode .admin-document-status-tab,html.accessibility-mode .admin-document-filter{background:Canvas;color:CanvasText;border-color:CanvasText;box-shadow:none}html.accessibility-mode .documents-filter-grid input,html.accessibility-mode .documents-filter-grid select{background:Canvas;color:CanvasText;border-color:CanvasText}html.accessibility-mode .admin-document-status-tab.is-active,html.accessibility-mode .admin-badge-archived,html.accessibility-mode .admin-badge-published,html.accessibility-mode .admin-badge-draft{background:CanvasText;color:Canvas;border-color:CanvasText}.admin-home-sections code{padding:2px 6px;border-radius:8px;background:var(--c-surface-2);color:var(--c-primary-2);font-size:.9em}.admin-home-intro-card{margin-bottom:24px}.admin-home-help-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.admin-home-help-grid>div{display:grid;gap:4px;padding:14px;border:1px solid var(--c-line);border-radius:var(--r-md);background:var(--c-surface-2)}.admin-home-help-grid strong{color:var(--c-ink)}.admin-home-help-grid span{color:var(--c-muted);font-size:13px;line-height:1.45}.admin-home-section-list{display:grid;gap:16px}.admin-home-section-row{display:grid;gap:16px;padding:18px;border:1px solid var(--c-line);border-radius:var(--r-lg);background:#fff;box-shadow:var(--shadow-sm)}.admin-home-section-row.is-disabled{background:#f8fafc;opacity:.78}.admin-home-section-row__top{display:grid;grid-template-columns:minmax(240px,1fr) 150px;gap:14px;align-items:stretch}.admin-home-section-toggle{min-height:54px}.admin-home-section-toggle small{display:block;margin-top:4px;color:var(--c-muted);font-size:12px;line-height:1.4}.admin-home-section-order{display:flex !important;flex-direction:column;justify-content:center;gap:6px;min-width:120px}.admin-home-section-order input{width:100%}.admin-home-section-fields{display:grid;gap:14px}.admin-home-section-subtitle{margin-top:4px;color:var(--c-ink);font-weight:800}.admin-home-advantage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-home-advantage-card{display:grid;gap:10px;padding:14px;border:1px solid var(--c-line);border-radius:var(--r-md);background:var(--c-surface-2)}.admin-home-advantage-card strong{color:var(--c-primary)}.admin-home-actions{position:sticky;bottom:0;z-index:5;justify-content:flex-end;padding:16px 0 0;background:linear-gradient(180deg,rgba(246,248,252,0),var(--c-surface) 44%)}@media (max-width:1080px){.admin-home-help-grid,.admin-home-advantage-grid{grid-template-columns:1fr}}@media (max-width:900px){.admin-home-section-row__top{grid-template-columns:1fr}}html.accessibility-mode .admin-home-section-row,html.accessibility-mode .admin-home-help-grid>div,html.accessibility-mode .admin-home-advantage-card,html.accessibility-mode .admin-home-sections code{background:Canvas;color:CanvasText;border-color:CanvasText;box-shadow:none}html.accessibility-mode .admin-home-section-row.is-disabled{opacity:1}.admin-users-section .admin-users-grid{align-items:start}.admin-users-stats{margin-bottom:20px}.admin-users-list-card{margin-top:20px}.admin-role-summary{display:grid;gap:12px;margin-top:18px}.admin-role-summary article{border:1px solid rgba(15,23,42,0.1);border-radius:18px;padding:14px;background:rgba(255,255,255,0.72);display:grid;gap:6px}.admin-role-summary strong{color:var(--c-text)}.admin-role-summary span,.admin-role-summary small{color:var(--c-muted);font-size:13px;line-height:1.45}.admin-users-table td{vertical-align:top}.admin-users-table td>strong,.admin-users-table td>span,.admin-users-table td>small{display:block}.admin-users-table td>strong{margin-bottom:4px;color:var(--c-text)}.admin-users-table td>span,.admin-users-table td>small{color:var(--c-muted);font-size:13px;line-height:1.45}.admin-users-table tr.is-current-user{background:rgba(0,95,115,0.06)}.admin-users-table .admin-row-actions{align-items:flex-start}.admin-badge-archived{background:rgba(100,116,139,0.14);color:#334155}@media (max-width:900px){.admin-users-table td:nth-child(2) small{max-width:260px}.admin-role-summary{grid-template-columns:1fr}}.admin-audit-section .admin-section-head{align-items:flex-start}.admin-audit-filter-card,.admin-audit-results-card{margin-top:20px}.admin-audit-stats{margin-bottom:0}.admin-audit-filter{display:grid;grid-template-columns:minmax(220px,1.2fr) repeat(4,minmax(160px,1fr));gap:14px;align-items:end}.admin-audit-filter label{display:flex;flex-direction:column;gap:6px;font-size:13px;font-weight:700;color:var(--c-ink-2)}.admin-audit-filter input,.admin-audit-filter select{width:100%;border:1px solid var(--c-line);border-radius:var(--r-sm);padding:10px 12px;background:#fff;color:var(--c-ink);font:inherit}.admin-audit-filter input:focus,.admin-audit-filter select:focus{outline:none;border-color:var(--c-primary);box-shadow:0 0 0 3px var(--c-primary-soft)}.admin-filter-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.admin-table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap}.admin-table-toolbar strong,.admin-table-toolbar span{display:block}.admin-table-toolbar span{color:var(--c-muted);font-size:13px;margin-top:3px}.admin-audit-table td{vertical-align:top}.admin-audit-table td strong,.admin-audit-table td small{display:block}.admin-audit-table td small{max-width:300px;margin-top:4px;color:var(--c-muted);font-size:12px;line-height:1.35;overflow-wrap:anywhere}.admin-audit-table tr.is-risk-row{background:#fff7ed}.admin-audit-action{display:inline-flex;align-items:center;min-height:28px;padding:5px 10px;border-radius:999px;background:var(--c-primary-soft);color:var(--c-primary);font-size:12px;font-weight:800}.admin-audit-action.is-danger{background:#fee2e2;color:#b91c1c}.admin-audit-details summary{cursor:pointer;color:var(--c-primary);font-weight:800}.admin-audit-details pre{max-width:520px;max-height:280px;overflow:auto;margin:10px 0 0;padding:12px;border-radius:var(--r-sm);background:#0f172a;color:#e2e8f0;font-size:12px;line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.admin-pagination{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:18px;flex-wrap:wrap}.admin-pagination span{color:var(--c-muted);font-size:13px;font-weight:700}.admin-pagination .is-disabled{opacity:.45;pointer-events:none}@media (max-width:1280px){.admin-audit-filter{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:820px){.admin-audit-filter{grid-template-columns:1fr}.admin-filter-actions,.admin-pagination{justify-content:stretch}.admin-filter-actions .btn,.admin-pagination .btn{width:100%}}.departments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.department-card,.department-detail-card,.employee-card{background:var(--surface,#fff);border:1px solid rgba(15,23,42,.08);border-radius:24px;padding:1.25rem;box-shadow:0 18px 45px rgba(15,23,42,.08)}.department-card__head span{display:inline-flex;border-radius:999px;background:rgba(37,99,235,.08);color:var(--primary,#1d4ed8);font-weight:700;font-size:.82rem;padding:.25rem .65rem;margin-bottom:.65rem}.department-card__head h3{margin:.1rem 0 .65rem;font-size:1.2rem}.department-card__head a{text-decoration:none;color:inherit}.department-card__contacts,.employee-card dl{display:grid;gap:.35rem;margin:1rem 0}.department-card__contacts div,.employee-card dl div{display:grid;grid-template-columns:86px 1fr;gap:.5rem}.department-card__contacts dt,.employee-card dt{color:var(--muted,#64748b);font-size:.86rem}.departments-detail-layout{display:grid;gap:1.25rem}.employees-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.employee-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:start}.employee-card__avatar{display:grid;place-items:center;width:52px;height:52px;border-radius:18px;background:linear-gradient(135deg,rgba(37,99,235,.16),rgba(14,165,233,.12));font-weight:900;color:var(--primary,#1d4ed8)}.employee-card h3{margin:0 0 .25rem}.employee-card p{margin:0;color:var(--muted,#64748b)}.admin-grid-departments{align-items:start}.admin-status.is-archived{background:rgba(100,116,139,.12);color:#475569}.muted{color:var(--muted,#64748b);font-size:.88rem}@media(max-width:760px){.department-card__contacts div,.employee-card dl div{grid-template-columns:1fr}.employee-card{grid-template-columns:1fr}.admin-table-actions{min-width:140px}}.news-filter-panel--server .news-filter-panel__controls{grid-template-columns:2fr repeat(3,minmax(150px,1fr)) auto}.news-filter-actions{display:flex;gap:.65rem;align-items:end;flex-wrap:wrap}.pagination{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap;margin-top:1.25rem}.pagination__status{font-weight:800;color:var(--c-muted,#64748b)}.admin-status-tabs{display:flex;gap:.75rem;flex-wrap:wrap;margin:1rem 0}.admin-status-tab{display:flex;align-items:center;gap:.6rem;padding:.75rem 1rem;border-radius:18px;background:var(--c-surface,#fff);border:1px solid rgba(15,23,42,.08);text-decoration:none;color:inherit;box-shadow:0 10px 28px rgba(15,23,42,.06)}.admin-status-tab strong{display:grid;place-items:center;min-width:28px;height:28px;border-radius:999px;background:rgba(37,99,235,.1);color:var(--c-primary,#1d4ed8)}.admin-status-tab.is-active{border-color:rgba(37,99,235,.35);box-shadow:0 14px 34px rgba(37,99,235,.12)}.admin-filter-panel{display:grid;grid-template-columns:1.4fr repeat(4,minmax(130px,1fr)) auto;gap:.75rem;align-items:end;margin:1rem 0 1.25rem}.admin-filter-panel label{display:grid;gap:.35rem;font-weight:800;color:var(--c-text,#0f172a)}.admin-filter-panel input,.admin-filter-panel select{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:14px;padding:.7rem .85rem;background:#fff}.admin-filter-actions{display:flex;gap:.55rem;flex-wrap:wrap}.admin-badge-scheduled{background:#fef3c7;color:#92400e}.admin-badge-archived{background:#e2e8f0;color:#475569}.admin-badge-published{background:#dcfce7;color:#166534}.admin-badge-draft{background:#dbeafe;color:#1d4ed8}.admin-muted{font-size:.86rem;color:var(--c-muted,#64748b);font-weight:800}@media(max-width:1100px){.news-filter-panel--server .news-filter-panel__controls,.admin-filter-panel{grid-template-columns:1fr 1fr}.news-filter-actions,.admin-filter-actions{grid-column:1/-1}}@media(max-width:680px){.news-filter-panel--server .news-filter-panel__controls,.admin-filter-panel{grid-template-columns:1fr}.news-filter-actions .btn,.admin-filter-actions .btn{width:100%}}.admin-form-grid__wide{grid-column:1 / -1}.form-hint{margin:-8px 0 4px;color:var(--text-muted,#64748b);font-size:0.875rem;line-height:1.5}.admin-grid-redirects{align-items:start}.admin-card-note{background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(14,165,233,.06));border:1px solid rgba(37,99,235,.14)}.admin-note-list{display:grid;gap:.65rem;margin:0;padding-left:1.2rem;color:var(--c-muted,#64748b);font-weight:700;line-height:1.55}.admin-table-redirects code{display:inline-block;max-width:360px;overflow-wrap:anywhere;padding:.18rem .38rem;border-radius:8px;background:rgba(15,23,42,.06);font-size:.85rem}.admin-status-tab.is-info{pointer-events:none;background:rgba(15,23,42,.04)}.admin-check-inline{align-content:end;min-height:74px}.admin-inline-actions{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap}@media(max-width:960px){.admin-table-redirects code{max-width:220px}.admin-grid-redirects{grid-template-columns:1fr}}.feedback-honeypot{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important}.admin-feedback-filter{grid-template-columns:1.3fr repeat(5,minmax(130px,1fr)) auto}.admin-table-feedback .admin-muted{display:block;margin-top:.35rem}.admin-row-warning{background:rgba(254,242,242,.58)}.admin-spam-score{display:inline-flex;align-items:center;justify-content:center;min-width:64px;padding:.25rem .55rem;border-radius:999px;background:rgba(22,163,74,.12);color:#166534;font-weight:900}.admin-spam-score.is-warning{background:rgba(245,158,11,.16);color:#92400e}.admin-feedback-details{margin-top:.45rem;font-size:.86rem;color:var(--c-muted,#64748b)}.admin-feedback-details summary{cursor:pointer;font-weight:800;color:var(--c-primary,#1d4ed8)}.admin-feedback-details ul{margin:.35rem 0 0;padding-left:1.1rem}.admin-feedback-details p{max-width:280px;margin:.35rem 0 0;overflow-wrap:anywhere}@media(max-width:1180px){.admin-feedback-filter{grid-template-columns:1fr 1fr}.admin-filter-actions{grid-column:1/-1}}@media(max-width:680px){.admin-feedback-filter{grid-template-columns:1fr}.admin-filter-actions .btn{width:100%}}.page-content-card-enhanced{position:relative;overflow:hidden}.page-content-card-enhanced::before{content:'';position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--c-primary),var(--c-accent))}.page-content-toolbar{display:flex;justify-content:space-between;align-items:center;gap:14px;flex-wrap:wrap;padding:14px 16px;margin:-6px 0 24px;border:1px solid var(--c-line);border-radius:var(--r-md);background:linear-gradient(135deg,#fff 0%,var(--c-surface-2) 100%)}.page-content-toolbar__meta,.page-content-toolbar__actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.page-content-toolbar__meta span{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#fff;border:1px solid var(--c-line);color:var(--c-muted);font-size:12px;font-weight:700}.page-content-toolbar__actions button{border:1px solid var(--c-line-strong);background:#fff;color:var(--c-primary);font-weight:800;border-radius:999px;padding:8px 12px;transition:transform var(--t-fast),box-shadow var(--t-fast),border-color var(--t-fast)}.page-content-toolbar__actions button:hover{transform:translateY(-1px);border-color:rgba(17,55,138,.35);box-shadow:var(--shadow-sm)}.page-related-section{margin-top:34px;padding-top:26px;border-top:1px solid var(--c-line)}.page-related-section__head{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:16px}.page-related-section__head span{display:inline-flex;width:fit-content;padding:5px 9px;border-radius:999px;background:var(--c-primary-soft);color:var(--c-primary);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em}.page-related-section__head strong{font-family:'Manrope',sans-serif;font-size:1.15rem}.page-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.page-related-card{display:flex;flex-direction:column;gap:6px;min-height:112px;padding:16px;border:1px solid var(--c-line);border-radius:var(--r-md);background:#fff;box-shadow:var(--shadow-xs);color:var(--c-ink)}.page-related-card:hover{color:var(--c-primary);border-color:rgba(17,55,138,.25);transform:translateY(-1px);box-shadow:var(--shadow-sm)}.page-related-card span{font-family:'Manrope',sans-serif;font-weight:800;line-height:1.35}.page-related-card small{color:var(--c-muted);font-weight:700}.page-hero-meta-rich .hero-stat{box-shadow:var(--shadow-xs)}.page-hero-sidechips-compact li{font-weight:800}.admin-shell{background:radial-gradient(circle at 78% 8%,rgba(30,76,179,.08),transparent 28%),linear-gradient(180deg,#f7f9fd 0%,var(--c-bg) 42%,#eef3fa 100%)}.admin-sidebar{box-shadow:18px 0 45px -38px rgba(2,6,23,.75)}.admin-nav-group-links a{display:flex;align-items:center;gap:10px}.admin-nav-icon{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:9px;background:rgba(255,255,255,.07);color:#fff;font-size:13px;line-height:1}.admin-nav-group-links a.is-active .admin-nav-icon,.admin-nav-group-links a:hover .admin-nav-icon{background:rgba(224,122,22,.22)}.admin-topbar{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 14px 35px -34px rgba(15,23,42,.6)}.admin-workspace-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px 32px 0;max-width:1400px}.admin-workspace-strip>div{border:1px solid var(--c-line);border-radius:var(--r-md);background:rgba(255,255,255,.78);box-shadow:var(--shadow-xs);padding:14px 16px}.admin-workspace-strip span{display:block;color:var(--c-muted);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;margin-bottom:4px}.admin-workspace-strip strong{font-family:'Manrope',sans-serif;color:var(--c-ink)}.admin-card,.admin-overview-grid>article,.admin-stat,.admin-table-wrap,.admin-filter-card,.admin-form-card{border-color:rgba(205,212,224,.92);box-shadow:0 18px 50px -38px rgba(15,23,42,.42)}.admin-card-head h2{letter-spacing:-.02em}.admin-stats-wide .admin-stat{overflow:hidden;position:relative}.admin-stats-wide .admin-stat::after{content:'';position:absolute;right:-34px;top:-34px;width:92px;height:92px;border-radius:50%;background:rgba(224,122,22,.10)}@media (max-width:880px){.page-content-toolbar,.page-related-section__head{align-items:stretch;flex-direction:column}.page-related-grid{grid-template-columns:1fr}.admin-workspace-strip{grid-template-columns:1fr;padding-left:20px;padding-right:20px}}@media print{.site-header-shell,.site-footer,.page-hero-aside,.page-sidebar-card,.page-content-toolbar__actions{display:none !important}.page-layout{display:block !important}.page-content-card{box-shadow:none !important;border:none !important}}.page-content-card-enhanced[class*="page-profile-"]{overflow:hidden}.legacy-info-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:28px;border-radius:28px;background:radial-gradient(circle at 88% 18%,rgba(224,122,22,.18),transparent 28%),linear-gradient(135deg,rgba(30,76,179,.10),rgba(255,255,255,.94));border:1px solid rgba(30,76,179,.12);box-shadow:0 20px 60px -45px rgba(15,23,42,.45);margin:0 0 24px}.legacy-info-intro span,.legacy-resource-section__head span,.staff-directory-card__label{display:inline-flex;align-items:center;width:fit-content;color:var(--c-brand);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.legacy-info-intro h2{margin:8px 0 8px;font-family:'Manrope',sans-serif;font-size:clamp(26px,3vw,38px);line-height:1.08;letter-spacing:-.04em;color:var(--c-ink)}.legacy-info-intro p{max-width:760px;margin:0;color:var(--c-muted);font-size:16px;line-height:1.75}.legacy-info-summary{min-width:138px;padding:18px;border-radius:22px;background:#fff;border:1px solid var(--c-line);box-shadow:var(--shadow-xs);text-align:center}.legacy-info-summary strong{display:block;font-family:'Manrope',sans-serif;font-size:36px;color:var(--c-accent);line-height:1}.legacy-info-summary span{margin-top:6px;color:var(--c-muted)}.staff-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:24px 0}.staff-directory-card{display:grid;grid-template-columns:62px 1fr;gap:16px;align-items:start;padding:18px;border:1px solid rgba(205,212,224,.92);border-radius:22px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 20px 50px -42px rgba(15,23,42,.52)}.staff-directory-card__avatar{width:62px;height:62px;display:grid;place-items:center;border-radius:20px;color:#fff;font-family:'Manrope',sans-serif;font-weight:900;letter-spacing:-.03em;background:linear-gradient(135deg,var(--c-brand),var(--c-brand-2));box-shadow:0 16px 30px -22px rgba(30,76,179,.8)}.staff-directory-card h3{margin:6px 0 6px;font-family:'Manrope',sans-serif;font-size:18px;line-height:1.25;color:var(--c-ink)}.staff-directory-card p{margin:0;color:var(--c-muted);font-size:14px;line-height:1.55}.legacy-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 22px}.legacy-metric-grid>div{padding:22px;border-radius:24px;background:#fff;border:1px solid var(--c-line);box-shadow:var(--shadow-xs)}.legacy-metric-grid strong{display:block;font-family:'Manrope',sans-serif;font-size:34px;color:var(--c-brand);line-height:1}.legacy-metric-grid span{display:block;margin-top:8px;color:var(--c-muted);font-weight:800}.legacy-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin:22px 0 26px}.legacy-feature-grid article{padding:22px;border-radius:24px;background:linear-gradient(180deg,#fff,#f7faff);border:1px solid rgba(205,212,224,.92);box-shadow:0 20px 50px -42px rgba(15,23,42,.45)}.legacy-feature-grid article>span{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:14px;background:rgba(224,122,22,.12);color:var(--c-accent);font-weight:900;margin-bottom:14px}.legacy-feature-grid h3{margin:0 0 8px;font-family:'Manrope',sans-serif;color:var(--c-ink);font-size:18px}.legacy-feature-grid p{margin:0;color:var(--c-muted);line-height:1.65}.legacy-content-panel{padding:26px;border-radius:26px;border:1px solid rgba(205,212,224,.9);background:#fff;box-shadow:0 22px 55px -48px rgba(15,23,42,.5)}.legacy-content-panel>:first-child{margin-top:0}.legacy-content-panel>:last-child{margin-bottom:0}.legacy-content-panel table{width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid var(--c-line);border-radius:18px;background:#fff;box-shadow:var(--shadow-xs)}.legacy-content-panel th,.legacy-content-panel td{padding:14px 16px;border-bottom:1px solid var(--c-line);vertical-align:top}.legacy-content-panel tr:last-child th,.legacy-content-panel tr:last-child td{border-bottom:none}.legacy-content-panel tr:first-child td,.legacy-content-panel th{background:#f3f6fb;color:var(--c-ink);font-weight:900}.legacy-content-panel blockquote{margin:22px 0;padding:18px 22px;border-left:4px solid var(--c-accent);border-radius:18px;background:#fff7ed;color:var(--c-ink)}.legacy-resource-section{margin:28px 0 0;padding:24px;border:1px solid var(--c-line);border-radius:28px;background:#f8fbff}.legacy-resource-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:16px}.legacy-resource-section__head strong{font-family:'Manrope',sans-serif;font-size:22px;color:var(--c-ink)}.legacy-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.legacy-resource-card{display:block;padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(205,212,224,.92);text-decoration:none;color:inherit;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow-wrap:anywhere}.legacy-resource-card:hover{transform:translateY(-2px);border-color:rgba(30,76,179,.35);box-shadow:0 22px 50px -36px rgba(15,23,42,.45)}.legacy-resource-card span{color:var(--c-accent);font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.legacy-resource-card strong{display:block;margin-top:8px;color:var(--c-ink);font-family:'Manrope',sans-serif;line-height:1.35}.legacy-resource-card small,.legacy-resource-card__meta{display:block;margin-top:8px;color:var(--c-muted);font-size:12px;line-height:1.35;word-break:break-word}.legacy-resource-card__meta{max-width:max-content;padding:5px 9px;border-radius:999px;background:rgba(30,76,179,.08);color:#1f4b7a;font-weight:800}.page-profile-museum .legacy-info-intro,.page-profile-methodical .legacy-info-intro{background:radial-gradient(circle at 90% 0%,rgba(30,76,179,.15),transparent 32%),linear-gradient(135deg,#fff,#f0f5ff)}.page-profile-qms .legacy-info-intro,.page-profile-competence .legacy-info-intro{background:radial-gradient(circle at 92% 10%,rgba(224,122,22,.14),transparent 30%),linear-gradient(135deg,#fff,#fff7ed)}@media (max-width:980px){.staff-directory-grid,.legacy-feature-grid,.legacy-metric-grid,.legacy-resource-grid{grid-template-columns:1fr}.legacy-info-intro{align-items:stretch;flex-direction:column}.legacy-info-summary{width:100%}}@media (max-width:620px){.legacy-info-intro,.legacy-content-panel,.legacy-resource-section{padding:18px;border-radius:22px}.staff-directory-card{grid-template-columns:1fr}.legacy-content-panel{overflow-x:auto}.legacy-content-panel table{min-width:620px}}@media print{.legacy-info-intro,.legacy-feature-grid article,.staff-directory-card,.legacy-content-panel,.legacy-resource-section{box-shadow:none !important}}.legacy-content-panel{font-size:16px;line-height:1.82}.legacy-content-panel p{margin:0 0 1rem;color:#334155}.legacy-content-panel h2,.legacy-content-panel h3,.legacy-content-panel h4{margin:1.35em 0 .7em;font-family:'Manrope',sans-serif;color:var(--c-ink);letter-spacing:-.025em}.legacy-content-panel ul,.legacy-content-panel ol{display:grid;gap:.45rem;margin:1rem 0;padding-left:1.35rem}.legacy-content-panel li::marker{color:var(--c-accent);font-weight:900}.legacy-centered-block{text-align:left}.staff-directory-tools{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:-4px 0 22px;padding:16px;border:1px solid var(--c-line);border-radius:22px;background:#fff;box-shadow:var(--shadow-xs)}.staff-directory-tools p{max-width:520px;margin:0;color:var(--c-muted);font-size:14px;line-height:1.55}.staff-directory-search{flex:1 1 320px;display:flex;align-items:center;gap:10px;min-height:48px;padding:0 14px;border:1px solid var(--c-line-strong);border-radius:999px;background:#f8fbff}.staff-directory-search input{width:100%;border:0;outline:0;background:transparent;color:var(--c-ink);font:inherit;font-weight:700}.staff-directory-card.is-hidden{display:none}.staff-directory-empty{display:none;margin:16px 0 0;padding:18px;border-radius:18px;background:#fff7ed;color:#92400e;font-weight:800}.staff-directory-empty.is-visible{display:block}.staff-directory-card__label{padding:5px 9px;border-radius:999px;background:rgba(30,76,179,.08)}.legacy-feature-grid article>span{font-size:18px}@media (max-width:900px){.staff-directory-tools{align-items:stretch;flex-direction:column}}.staff-showcase{display:grid;gap:22px}.staff-showcase__hero{display:grid;grid-template-columns:minmax(0,1fr) 170px;gap:24px;align-items:stretch;padding:30px;border-radius:30px;border:1px solid rgba(30,76,179,.14);background:radial-gradient(circle at 88% 14%,rgba(224,122,22,.18),transparent 28%),linear-gradient(135deg,#ffffff,#f3f7ff 58%,#fff8ef);box-shadow:0 28px 70px -54px rgba(15,23,42,.55)}.staff-showcase__eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--c-brand);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.staff-showcase__eyebrow::before{content:'👥';width:30px;height:30px;display:inline-grid;place-items:center;border-radius:12px;background:rgba(30,76,179,.1);letter-spacing:0}.staff-showcase__hero h2{margin:0 0 10px;font-family:'Manrope',sans-serif;font-size:clamp(30px,4vw,48px);line-height:1.02;letter-spacing:-.055em;color:var(--c-ink)}.staff-showcase__hero p{max-width:820px;margin:0;color:#475569;font-size:17px;line-height:1.75}.staff-showcase__total{display:grid;place-items:center;min-height:170px;padding:20px;border-radius:26px;background:#fff;border:1px solid var(--c-line);box-shadow:var(--shadow-xs);text-align:center}.staff-showcase__total strong{display:block;font-family:'Manrope',sans-serif;font-size:52px;line-height:.95;color:var(--c-accent);letter-spacing:-.06em}.staff-showcase__total span{display:block;margin-top:8px;color:var(--c-muted);font-weight:900}.staff-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.staff-stat-grid>div{position:relative;overflow:hidden;padding:20px;border-radius:24px;background:#fff;border:1px solid rgba(205,212,224,.92);box-shadow:0 18px 48px -42px rgba(15,23,42,.45)}.staff-stat-grid>div::after{content:'';position:absolute;right:-28px;top:-28px;width:86px;height:86px;border-radius:50%;background:rgba(30,76,179,.08)}.staff-stat-grid strong{display:block;font-family:'Manrope',sans-serif;font-size:34px;line-height:1;color:var(--c-brand)}.staff-stat-grid span{display:block;margin-top:8px;color:var(--c-muted);font-weight:900}.staff-filter-chips{display:flex;flex-wrap:wrap;gap:8px}.staff-filter-chip{min-height:40px;padding:0 14px;border:1px solid var(--c-line-strong);border-radius:999px;background:#fff;color:var(--c-muted);font:inherit;font-weight:900;cursor:pointer;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease}.staff-filter-chip:hover,.staff-filter-chip.is-active{color:#fff;border-color:var(--c-brand);background:linear-gradient(135deg,var(--c-brand),var(--c-brand-2));transform:translateY(-1px)}.staff-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.staff-directory-card{position:relative;min-height:196px;grid-template-columns:74px 1fr;padding:22px;border-radius:26px;overflow:hidden}.staff-directory-card::before{content:'';position:absolute;inset:0;background:radial-gradient(circle at 100% 0%,rgba(224,122,22,.10),transparent 34%);pointer-events:none}.staff-directory-card__avatar,.staff-directory-card__body,.staff-directory-card__number{position:relative;z-index:1}.staff-directory-card__avatar{width:74px;height:74px;border-radius:24px;font-size:20px}.staff-directory-card__body{min-width:0}.staff-directory-card__label{color:var(--c-brand);background:rgba(30,76,179,.09)}.staff-directory-card--expert .staff-directory-card__label,.staff-directory-card--researcher .staff-directory-card__label{background:rgba(224,122,22,.13);color:#9a4a07}.staff-directory-card--moderator .staff-directory-card__label{background:rgba(20,184,166,.12);color:#0f766e}.staff-directory-card h3{margin-top:10px;font-size:19px}.staff-directory-card__number{position:absolute;right:18px;bottom:14px;color:rgba(15,23,42,.1);font-family:'Manrope',sans-serif;font-size:34px;font-weight:900;letter-spacing:-.06em}@media (max-width:1180px){.staff-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.staff-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.staff-showcase__hero{grid-template-columns:1fr;padding:22px}.staff-showcase__total{min-height:auto;place-items:start;text-align:left}.staff-directory-grid,.staff-stat-grid{grid-template-columns:1fr}.staff-directory-card{grid-template-columns:64px 1fr;min-height:auto;padding:18px}.staff-directory-card__avatar{width:64px;height:64px}}.teacher-hero .page-hero-main p{max-width:780px}.teacher-hero-card strong{color:var(--c-brand)}.teacher-section{background:linear-gradient(180deg,#f8fbff 0%,#ffffff 42%,#f7f9fd 100%)}.teacher-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.teacher-stats article{position:relative;overflow:hidden;min-height:118px;padding:22px;border:1px solid rgba(205,212,224,.92);border-radius:24px;background:#fff;box-shadow:0 18px 52px -44px rgba(15,23,42,.52)}.teacher-stats article::after{content:'';position:absolute;right:-28px;top:-28px;width:86px;height:86px;border-radius:50%;background:rgba(30,76,179,.08)}.teacher-stats strong{display:block;position:relative;z-index:1;font-family:'Manrope',sans-serif;font-size:38px;line-height:1;letter-spacing:-.06em;color:var(--c-brand)}.teacher-stats span{display:block;position:relative;z-index:1;margin-top:8px;color:var(--c-muted);font-weight:900}.teacher-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px;margin-bottom:22px;padding:16px;border:1px solid rgba(205,212,224,.92);border-radius:26px;background:#fff;box-shadow:0 18px 56px -48px rgba(15,23,42,.45)}.teacher-search{display:flex;align-items:center;flex:1 1 320px;gap:10px;min-height:48px;padding:0 16px;border:1px solid var(--c-line-strong);border-radius:999px;background:#f8fafc}.teacher-search input{width:100%;border:0;outline:0;background:transparent;color:var(--c-ink);font:inherit;font-weight:800}.teacher-filters{display:flex;flex-wrap:wrap;gap:8px}.teacher-filter{min-height:42px;padding:0 14px;border:1px solid var(--c-line-strong);border-radius:999px;background:#fff;color:var(--c-muted);font:inherit;font-weight:900;cursor:pointer;box-shadow:none;transition:color .18s ease,border-color .18s ease,background .18s ease}.teacher-filter:hover,.teacher-filter.is-active{color:var(--c-brand);border-color:rgba(30,76,179,.36);background:#eef5ff;box-shadow:none;transform:none}.teacher-filter:focus-visible{outline:3px solid rgba(30,76,179,.22);outline-offset:2px}.teacher-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.teacher-person{position:relative;display:grid !important;grid-template-columns:106px minmax(0,1fr);align-items:center;gap:18px;min-height:204px;padding:22px;border:1px solid rgba(205,212,224,.92);border-radius:28px;overflow:hidden;background:radial-gradient(circle at 100% 0%,rgba(224,122,22,.08),transparent 34%),#fff;box-shadow:0 22px 62px -48px rgba(15,23,42,.56)}.teacher-catalog.is-filtering .teacher-person.teacher-hidden{display:none !important}.teacher-catalog:not(.is-filtering) .teacher-person,.teacher-catalog:not(.is-filtering) .teacher-person.teacher-hidden{display:grid !important;visibility:visible !important;opacity:1 !important}.teacher-person__avatar{position:relative;display:grid;place-items:center;align-self:center;justify-self:center;width:96px;height:118px;border:1px solid rgba(30,76,179,.16);border-radius:32px;color:var(--c-brand);background:radial-gradient(circle at 50% 22%,rgba(255,255,255,.96) 0 22px,transparent 23px),linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%);font-family:'Manrope',sans-serif;font-size:21px;font-weight:900;letter-spacing:-.04em;box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 18px 42px -34px rgba(30,76,179,.55)}.teacher-person__avatar::after{content:'';position:absolute;inset:10px;border:1px dashed rgba(30,76,179,.18);border-radius:25px;pointer-events:none}.teacher-person__avatar-icon{display:grid;place-items:center;width:58px;height:58px;margin:0;border-radius:22px;background:#fff;color:var(--c-brand);font-size:34px;line-height:1;box-shadow:0 12px 28px -24px rgba(30,76,179,.65);transform:translateY(-4px)}.teacher-person__initials{position:absolute;left:50%;bottom:12px;display:inline-flex;align-items:center;justify-content:center;min-width:42px;height:28px;padding:0 9px;border-radius:999px;background:var(--c-brand);color:#fff;font-size:13px;line-height:1;transform:translateX(-50%);box-shadow:0 12px 24px -18px rgba(30,76,179,.8)}.teacher-person__body{min-width:0;padding-right:54px}.teacher-person__badge{display:inline-flex;align-items:center;min-height:26px;padding:4px 10px;border-radius:999px;background:rgba(30,76,179,.09);color:var(--c-brand);font-size:12px;font-weight:900}.teacher-person--expert .teacher-person__badge,.teacher-person--researcher .teacher-person__badge{background:rgba(224,122,22,.13);color:#9a4a07}.teacher-person--moderator .teacher-person__badge{background:rgba(20,184,166,.12);color:#0f766e}.teacher-person h3{margin:12px 0 8px;color:var(--c-ink);font-family:'Manrope',sans-serif;font-size:20px;line-height:1.22;letter-spacing:-.035em}.teacher-person p{margin:0;color:var(--c-muted);line-height:1.55;font-weight:750}.teacher-person__number{position:absolute;top:16px;right:16px;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:28px;padding:0 8px;border:1px solid rgba(205,212,224,.86);border-radius:999px;background:rgba(248,250,252,.96);color:rgba(51,65,85,.62);font-family:'Manrope',sans-serif;font-size:13px;font-weight:900;line-height:1;letter-spacing:-.02em;box-shadow:0 10px 24px -22px rgba(15,23,42,.45)}.teacher-empty{display:none;margin-top:16px;padding:18px;border-radius:18px;background:#fff7ed;color:#92400e;font-weight:850}.teacher-empty.is-visible{display:block}@media (max-width:1180px){.teacher-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.teacher-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.teacher-toolbar{align-items:stretch;flex-direction:column}.teacher-grid,.teacher-stats{grid-template-columns:1fr}.teacher-person{grid-template-columns:82px minmax(0,1fr);min-height:auto;padding:18px}.teacher-person__body{padding-right:0;padding-top:34px}.teacher-person__number{top:14px;right:14px;min-width:34px;height:24px;font-size:12px}.teacher-person__avatar{width:78px;height:94px;border-radius:26px}.teacher-person__avatar::after{inset:8px;border-radius:20px}.teacher-person__avatar-icon{width:44px;height:44px;font-size:26px;border-radius:18px;transform:translateY(-3px)}.teacher-person__initials{bottom:10px;min-width:36px;height:24px;font-size:12px}}body.site-body.route-pedagogical-staff .teacher-hero,body.site-body.route-pedagogical-staff .teacher-section,body.site-body.route-pedagogical-staff .teacher-catalog,body.site-body.route-pedagogical-staff .teacher-grid,body.site-body.route-pedagogical-staff .teacher-person,body.site-body.route-about-pedagogical-staff .teacher-hero,body.site-body.route-about-pedagogical-staff .teacher-section,body.site-body.route-about-pedagogical-staff .teacher-catalog,body.site-body.route-about-pedagogical-staff .teacher-grid,body.site-body.route-about-pedagogical-staff .teacher-person,.teacher-catalog[data-render-safe="teachers"],.teacher-catalog[data-render-safe="teachers"] .teacher-grid,.teacher-catalog[data-render-safe="teachers"] .teacher-person{opacity:1 !important;visibility:visible !important;transform:none !important}body.site-body.route-pedagogical-staff .teacher-person,body.site-body.route-about-pedagogical-staff .teacher-person,.teacher-catalog[data-render-safe="teachers"] .teacher-person{display:grid !important}body.site-body.route-pedagogical-staff [data-reveal].teacher-section,body.site-body.route-pedagogical-staff [data-reveal].teacher-hero,body.site-body.route-about-pedagogical-staff [data-reveal].teacher-section,body.site-body.route-about-pedagogical-staff [data-reveal].teacher-hero,.teacher-catalog[data-render-safe="teachers"][data-reveal],.teacher-catalog[data-render-safe="teachers"] [data-reveal]{opacity:1 !important;visibility:visible !important;transform:none !important}.section-navigation{position:relative;z-index:12;border-top:1px solid rgba(226,232,240,.8);border-bottom:1px solid rgba(226,232,240,.86);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(248,250,252,.94)),radial-gradient(circle at 12% 0%,rgba(37,99,235,.08),transparent 32%);backdrop-filter:blur(16px)}.section-navigation__inner{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:18px;align-items:center;padding-top:14px;padding-bottom:14px}.section-navigation__head{display:flex;align-items:center;gap:12px;min-width:0}.section-navigation__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:42px;height:42px;border-radius:16px;border:1px solid rgba(59,130,246,.18);background:rgba(239,246,255,.92);color:#1d4ed8;font-family:'Manrope',sans-serif;font-size:24px;font-weight:900;line-height:1}.section-navigation__label{display:block;margin-bottom:2px;color:#64748b;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.section-navigation__head strong{display:block;overflow:hidden;color:#0f172a;font-family:'Manrope',sans-serif;font-size:17px;font-weight:900;line-height:1.18;text-overflow:ellipsis;white-space:nowrap}.section-navigation__scroll{display:flex;gap:8px;align-items:center;overflow-x:auto;padding:4px 2px;scrollbar-width:thin;scroll-snap-type:x proximity}.section-navigation__link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:42px;padding:10px 15px;border:1px solid rgba(203,213,225,.86);border-radius:999px;background:rgba(255,255,255,.94);color:#334155;font-size:14px;font-weight:850;line-height:1.15;text-decoration:none;scroll-snap-align:start;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.section-navigation__link:hover,.section-navigation__link:focus-visible{border-color:rgba(37,99,235,.34);background:rgba(239,246,255,.9);color:#1d4ed8;transform:translateY(-1px)}.section-navigation__link.is-active{border-color:rgba(37,99,235,.36);background:#1d4ed8;color:#fff;box-shadow:0 14px 28px -24px rgba(29,78,216,.7)}.section-navigation__link.is-active:hover,.section-navigation__link.is-active:focus-visible{background:#1e40af;color:#fff}@media (max-width:920px){.section-navigation__inner{grid-template-columns:1fr;gap:10px}.section-navigation__head strong{white-space:normal}}@media (max-width:640px){.section-navigation__inner{padding-top:12px;padding-bottom:12px}.section-navigation__icon{width:38px;height:38px;border-radius:14px;font-size:22px}.section-navigation__scroll{margin-right:calc(var(--container-padding,16px) * -1);padding-right:var(--container-padding,16px)}.section-navigation__link{min-height:40px;padding:9px 13px;font-size:13px}}.public-content-with-side{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:28px;align-items:start}.public-content-main{min-width:0}.public-section-side-card{position:sticky;top:112px;align-self:start;gap:16px}.public-section-side-card .administration-side-card__block{background:rgba(255,255,255,0.96);border:1px solid rgba(15,23,42,0.09);box-shadow:0 18px 44px rgba(15,23,42,0.08)}.public-section-side-card__accent{background:linear-gradient(135deg,#123d7a 0%,#1d5aa6 100%) !important;color:#fff;border:0 !important}.public-section-side-card__accent span,.public-section-side-card__accent strong,.public-section-side-card__accent p{color:#fff !important}.public-side-section-nav a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px}.public-side-section-nav a::after{content:'›';font-size:18px;line-height:1;opacity:.55;transition:transform .18s ease,opacity .18s ease}.public-side-section-nav a:hover::after,.public-side-section-nav a:focus-visible::after,.public-side-section-nav a.is-active::after{transform:translateX(2px);opacity:1}.public-section-quick-links{display:flex;flex-wrap:wrap;gap:8px}.public-section-quick-links a{border-radius:999px;border:1px solid rgba(15,23,42,0.1);padding:8px 11px;text-decoration:none;font-size:13px;font-weight:800;color:#244056;background:#f8fafc}.public-section-quick-links a:hover,.public-section-quick-links a:focus-visible{color:#0f3e7a;border-color:rgba(37,99,235,.25);background:#eef5ff}.teacher-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:28px;align-items:start}.teacher-main{min-width:0}.section-navigation{display:none !important}.breadcrumbs-container-under-nav{display:block}.site-header-breadcrumbs-row{display:block}@media (max-width:1100px){.public-content-with-side,.teacher-layout,.page-layout{grid-template-columns:1fr}.public-section-side-card{position:static;order:-1}}@media (max-width:640px){.public-section-side-card .administration-side-card__block{padding:18px}.public-side-section-nav a{min-height:38px}}.page-layout,.public-content-with-side,.teacher-layout{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}.page-layout>*,.public-content-with-side>*,.teacher-layout>*{min-width:0}.page-layout>.public-section-side-card,.public-content-with-side>.public-section-side-card,.teacher-layout>.public-section-side-card,.teacher-layout>aside{width:100%;max-width:340px;justify-self:end}.site-header-breadcrumbs-row{padding:0 0 12px;background:rgba(248,247,244,.96);border-bottom:1px solid rgba(214,206,195,.52)}.site-header-breadcrumbs-shell{align-items:center}.breadcrumbs-container.breadcrumbs-container-under-nav .breadcrumbs ol{margin:0}@media (max-width:1100px){.page-layout,.public-content-with-side,.teacher-layout{grid-template-columns:1fr}.page-layout>.public-section-side-card,.public-content-with-side>.public-section-side-card,.teacher-layout>.public-section-side-card,.teacher-layout>aside{max-width:none;justify-self:stretch}}@media (max-width:640px){.site-header-breadcrumbs-shell{grid-template-columns:1fr}.site-header-breadcrumbs-spacer{display:none}}body.site-body.route-pedagogical-staff .teacher-layout,body.site-body.route-about-pedagogical-staff .teacher-layout{grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:26px}body.site-body.route-pedagogical-staff .teacher-main,body.site-body.route-about-pedagogical-staff .teacher-main{min-width:0}body.site-body.route-pedagogical-staff .teacher-grid,body.site-body.route-about-pedagogical-staff .teacher-grid,.teacher-catalog[data-render-safe="teachers"] .teacher-grid{grid-template-columns:repeat(auto-fit,minmax(330px,1fr));align-items:stretch}body.site-body.route-pedagogical-staff .teacher-person,body.site-body.route-about-pedagogical-staff .teacher-person,.teacher-catalog[data-render-safe="teachers"] .teacher-person{grid-template-columns:112px minmax(0,1fr);gap:20px;min-height:220px;align-items:center}body.site-body.route-pedagogical-staff .teacher-person__body,body.site-body.route-about-pedagogical-staff .teacher-person__body,.teacher-catalog[data-render-safe="teachers"] .teacher-person__body{min-width:0;padding-right:58px}body.site-body.route-pedagogical-staff .teacher-person h3,body.site-body.route-about-pedagogical-staff .teacher-person h3,.teacher-catalog[data-render-safe="teachers"] .teacher-person h3{max-width:100%;word-break:normal;overflow-wrap:break-word;hyphens:none}body.site-body.route-pedagogical-staff .teacher-person p,body.site-body.route-about-pedagogical-staff .teacher-person p,.teacher-catalog[data-render-safe="teachers"] .teacher-person p{word-break:normal;overflow-wrap:normal}@media (min-width:1320px){body.site-body.route-pedagogical-staff .teacher-grid,body.site-body.route-about-pedagogical-staff .teacher-grid,.teacher-catalog[data-render-safe="teachers"] .teacher-grid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr))}}@media (max-width:1180px){body.site-body.route-pedagogical-staff .teacher-layout,body.site-body.route-about-pedagogical-staff .teacher-layout{grid-template-columns:1fr}body.site-body.route-pedagogical-staff .teacher-layout>.public-section-side-card,body.site-body.route-about-pedagogical-staff .teacher-layout>.public-section-side-card,body.site-body.route-pedagogical-staff .teacher-layout>aside,body.site-body.route-about-pedagogical-staff .teacher-layout>aside{max-width:none;justify-self:stretch;order:-1}}@media (max-width:760px){body.site-body.route-pedagogical-staff .teacher-grid,body.site-body.route-about-pedagogical-staff .teacher-grid,.teacher-catalog[data-render-safe="teachers"] .teacher-grid{grid-template-columns:1fr}body.site-body.route-pedagogical-staff .teacher-person,body.site-body.route-about-pedagogical-staff .teacher-person,.teacher-catalog[data-render-safe="teachers"] .teacher-person{grid-template-columns:88px minmax(0,1fr);gap:16px}body.site-body.route-pedagogical-staff .teacher-person__body,body.site-body.route-about-pedagogical-staff .teacher-person__body,.teacher-catalog[data-render-safe="teachers"] .teacher-person__body{padding-right:0;padding-top:34px}}.page-profile-library .page-content-toolbar,body.site-body.route-library .page-content-toolbar,body.site-body.route-about-library .page-content-toolbar{margin-bottom:22px}.library-redesign-hero{align-items:center;overflow:hidden;position:relative;background:radial-gradient(circle at 88% 20%,rgba(30,76,179,.16),transparent 26%),radial-gradient(circle at 10% 100%,rgba(224,122,22,.15),transparent 32%),linear-gradient(135deg,#ffffff 0%,#f4f8ff 58%,#fff7ef 100%)}.library-redesign-hero::before{content:'';position:absolute;inset:18px;border:1px dashed rgba(30,76,179,.18);border-radius:22px;pointer-events:none}.library-redesign-hero>div:first-child{position:relative;z-index:1}.library-redesign-hero__icon{position:relative;z-index:1;display:grid;place-items:center;flex:0 0 108px;width:108px;height:108px;border-radius:34px;background:rgba(255,255,255,.84);border:1px solid rgba(30,76,179,.14);box-shadow:0 24px 60px -42px rgba(15,23,42,.65);font-size:48px}.library-metric-grid>div{position:relative;overflow:hidden;min-height:134px;background:radial-gradient(circle at 100% 0,rgba(30,76,179,.08),transparent 34%),#fff}.library-metric-grid small{display:inline-flex;margin-bottom:12px;color:var(--c-muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.library-feature-grid article{min-height:208px}.library-feature-grid article>span{width:46px;height:46px;border-radius:16px;font-size:22px;background:linear-gradient(135deg,rgba(30,76,179,.12),rgba(224,122,22,.12))}.library-redesign-panel{margin:26px 0;padding:28px;border-radius:28px;border:1px solid rgba(205,212,224,.88);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 22px 58px -48px rgba(15,23,42,.5)}.library-redesign-panel__head{max-width:760px;margin-bottom:18px}.library-redesign-panel__head span{display:inline-flex;color:var(--c-brand);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.library-redesign-panel__head h3{margin:8px 0;font-family:'Manrope',sans-serif;font-size:clamp(24px,3vw,34px);line-height:1.12;letter-spacing:-.035em;color:var(--c-ink)}.library-redesign-panel__head p{margin:0;color:var(--c-muted);line-height:1.7}.library-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.library-steps article{padding:20px;border-radius:22px;background:#fff;border:1px solid rgba(205,212,224,.9);box-shadow:var(--shadow-xs)}.library-steps b{display:inline-flex;margin-bottom:14px;color:var(--c-accent);font-family:'Manrope',sans-serif;font-size:22px;line-height:1}.library-steps strong{display:block;margin-bottom:8px;color:var(--c-ink);font-family:'Manrope',sans-serif;font-size:17px}.library-steps p,.library-note-card p{margin:0;color:var(--c-muted);line-height:1.65}.library-note-card{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;margin-top:22px;padding:18px 20px;border-radius:22px;background:rgba(30,76,179,.07);border:1px solid rgba(30,76,179,.13)}.library-note-card>span{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:#fff;box-shadow:var(--shadow-xs)}body.site-body.route-library .page-hero-main p,body.site-body.route-about-library .page-hero-main p,.page-profile-library .page-hero-main p{max-width:720px}@media (max-width:900px){.library-steps,.library-feature-grid,.library-metric-grid{grid-template-columns:1fr}.library-redesign-hero{align-items:stretch;flex-direction:column}.library-redesign-hero__icon{width:84px;height:84px;flex-basis:84px;border-radius:26px;font-size:38px}}.page-profile-museum .page-hero-main p{max-width:760px}.museum-showcase{display:grid;gap:24px}.museum-showcase__intro{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px;border:1px solid rgba(205,212,224,.92);border-radius:30px;background:radial-gradient(circle at 90% 0%,rgba(224,122,22,.18),transparent 32%),linear-gradient(135deg,#ffffff 0%,#fff8ef 46%,#f3f7ff 100%);box-shadow:0 24px 62px -48px rgba(15,23,42,.5)}.museum-showcase__intro span,.museum-route-panel__head span{display:inline-flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--c-accent);font-size:12px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}.museum-showcase__intro h2,.museum-route-panel__head h3,.museum-content-panel h3{margin:0 0 10px;font-family:'Manrope',sans-serif;color:var(--c-ink);letter-spacing:-.035em}.museum-showcase__intro h2{font-size:clamp(28px,4vw,44px);line-height:1.05}.museum-showcase__intro p,.museum-route-panel__head p,.museum-value-grid p,.museum-route-steps p,.museum-story-card p{margin:0;color:var(--c-muted);line-height:1.68}.museum-showcase__mark{flex:0 0 116px;width:116px;height:116px;display:grid;place-items:center;border-radius:34px;background:rgba(255,255,255,.74);border:1px solid rgba(205,212,224,.92);box-shadow:inset 0 0 0 10px rgba(255,255,255,.55),0 22px 48px -36px rgba(224,122,22,.7);font-size:52px}.museum-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.museum-value-grid article{padding:24px;border-radius:26px;border:1px solid rgba(205,212,224,.92);background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 20px 50px -42px rgba(15,23,42,.45)}.museum-value-grid article>span{display:inline-grid;place-items:center;width:44px;height:44px;margin-bottom:14px;border-radius:16px;background:rgba(224,122,22,.12);font-size:22px}.museum-value-grid strong,.museum-route-steps strong,.museum-story-card strong{display:block;margin-bottom:8px;font-family:'Manrope',sans-serif;color:var(--c-ink);font-size:18px}.museum-route-panel{padding:28px;border-radius:30px;border:1px solid rgba(205,212,224,.92);background:#ffffff;box-shadow:0 24px 58px -50px rgba(15,23,42,.55)}.museum-route-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.museum-route-steps article{padding:18px;border-radius:22px;background:#f7faff;border:1px solid rgba(205,212,224,.86)}.museum-route-steps b{display:inline-flex;margin-bottom:12px;color:var(--c-brand);font-family:'Manrope',sans-serif;font-size:13px;letter-spacing:.08em}.museum-story-card{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;padding:24px;border-radius:28px;border:1px solid rgba(224,122,22,.22);background:#fff7ed}.museum-story-card>span{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;background:#fff;box-shadow:0 18px 38px -32px rgba(224,122,22,.7);font-size:28px}.museum-content-panel h3{font-size:24px}.museum-content-panel{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(224,122,22,.28),rgba(30,76,179,.18)) border-box;border-color:transparent}@media (max-width:980px){.museum-showcase__intro{align-items:stretch;flex-direction:column}.museum-showcase__mark{width:100%;flex-basis:auto}.museum-value-grid,.museum-route-steps{grid-template-columns:1fr}}@media (max-width:620px){.museum-showcase__intro,.museum-route-panel,.museum-story-card{padding:20px;border-radius:24px}.museum-story-card{grid-template-columns:1fr}}.competence-showcase{display:grid;gap:22px}.competence-showcase__intro,.competence-route-panel,.competence-note-card{border:1px solid rgba(37,99,235,.14);background:linear-gradient(135deg,rgba(239,246,255,.96),rgba(255,255,255,.98));border-radius:30px;padding:28px;box-shadow:0 18px 45px rgba(15,23,42,.08)}.competence-showcase__intro{display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:hidden;position:relative}.competence-showcase__intro::after{content:"";position:absolute;right:-70px;top:-70px;width:180px;height:180px;border-radius:999px;background:rgba(37,99,235,.08);pointer-events:none}.competence-showcase__intro span,.competence-route-panel__head span{display:inline-flex;margin-bottom:8px;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#1d4ed8}.competence-showcase__intro h2,.competence-route-panel__head h3,.competence-content-panel h3{margin:0 0 10px;color:#0f172a;line-height:1.15}.competence-showcase__intro p,.competence-route-panel__head p,.competence-value-grid p,.competence-route-steps p,.competence-note-card p{margin:0;color:#475569;line-height:1.7}.competence-showcase__icon{position:relative;z-index:1;flex:0 0 112px;width:112px;height:112px;display:grid;place-items:center;border-radius:32px;background:#fff;border:1px solid rgba(37,99,235,.18);box-shadow:inset 0 0 0 8px rgba(239,246,255,.9),0 16px 35px rgba(37,99,235,.13);font-size:3rem}.competence-value-grid,.competence-route-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.competence-value-grid article,.competence-route-steps article{border:1px solid rgba(148,163,184,.2);border-radius:24px;background:#fff;padding:20px;box-shadow:0 12px 28px rgba(15,23,42,.06)}.competence-value-grid article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;background:rgba(37,99,235,.09);margin-bottom:14px;font-size:1.45rem}.competence-value-grid strong,.competence-route-steps strong,.competence-note-card strong{display:block;margin-bottom:8px;color:#0f172a;font-size:1.04rem}.competence-route-panel__head{max-width:760px;margin-bottom:18px}.competence-route-steps b{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:16px;background:#1d4ed8;color:#fff;margin-bottom:12px;font-size:.82rem}.competence-note-card{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:18px;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff}.competence-note-card>span{width:54px;height:54px;display:grid;place-items:center;border-radius:20px;background:rgba(255,255,255,.12);font-size:1.7rem}.competence-note-card strong,.competence-note-card p{color:#fff}.competence-note-card p{opacity:.88}.competence-content-panel h3{margin-bottom:14px}@media (max-width:900px){.competence-showcase__intro{align-items:stretch;flex-direction:column}.competence-showcase__icon{width:100%;flex-basis:auto}.competence-value-grid,.competence-route-steps{grid-template-columns:1fr}}@media (max-width:640px){.competence-showcase__intro,.competence-route-panel,.competence-note-card{padding:20px;border-radius:24px}.competence-note-card{grid-template-columns:1fr}}.info-showcase{display:grid;gap:22px}.info-showcase__intro,.info-showcase__route,.info-showcase__note,.info-showcase__content{border:1px solid rgba(37,99,235,.14);border-radius:30px;background:linear-gradient(135deg,rgba(248,250,252,.98),rgba(255,255,255,.98));box-shadow:0 18px 45px rgba(15,23,42,.075)}.info-showcase__intro{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:30px}.info-showcase__intro::after{content:"";position:absolute;right:-76px;top:-76px;width:190px;height:190px;border-radius:999px;background:rgba(37,99,235,.08);pointer-events:none}.info-showcase__intro span,.info-showcase__route-head span{display:inline-flex;margin-bottom:8px;color:#1d4ed8;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.info-showcase__intro h2,.info-showcase__route-head h3,.info-showcase__content h3{margin:0 0 10px;color:#0f172a;line-height:1.15}.info-showcase__intro p,.info-showcase__cards p,.info-showcase__route-head p,.info-showcase__steps p,.info-showcase__note p{margin:0;color:#475569;line-height:1.7}.info-showcase__icon{position:relative;z-index:1;flex:0 0 112px;width:112px;height:112px;display:grid;place-items:center;border-radius:34px;background:#fff;border:1px solid rgba(37,99,235,.18);box-shadow:inset 0 0 0 8px rgba(239,246,255,.9),0 16px 35px rgba(37,99,235,.13);font-size:3rem}.info-showcase__cards,.info-showcase__steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.info-showcase__cards article,.info-showcase__steps article{border:1px solid rgba(148,163,184,.2);border-radius:24px;background:#fff;padding:20px;box-shadow:0 12px 28px rgba(15,23,42,.055)}.info-showcase__cards article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:18px;background:rgba(37,99,235,.09);margin-bottom:14px;font-size:1.45rem}.info-showcase__cards strong,.info-showcase__steps strong,.info-showcase__note strong{display:block;margin-bottom:8px;color:#0f172a;font-size:1.04rem}.info-showcase__route{padding:26px}.info-showcase__route-head{max-width:780px;margin-bottom:18px}.info-showcase__steps b{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:16px;background:#1d4ed8;color:#fff;margin-bottom:12px;font-size:.82rem}.info-showcase__note{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:18px;padding:24px;background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff}.info-showcase__note>span{width:54px;height:54px;display:grid;place-items:center;border-radius:20px;background:rgba(255,255,255,.12);font-size:1.7rem}.info-showcase__note strong,.info-showcase__note p{color:#fff}.info-showcase__note p{opacity:.88}.info-showcase__content{padding:26px}.info-showcase__content h3{margin-bottom:14px}.info-showcase-methodical .info-showcase__intro,.info-showcase-methodical .info-showcase__route,.info-showcase-methodical .info-showcase__content{border-color:rgba(22,163,74,.16);background:linear-gradient(135deg,rgba(240,253,244,.96),rgba(255,255,255,.98))}.info-showcase-methodical .info-showcase__intro span,.info-showcase-methodical .info-showcase__route-head span{color:#15803d}.info-showcase-methodical .info-showcase__cards article>span{background:rgba(22,163,74,.1)}.info-showcase-methodical .info-showcase__steps b{background:#15803d}.info-showcase-qms .info-showcase__intro,.info-showcase-qms .info-showcase__route,.info-showcase-qms .info-showcase__content{border-color:rgba(79,70,229,.16);background:linear-gradient(135deg,rgba(238,242,255,.96),rgba(255,255,255,.98))}.info-showcase-qms .info-showcase__intro span,.info-showcase-qms .info-showcase__route-head span{color:#4338ca}.info-showcase-qms .info-showcase__cards article>span{background:rgba(79,70,229,.1)}.info-showcase-qms .info-showcase__steps b{background:#4338ca}.info-showcase-admission .info-showcase__intro,.info-showcase-admission .info-showcase__route,.info-showcase-admission .info-showcase__content{border-color:rgba(234,88,12,.16);background:linear-gradient(135deg,rgba(255,247,237,.96),rgba(255,255,255,.98))}.info-showcase-admission .info-showcase__intro span,.info-showcase-admission .info-showcase__route-head span{color:#c2410c}.info-showcase-admission .info-showcase__cards article>span{background:rgba(234,88,12,.1)}.info-showcase-admission .info-showcase__steps b{background:#c2410c}.info-showcase-services .info-showcase__intro,.info-showcase-services .info-showcase__route,.info-showcase-services .info-showcase__content{border-color:rgba(14,116,144,.16);background:linear-gradient(135deg,rgba(236,254,255,.96),rgba(255,255,255,.98))}.info-showcase-services .info-showcase__intro span,.info-showcase-services .info-showcase__route-head span{color:#0e7490}.info-showcase-services .info-showcase__cards article>span{background:rgba(14,116,144,.1)}.info-showcase-services .info-showcase__steps b{background:#0e7490}@media (max-width:980px){.info-showcase__cards,.info-showcase__steps{grid-template-columns:1fr}}@media (max-width:680px){.info-showcase__intro{align-items:stretch;flex-direction:column;padding:22px;border-radius:24px}.info-showcase__icon{width:100%;flex-basis:auto;min-height:96px}.info-showcase__route,.info-showcase__note,.info-showcase__content{padding:20px;border-radius:24px}.info-showcase__note{grid-template-columns:1fr}}.admission-hours-panel{display:grid;gap:18px}.admission-hours-panel__head,.admission-address-card{display:grid;grid-template-columns:54px 1fr;gap:16px;align-items:start;padding:20px;border:1px solid rgba(234,88,12,.16);border-radius:22px;background:linear-gradient(135deg,rgba(255,247,237,.96),rgba(255,255,255,.98))}.admission-hours-panel__head>span,.admission-address-card>span{display:grid;place-items:center;width:54px;height:54px;border-radius:18px;background:rgba(234,88,12,.1);color:#c2410c;font-size:1.45rem}.admission-hours-panel__head strong,.admission-address-card strong{display:block;color:#172033;font-size:1.08rem;margin-bottom:6px}.admission-hours-panel__head p,.admission-address-card p{margin:0;color:#586174;line-height:1.65}.admission-hours-table-wrap{overflow-x:auto;border:1px solid rgba(234,88,12,.14);border-radius:22px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.06)}.admission-hours-table{width:100%;min-width:620px;border-collapse:collapse;margin:0}.admission-hours-table th,.admission-hours-table td{padding:15px 18px;text-align:left;border-bottom:1px solid rgba(226,232,240,.9)}.admission-hours-table th{color:#9a3412;background:rgba(255,247,237,.9);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase}.admission-hours-table td{color:#243044;font-weight:700}.admission-hours-table td:first-child{color:#172033}.admission-hours-table tr:last-child td{border-bottom:0}.admission-hours-table tr.is-weekend td{color:#64748b;background:rgba(248,250,252,.82)}@media (max-width:640px){.admission-hours-panel__head,.admission-address-card{grid-template-columns:1fr}}.site-nav-frame.site-nav-frame-v17{max-width:100% !important;overflow:visible !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{align-items:stretch !important;height:auto !important;min-height:54px !important;max-width:100% !important;overflow:visible !important}.site-nav-panel.site-nav-panel-v17,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root{min-width:0 !important;width:100% !important;max-width:100% !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root{display:flex !important;flex-wrap:wrap !important;align-content:center !important;align-items:center !important;gap:4px !important;padding:5px 0 !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item{flex:0 1 auto !important;min-width:0 !important;max-width:100% !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry{min-height:40px !important;max-width:100% !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry .site-nav-label{min-width:0 !important;max-width:168px !important;height:auto !important;min-height:38px !important;padding:6px 9px !important;justify-content:center !important;text-align:center !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry .site-nav-link>span,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry .site-nav-label>span{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;max-width:100% !important;overflow:hidden !important;overflow-wrap:anywhere !important;word-break:break-word !important;white-space:normal !important;line-height:1.12 !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-link>span,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-label>span{display:block !important;-webkit-line-clamp:unset !important;overflow:visible !important;text-align:left !important}@media (min-width:1025px) and (max-width:1360px){.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root{gap:3px !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root>.site-nav-item>.site-nav-entry .site-nav-label{max-width:142px !important;padding-inline:7px !important;font-size:11.8px !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-caret{width:22px !important;height:22px !important;margin-left:-5px !important}}body.site-body.route-documents .section-documents-catalog[data-reveal],body.site-body.route-documents .documents-filter-panel[data-reveal],body.site-body.route-documents .card-grid-documents[data-reveal],body.site-body.route-documents [data-document-card][data-reveal],body.site-body.route-documents .section-documents-catalog,body.site-body.route-documents .documents-filter-panel,body.site-body.route-documents .card-grid-documents,body.site-body.route-documents [data-document-card]{opacity:1 !important;transform:none !important;visibility:visible !important}body.site-body.route-documents [data-document-card][hidden]{display:grid !important}body.site-body.route-documents .public-content-with-side{align-items:start;gap:clamp(30px,4vw,54px) !important}body.site-body.route-documents .public-content-main{display:grid;gap:clamp(22px,3vw,34px) !important}body.site-body.route-documents .section-documents-catalog{padding-top:clamp(46px,6vw,76px);padding-bottom:clamp(58px,7vw,92px)}body.site-body.route-documents .documents-filter-panel{margin:0;padding:clamp(22px,2.6vw,32px);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,251,255,.94));box-shadow:0 22px 52px -42px rgba(15,46,90,.38)}body.site-body.route-documents .documents-filter-grid{gap:16px}body.site-body.route-documents .documents-filter-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding-top:4px}body.site-body.route-documents .documents-category-chips,body.site-body.route-documents .filters-row.documents-category-chips{margin:0;gap:10px;padding:16px;border-radius:24px;background:rgba(255,255,255,.72);border:1px solid rgba(151,166,193,.24)}body.site-body.route-documents .documents-active-filters{margin:0;padding:14px 16px;border-radius:20px;background:rgba(239,247,255,.78);border:1px solid rgba(128,166,207,.28)}body.site-body.route-documents .card-grid-documents{gap:clamp(22px,2.8vw,34px) !important;align-items:stretch}body.site-body.route-documents .card-media-document{position:relative;min-width:0;min-height:100%;border-radius:28px;border-color:rgba(128,166,207,.32);background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);box-shadow:0 22px 52px -44px rgba(15,46,90,.42)}body.site-body.route-documents .card-media-document:hover{border-color:rgba(36,95,160,.38);box-shadow:0 26px 56px -42px rgba(15,46,90,.52)}body.site-body.route-documents .card-media-document .card-media-top{gap:10px;min-width:0;padding:18px 20px 12px}body.site-body.route-documents .card-media-document .card-media-badge{min-width:0;max-width:100%;overflow-wrap:anywhere;white-space:normal;line-height:1.25}body.site-body.route-documents .card-media-document .card-media-date{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-width:46px;min-height:28px;padding:5px 9px;border-radius:999px;background:rgba(15,66,143,.09);color:var(--c-primary,#0f428f);font-size:11px;font-weight:900}body.site-body.route-documents .card-media-document .card-media-visual{height:92px;margin:0 20px;border-radius:22px;align-items:center;justify-content:center;padding:18px}body.site-body.route-documents .card-media-document .card-media-visual span{font-size:clamp(22px,3vw,32px)}body.site-body.route-documents .card-media-document .card-media-content{gap:14px;padding:20px;min-width:0}body.site-body.route-documents .card-media-document .card-media-content h3,body.site-body.route-documents .card-media-document .card-media-content h3 a{max-width:100%;color:#14233a;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.38;overflow-wrap:anywhere;word-break:break-word;hyphens:auto}body.site-body.route-documents .card-media-document .card-media-content p{color:#5c6f86;line-height:1.6}body.site-body.route-documents .document-card-meta-list{display:flex;flex-wrap:wrap;gap:7px}body.site-body.route-documents .document-card-meta-list span,body.site-body.route-documents .document-card-file-name{max-width:100%;overflow-wrap:anywhere;word-break:break-word}body.site-body.route-documents .document-card-file-name{width:fit-content;padding:7px 10px;border-radius:999px;background:rgba(15,66,143,.07);color:#446079;font-size:12px;font-weight:800}body.site-body.route-documents .card-media-document .card-media-linkrow{gap:10px;padding-top:16px}body.site-body.route-documents .card-media-document .card-media-linkrow .btn{flex:1 1 130px;justify-content:center}@media (max-width:760px){body.site-body.route-documents .documents-filter-actions .btn,body.site-body.route-documents .card-media-document .card-media-linkrow .btn{width:100%}body.site-body.route-documents .card-media-document .card-media-top{align-items:flex-start;flex-direction:column}body.site-body.route-documents .card-media-document .card-media-visual{margin-inline:16px}}.about-page-hero .page-hero-main p{max-width:840px}.about-hero-sidecard{border-color:rgba(36,95,160,.16);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(239,247,253,.9))}.about-college-section .container,.about-directions-section .container{position:relative}.about-section-heading p{max-width:760px}.about-college-story{display:grid;grid-template-columns:minmax(210px,.34fr) minmax(0,1fr);gap:clamp(18px,2.4vw,32px);padding:clamp(22px,3vw,36px);border:1px solid rgba(128,166,207,.44);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(239,247,253,.88) 100%);box-shadow:0 24px 64px -52px rgba(16,49,93,.36),inset 0 1px 0 rgba(255,255,255,.72)}.about-college-story__lead{position:sticky;top:20px;align-self:start;display:grid;gap:12px}.about-college-story__lead span{display:grid;place-items:center;width:62px;height:62px;border-radius:20px;color:#fff;font-family:'Manrope',sans-serif;font-weight:900;background:linear-gradient(135deg,#123f72 0%,#2f69c8 68%,#f59d36 100%);box-shadow:0 20px 34px -28px rgba(18,63,114,.58)}.about-college-story__lead strong{color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(1.25rem,1.7vw,1.7rem);line-height:1.12;letter-spacing:-.03em}.about-college-story__content{display:grid;gap:14px;min-width:0}.about-college-story__content p{margin:0;color:#405a74;font-size:1rem;line-height:1.78}.about-college-story__content .about-lead{color:#14263a;font-size:clamp(1.05rem,1.35vw,1.18rem);font-weight:750;line-height:1.72}.about-highlights-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.about-highlights-grid article{display:grid;align-content:start;gap:9px;min-width:0;padding:20px;border:1px solid rgba(128,166,207,.40);border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 18px 48px -42px rgba(16,49,93,.36)}.about-highlights-grid span{display:inline-flex;width:fit-content;max-width:100%;padding:7px 10px;border-radius:999px;background:rgba(245,157,54,.14);color:#8a4b0b;font-size:12px;font-weight:900;line-height:1.1}.about-highlights-grid h3,.about-directions-grid h3{margin:0;color:#102f57;line-height:1.22}.about-highlights-grid p,.about-directions-grid p{margin:0;color:#526f8d;line-height:1.58}.about-directions-grid article{min-width:0;border-color:rgba(128,166,207,.44);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(239,247,253,.88))}.about-directions-grid .card-meta{color:#245f9f}@media (max-width:980px){.about-college-story{grid-template-columns:1fr}.about-college-story__lead{position:static}.about-highlights-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.about-college-story{padding:20px;border-radius:24px}.about-highlights-grid{grid-template-columns:1fr}}body.site-body.route-anti-corruption [data-reveal],body.site-body.route-anti-corruption .anti-corruption-showcase,body.site-body.route-anti-corruption .anti-corruption-overview-grid,body.site-body.route-anti-corruption .anti-corruption-card,.anti-corruption-showcase,.anti-corruption-showcase *{opacity:1 !important;transform:none !important;visibility:visible !important}.anti-corruption-showcase{display:grid;gap:clamp(18px,2.5vw,28px)}.anti-corruption-showcase__intro,.anti-corruption-showcase__note{position:relative;overflow:hidden;border:1px solid rgba(151,183,219,.76);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(239,247,253,.88) 100%);box-shadow:0 20px 48px -42px rgba(16,49,93,.34),inset 0 1px 0 rgba(255,255,255,.74)}.anti-corruption-showcase__intro{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:clamp(20px,2.8vw,34px)}.anti-corruption-showcase__intro span{display:inline-flex;width:fit-content;padding:7px 12px;border-radius:999px;border:1px solid rgba(36,95,160,.16);background:rgba(36,95,160,.10);color:#184a7f;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.anti-corruption-showcase__intro h2{margin:10px 0 8px;color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(1.55rem,2.5vw,2.35rem);line-height:1.08;letter-spacing:-.035em}.anti-corruption-showcase__intro p,.anti-corruption-showcase__note p{max-width:840px;margin:0;color:#526f8d;line-height:1.65}.anti-corruption-showcase__mark{flex:0 0 auto;display:grid;place-items:center;width:clamp(88px,12vw,124px);height:clamp(88px,12vw,124px);border-radius:30px;background:radial-gradient(circle at 30% 18%,rgba(245,157,54,.36) 0%,rgba(245,157,54,0) 38%),linear-gradient(135deg,#123f72 0%,#2f69c8 100%);color:#fff;font-size:clamp(2rem,4vw,3rem);box-shadow:0 24px 42px -30px rgba(18,63,114,.52)}.anti-corruption-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.anti-corruption-card{display:grid;grid-template-rows:auto auto 1fr;gap:8px;min-width:0;min-height:100%;padding:18px;border:1px solid rgba(128,166,207,.42);border-radius:22px;background:rgba(255,255,255,.86);color:inherit;text-decoration:none;box-shadow:0 18px 38px -34px rgba(16,49,93,.42);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.anti-corruption-card:hover,.anti-corruption-card:focus-visible{border-color:rgba(47,105,200,.34);box-shadow:0 22px 44px -32px rgba(16,49,93,.48);outline:none;transform:translateY(-2px)}.anti-corruption-card>span{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:rgba(36,95,160,.10);font-size:1.35rem}.anti-corruption-card strong{color:#102f57;font-family:'Manrope',sans-serif;font-size:1rem;line-height:1.25;overflow-wrap:anywhere}.anti-corruption-card small{color:#526f8d;font-size:.9rem;font-weight:700;line-height:1.55;overflow-wrap:anywhere}.anti-corruption-showcase__note{display:flex;gap:14px;align-items:flex-start;padding:18px 20px}.anti-corruption-showcase__note>span{display:grid;place-items:center;flex:0 0 auto;width:42px;height:42px;border-radius:16px;background:rgba(36,95,160,.10)}@media (max-width:760px){.anti-corruption-showcase__intro{align-items:stretch;flex-direction:column}.anti-corruption-showcase__mark{width:100%;height:86px}}body.site-body.route-anti-corruption .anti-corruption-law-layout,body.site-body.route-anti-corruption .anti-corruption-law-layout *{opacity:1 !important;transform:none !important;visibility:visible !important}.anti-corruption-law-layout{display:grid;gap:clamp(18px,2.4vw,28px)}.anti-corruption-law-hero,.anti-corruption-facts article,.anti-corruption-definition-section,.anti-corruption-action-section,.anti-corruption-chapters,.anti-corruption-full-text{border:1px solid rgba(151,183,219,.76);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.94) 0%,rgba(239,247,253,.88) 100%);box-shadow:0 20px 48px -42px rgba(16,49,93,.34),inset 0 1px 0 rgba(255,255,255,.74)}.anti-corruption-law-hero{display:flex;justify-content:space-between;align-items:center;gap:20px;overflow:hidden;padding:clamp(20px,2.8vw,34px)}.anti-corruption-law-hero span,.anti-corruption-section-title span,.anti-corruption-facts span{display:inline-flex;width:fit-content;padding:7px 12px;border-radius:999px;border:1px solid rgba(36,95,160,.16);background:rgba(36,95,160,.10);color:#184a7f;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.anti-corruption-law-hero h2,.anti-corruption-section-title h3{margin:10px 0 8px;color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(1.45rem,2.35vw,2.25rem);line-height:1.08;letter-spacing:-.035em}.anti-corruption-law-hero p,.anti-corruption-definition-grid p,.anti-corruption-action-grid p,.anti-corruption-full-text p{margin:0;color:#526f8d;line-height:1.68}.anti-corruption-law-mark{flex:0 0 auto;display:grid;place-items:center;width:clamp(88px,12vw,124px);height:clamp(88px,12vw,124px);border-radius:30px;background:radial-gradient(circle at 30% 18%,rgba(245,157,54,.36) 0%,rgba(245,157,54,0) 38%),linear-gradient(135deg,#123f72 0%,#2f69c8 100%);color:#fff;font-size:clamp(2rem,4vw,3rem);box-shadow:0 24px 42px -30px rgba(18,63,114,.52)}.anti-corruption-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.anti-corruption-facts article{display:grid;gap:9px;min-width:0;padding:16px}.anti-corruption-facts strong{color:#102f57;font-size:.98rem;line-height:1.45;overflow-wrap:anywhere}.anti-corruption-definition-section,.anti-corruption-action-section,.anti-corruption-chapters,.anti-corruption-full-text{padding:clamp(18px,2.4vw,28px)}.anti-corruption-section-title{margin-bottom:16px}.anti-corruption-definition-grid,.anti-corruption-action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.anti-corruption-definition-grid article,.anti-corruption-action-grid article{display:grid;gap:9px;min-width:0;padding:16px;border:1px solid rgba(128,166,207,.42);border-radius:20px;background:rgba(255,255,255,.78)}.anti-corruption-action-grid article>span{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:rgba(36,95,160,.10);font-size:1.35rem}.anti-corruption-definition-grid strong,.anti-corruption-action-grid strong{color:#102f57;font-family:'Manrope',sans-serif;line-height:1.25}.anti-corruption-chapters ol{display:grid;gap:10px;margin:0;padding:0;list-style:none;counter-reset:anti-chapter}.anti-corruption-chapters li{counter-increment:anti-chapter;display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start;padding:12px 14px;border-radius:18px;background:rgba(255,255,255,.76);color:#334e68;font-weight:800;line-height:1.45}.anti-corruption-chapters li::before{content:counter(anti-chapter,decimal-leading-zero);color:#245f9f;font-size:.8rem;font-weight:950}.anti-corruption-full-text summary{cursor:pointer;color:#102f57;font-family:'Manrope',sans-serif;font-weight:900}.anti-corruption-full-text>div{display:grid;gap:12px;max-height:680px;margin-top:18px;overflow:auto;padding-right:8px}.anti-corruption-full-text h3,.anti-corruption-full-text h4{margin:8px 0 0;color:#102f57;font-family:'Manrope',sans-serif;line-height:1.25}.anti-corruption-full-text p{padding:13px 14px;border-radius:16px;background:rgba(255,255,255,.72)}@media (max-width:860px){.anti-corruption-facts{grid-template-columns:1fr}}@media (max-width:760px){.anti-corruption-law-hero{align-items:stretch;flex-direction:column}.anti-corruption-law-mark{width:100%;height:86px}}.anti-corruption-facts{align-items:stretch}.anti-corruption-facts .anti-corruption-fact,.anti-corruption-facts article{min-width:0;align-content:start;padding:18px}.anti-corruption-facts .anti-corruption-fact--wide{grid-column:span 2}.anti-corruption-facts span{display:inline-flex;width:max-content;max-width:100%;padding:5px 9px;border:0;border-radius:999px;background:rgba(36,95,160,.09);color:#245f9f;font-size:10px;line-height:1;white-space:nowrap}.anti-corruption-facts strong{display:block;min-width:0;color:#102f57;font-size:clamp(.9rem,1.1vw,1rem);line-height:1.5;overflow-wrap:anywhere;word-break:break-word}.anti-corruption-definition-grid article,.anti-corruption-action-grid article{grid-template-rows:auto auto 1fr auto;align-content:start;min-height:100%}.anti-corruption-definition-grid p,.anti-corruption-action-grid p{overflow:visible;display:block;max-height:none;-webkit-line-clamp:unset;line-clamp:unset}.anti-corruption-read-more{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;margin-top:8px;padding:9px 13px;border-radius:999px;border:1px solid rgba(36,95,160,.2);background:rgba(36,95,160,.08);color:#184a7f;font-size:12px;font-weight:900;line-height:1;text-decoration:none;transition:background .18s ease,transform .18s ease,border-color .18s ease}.anti-corruption-read-more:hover,.anti-corruption-read-more:focus-visible{border-color:rgba(36,95,160,.36);background:rgba(36,95,160,.14);outline:none;transform:translateY(-1px)}.anti-corruption-full-text{scroll-margin-top:110px}.anti-corruption-full-text summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:2px 0}.anti-corruption-full-text summary::after{content:'Открыть';display:inline-flex;padding:8px 12px;border-radius:999px;background:rgba(36,95,160,.08);color:#184a7f;font-size:11px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.anti-corruption-full-text[open] summary::after{content:'Скрыть'}@media (max-width:860px){.anti-corruption-facts .anti-corruption-fact--wide{grid-column:auto}}@media (max-width:900px){html,body{width:100%;max-width:100%;overflow-x:hidden !important}body.mobile-nav-open{overflow:auto !important;position:static !important}.site-header-shell,.site-header-nav,.site-header-nav.site-header-nav-v16{position:sticky !important;top:0 !important;width:100% !important;max-width:100% !important;z-index:1800 !important;overflow:visible !important}.site-header-nav.site-header-nav-v16{padding:8px 0 !important;background:linear-gradient(180deg,rgba(239,246,253,.98) 0%,rgba(228,239,249,.96) 100%) !important;backdrop-filter:blur(10px) !important}.site-header-nav .container{width:100% !important;max-width:100% !important;padding:0 10px !important;overflow:visible !important}.site-nav-frame.site-nav-frame-v17,.site-header-nav.site-header-nav-v16 .site-nav-frame.site-nav-frame-v17{display:grid !important;grid-template-columns:58px minmax(0,1fr) !important;align-items:center !important;gap:10px !important;width:100% !important;max-width:100% !important;min-width:0 !important;padding:10px !important;border-radius:22px !important;border:1px solid rgba(128,166,207,.50) !important;background:rgba(255,255,255,.92) !important;box-shadow:0 18px 34px -30px rgba(13,48,88,.35) !important;overflow:visible !important}.site-nav-logo-only{display:grid !important;place-items:center !important;width:58px !important;height:58px !important;min-width:58px !important;min-height:58px !important;max-width:58px !important;max-height:58px !important;padding:7px !important;border-radius:18px !important;border:1px solid rgba(128,166,207,.54) !important;background:#fff !important;overflow:hidden !important;aspect-ratio:1 / 1 !important}.site-nav-logo-only img{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;aspect-ratio:1 / 1 !important;transform:none !important}.site-header-nav-row.site-header-nav-row-v16,.site-header-nav-row.site-header-nav-row-v17{display:grid !important;grid-template-columns:minmax(0,1fr) 54px !important;align-items:center !important;gap:8px !important;min-width:0 !important;width:100% !important;max-width:100% !important;overflow:visible !important}.site-header-nav-row.site-header-nav-row-v16::before,.site-header-nav-row.site-header-nav-row-v17::before{content:'Меню сайта';display:flex !important;align-items:center !important;min-width:0 !important;height:54px !important;padding:0 14px !important;border:1px solid rgba(128,166,207,.44) !important;border-radius:18px !important;background:linear-gradient(180deg,rgba(255,255,255,.96) 0%,rgba(247,251,255,.94) 100%) !important;color:#123f72 !important;font-size:13px !important;font-weight:900 !important;letter-spacing:.03em !important;text-transform:uppercase !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.site-nav-toggle{display:grid !important;place-items:center !important;position:relative !important;width:54px !important;height:54px !important;min-width:54px !important;border-radius:18px !important;border:1px solid rgba(128,166,207,.50) !important;background:#fff !important;box-shadow:0 12px 24px -22px rgba(16,49,93,.34) !important;z-index:2 !important}.site-nav-toggle span,.site-nav-toggle span::before,.site-nav-toggle span::after{background:#0f315d !important}.site-nav-toggle.is-open{border-color:rgba(245,157,54,.72) !important;background:rgba(255,248,240,.98) !important}.site-nav-toggle.is-open span{background:transparent !important}.site-nav,.site-header-nav-row.site-header-nav-row-v16 .site-nav,.site-header-nav-row.site-header-nav-row-v17 .site-nav{grid-column:1 / -1 !important;display:none !important;position:static !important;inset:auto !important;width:100% !important;max-width:100% !important;height:auto !important;max-height:none !important;min-width:0 !important;margin:0 !important;padding:0 !important;transform:none !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;background:transparent !important;box-shadow:none !important;overflow:visible !important}.site-nav.is-open,.site-header-nav-row.site-header-nav-row-v16 .site-nav.is-open,.site-header-nav-row.site-header-nav-row-v17 .site-nav.is-open{display:block !important}.site-nav-overlay,.site-nav-overlay.is-open{display:none !important;opacity:0 !important;pointer-events:none !important}.site-nav-panel,.site-nav-panel-v17{width:100% !important;max-width:100% !important;max-height:calc(100dvh - 120px) !important;margin-top:10px !important;padding:8px !important;border:1px solid rgba(128,166,207,.38) !important;border-radius:18px !important;background:rgba(255,255,255,.96) !important;overflow-x:hidden !important;overflow-y:auto !important;overscroll-behavior:contain !important}.site-nav-mobile-head{display:none !important}.site-nav-root,.site-header-nav-row.site-header-nav-row-v16 .site-nav-root,.site-header-nav-row.site-header-nav-row-v17 .site-nav-root{display:grid !important;grid-template-columns:1fr !important;gap:7px !important;width:100% !important;max-width:100% !important;padding:0 !important;margin:0 !important}.site-nav-root>.site-nav-item,.site-nav-item,.site-nav-entry{display:grid !important;width:100% !important;max-width:100% !important;min-width:0 !important}.site-nav-entry{grid-template-columns:minmax(0,1fr) auto !important;align-items:stretch !important;gap:6px !important;padding:0 !important}.site-nav-link,.site-nav-label,.site-header-nav-row.site-header-nav-row-v16 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16 .site-nav-label{display:flex !important;align-items:center !important;min-width:0 !important;width:100% !important;min-height:46px !important;height:auto !important;padding:11px 12px !important;border-radius:14px !important;border:1px solid rgba(128,166,207,.32) !important;background:rgba(247,251,255,.92) !important;color:#123f72 !important;font-size:13px !important;line-height:1.25 !important;white-space:normal !important;overflow-wrap:anywhere !important}.site-nav-link span,.site-nav-label span{min-width:0 !important;overflow-wrap:anywhere !important}.site-nav-caret{display:grid !important;place-items:center !important;width:46px !important;min-width:46px !important;height:46px !important;border-radius:14px !important;border:1px solid rgba(128,166,207,.32) !important;background:#fff !important}.site-nav-sub,.site-header-nav-row.site-header-nav-row-v16 .site-nav-sub,.site-header-nav-row.site-header-nav-row-v17 .site-nav-sub{display:none !important;position:static !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin:7px 0 0 !important;padding:7px 0 0 10px !important;border:0 !important;border-left:2px solid rgba(245,157,54,.34) !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important}.site-nav-item[data-open="true"]>.site-nav-sub,.site-nav-item.has-children[data-open="true"]>.site-nav-sub{display:grid !important;gap:7px !important}}@media (max-width:700px){.hero-premium-shell,.hero-premium-shell-v4,.hero-campus-frame,.hero-campus-stage,.hero-campus-routeboard,.hero-campus-route,.hero-campus-content,.hero-campus-actions,.hero-campus-action-group{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important}.hero-premium-shell,.hero-premium-shell-v4{padding:0 !important;margin:0 auto !important;overflow:hidden !important}.hero-campus-frame{padding:12px !important;border-radius:26px !important;overflow:hidden !important;background:linear-gradient(180deg,rgba(235,244,252,.96) 0%,rgba(244,249,253,.98) 100%) !important}.hero-campus-stage{display:grid !important;grid-template-columns:1fr !important;gap:18px !important;padding:18px !important;border-radius:24px !important;overflow:hidden !important}.hero-campus-emblem-col{display:grid !important;justify-items:center !important;gap:12px !important;width:100% !important;max-width:100% !important}.hero-campus-emblem,.hero-campus-emblem::before,.hero-campus-emblem::after{width:132px !important;height:132px !important;min-width:132px !important;min-height:132px !important;max-width:132px !important;max-height:132px !important;margin:0 auto !important;border-radius:999px !important;transform:none !important}.hero-campus-emblem__core{width:108px !important;height:108px !important;min-width:108px !important;min-height:108px !important;padding:10px !important;border-radius:999px !important;aspect-ratio:1 / 1 !important}.hero-campus-emblem__core img{width:100% !important;height:100% !important;object-fit:contain !important;aspect-ratio:1 / 1 !important}.hero-campus-sign{width:100% !important;max-width:100% !important;padding:12px 14px !important;border-radius:18px !important;text-align:center !important}.hero-campus-sign span,.hero-campus-sign strong{display:block !important;max-width:100% !important;overflow-wrap:anywhere !important}.hero-campus-content{display:grid !important;gap:14px !important;text-align:left !important}.hero-campus-content h1{margin:0 !important;font-size:clamp(1.85rem,9vw,2.35rem) !important;line-height:1.04 !important;letter-spacing:-.055em !important;overflow-wrap:anywhere !important;word-break:normal !important}.hero-campus-content p{margin:0 !important;font-size:1rem !important;line-height:1.58 !important;overflow-wrap:anywhere !important}.hero-campus-actions,.hero-campus-action-group{display:grid !important;grid-template-columns:1fr !important;gap:10px !important}.hero-campus-action,.hero-campus-action--primary,.hero-campus-action--secondary,.hero-campus-action--ghost{display:grid !important;width:100% !important;min-height:56px !important;padding:14px 16px !important;border-radius:18px !important;text-align:left !important}.hero-campus-action--primary strong{font-size:1.08rem !important}.hero-campus-routeboard{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;margin-top:12px !important;padding:10px !important;border-radius:22px !important}.hero-campus-route{display:grid !important;gap:7px !important;min-height:0 !important;padding:14px !important;border-radius:18px !important}.hero-campus-route__label,.hero-campus-route strong,.hero-campus-route span:last-child{max-width:100% !important;overflow-wrap:anywhere !important}}@media (max-width:420px){.site-header-nav .container{padding:0 8px !important}.site-nav-frame.site-nav-frame-v17,.site-header-nav.site-header-nav-v16 .site-nav-frame.site-nav-frame-v17{grid-template-columns:52px minmax(0,1fr) !important;gap:8px !important;padding:8px !important;border-radius:20px !important}.site-nav-logo-only{width:52px !important;height:52px !important;min-width:52px !important;min-height:52px !important;max-width:52px !important;max-height:52px !important}.site-header-nav-row.site-header-nav-row-v16,.site-header-nav-row.site-header-nav-row-v17{grid-template-columns:minmax(0,1fr) 50px !important}.site-header-nav-row.site-header-nav-row-v16::before,.site-header-nav-row.site-header-nav-row-v17::before,.site-nav-toggle{height:50px !important;min-height:50px !important;border-radius:16px !important}.site-nav-toggle{width:50px !important;min-width:50px !important}.hero-campus-stage{padding:16px !important}.hero-campus-emblem,.hero-campus-emblem::before,.hero-campus-emblem::after{width:116px !important;height:116px !important;min-width:116px !important;min-height:116px !important}.hero-campus-emblem__core{width:94px !important;height:94px !important;min-width:94px !important;min-height:94px !important}.hero-campus-content h1{font-size:clamp(1.65rem,8.6vw,2.05rem) !important}}@media (max-width:900px){.site-header-nav.site-header-nav-v16,.site-header-nav .container,.site-nav-frame.site-nav-frame-v17,.site-header-nav-row.site-header-nav-row-v16,.site-header-nav-row.site-header-nav-row-v17,.site-nav,.site-nav-panel,.site-nav-root,.site-nav-item,.site-nav-entry{box-sizing:border-box !important;max-width:100% !important;min-width:0 !important}.site-nav-frame.site-nav-frame-v17{overflow:visible !important}.site-header-nav-row.site-header-nav-row-v16,.site-header-nav-row.site-header-nav-row-v17{grid-template-columns:minmax(0,1fr) 52px !important;grid-auto-rows:auto !important}.site-nav,.site-header-nav-row .site-nav{display:none !important;grid-column:1 / -1 !important;width:100% !important;max-width:100% !important;margin-top:8px !important}.site-nav.is-open,body.mobile-nav-open .site-nav,.site-header-nav-row .site-nav.is-open,.site-nav-frame.is-mobile-open .site-nav{display:block !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important}.site-nav-panel,.site-nav-panel-v17{width:100% !important;max-width:100% !important;max-height:min(72dvh,620px) !important;overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch !important}.site-nav-toggle{touch-action:manipulation !important;cursor:pointer !important}}@media (max-width:700px){body.site-body.is-home .hero-premium-shell,body.site-body.is-home .hero-premium-shell-v4,body.site-body.is-home .hero-campus-frame,body.site-body.is-home .hero-campus-stage,body.site-body.is-home .hero-campus-emblem-col,body.site-body.is-home .hero-campus-content,body.site-body.is-home .hero-campus-actions,body.site-body.is-home .hero-campus-action-group{width:100% !important;max-width:100% !important;min-width:0 !important;box-sizing:border-box !important}body.site-body.is-home .hero-premium-shell,body.site-body.is-home .hero-premium-shell-v4{padding:0 !important;overflow:hidden !important}body.site-body.is-home .hero-campus-frame{padding:10px !important;border-radius:24px !important;overflow:hidden !important}body.site-body.is-home .hero-campus-stage{display:grid !important;grid-template-columns:1fr !important;align-items:start !important;gap:14px !important;min-height:auto !important;padding:14px !important;border-radius:22px !important;overflow:hidden !important;background:linear-gradient(180deg,rgba(250,253,255,.96) 0%,rgba(235,244,252,.94) 100%) !important}body.site-body.is-home .hero-campus-stage::before,body.site-body.is-home .hero-campus-stage::after{opacity:.16 !important;transform:none !important}body.site-body.is-home .hero-campus-emblem-col{display:grid !important;grid-template-columns:82px minmax(0,1fr) !important;align-items:center !important;justify-items:stretch !important;gap:12px !important;margin:0 !important}body.site-body.is-home .hero-campus-emblem,body.site-body.is-home .hero-campus-emblem::before,body.site-body.is-home .hero-campus-emblem::after{width:82px !important;height:82px !important;min-width:82px !important;min-height:82px !important;max-width:82px !important;max-height:82px !important;margin:0 !important;padding:0 !important;border-radius:50% !important;transform:none !important;aspect-ratio:1 / 1 !important}body.site-body.is-home .hero-campus-emblem__halo,body.site-body.is-home .hero-campus-emblem__ring,body.site-body.is-home .hero-campus-emblem__ring-a,body.site-body.is-home .hero-campus-emblem__ring-b{display:none !important}body.site-body.is-home .hero-campus-emblem__core{position:relative !important;inset:auto !important;display:grid !important;place-items:center !important;width:82px !important;height:82px !important;min-width:82px !important;min-height:82px !important;max-width:82px !important;max-height:82px !important;padding:8px !important;border-radius:50% !important;aspect-ratio:1 / 1 !important;transform:none !important;box-sizing:border-box !important}body.site-body.is-home .hero-campus-emblem__core img{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;aspect-ratio:1 / 1 !important;transform:none !important}body.site-body.is-home .hero-campus-sign{width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 !important;padding:10px 12px !important;border-radius:16px !important;text-align:left !important;box-sizing:border-box !important}body.site-body.is-home .hero-campus-sign span{font-size:.72rem !important;line-height:1.2 !important}body.site-body.is-home .hero-campus-sign strong{font-size:1.1rem !important;line-height:1.1 !important;letter-spacing:.08em !important}body.site-body.is-home .hero-campus-content{display:grid !important;gap:12px !important;text-align:left !important}body.site-body.is-home .hero-campus-content h1{margin:0 !important;font-size:clamp(1.58rem,7.2vw,2rem) !important;line-height:1.08 !important;letter-spacing:-.045em !important;overflow-wrap:normal !important;word-break:normal !important;hyphens:auto !important}body.site-body.is-home .hero-campus-content p{margin:0 !important;font-size:.95rem !important;line-height:1.55 !important;overflow-wrap:anywhere !important}body.site-body.is-home .hero-campus-actions,body.site-body.is-home .hero-campus-action-group{display:grid !important;grid-template-columns:1fr !important;gap:9px !important}body.site-body.is-home .hero-campus-action,body.site-body.is-home .hero-campus-action--primary,body.site-body.is-home .hero-campus-action--secondary,body.site-body.is-home .hero-campus-action--ghost{min-height:52px !important;padding:12px 14px !important;border-radius:16px !important;text-align:left !important}}@media (max-width:380px){body.site-body.is-home .hero-campus-frame{padding:8px !important}body.site-body.is-home .hero-campus-stage{padding:12px !important;gap:12px !important}body.site-body.is-home .hero-campus-emblem-col{grid-template-columns:70px minmax(0,1fr) !important;gap:10px !important}body.site-body.is-home .hero-campus-emblem,body.site-body.is-home .hero-campus-emblem::before,body.site-body.is-home .hero-campus-emblem::after,body.site-body.is-home .hero-campus-emblem__core{width:70px !important;height:70px !important;min-width:70px !important;min-height:70px !important;max-width:70px !important;max-height:70px !important}body.site-body.is-home .hero-campus-emblem__core{padding:7px !important}body.site-body.is-home .hero-campus-content h1{font-size:clamp(1.42rem,7vw,1.78rem) !important}body.site-body.is-home .hero-campus-content p{font-size:.9rem !important}}@media (max-width:900px){.site-nav-overlay,.site-nav-overlay.is-open{display:none !important;opacity:0 !important;pointer-events:none !important}html.mobile-nav-open,body.mobile-nav-open{overflow-x:hidden !important;overflow-y:auto !important;position:static !important}.site-header-nav.site-header-nav-v16{position:sticky !important;top:0 !important;z-index:2200 !important;padding:8px 0 !important;background:linear-gradient(180deg,rgba(238,246,253,.98),rgba(226,239,249,.97)) !important;overflow:visible !important}.site-header-nav .container{width:100% !important;max-width:100% !important;padding-inline:10px !important;overflow:visible !important}.site-nav-frame.site-nav-frame-v17{display:grid !important;grid-template-columns:58px minmax(0,1fr) !important;gap:10px !important;align-items:start !important;width:100% !important;max-width:100% !important;min-width:0 !important;padding:10px !important;border-radius:22px !important;background:rgba(255,255,255,.96) !important;border:1px solid rgba(128,166,207,.52) !important;box-shadow:0 16px 34px -30px rgba(15,51,91,.42) !important;overflow:visible !important}.site-nav-logo-only{grid-row:1 !important;display:grid !important;place-items:center !important;width:58px !important;height:58px !important;min-width:58px !important;min-height:58px !important;max-width:58px !important;max-height:58px !important;padding:7px !important;border-radius:18px !important;background:#fff !important;border:1px solid rgba(128,166,207,.52) !important;overflow:hidden !important;aspect-ratio:1 / 1 !important}.site-nav-logo-only img{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;object-fit:contain !important;aspect-ratio:1 / 1 !important;transform:none !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{grid-row:1 / span 2 !important;display:grid !important;grid-template-columns:minmax(0,1fr) 54px !important;align-items:start !important;gap:8px !important;width:100% !important;max-width:100% !important;min-width:0 !important;overflow:visible !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17::before{content:'Меню сайта';display:flex !important;align-items:center !important;height:54px !important;min-width:0 !important;padding:0 14px !important;border-radius:18px !important;border:1px solid rgba(128,166,207,.44) !important;background:linear-gradient(180deg,#fff,#f7fbff) !important;color:#123f72 !important;font-size:13px !important;font-weight:900 !important;letter-spacing:.03em !important;text-transform:uppercase !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}.site-nav-toggle{display:grid !important;place-items:center !important;width:54px !important;height:54px !important;min-width:54px !important;min-height:54px !important;border-radius:18px !important;border:1px solid rgba(128,166,207,.50) !important;background:#fff !important;box-shadow:0 14px 26px -22px rgba(16,49,93,.36) !important;touch-action:manipulation !important;z-index:3 !important}.site-nav-toggle.is-open{border-color:rgba(245,157,54,.76) !important;background:rgba(255,249,242,.98) !important}.site-nav-toggle span,.site-nav-toggle span::before,.site-nav-toggle span::after{background:#10345f !important}.site-nav-toggle.is-open span{background:transparent !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav,.site-nav-frame.site-nav-frame-v17 .site-nav{grid-column:1 / -1 !important;display:none !important;position:static !important;inset:auto !important;width:100% !important;max-width:100% !important;min-width:0 !important;height:auto !important;margin:0 !important;padding:0 !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:none !important;background:transparent !important;box-shadow:none !important;overflow:visible !important}body.mobile-nav-open .site-nav-frame.site-nav-frame-v17 .site-nav,.site-nav-frame.site-nav-frame-v17.is-mobile-open .site-nav,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav.is-open{display:block !important}.site-nav-panel.site-nav-panel-v17,.site-nav-frame.site-nav-frame-v17 .site-nav-panel{display:grid !important;gap:10px !important;width:100% !important;max-width:100% !important;max-height:min(72dvh,620px) !important;margin-top:10px !important;padding:12px !important;border-radius:20px !important;border:1px solid rgba(128,166,207,.40) !important;background:rgba(255,255,255,.98) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 18px 34px -30px rgba(15,51,91,.38) !important;overflow-x:hidden !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;overscroll-behavior:contain !important}.site-nav-mobile-head{display:grid !important;gap:3px !important;padding:12px !important;border-radius:16px !important;background:linear-gradient(135deg,rgba(18,63,114,.96),rgba(47,105,200,.90)) !important;color:#fff !important}.site-nav-mobile-head strong{font-size:15px !important;font-weight:900 !important;line-height:1.15 !important}.site-nav-mobile-head span{color:rgba(255,255,255,.76) !important;font-size:12px !important;line-height:1.35 !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-root,.site-nav-root{display:grid !important;grid-template-columns:1fr !important;gap:8px !important;width:100% !important;max-width:100% !important;min-width:0 !important;margin:0 !important;padding:0 !important}.site-nav-item,.site-nav-root>.site-nav-item,.site-nav-entry{display:grid !important;width:100% !important;max-width:100% !important;min-width:0 !important}.site-nav-entry{grid-template-columns:minmax(0,1fr) auto !important;align-items:stretch !important;gap:7px !important}.site-nav-link,.site-nav-label,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-link,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-label{display:flex !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;min-width:0 !important;min-height:48px !important;height:auto !important;padding:12px 13px !important;border-radius:15px !important;border:1px solid rgba(128,166,207,.34) !important;background:linear-gradient(180deg,rgba(247,251,255,.96),rgba(237,246,253,.92)) !important;color:#123f72 !important;font-size:14px !important;font-weight:850 !important;line-height:1.25 !important;text-decoration:none !important;white-space:normal !important;overflow-wrap:anywhere !important;word-break:normal !important}.site-nav-link.is-current,.site-nav-item.is-current>.site-nav-entry>.site-nav-link{border-color:rgba(245,157,54,.54) !important;background:linear-gradient(135deg,rgba(255,248,237,.98),rgba(255,255,255,.96)) !important;color:#123f72 !important}.site-nav-link>span,.site-nav-label>span{min-width:0 !important;max-width:100% !important;overflow-wrap:anywhere !important}.site-nav-caret{display:grid !important;place-items:center !important;width:48px !important;min-width:48px !important;height:48px !important;border-radius:15px !important;border:1px solid rgba(128,166,207,.34) !important;background:#fff !important;color:#123f72 !important}.site-nav-caret::before{transition:transform .18s ease !important}.site-nav-item[data-open="true"]>.site-nav-entry .site-nav-caret::before{transform:rotate(180deg) !important}.site-nav-sub,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub,.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{display:none !important;position:static !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin:8px 0 0 !important;padding:8px 0 0 10px !important;border:0 !important;border-left:2px solid rgba(245,157,54,.36) !important;border-radius:0 !important;background:transparent !important;box-shadow:none !important;transform:none !important;opacity:1 !important;visibility:visible !important}.site-nav-item[data-open="true"]>.site-nav-sub,.site-nav-item.has-children[data-open="true"]>.site-nav-sub{display:grid !important;gap:8px !important}}@media (max-width:420px){.site-header-nav .container{padding-inline:8px !important}.site-nav-frame.site-nav-frame-v17{grid-template-columns:52px minmax(0,1fr) !important;gap:8px !important;padding:8px !important;border-radius:19px !important}.site-nav-logo-only{width:52px !important;height:52px !important;min-width:52px !important;min-height:52px !important;max-width:52px !important;max-height:52px !important;border-radius:16px !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{grid-template-columns:minmax(0,1fr) 50px !important;gap:7px !important}.site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17::before,.site-nav-toggle{height:50px !important;min-height:50px !important;border-radius:16px !important}.site-nav-toggle{width:50px !important;min-width:50px !important}.site-nav-panel.site-nav-panel-v17,.site-nav-frame.site-nav-frame-v17 .site-nav-panel{max-height:calc(100dvh - 112px) !important;padding:10px !important;border-radius:18px !important}}.mobile-bottom-nav{display:none}@media (max-width:900px){:root{--mobile-bottom-nav-height:74px}body.site-body{padding-bottom:calc(var(--mobile-bottom-nav-height) + env(safe-area-inset-bottom,0px) + 10px)}.mobile-bottom-nav{position:fixed;z-index:1200;left:max(8px,env(safe-area-inset-left,0px));right:max(8px,env(safe-area-inset-right,0px));bottom:max(8px,env(safe-area-inset-bottom,0px));display:block;pointer-events:none}.mobile-bottom-nav__inner{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;width:min(100%,540px);margin:0 auto;padding:8px;border:1px solid rgba(128,166,207,.44);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 22px 54px -30px rgba(15,47,89,.55),inset 0 1px 0 rgba(255,255,255,.86);backdrop-filter:blur(18px);pointer-events:auto}.mobile-bottom-nav__link{position:relative;display:grid;place-items:center;align-content:center;gap:4px;min-width:0;min-height:54px;padding:6px 4px;border-radius:18px;color:#123f72;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.mobile-bottom-nav__link:active{transform:translateY(1px)}.mobile-bottom-nav__link.is-active{color:#fff;background:linear-gradient(135deg,#123f72 0%,#1d5fa8 100%);box-shadow:0 16px 30px -22px rgba(18,63,114,.62)}.mobile-bottom-nav__icon{display:grid;place-items:center;width:24px;height:22px;font-size:18px;line-height:1;font-weight:900}.mobile-bottom-nav__label{display:block;max-width:100%;overflow:hidden;color:inherit;font-size:10px;font-weight:900;line-height:1.05;text-align:center;text-overflow:ellipsis;white-space:nowrap}.site-footer{padding-bottom:calc(var(--mobile-bottom-nav-height) + 22px) !important}.accessibility-panel[hidden] + .mobile-bottom-nav,.site-nav.is-open ~ .mobile-bottom-nav{pointer-events:none}}@media (max-width:380px){:root{--mobile-bottom-nav-height:68px}.mobile-bottom-nav{left:max(6px,env(safe-area-inset-left,0px));right:max(6px,env(safe-area-inset-right,0px));bottom:max(6px,env(safe-area-inset-bottom,0px))}.mobile-bottom-nav__inner{gap:3px;padding:6px;border-radius:20px}.mobile-bottom-nav__link{min-height:50px;border-radius:15px}.mobile-bottom-nav__icon{width:22px;height:20px;font-size:16px}.mobile-bottom-nav__label{font-size:9px}}@media (max-width:900px){body.mobile-nav-open .mobile-bottom-nav,html.mobile-nav-open .mobile-bottom-nav{opacity:0;transform:translateY(16px);visibility:hidden;pointer-events:none}}@media (max-width:900px){.mobile-bottom-nav__link{isolation:isolate}.mobile-bottom-nav__icon{width:26px !important;height:26px !important;min-width:26px !important;min-height:26px !important;display:grid !important;place-items:center !important;color:currentColor !important;font-size:0 !important;line-height:0 !important}.mobile-bottom-nav__icon svg{display:block !important;width:22px !important;height:22px !important;min-width:22px !important;min-height:22px !important;max-width:22px !important;max-height:22px !important;overflow:visible !important;color:currentColor !important;stroke:currentColor !important;flex:0 0 auto !important}.mobile-bottom-nav__link.is-active .mobile-bottom-nav__icon{color:#fff !important}.mobile-bottom-nav__label{width:100%;letter-spacing:-.01em}}@media (max-width:380px){.mobile-bottom-nav__icon{width:24px !important;height:24px !important;min-width:24px !important;min-height:24px !important}.mobile-bottom-nav__icon svg{width:20px !important;height:20px !important;min-width:20px !important;min-height:20px !important;max-width:20px !important;max-height:20px !important}}.admin-grid-wide{grid-template-columns:minmax(0,1.45fr) minmax(320px,.8fr)}.admin-help{margin:-6px 0 14px;color:#64748b;font-size:13px;line-height:1.55}.admin-page-blocks-editor{display:grid;gap:14px;margin:18px 0;padding:18px;border:1px solid rgba(128,166,207,.32);border-radius:22px;background:rgba(239,247,253,.55)}.admin-page-blocks-editor__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.admin-page-blocks-editor__head h3{margin:0 0 4px;color:#102f57}.admin-page-blocks-editor__head p{margin:0;color:#64748b}.admin-page-blocks-editor__list{display:grid;gap:12px}.admin-page-block-card{display:grid;gap:12px;min-width:0;padding:14px;border:1px solid rgba(128,166,207,.42);border-radius:18px;background:#fff;box-shadow:0 14px 30px -28px rgba(16,49,93,.32)}.admin-page-block-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.admin-page-block-card__top strong{color:#123f72}.admin-page-block-card__details{border:1px dashed rgba(128,166,207,.46);border-radius:14px;padding:10px 12px;background:rgba(248,250,252,.7)}.admin-page-block-card__details summary{cursor:pointer;color:#245f9f;font-weight:850}.admin-card-fields{align-items:end;margin-top:10px}.admin-managed-section-stack{display:grid;gap:18px;margin-top:22px}.admin-managed-section{min-width:0;border:1px solid rgba(128,166,207,.42);border-radius:24px;background:rgba(255,255,255,.88);box-shadow:0 18px 40px -34px rgba(16,49,93,.28);overflow:hidden}.admin-managed-section--text,.admin-managed-section--html{padding:clamp(18px,2.4vw,28px);color:#263f5f;line-height:1.72}.admin-managed-section--text h3,.admin-managed-section--html h3,.admin-managed-section__head h3,.admin-managed-section--cta h3{margin:0 0 8px;color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.14}.admin-managed-section--notice{display:grid;gap:6px;padding:18px 20px;border-color:rgba(245,157,54,.28);background:linear-gradient(135deg,rgba(255,247,237,.96),rgba(255,255,255,.9))}.admin-managed-section--notice strong{color:#9a5b12;font-size:1rem}.admin-managed-section--notice p{margin:0;color:#694f2b;line-height:1.62}.admin-managed-section--cta{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:clamp(18px,2.5vw,28px);background:linear-gradient(135deg,rgba(18,63,114,.96),rgba(47,105,200,.9));color:#fff}.admin-managed-section--cta h3,.admin-managed-section--cta p{color:#fff}.admin-managed-section--cta p{margin:0;opacity:.88}.admin-managed-section__head{padding:clamp(18px,2.4vw,24px) clamp(18px,2.4vw,28px) 0}.admin-managed-section__head p{margin:0;color:#526f8d;line-height:1.62}.admin-managed-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:clamp(18px,2.4vw,28px)}.admin-managed-cards article{display:grid;gap:8px;min-width:0;padding:16px;border:1px solid rgba(128,166,207,.38);border-radius:18px;background:rgba(255,255,255,.82)}.admin-managed-cards article>span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:rgba(36,95,160,.1)}.admin-managed-cards strong{color:#102f57}.admin-managed-cards p{margin:0;color:#526f8d;line-height:1.55;overflow-wrap:anywhere}@media (max-width:980px){.admin-grid-wide{grid-template-columns:1fr}.admin-managed-cards{grid-template-columns:1fr}.admin-managed-section--cta{align-items:stretch;flex-direction:column}}body.site-body.is-home .home-main-news{display:grid !important;gap:18px !important;min-width:0 !important;padding:clamp(18px,2.4vw,28px) !important;border:1px solid #c4d1dd !important;border-radius:28px !important;background:linear-gradient(180deg,#f8fbfd 0%,#eef5fa 100%) !important;box-shadow:0 18px 42px -36px rgba(13,45,87,.24) !important}body.site-body.is-home .home-main-news__head{display:flex !important;align-items:flex-end !important;justify-content:space-between !important;gap:16px !important;min-width:0 !important}body.site-body.is-home .home-main-news__head span{display:inline-flex !important;width:fit-content !important;min-height:28px !important;align-items:center !important;padding:6px 10px !important;border:1px solid #c9d6e2 !important;border-radius:999px !important;background:#edf4fa !important;color:#21598e !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.075em !important;text-transform:uppercase !important}body.site-body.is-home .home-main-news__head h3{margin:8px 0 0 !important;color:#0d315d !important;font-size:clamp(1.5rem,2.4vw,2.2rem) !important;line-height:1.08 !important;letter-spacing:-.035em !important}body.site-body.is-home .home-main-news__head a,body.site-body.is-home .home-main-news-card__link{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:fit-content !important;min-height:40px !important;padding:9px 14px !important;border-radius:999px !important;border:1px solid #cbd8e4 !important;background:#ffffff !important;color:#114a86 !important;font-size:13px !important;font-weight:850 !important;text-decoration:none !important;white-space:nowrap !important}body.site-body.is-home .home-main-news__grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important;min-width:0 !important}body.site-body.is-home .home-main-news-card,body.site-body.is-home .home-main-news-card--lead,body.site-body.is-home .home-main-news-card--medium{display:grid !important;grid-template-columns:minmax(170px,.44fr) minmax(0,.56fr) !important;min-width:0 !important;overflow:hidden !important;border:1px solid #d4dee7 !important;border-radius:24px !important;background:#ffffff !important;box-shadow:0 16px 34px -30px rgba(13,45,87,.26) !important}body.site-body.is-home .home-main-news-card--lead{grid-row:auto !important;grid-column:auto !important}body.site-body.is-home .home-main-news-card__media,body.site-body.is-home .home-main-news-card--lead .home-main-news-card__media{position:relative !important;display:block !important;min-height:100% !important;overflow:hidden !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important}body.site-body.is-home .home-main-news-card__media img{width:100% !important;height:100% !important;min-height:100% !important;object-fit:cover !important;transition:transform .22s ease !important}body.site-body.is-home .home-main-news-card:hover .home-main-news-card__media img{transform:scale(1.025) !important}body.site-body.is-home .home-main-news-card__media span{position:absolute !important;left:12px !important;top:12px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:38px !important;min-height:30px !important;padding:5px 9px !important;border-radius:999px !important;background:rgba(255,255,255,.92) !important;color:#0d315d !important;font-size:12px !important;font-weight:900 !important}body.site-body.is-home .home-main-news-card__body,body.site-body.is-home .home-main-news-card--lead .home-main-news-card__body{display:grid !important;align-content:start !important;gap:10px !important;min-width:0 !important;padding:18px !important}body.site-body.is-home .home-main-news-card__meta{display:flex !important;flex-wrap:wrap !important;gap:6px !important;min-width:0 !important}body.site-body.is-home .home-main-news-card__meta span,body.site-body.is-home .home-main-news-card__meta time{display:inline-flex !important;min-height:24px !important;max-width:100% !important;align-items:center !important;padding:4px 8px !important;border-radius:999px !important;border:1px solid #d8e2eb !important;background:#edf4fa !important;color:#21598e !important;font-size:10px !important;font-weight:850 !important;letter-spacing:.04em !important;text-transform:uppercase !important;overflow-wrap:anywhere !important}body.site-body.is-home .home-main-news-card h4,body.site-body.is-home .home-main-news-card--lead h4{margin:0 !important;color:#0d315d !important;font-size:clamp(1.08rem,1.45vw,1.32rem) !important;line-height:1.22 !important}body.site-body.is-home .home-main-news-card h4 a{color:inherit !important;text-decoration:none !important;overflow-wrap:anywhere !important}body.site-body.is-home .home-main-news-card h4 a:hover{color:#114a86 !important}body.site-body.is-home .home-main-news-card p,body.site-body.is-home .home-main-news-card--lead p{margin:0 !important;color:#526d86 !important;font-size:14px !important;line-height:1.58 !important;overflow-wrap:anywhere !important}body.site-body.is-home .home-main-news-card__link{margin-top:2px !important;background:#114a86 !important;border-color:#114a86 !important;color:#ffffff !important}@media (max-width:1180px){body.site-body.is-home .home-main-news__grid{grid-template-columns:1fr !important}body.site-body.is-home .home-main-news-card,body.site-body.is-home .home-main-news-card--lead,body.site-body.is-home .home-main-news-card--medium{grid-template-columns:minmax(220px,.42fr) minmax(0,.58fr) !important}}@media (max-width:780px){body.site-body.is-home .home-main-news{padding:16px !important;border-radius:24px !important}body.site-body.is-home .home-main-news__head{align-items:flex-start !important;flex-direction:column !important}body.site-body.is-home .home-main-news__head a{width:100% !important}body.site-body.is-home .home-main-news-card,body.site-body.is-home .home-main-news-card--lead,body.site-body.is-home .home-main-news-card--medium{grid-template-columns:1fr !important;grid-column:auto !important}body.site-body.is-home .home-main-news-card__media,body.site-body.is-home .home-main-news-card--lead .home-main-news-card__media{min-height:190px !important}body.site-body.is-home .home-main-news-card__link{width:100% !important}}@media (max-width:420px){body.site-body.is-home .home-main-news{padding:12px !important;gap:12px !important;border-radius:20px !important}body.site-body.is-home .home-main-news-card__media,body.site-body.is-home .home-main-news-card--lead .home-main-news-card__media{min-height:160px !important}body.site-body.is-home .home-main-news-card__body,body.site-body.is-home .home-main-news-card--lead .home-main-news-card__body{padding:14px !important}}.home-main-flow-with-rails{position:relative}.home-main-flow__sections{position:relative;z-index:2}.home-side-rail{position:sticky;top:104px;z-index:3;width:220px;min-width:0;display:none;gap:12px;color:#153a63}.home-side-rail--applicant,.home-side-rail--announcements{flex-direction:column}.home-side-rail__head,.home-side-rail__links,.home-side-rail__compact,.home-side-rail__cta{border:1px solid rgba(36,95,160,.16);background:rgba(255,255,255,.78);box-shadow:0 20px 46px -38px rgba(16,49,93,.42);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.home-side-rail__head{padding:16px;border-radius:24px}.home-side-rail__head span,.home-side-rail__links a span{display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;background:rgba(36,95,160,.09);color:#245f9f;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.home-side-rail__head strong{display:block;margin-top:10px;color:#102f57;font-family:'Manrope',sans-serif;font-size:17px;line-height:1.15}.home-side-rail__head p{margin:8px 0 0;color:#526f8d;font-size:13px;line-height:1.5}.home-side-rail__links,.home-side-rail__compact{display:grid;gap:8px;padding:10px;border-radius:22px}.home-side-rail__links a,.home-side-rail__compact a,.home-side-rail__cta{min-width:0;color:inherit;text-decoration:none;overflow-wrap:anywhere}.home-side-rail__links a{display:grid;gap:6px;padding:12px;border-radius:18px;background:rgba(239,247,255,.74);border:1px solid rgba(128,166,207,.28);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.home-side-rail__links a:hover,.home-side-rail__links a:focus-visible,.home-side-rail__compact a:hover,.home-side-rail__compact a:focus-visible,.home-side-rail__cta:hover,.home-side-rail__cta:focus-visible{border-color:rgba(36,95,160,.34);box-shadow:0 16px 32px -30px rgba(16,49,93,.42);outline:none;transform:translateY(-1px)}.home-side-rail__links a strong{color:#143f6b;font-size:14px;line-height:1.25}.home-side-rail__links a small{color:#6a8298;font-size:12px;line-height:1.35}.home-side-rail__compact a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:42px;padding:10px 12px;border-radius:16px;background:rgba(239,247,255,.74);border:1px solid rgba(128,166,207,.28);font-size:13px;font-weight:850}.home-side-rail__compact a::after{content:'→';flex:0 0 auto;color:#245f9f}.home-side-rail__cta{display:grid;place-items:center;min-height:48px;padding:12px;border-radius:18px;background:linear-gradient(135deg,#123f72 0%,#2f69c8 100%);color:#fff;font-size:13px;font-weight:900;text-align:center;box-shadow:0 18px 40px -30px rgba(18,63,114,.62)}.home-side-rail--announcements .home-side-rail__head span,.home-side-rail--announcements .home-side-rail__links a span{background:rgba(245,157,54,.14);color:#9a4c0e}.home-side-rail--announcements .home-side-rail__links a{background:rgba(255,248,236,.82);border-color:rgba(245,157,54,.24)}.home-side-rail--announcements .home-side-rail__links a strong{color:#5f3510}.home-side-rail--applicant .home-side-rail__cta{margin-top:0}@media (min-width:1600px){.home-side-rail{display:flex}.home-side-rail--applicant{position:fixed;right:max(22px,calc((100vw - var(--container-max)) / 2 - 258px));top:126px;max-height:calc(100vh - 156px);overflow:auto}.home-side-rail--announcements{position:absolute;left:max(22px,calc((100vw - var(--container-max)) / 2 - 258px));top:126px}}@media (max-width:1599px) and (min-width:900px){.home-side-rail--announcements{display:grid;position:relative;top:auto;width:min(100% - 48px,var(--container-max));margin:18px auto 10px;grid-template-columns:minmax(220px,.32fr) minmax(0,1fr);align-items:stretch}.home-side-rail--announcements .home-side-rail__links{grid-template-columns:repeat(4,minmax(0,1fr))}.home-side-rail--applicant{display:none !important}}@media (max-width:899px){.home-side-rail{display:none !important}}@media (min-width:1600px){:root{--home-side-rail-top-v44:clamp(118px,7vw,142px);--home-side-rail-width-v44:232px;--home-side-rail-gap-v44:20px}body.site-body.is-home .home-side-rail{position:fixed !important;top:var(--home-side-rail-top-v44) !important;z-index:28 !important;display:flex !important;width:var(--home-side-rail-width-v44) !important;max-height:calc(100vh - var(--home-side-rail-top-v44) - 22px) !important;overflow:auto !important;overscroll-behavior:contain !important;padding:0 !important;scrollbar-width:thin}body.site-body.is-home .home-side-rail--announcements{left:max(18px,calc((100vw - var(--container-max)) / 2 - var(--home-side-rail-width-v44) - var(--home-side-rail-gap-v44))) !important;right:auto !important}body.site-body.is-home .home-side-rail--applicant{right:max(18px,calc((100vw - var(--container-max)) / 2 - var(--home-side-rail-width-v44) - var(--home-side-rail-gap-v44))) !important;left:auto !important}body.site-body.is-home .home-side-rail__head,body.site-body.is-home .home-side-rail__links,body.site-body.is-home .home-side-rail__cta{border-color:rgba(36,95,160,.20) !important;background:rgba(255,255,255,.90) !important;box-shadow:0 22px 48px -36px rgba(16,49,93,.46) !important}body.site-body.is-home .home-side-rail__head{padding:14px !important;border-radius:22px !important}body.site-body.is-home .home-side-rail__head strong{margin-top:8px !important;font-size:15px !important;line-height:1.18 !important}body.site-body.is-home .home-side-rail__head p{margin-top:7px !important;font-size:12px !important;line-height:1.42 !important}body.site-body.is-home .home-side-rail__links{gap:7px !important;padding:8px !important;border-radius:20px !important}body.site-body.is-home .home-side-rail__links a{position:relative;grid-template-columns:34px minmax(0,1fr);align-items:start;column-gap:10px;padding:10px !important;border-radius:16px !important;min-height:74px}body.site-body.is-home .home-side-rail__links a span{grid-row:1 / span 2;justify-content:center;min-width:34px;height:34px;padding:0 !important;border-radius:12px !important;font-size:10px !important}body.site-body.is-home .home-side-rail__links a strong,body.site-body.is-home .home-side-rail__links a small{min-width:0;overflow-wrap:anywhere}body.site-body.is-home .home-side-rail__links a strong{font-size:13px !important;line-height:1.22 !important}body.site-body.is-home .home-side-rail__links a small{font-size:11px !important;line-height:1.35 !important}body.site-body.is-home .home-side-rail__cta{min-height:44px !important;border-radius:16px !important;font-size:12px !important}body.site-body.is-home .home-side-rail--announcements .home-side-rail__head{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,248,236,.91)) !important;border-color:rgba(245,157,54,.28) !important}body.site-body.is-home .home-side-rail--announcements .home-side-rail__links,body.site-body.is-home .home-side-rail--announcements .home-side-rail__links a{border-color:rgba(245,157,54,.26) !important}}@media (min-width:1600px) and (max-height:760px){body.site-body.is-home .home-side-rail__head p,body.site-body.is-home .home-side-rail__links a small{display:none !important}body.site-body.is-home .home-side-rail__links a{min-height:52px;align-items:center}body.site-body.is-home .home-side-rail__links a span{grid-row:auto}}body.site-body.is-home .site-main{position:relative;z-index:1}body.site-body.is-home .hero-campus-frame{background:rgba(228,241,252,.94) !important}body.site-body.is-home .hero-campus-stage{background:linear-gradient(135deg,rgba(237,247,255,.9),rgba(230,241,253,.74)) !important;box-shadow:inset 0 0 0 1px rgba(26,87,162,.08),0 20px 70px rgba(10,46,92,.1) !important}body.site-body.is-home .hero-campus-stage::before,body.site-body.is-home .hero-campus-stage::after{opacity:.14 !important;filter:none !important}body.site-body.is-home .home-main-flow-with-rails{position:relative}body.site-body.is-home .home-main-flow__sections{position:relative;z-index:2;min-width:0}body.site-body.is-home .home-side-rail{--rail-accent:#165aa7;--rail-accent-dark:#103f78;--rail-soft:rgba(22,90,167,.1);--rail-border:rgba(22,90,167,.18);--rail-card-bg:linear-gradient(135deg,rgba(255,255,255,.98),rgba(239,247,255,.95));--rail-card-hover:linear-gradient(135deg,#ffffff,rgba(233,245,255,.98));--rail-shadow:0 18px 42px rgba(18,67,126,.12);color:#143b64;gap:10px}body.site-body.is-home .home-side-rail--announcements{--rail-accent:#e07910;--rail-accent-dark:#8e4605;--rail-soft:rgba(245,157,54,.15);--rail-border:rgba(245,157,54,.28);--rail-card-bg:linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,246,232,.95));--rail-card-hover:linear-gradient(135deg,#ffffff,rgba(255,241,219,.98));--rail-shadow:0 18px 42px rgba(129,73,6,.13)}body.site-body.is-home .home-side-rail__head,body.site-body.is-home .home-side-rail__links,body.site-body.is-home .home-side-rail__cta{border:1px solid var(--rail-border) !important;background:var(--rail-card-bg) !important;box-shadow:var(--rail-shadow) !important;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}body.site-body.is-home .home-side-rail__head{position:relative;overflow:hidden;padding:clamp(12px,1vw,16px) !important;border-radius:22px !important}body.site-body.is-home .home-side-rail__head::after{content:'';position:absolute;right:-38px;bottom:-50px;width:112px;height:112px;border-radius:999px;background:radial-gradient(circle,var(--rail-soft),transparent 68%);pointer-events:none}body.site-body.is-home .home-side-rail__head span,body.site-body.is-home .home-side-rail__links a span{position:relative;z-index:1;background:var(--rail-soft) !important;color:var(--rail-accent-dark) !important}body.site-body.is-home .home-side-rail__head strong{position:relative;z-index:1;color:#10345f !important;font-size:clamp(15px,1.1vw,18px) !important}body.site-body.is-home .home-side-rail__head p{position:relative;z-index:1;color:#5b7692 !important}body.site-body.is-home .home-side-rail__links{display:grid !important;gap:8px !important;padding:9px !important;border-radius:22px !important}body.site-body.is-home .home-side-rail__links a{position:relative;isolation:isolate;display:grid !important;grid-template-columns:34px minmax(0,1fr);align-items:center;column-gap:10px;min-width:0;min-height:70px;padding:10px 12px 10px 10px !important;border:1px solid var(--rail-border) !important;border-radius:16px !important;background:rgba(255,255,255,.68) !important;box-shadow:0 12px 28px rgba(16,57,105,.07) !important;overflow:hidden;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}body.site-body.is-home .home-side-rail__links a::before{content:'';position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--rail-accent),var(--rail-accent-dark));opacity:.72;pointer-events:none}body.site-body.is-home .home-side-rail__links a::after{content:'›';position:absolute;right:10px;top:50%;width:22px;height:22px;transform:translateY(-50%);border-radius:999px;display:grid;place-items:center;color:var(--rail-accent-dark);background:var(--rail-soft);font-size:20px;font-weight:900;line-height:1;opacity:.9;pointer-events:none}body.site-body.is-home .home-side-rail__links a:hover,body.site-body.is-home .home-side-rail__links a:focus-visible{transform:translateY(-2px);border-color:rgba(22,90,167,.36) !important;background:var(--rail-card-hover) !important;box-shadow:0 18px 34px rgba(16,57,105,.12) !important;outline:none}body.site-body.is-home .home-side-rail__links a span{grid-row:1 / span 2;display:inline-flex;align-items:center;justify-content:center;width:34px;min-width:34px;height:34px;padding:0 !important;border-radius:12px !important;font-size:10px !important}body.site-body.is-home .home-side-rail__links a strong,body.site-body.is-home .home-side-rail__links a small{min-width:0;padding-right:28px;overflow-wrap:anywhere}body.site-body.is-home .home-side-rail__links a strong{color:#143f6b !important;font-size:13px !important;line-height:1.22 !important}body.site-body.is-home .home-side-rail__links a small{color:#6a8298 !important;font-size:11px !important;line-height:1.35 !important}body.site-body.is-home .home-side-rail--announcements .home-side-rail__links a strong{color:#6f3904 !important}body.site-body.is-home .home-side-rail--announcements .home-side-rail__links a:hover,body.site-body.is-home .home-side-rail--announcements .home-side-rail__links a:focus-visible{border-color:rgba(245,157,54,.44) !important}body.site-body.is-home .home-side-rail__cta{position:relative;isolation:isolate;display:grid;place-items:center;min-height:44px;padding:11px 12px;border-radius:16px;background:linear-gradient(135deg,#0f4f98 0%,#1768c7 58%,#0d55a8 100%) !important;color:#fff !important;font-size:12px;font-weight:900;text-align:center;text-decoration:none;text-shadow:0 1px 0 rgba(0,0,0,.16);box-shadow:0 16px 34px rgba(9,67,135,.24) !important;overflow:hidden;backdrop-filter:none !important;-webkit-backdrop-filter:none !important}body.site-body.is-home .home-side-rail__cta:hover,body.site-body.is-home .home-side-rail__cta:focus-visible{background:linear-gradient(135deg,#0b4385 0%,#155fba 58%,#0c4a94 100%) !important;box-shadow:0 20px 38px rgba(9,67,135,.3) !important;outline:none;transform:translateY(-1px)}@media (min-width:1600px){:root{--home-side-rail-safe-top-v123:clamp(118px,7vw,148px);--home-side-rail-width-v122:clamp(204px,10.8vw,218px);--home-side-rail-gap-v122:18px;--home-side-rail-bottom-v122:18px}body.site-body.is-home .home-side-rail{position:fixed !important;top:calc(var(--home-side-rail-safe-top-v123) + (100vh - var(--home-side-rail-safe-top-v123) - var(--home-side-rail-bottom-v122)) / 2) !important;transform:translateY(-50%);display:flex !important;flex-direction:column !important;width:var(--home-side-rail-width-v122) !important;height:auto !important;max-height:min(620px,calc(100vh - var(--home-side-rail-safe-top-v123) - var(--home-side-rail-bottom-v122))) !important;overflow:auto !important;overscroll-behavior:contain !important;z-index:20 !important;scrollbar-width:thin}body.site-body.is-home .home-side-rail--announcements{left:max(18px,calc((100vw - var(--container-max)) / 2 - var(--home-side-rail-width-v122) - var(--home-side-rail-gap-v122))) !important;right:auto !important}body.site-body.is-home .home-side-rail--applicant{right:max(18px,calc((100vw - var(--container-max)) / 2 - var(--home-side-rail-width-v122) - var(--home-side-rail-gap-v122))) !important;left:auto !important}body.site-body.is-home .home-side-rail__head,body.site-body.is-home .home-side-rail__cta{flex:0 0 auto}body.site-body.is-home .home-side-rail__head{padding:clamp(10px,1.2vh,14px) !important}body.site-body.is-home .home-side-rail__links{flex:0 1 auto;min-height:0;grid-template-rows:none;align-content:start;overflow-y:visible;scrollbar-width:thin}body.site-body.is-home .home-side-rail__links a{min-height:clamp(58px,6.2vh,68px);align-items:center;padding-block:clamp(8px,1vh,10px) !important}}@media (min-width:1600px) and (max-height:760px){body.site-body.is-home .home-side-rail__head p,body.site-body.is-home .home-side-rail__links a small{display:none !important}body.site-body.is-home .home-side-rail__links a{grid-template-columns:32px minmax(0,1fr);min-height:48px}body.site-body.is-home .home-side-rail__links a span{grid-row:auto;width:32px;min-width:32px;height:32px}}@media (max-width:1599px){body.site-body.is-home .home-main-flow-with-rails{display:grid !important;grid-template-columns:minmax(0,1fr);gap:clamp(12px,2vw,18px);padding-top:clamp(12px,2vw,20px) !important}body.site-body.is-home .home-side-rail{position:relative !important;top:auto !important;left:auto !important;right:auto !important;display:flex !important;flex-direction:column !important;width:min(calc(100% - 42px),1120px) !important;height:auto !important;max-height:none !important;margin:0 auto !important;overflow:visible !important;z-index:3 !important}body.site-body.is-home .home-side-rail--announcements{order:1}body.site-body.is-home .home-side-rail--applicant{order:2}body.site-body.is-home .home-main-flow__sections{order:3;width:100%}body.site-body.is-home .home-side-rail__links{grid-template-columns:repeat(4,minmax(0,1fr));overflow:visible}body.site-body.is-home .home-side-rail__links a{grid-template-columns:minmax(0,1fr);min-height:94px;align-items:start;padding:13px !important}body.site-body.is-home .home-side-rail__links a span{grid-row:auto}body.site-body.is-home .home-side-rail__links a strong,body.site-body.is-home .home-side-rail__links a small{padding-right:22px}}@media (min-width:1180px) and (max-width:1599px){body.site-body.is-home .home-side-rail{display:grid !important;grid-template-columns:minmax(190px,.26fr) minmax(0,1fr);align-items:stretch}body.site-body.is-home .home-side-rail--applicant{grid-template-columns:minmax(190px,.26fr) minmax(0,1fr) minmax(132px,.16fr)}body.site-body.is-home .home-side-rail__head{display:flex;flex-direction:column;justify-content:center}body.site-body.is-home .home-side-rail__links{grid-template-columns:repeat(4,minmax(0,1fr))}body.site-body.is-home .home-side-rail__cta{min-height:100%}}@media (max-width:980px){body.site-body.is-home .home-side-rail__links{grid-template-columns:repeat(2,minmax(0,1fr))}body.site-body.is-home .home-side-rail__links a{grid-template-columns:36px minmax(0,1fr);min-height:78px}body.site-body.is-home .home-side-rail__links a span{grid-row:1 / span 2;width:36px;min-width:36px;height:36px}}@media (max-width:640px){body.site-body.is-home .home-main-flow-with-rails{gap:12px;padding-top:12px !important}body.site-body.is-home .home-side-rail{width:min(calc(100% - 24px),560px) !important;gap:8px}body.site-body.is-home .home-side-rail__head{padding:14px !important;border-radius:20px !important}body.site-body.is-home .home-side-rail__head strong{margin-top:7px !important;font-size:15px !important}body.site-body.is-home .home-side-rail__head p{display:none !important}body.site-body.is-home .home-side-rail__links{gap:8px !important;padding:8px !important;border-radius:20px !important}body.site-body.is-home .home-side-rail__links a{min-height:68px;padding:10px !important;border-radius:16px !important}body.site-body.is-home .home-side-rail__links a::after{right:8px;width:20px;height:20px;font-size:18px}body.site-body.is-home .home-side-rail__links a strong{font-size:12px !important}body.site-body.is-home .home-side-rail__links a small{display:none !important}body.site-body.is-home .home-side-rail__links a strong,body.site-body.is-home .home-side-rail__links a small{padding-right:18px}body.site-body.is-home .home-side-rail__cta{min-height:42px;border-radius:16px;font-size:12px}}@media (max-width:380px){body.site-body.is-home .home-side-rail__links{grid-template-columns:minmax(0,1fr)}body.site-body.is-home .home-side-rail__links a{min-height:58px}}body.site-body.is-home .home-side-rail--announcements .home-side-rail__links{gap:10px !important;padding:10px !important;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,247,235,.94)) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card{display:grid !important;grid-template-columns:42px minmax(0,1fr) !important;grid-template-rows:auto auto auto !important;align-items:start !important;align-content:start !important;column-gap:11px !important;row-gap:4px !important;min-height:86px !important;padding:12px 38px 12px 12px !important;border-radius:18px !important;background:radial-gradient(circle at 100% 0%,rgba(245,157,54,.2),transparent 36%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(255,243,224,.92)) !important;border-color:rgba(245,157,54,.32) !important;box-shadow:0 16px 34px rgba(128,72,8,.1) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card::before{width:5px !important;opacity:.86 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card::after{top:14px !important;transform:none !important;background:rgba(245,157,54,.16) !important;color:#9b4c07 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__index{grid-column:1 !important;grid-row:1 / span 3 !important;width:42px !important;min-width:42px !important;height:42px !important;padding:0 !important;border-radius:16px !important;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(255,224,178,.78)) !important;border:1px solid rgba(245,157,54,.28) !important;color:#9a4c0e !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 10px 22px rgba(144,78,8,.1) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__badge{grid-column:2 !important;grid-row:1 !important;justify-content:flex-start !important;width:fit-content !important;min-width:0 !important;height:auto !important;max-width:100% !important;padding:4px 8px !important;border-radius:999px !important;background:rgba(245,157,54,.13) !important;color:#a05008 !important;font-size:9px !important;line-height:1.1 !important;letter-spacing:.08em !important;text-transform:uppercase !important;white-space:nowrap !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card strong{grid-column:2 !important;grid-row:2 !important;padding-right:0 !important;color:#5f3510 !important;font-size:13px !important;line-height:1.2 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card small{grid-column:2 !important;grid-row:3 !important;padding-right:0 !important;color:#7a6046 !important;font-size:11px !important;line-height:1.35 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card:hover,body.site-body.is-home .home-side-rail--announcements .home-announcement-card:focus-visible{background:radial-gradient(circle at 100% 0%,rgba(245,157,54,.26),transparent 38%),linear-gradient(135deg,#ffffff,rgba(255,238,213,.98)) !important;box-shadow:0 20px 38px rgba(128,72,8,.14) !important}@media (min-width:1600px){body.site-body.is-home .home-side-rail--announcements .home-announcement-card{min-height:clamp(78px,7.5vh,92px) !important;padding-block:clamp(10px,1vh,12px) !important}}@media (min-width:1180px) and (max-width:1599px){body.site-body.is-home .home-side-rail--announcements{grid-template-columns:minmax(190px,.24fr) minmax(0,1fr) !important}body.site-body.is-home .home-side-rail--announcements .home-side-rail__links{grid-template-columns:repeat(4,minmax(0,1fr)) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card{grid-template-columns:38px minmax(0,1fr) !important;min-height:132px !important;padding:12px 34px 12px 12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__index{width:38px !important;min-width:38px !important;height:38px !important}}@media (max-width:980px){body.site-body.is-home .home-side-rail--announcements .home-announcement-card{min-height:104px !important;grid-template-columns:40px minmax(0,1fr) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__index{width:40px !important;min-width:40px !important;height:40px !important}}@media (max-width:640px){body.site-body.is-home .home-side-rail--announcements .home-side-rail__links{grid-template-columns:minmax(0,1fr) !important;gap:8px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card{min-height:78px !important;grid-template-columns:38px minmax(0,1fr) !important;padding:11px 34px 11px 11px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__index{width:38px !important;min-width:38px !important;height:38px !important;border-radius:14px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__badge{display:inline-flex !important;font-size:8px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card small{display:block !important;font-size:10px !important}}@media (max-width:420px){body.site-body.is-home .home-side-rail--announcements .home-announcement-card{grid-template-columns:34px minmax(0,1fr) !important;min-height:74px !important;padding-right:30px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__index{width:34px !important;min-width:34px !important;height:34px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card::after{right:7px !important;top:12px !important;width:20px !important;height:20px !important}}.course-training-showcase{display:grid;gap:22px}.course-training-intro,.course-training-route,.course-training-note,.course-training-content-panel{border:1px solid rgba(30,93,160,.16);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(236,247,255,.9));border-radius:30px;box-shadow:0 22px 55px rgba(14,63,124,.1)}.course-training-intro{display:grid;grid-template-columns:minmax(0,1fr) 104px;align-items:center;gap:22px;padding:clamp(22px,3vw,34px);overflow:hidden;position:relative}.course-training-intro::after{content:'';position:absolute;right:-60px;bottom:-90px;width:240px;height:240px;border-radius:50%;background:radial-gradient(circle,rgba(255,168,53,.24),transparent 68%)}.course-training-intro span,.course-training-route__head span{display:inline-flex;width:fit-content;padding:8px 13px;border-radius:999px;color:#0d4b8f;background:rgba(33,112,198,.1);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.course-training-intro h2,.course-training-route__head h3{margin:14px 0 10px;color:#123d6c;font-size:clamp(26px,4vw,42px);line-height:1.05}.course-training-intro p,.course-training-route__head p,.course-training-note p{margin:0;color:#55708c;font-size:16px;line-height:1.65}.course-training-intro__mark{width:104px;height:104px;border-radius:30px;display:grid;place-items:center;background:linear-gradient(135deg,#ffaf42,#0b76d1);color:#fff;font-size:48px;box-shadow:0 18px 36px rgba(14,86,162,.2);position:relative;z-index:1}.course-training-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.course-training-stats div{min-height:112px;padding:20px;border:1px solid rgba(30,93,160,.14);border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 16px 36px rgba(14,63,124,.08)}.course-training-stats strong{display:block;color:#0b4c91;font-size:34px;line-height:1}.course-training-stats span{display:block;margin-top:8px;color:#5d7894;font-weight:800}.course-training-tools{display:flex;flex-wrap:wrap;gap:10px;padding:12px;border:1px solid rgba(30,93,160,.14);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:0 14px 32px rgba(14,63,124,.06)}.course-training-filter{border:1px solid rgba(30,93,160,.18);border-radius:999px;padding:10px 15px;background:#fff;color:#244e78;font-weight:900;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.course-training-filter:hover,.course-training-filter:focus-visible{transform:translateY(-1px);box-shadow:0 10px 20px rgba(14,63,124,.1)}.course-training-filter.is-active{border-color:transparent;background:linear-gradient(135deg,#ffad3b,#f28c1f);color:#fff;box-shadow:0 14px 26px rgba(242,140,31,.22)}.course-training-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.course-training-card{display:grid;gap:14px;min-height:100%;padding:22px;border:1px solid rgba(30,93,160,.14);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,250,255,.93));box-shadow:0 18px 42px rgba(14,63,124,.09);transition:transform .18s ease,box-shadow .18s ease}.course-training-card:hover{transform:translateY(-3px);box-shadow:0 24px 52px rgba(14,63,124,.14)}.course-training-card.is-hidden,.course-training-card[hidden]{display:none}.course-training-card__top,.course-training-card__meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.course-training-card__top span{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:rgba(255,172,59,.18);color:#a65606;font-weight:900}.course-training-card__top b,.course-training-card__meta span{display:inline-flex;align-items:center;min-height:32px;padding:7px 11px;border-radius:999px;background:rgba(25,102,184,.09);color:#215481;font-size:12px;font-weight:900}.course-training-card h3{margin:0;color:#113b68;font-size:21px;line-height:1.18}.course-training-card p{margin:0;color:#5b7590;line-height:1.6}.course-training-card ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}.course-training-card li{position:relative;padding-left:22px;color:#2d587e;font-weight:700}.course-training-card li::before{content:'';position:absolute;left:0;top:.62em;width:8px;height:8px;border-radius:50%;background:#ff9d2e}.course-training-empty{display:none;padding:18px;border:1px dashed rgba(30,93,160,.28);border-radius:20px;background:rgba(255,255,255,.88);color:#526f8c;font-weight:800}.course-training-empty.is-visible{display:block}.course-training-route{padding:clamp(22px,3vw,32px)}.course-training-route__head{max-width:760px}.course-training-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px}.course-training-steps article{padding:18px;border-radius:22px;background:rgba(255,255,255,.78);border:1px solid rgba(30,93,160,.12)}.course-training-steps b{display:inline-grid;place-items:center;width:36px;height:36px;border-radius:14px;color:#fff;background:linear-gradient(135deg,#0c6ec7,#0f4d91)}.course-training-steps strong{display:block;margin:12px 0 8px;color:#113b68;font-size:17px}.course-training-steps p{margin:0;color:#5b7590;line-height:1.55}.course-training-note{display:grid;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px}.course-training-note>span{display:grid;place-items:center;width:56px;height:56px;border-radius:20px;background:rgba(255,172,59,.18);font-size:28px}.course-training-note strong{display:block;margin-bottom:4px;color:#113b68;font-size:18px}.course-training-content-panel{padding:clamp(20px,3vw,30px)}@media (max-width:960px){.course-training-intro,.course-training-note{grid-template-columns:1fr}.course-training-intro__mark{width:88px;height:88px;font-size:40px}.course-training-grid,.course-training-steps,.course-training-stats{grid-template-columns:1fr}.course-training-note .btn{width:fit-content}}@media (max-width:640px){.course-training-intro,.course-training-route,.course-training-card,.course-training-note,.course-training-content-panel{border-radius:22px}.course-training-tools{overflow-x:auto;flex-wrap:nowrap;padding-bottom:14px}.course-training-filter{flex:0 0 auto}}.site-language-switcher{display:inline-flex;align-items:center;gap:4px;padding:3px;border:1px solid rgba(255,255,255,.26);border-radius:999px;background:rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}.site-language-switcher__link{display:inline-flex;align-items:center;justify-content:center;min-width:34px;min-height:28px;padding:0 9px;border-radius:999px;color:rgba(255,255,255,.92);font-size:12px;line-height:1;font-weight:800;letter-spacing:.04em;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.site-language-switcher__link:hover,.site-language-switcher__link:focus-visible{color:#fff;background:rgba(255,255,255,.18);transform:translateY(-1px)}.site-language-switcher__link.is-active{color:#0d3d73;background:#fff;box-shadow:0 10px 22px rgba(6,27,57,.18)}.admin-language-editor{border-color:rgba(12,74,134,.18);background:linear-gradient(180deg,rgba(239,247,255,.72),rgba(255,255,255,.96))}@media (max-width:1180px){.site-utility-row.site-utility-row-compact{align-items:flex-start;gap:10px}.site-utility-links{flex-wrap:wrap;justify-content:flex-end}}@media (max-width:760px){.site-language-switcher{order:-1;width:100%;justify-content:center;background:rgba(255,255,255,.14)}.site-language-switcher__link{flex:1 1 0;min-height:34px;font-size:13px}.site-utility-links{width:100%;justify-content:center}}.admin-body{background:radial-gradient(circle at 14% 8%,rgba(32,112,190,.16),transparent 28rem),radial-gradient(circle at 88% 12%,rgba(255,149,0,.14),transparent 30rem),linear-gradient(135deg,#eef5fb 0%,#f8fbff 45%,#edf6ff 100%);color:#12213a}.admin-shell{min-height:100vh}.admin-sidebar{border-right:1px solid rgba(27,76,126,.12);background:linear-gradient(180deg,rgba(12,59,109,.98),rgba(10,47,91,.98)),radial-gradient(circle at 20% 10%,rgba(255,255,255,.16),transparent 18rem);box-shadow:20px 0 44px rgba(12,38,76,.14)}.admin-sidebar-brand-mark{box-shadow:0 14px 30px rgba(255,143,0,.28)}.admin-nav-group-links a{min-height:44px;border:1px solid rgba(255,255,255,.08);transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}.admin-nav-group-links a:hover,.admin-nav-group-links a:focus-visible,.admin-nav-group-links a.is-active{transform:translateX(3px);border-color:rgba(255,255,255,.22);box-shadow:0 12px 24px rgba(0,0,0,.16)}.admin-main{background:transparent}.admin-topbar{position:sticky;top:0;z-index:80;backdrop-filter:blur(18px);background:rgba(247,251,255,.82);border:1px solid rgba(29,79,132,.12);box-shadow:0 18px 45px rgba(20,59,105,.11)}.admin-workspace-strip{border:1px solid rgba(29,79,132,.12);background:rgba(255,255,255,.74);box-shadow:0 12px 30px rgba(20,59,105,.08)}.admin-section-head,.admin-card,.admin-home-section-row{border:1px solid rgba(29,79,132,.12);box-shadow:0 18px 44px rgba(20,59,105,.09)}.admin-section-head,.admin-card{background:rgba(255,255,255,.86);backdrop-filter:blur(14px)}.admin-card-head h1,.admin-card-head h2,.admin-section-head h1{letter-spacing:-.03em}.admin-form label{color:#314665;font-weight:800}.admin-form input,.admin-form select,.admin-form textarea{border-color:rgba(28,82,140,.18);background:#fbfdff;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.admin-form input:focus,.admin-form select:focus,.admin-form textarea:focus{border-color:rgba(17,111,205,.56);box-shadow:0 0 0 4px rgba(38,135,225,.14);outline:none}.admin-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-editor-note,.admin-admin-note{border:1px solid rgba(37,99,235,.16);border-radius:18px;padding:14px 16px;background:linear-gradient(135deg,rgba(239,246,255,.95),rgba(255,251,235,.8));color:#31506f;font-weight:700;line-height:1.5}.admin-side-rail-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:16px 0 22px}.admin-side-rail-editor-card{position:relative;display:grid;gap:12px;padding:16px;border-radius:22px;border:1px solid rgba(251,146,60,.26);background:linear-gradient(145deg,rgba(255,250,244,.96),rgba(255,255,255,.96));box-shadow:0 16px 34px rgba(180,83,9,.09);overflow:hidden}.admin-side-rail-editor-card::before{content:'';position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#fb923c,#f59e0b)}.admin-side-rail-editor-card--blue{border-color:rgba(59,130,246,.24);background:linear-gradient(145deg,rgba(239,246,255,.98),rgba(255,255,255,.96));box-shadow:0 16px 34px rgba(37,99,235,.08)}.admin-side-rail-editor-card--blue::before{background:linear-gradient(180deg,#2563eb,#06b6d4)}.admin-side-rail-editor-card>strong{position:relative;display:inline-flex;width:fit-content;padding:7px 12px;border-radius:999px;background:rgba(255,255,255,.84);color:#123761;box-shadow:0 8px 20px rgba(15,61,112,.08)}.admin-home-section-subtitle{margin-top:18px;padding-top:16px;border-top:1px dashed rgba(24,83,142,.18);color:#123761;font-size:1.02rem;font-weight:900;letter-spacing:-.01em}.admin-table-wrap{border-radius:20px;border:1px solid rgba(29,79,132,.11);overflow:auto}.admin-table th{position:sticky;top:0;background:#eef6ff;z-index:1}.admin-row-actions{gap:8px}.admin-flash{border-radius:16px;box-shadow:0 12px 30px rgba(20,59,105,.08)}@media (max-width:1180px){.admin-form-grid-3,.admin-side-rail-editor-grid{grid-template-columns:1fr}}@media (max-width:760px){.admin-topbar{position:relative}.admin-topbar-actions{width:100%;justify-content:stretch}.admin-topbar-actions .btn,.admin-topbar-actions form,.admin-topbar-actions form .btn{width:100%}.admin-card,.admin-section-head,.admin-home-section-row,.admin-side-rail-editor-card{border-radius:20px}}.admin-settings-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:18px;align-items:start}.admin-settings-grid .admin-card:last-child{grid-column:1 / -1}.admin-sticky-actions{position:sticky;bottom:14px;z-index:40;padding:14px;border:1px solid rgba(29,79,132,.14);border-radius:22px;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);box-shadow:0 16px 34px rgba(20,59,105,.12)}.contact-info-shell{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:22px;padding:22px;align-items:stretch}.contact-info-content{display:flex;flex-direction:column;gap:18px;min-width:0}.contact-info-list{display:grid;gap:14px}.contact-info-list .contacts-kv{display:grid;grid-template-columns:minmax(120px,.34fr) minmax(0,1fr);gap:12px;padding:14px 0;border-bottom:1px solid rgba(29,79,132,.12)}.contact-info-list .contacts-kv:first-child{padding-top:0}.contact-info-list .contacts-kv:last-child{border-bottom:0;padding-bottom:0}.contact-info-list .contacts-k{color:var(--muted);font-size:.92rem;font-weight:700}.contact-info-list .contacts-v{color:var(--ink);font-weight:750;line-height:1.55;overflow-wrap:anywhere}.contact-info-actions{display:flex;flex-wrap:wrap;gap:10px;padding-top:2px}.contact-map-card{overflow:hidden;min-height:360px;border:1px solid rgba(29,79,132,.12);border-radius:24px;background:#eef5ff}.contact-map-frame{display:block;width:100%;height:100%;min-height:360px;border:0}@media (max-width:980px){.admin-settings-grid,.contact-info-shell{grid-template-columns:1fr}.admin-settings-grid .admin-card:last-child{grid-column:auto}}@media (max-width:640px){.contact-info-shell{padding:16px}.contact-info-list .contacts-kv{grid-template-columns:1fr;gap:6px}.contact-info-actions .btn{width:100%}.contact-map-card,.contact-map-frame{min-height:300px}}.admin-body-redesigned{--admin-bg:#edf5ff;--admin-panel:rgba(255,255,255,.88);--admin-panel-solid:#ffffff;--admin-ink:#10213f;--admin-muted:#61728c;--admin-line:rgba(35,82,130,.14);--admin-blue:#0e4f9d;--admin-blue-deep:#082b62;--admin-orange:#f08a18;--admin-green:#16a36b;--admin-danger:#dc2626;--admin-radius-lg:32px;--admin-radius-md:22px;--admin-shadow:0 24px 70px -42px rgba(13,49,91,.45);background:radial-gradient(circle at 8% 6%,rgba(15,92,186,.20),transparent 32rem),radial-gradient(circle at 92% 12%,rgba(240,138,24,.18),transparent 34rem),linear-gradient(135deg,#eef6ff 0%,#f7fbff 42%,#edf5ff 100%);color:var(--admin-ink)}.admin-body-redesigned .admin-shell{display:grid;grid-template-columns:318px minmax(0,1fr);gap:0;min-height:100vh;background:transparent}.admin-body-redesigned .admin-shell-auth{display:grid;grid-template-columns:1fr}.admin-body-redesigned .admin-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:16px;padding:20px 16px;color:#dbeafe;background:radial-gradient(circle at 20% 0%,rgba(255,255,255,.15),transparent 15rem),radial-gradient(circle at 100% 100%,rgba(240,138,24,.18),transparent 16rem),linear-gradient(180deg,#082b62 0%,#093a7b 48%,#071f49 100%);border-right:1px solid rgba(255,255,255,.12);box-shadow:22px 0 56px -42px rgba(4,17,44,.92);overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.35) transparent}.admin-body-redesigned .admin-sidebar::-webkit-scrollbar{width:8px}.admin-body-redesigned .admin-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25);border-radius:999px}.admin-body-redesigned .admin-sidebar-head{padding:0 0 14px;border:0}.admin-body-redesigned .admin-sidebar-brand{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.08);color:#fff;text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}.admin-body-redesigned .admin-sidebar-brand:hover{background:rgba(255,255,255,.12);transform:translateY(-1px)}.admin-body-redesigned .admin-sidebar-brand-mark{width:50px;height:50px;flex:0 0 50px;border-radius:18px;background:linear-gradient(135deg,#ffb34f 0%,#f08a18 52%,#d96d0b 100%);color:#fff;box-shadow:0 16px 32px rgba(0,0,0,.18),inset 0 1px 0 rgba(255,255,255,.25)}.admin-body-redesigned .admin-sidebar-brand strong{display:block;color:#fff;font-size:15px;line-height:1.1}.admin-body-redesigned .admin-sidebar-brand span{display:block;margin-top:4px;color:rgba(219,234,254,.76);font-size:12px;line-height:1.35}.admin-sidebar-search{position:relative;margin-top:14px}.admin-sidebar-search span{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:rgba(219,234,254,.72);font-weight:900;pointer-events:none}.admin-sidebar-search input{width:100%;min-height:46px;padding:11px 14px 11px 38px;border:1px solid rgba(255,255,255,.15);border-radius:16px;background:rgba(255,255,255,.10);color:#fff;font:inherit;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.10)}.admin-sidebar-search input::placeholder{color:rgba(219,234,254,.68)}.admin-sidebar-search input:focus{border-color:rgba(255,179,79,.60);box-shadow:0 0 0 4px rgba(240,138,24,.16)}.admin-body-redesigned .admin-sidebar-groups{flex:1;padding:0}.admin-body-redesigned .admin-nav-group{margin:0 0 15px}.admin-body-redesigned .admin-nav-group-title{padding:0 10px 8px;color:rgba(219,234,254,.68);font-size:10px;letter-spacing:.16em}.admin-body-redesigned .admin-nav-group-links{display:grid;gap:7px}.admin-body-redesigned .admin-nav-group-links a{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:10px;min-height:58px;padding:9px 11px;border:1px solid rgba(255,255,255,.10);border-left:1px solid rgba(255,255,255,.10);border-radius:18px;color:rgba(239,246,255,.88);background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.07);transform:none}.admin-body-redesigned .admin-nav-group-links a:hover,.admin-body-redesigned .admin-nav-group-links a:focus-visible{color:#fff;background:rgba(255,255,255,.11);border-color:rgba(255,255,255,.20);transform:translateX(4px)}.admin-body-redesigned .admin-nav-group-links a.is-active{color:#fff;background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(240,138,24,.18));border-color:rgba(255,179,79,.55);box-shadow:0 18px 34px -24px rgba(0,0,0,.72)}.admin-body-redesigned .admin-nav-group-links a.is-active::before{content:'';position:absolute;left:-2px;top:14px;bottom:14px;width:4px;border-radius:999px;background:#ffb34f}.admin-body-redesigned .admin-nav-icon{width:38px;height:38px;border-radius:14px;background:rgba(255,255,255,.12);color:#fff;font-size:15px}.admin-body-redesigned .admin-nav-copy{min-width:0;display:grid;gap:2px}.admin-body-redesigned .admin-nav-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;color:inherit}.admin-body-redesigned .admin-nav-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(219,234,254,.66);font-size:11px;font-weight:700}.admin-body-redesigned .admin-nav-empty{margin:8px 10px;padding:12px;border-radius:16px;background:rgba(255,255,255,.08);color:rgba(219,234,254,.78);font-weight:800}.admin-body-redesigned .admin-sidebar-foot{display:grid;gap:10px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.08);color:rgba(219,234,254,.76)}.admin-body-redesigned .admin-sidebar-foot a{display:inline-flex;justify-content:center;align-items:center;min-height:40px;padding:9px 12px;border-radius:14px;background:#fff;color:#0b3a78;font-weight:900;text-decoration:none}.admin-body-redesigned .admin-sidebar-foot span{color:rgba(219,234,254,.74);font-size:12px;line-height:1.45}.admin-body-redesigned .admin-main{min-width:0;padding:22px;background:transparent}.admin-content-frame{min-width:0}.admin-body-redesigned .admin-topbar{position:sticky;top:16px;z-index:80;display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 16px;padding:18px;border:1px solid var(--admin-line);border-radius:30px;background:rgba(255,255,255,.82);backdrop-filter:blur(20px);box-shadow:var(--admin-shadow)}.admin-body-redesigned .admin-topbar-title{min-width:0}.admin-body-redesigned .admin-topbar-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:7px}.admin-body-redesigned .admin-badge,.admin-body-redesigned .admin-current-path{display:inline-flex;align-items:center;min-height:28px;padding:6px 10px;border:1px solid rgba(14,79,157,.12);border-radius:999px;background:rgba(239,246,255,.85);color:#0e4f9d;font-size:11px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.admin-body-redesigned .admin-badge-mode{color:#9a4c04;background:rgba(255,244,230,.95);border-color:rgba(240,138,24,.18)}.admin-body-redesigned .admin-current-path{max-width:min(46vw,520px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--admin-muted);letter-spacing:0;text-transform:none}.admin-body-redesigned .admin-topbar-title strong{color:var(--admin-ink);font-size:clamp(21px,2.3vw,30px);line-height:1.08;letter-spacing:-.04em}.admin-body-redesigned .admin-topbar-subtitle{max-width:780px;margin-top:6px;color:var(--admin-muted);font-size:13px;line-height:1.45}.admin-body-redesigned .admin-topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.admin-body-redesigned .admin-topbar-user{display:grid;gap:1px;min-width:154px;padding:9px 12px;border:1px solid var(--admin-line);border-radius:16px;background:#fff;color:var(--admin-ink);font-weight:900;box-shadow:0 12px 26px -20px rgba(13,49,91,.45)}.admin-body-redesigned .admin-topbar-user small{color:var(--admin-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.admin-body-redesigned .admin-mobile-toggle{width:42px;height:42px;border-radius:15px;background:#fff;box-shadow:0 12px 24px -18px rgba(13,49,91,.45)}.admin-body-redesigned .admin-workspace-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;max-width:none;padding:0;margin:0 0 16px;border:0;background:transparent;box-shadow:none}.admin-body-redesigned .admin-workspace-strip>div{min-height:88px;padding:16px;border:1px solid var(--admin-line);border-radius:24px;background:rgba(255,255,255,.76);backdrop-filter:blur(14px);box-shadow:0 18px 44px -34px rgba(13,49,91,.42)}.admin-body-redesigned .admin-workspace-strip span{color:var(--admin-muted);font-size:10px;letter-spacing:.12em}.admin-body-redesigned .admin-workspace-strip strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--admin-ink);font-size:15px}.admin-body-redesigned .admin-section{max-width:none;padding:0}.admin-body-redesigned .admin-section-head,.admin-body-redesigned .admin-dashboard-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin:0 0 18px;padding:28px;border:1px solid rgba(14,79,157,.16);border-radius:var(--admin-radius-lg);background:radial-gradient(circle at 0% 0%,rgba(14,79,157,.14),transparent 26rem),linear-gradient(135deg,rgba(255,255,255,.94) 0%,rgba(242,248,255,.88) 100%);box-shadow:var(--admin-shadow);backdrop-filter:blur(18px)}.admin-body-redesigned .admin-section-head::after,.admin-body-redesigned .admin-dashboard-hero::after{content:'';position:absolute;right:-70px;top:-90px;width:230px;height:230px;border-radius:50%;background:radial-gradient(circle,rgba(240,138,24,.20),transparent 68%);pointer-events:none}.admin-section-kicker{display:inline-flex;width:fit-content;margin-bottom:8px;padding:6px 11px;border-radius:999px;background:rgba(14,79,157,.10);color:var(--admin-blue);font-size:11px;font-weight:900;letter-spacing:.10em;text-transform:uppercase}.admin-body-redesigned .admin-section-head h1{margin:0 0 8px;color:var(--admin-ink);font-size:clamp(26px,3.1vw,42px);line-height:1.04;letter-spacing:-.05em}.admin-body-redesigned .admin-section-head p{max-width:760px;color:var(--admin-muted);font-size:15px;line-height:1.55}.admin-body-redesigned .admin-inline-actions,.admin-body-redesigned .admin-form-actions,.admin-body-redesigned .admin-row-actions,.admin-body-redesigned .admin-filter-actions{display:flex;flex-wrap:wrap;gap:9px;align-items:center}.admin-body-redesigned .btn{border-radius:15px;font-weight:900;box-shadow:0 12px 26px -22px rgba(13,49,91,.55)}.admin-body-redesigned .btn-primary{background:linear-gradient(135deg,#0e5fbe,#08397f);border-color:transparent}.admin-body-redesigned .btn-secondary{background:#fff;color:var(--admin-blue);border-color:rgba(14,79,157,.16)}.admin-body-redesigned .btn-danger{background:#fff;color:var(--admin-danger);border-color:rgba(220,38,38,.18)}.admin-body-redesigned .btn:hover,.admin-body-redesigned .admin-action-card:hover{transform:translateY(-2px)}.admin-body-redesigned .admin-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 18px}.admin-body-redesigned .admin-stat{position:relative;overflow:hidden;min-height:132px;display:flex;flex-direction:column-reverse;justify-content:space-between;padding:22px;border:1px solid var(--admin-line);border-radius:28px;background:rgba(255,255,255,.88);box-shadow:var(--admin-shadow)}.admin-body-redesigned .admin-stat::before{content:'';position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--admin-blue),#1d83e6)}.admin-body-redesigned .admin-stat::after{content:'';position:absolute;right:-34px;bottom:-38px;width:112px;height:112px;border-radius:50%;background:rgba(14,79,157,.08)}.admin-body-redesigned .admin-stat:nth-child(2)::before{background:linear-gradient(90deg,var(--admin-orange),#ffb34f)}.admin-body-redesigned .admin-stat:nth-child(3)::before{background:linear-gradient(90deg,var(--admin-green),#54d39b)}.admin-body-redesigned .admin-stat:nth-child(4)::before{background:linear-gradient(90deg,#7c3aed,#38bdf8)}.admin-body-redesigned .admin-stat strong{position:relative;z-index:1;margin:0;color:var(--admin-ink);font-size:clamp(30px,3.2vw,46px);letter-spacing:-.04em}.admin-body-redesigned .admin-stat span{position:relative;z-index:1;color:var(--admin-muted);font-size:13px;font-weight:900}.admin-dashboard-grid,.admin-body-redesigned .admin-overview-grid,.admin-body-redesigned .admin-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(330px,.85fr);gap:18px;align-items:start;margin:0 0 18px}.admin-body-redesigned .admin-grid-wide{grid-template-columns:minmax(0,1.42fr) minmax(340px,.8fr)}.admin-body-redesigned .admin-grid-menu,.admin-body-redesigned .admin-grid-departments,.admin-body-redesigned .admin-media-grid,.admin-body-redesigned .admin-settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-body-redesigned .admin-card,.admin-body-redesigned .admin-overview-grid>article,.admin-body-redesigned .admin-table-wrap,.admin-body-redesigned .admin-filter-card,.admin-body-redesigned .admin-form-card{border:1px solid var(--admin-line);border-radius:28px;background:rgba(255,255,255,.88);backdrop-filter:blur(14px);box-shadow:var(--admin-shadow)}.admin-body-redesigned .admin-card,.admin-body-redesigned .admin-overview-grid>article{padding:22px}.admin-body-redesigned .admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.admin-body-redesigned .admin-card-head h1,.admin-body-redesigned .admin-card-head h2,.admin-body-redesigned .admin-card-head h3{margin:0 0 5px;color:var(--admin-ink);letter-spacing:-.035em}.admin-body-redesigned .admin-card-head p,.admin-body-redesigned .admin-help,.admin-body-redesigned .admin-form-help,.admin-body-redesigned .form-hint,.admin-body-redesigned .admin-muted,.admin-body-redesigned .muted{color:var(--admin-muted);line-height:1.55}.admin-action-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.admin-action-card{position:relative;min-height:142px;display:flex;flex-direction:column;gap:8px;justify-content:space-between;padding:16px;border:1px solid rgba(14,79,157,.14);border-radius:24px;background:linear-gradient(145deg,#ffffff 0%,#f3f8ff 100%);color:var(--admin-ink);text-decoration:none;box-shadow:0 16px 38px -30px rgba(13,49,91,.46)}.admin-action-card::after{content:'→';position:absolute;right:14px;top:14px;color:var(--admin-blue);font-weight:900}.admin-action-card__icon{width:42px;height:42px;display:grid;place-items:center;border-radius:16px;background:rgba(14,79,157,.10);color:var(--admin-blue);font-size:18px}.admin-action-card strong{color:var(--admin-ink);font-size:15px;line-height:1.25}.admin-action-card small{color:var(--admin-muted);font-weight:800;line-height:1.35}.admin-readiness-list,.admin-body-redesigned .overview-list,.admin-body-redesigned .admin-quick-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.admin-body-redesigned .overview-list li,.admin-body-redesigned .admin-quick-list li a{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:13px 14px;border:1px solid rgba(14,79,157,.12);border-radius:18px;background:#f8fbff;color:var(--admin-ink)}.admin-body-redesigned .overview-list li strong{padding:5px 9px;border-radius:999px;background:rgba(22,163,107,.10);color:#08764e;font-size:10px;letter-spacing:.08em}.admin-empty-state{grid-column:1 / -1;padding:22px;border:1px dashed rgba(14,79,157,.22);border-radius:22px;background:#f8fbff;color:var(--admin-muted);font-weight:900}.admin-body-redesigned .admin-form{display:grid;gap:16px}.admin-body-redesigned .admin-form-grid,.admin-body-redesigned .admin-filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-body-redesigned .admin-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-body-redesigned .admin-form label,.admin-body-redesigned .admin-filter-panel label,.admin-body-redesigned .admin-filters label{display:grid;gap:7px;color:#2c425f;font-size:13px;font-weight:900}.admin-body-redesigned .admin-form input,.admin-body-redesigned .admin-form textarea,.admin-body-redesigned .admin-form select,.admin-body-redesigned .admin-filter-panel input,.admin-body-redesigned .admin-filter-panel select,.admin-body-redesigned .admin-filter-grid input,.admin-body-redesigned .admin-filter-grid select,.admin-body-redesigned .admin-filters input,.admin-body-redesigned .admin-filters select{width:100%;min-height:46px;padding:11px 13px;border:1px solid rgba(31,89,149,.18);border-radius:16px;background:#fbfdff;color:var(--admin-ink);font:inherit;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.admin-body-redesigned .admin-form textarea{min-height:118px;line-height:1.55}.admin-body-redesigned .admin-form input:focus,.admin-body-redesigned .admin-form textarea:focus,.admin-body-redesigned .admin-form select:focus,.admin-body-redesigned .admin-filter-panel input:focus,.admin-body-redesigned .admin-filter-panel select:focus,.admin-body-redesigned .admin-filter-grid input:focus,.admin-body-redesigned .admin-filter-grid select:focus{border-color:rgba(14,95,190,.60);outline:none;box-shadow:0 0 0 4px rgba(14,95,190,.13)}.admin-body-redesigned .admin-field-invalid{color:var(--admin-danger)}.admin-body-redesigned .admin-field-invalid input,.admin-body-redesigned .admin-field-invalid textarea,.admin-body-redesigned .admin-field-invalid select{border-color:rgba(220,38,38,.48);box-shadow:0 0 0 4px rgba(220,38,38,.10)}.admin-body-redesigned .admin-check{display:inline-flex !important;align-items:center;flex-direction:row !important;gap:9px !important;width:fit-content;min-height:42px;padding:8px 12px;border:1px solid rgba(14,79,157,.12);border-radius:16px;background:#f8fbff}.admin-body-redesigned .admin-check input{width:auto;min-height:0;box-shadow:none}.admin-body-redesigned .admin-table-wrap{overflow:auto;padding:0}.admin-body-redesigned .admin-table{width:100%;border-collapse:separate;border-spacing:0;font-size:14px}.admin-body-redesigned .admin-table th{position:sticky;top:0;z-index:2;padding:14px 16px;border:0;border-bottom:1px solid rgba(14,79,157,.12);background:#eff6ff;color:#4e6380;font-size:11px;letter-spacing:.10em}.admin-body-redesigned .admin-table td{padding:14px 16px;border:0;border-bottom:1px solid rgba(14,79,157,.09);color:#213650;vertical-align:top}.admin-body-redesigned .admin-table tbody tr:hover td{background:#f8fbff}.admin-body-redesigned .admin-badge-published,.admin-body-redesigned .admin-status.is-published,.admin-body-redesigned .admin-badge-success{background:rgba(22,163,107,.12);color:#08764e;border-color:rgba(22,163,107,.20)}.admin-body-redesigned .admin-badge-draft,.admin-body-redesigned .admin-status.is-draft{background:rgba(14,95,190,.12);color:#0e4f9d;border-color:rgba(14,95,190,.20)}.admin-body-redesigned .admin-badge-archived,.admin-body-redesigned .admin-status.is-archived{background:rgba(100,116,139,.13);color:#475569;border-color:rgba(100,116,139,.20)}.admin-body-redesigned .admin-badge-scheduled{background:rgba(240,138,24,.13);color:#9a4c04;border-color:rgba(240,138,24,.20)}.admin-body-redesigned .admin-status,.admin-body-redesigned .admin-badge{width:fit-content;font-weight:900}.admin-body-redesigned .admin-filter-panel,.admin-body-redesigned .admin-filters,.admin-body-redesigned .news-filter-panel--server .news-filter-panel__controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px;align-items:end;margin:0 0 18px;padding:16px;border:1px solid var(--admin-line);border-radius:24px;background:rgba(255,255,255,.78);box-shadow:0 16px 40px -34px rgba(13,49,91,.42)}.admin-body-redesigned .admin-status-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 18px}.admin-body-redesigned .admin-status-tab{min-height:52px;padding:11px 14px;border:1px solid var(--admin-line);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 14px 34px -28px rgba(13,49,91,.42)}.admin-body-redesigned .admin-status-tab.is-active{border-color:rgba(14,95,190,.36);background:#eef6ff}.admin-body-redesigned .admin-page-block-card,.admin-body-redesigned .admin-side-rail-editor-card,.admin-body-redesigned details.admin-page-block-card__details,.admin-body-redesigned .admin-upload-hint{border-radius:22px;border:1px solid rgba(14,79,157,.12);background:#f8fbff;box-shadow:0 12px 30px -28px rgba(13,49,91,.40)}.admin-body-redesigned .admin-page-block-card{padding:16px}.admin-body-redesigned .admin-page-block-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.admin-body-redesigned .admin-sticky-actions{position:sticky;bottom:16px;z-index:50;border-radius:24px;background:rgba(255,255,255,.90);backdrop-filter:blur(18px);border:1px solid var(--admin-line);box-shadow:0 22px 54px -34px rgba(13,49,91,.55)}.admin-body-redesigned .admin-flashes{display:grid;gap:9px;padding:0;margin:0 0 16px}.admin-body-redesigned .admin-flash{padding:14px 16px;border-radius:18px;font-weight:800;box-shadow:0 14px 32px -28px rgba(13,49,91,.44)}.admin-body-redesigned .admin-login-screen{min-height:100vh;background:radial-gradient(circle at 18% 15%,rgba(255,179,79,.28),transparent 26rem),linear-gradient(135deg,#071f49 0%,#0e4f9d 100%)}.admin-body-redesigned .admin-login-card{border:1px solid rgba(255,255,255,.24);border-radius:32px;box-shadow:0 34px 90px -42px rgba(0,0,0,.70)}@media (max-width:1280px){.admin-body-redesigned .admin-shell{grid-template-columns:292px minmax(0,1fr)}.admin-body-redesigned .admin-workspace-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-action-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-body-redesigned .admin-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.admin-body-redesigned .admin-shell{grid-template-columns:1fr}.admin-body-redesigned .admin-sidebar{position:fixed;inset:0 auto 0 0;width:min(318px,88vw);height:100vh;z-index:120;transform:translateX(-105%);transition:transform .24s ease}.admin-body-redesigned .admin-sidebar.is-open{transform:translateX(0)}.admin-body-redesigned .admin-mobile-toggle{display:inline-grid;place-items:center}.admin-body-redesigned .admin-topbar{top:10px}.admin-body-redesigned .admin-topbar-actions{width:100%;justify-content:flex-start}.admin-body-redesigned .admin-dashboard-grid,.admin-body-redesigned .admin-overview-grid,.admin-body-redesigned .admin-grid,.admin-body-redesigned .admin-grid-wide,.admin-body-redesigned .admin-grid-menu,.admin-body-redesigned .admin-grid-departments,.admin-body-redesigned .admin-media-grid,.admin-body-redesigned .admin-settings-grid{grid-template-columns:1fr}}@media (max-width:760px){.admin-body-redesigned .admin-main{padding:14px}.admin-body-redesigned .admin-topbar{position:relative;top:auto;border-radius:24px}.admin-body-redesigned .admin-topbar-actions .btn,.admin-body-redesigned .admin-topbar-actions form,.admin-body-redesigned .admin-topbar-actions form .btn{width:100%}.admin-body-redesigned .admin-topbar-user{width:100%}.admin-body-redesigned .admin-workspace-strip,.admin-body-redesigned .admin-stats,.admin-action-grid,.admin-body-redesigned .admin-form-grid,.admin-body-redesigned .admin-form-grid-3,.admin-body-redesigned .admin-filter-grid{grid-template-columns:1fr}.admin-body-redesigned .admin-section-head{padding:22px;border-radius:24px}.admin-body-redesigned .admin-card,.admin-body-redesigned .admin-overview-grid>article{padding:18px;border-radius:24px}.admin-body-redesigned .admin-current-path{max-width:100%}.admin-body-redesigned .admin-table-wrap{border-radius:20px}}@media (max-width:520px){.admin-body-redesigned .admin-section-head h1{font-size:28px}.admin-body-redesigned .admin-stat{min-height:112px}.admin-action-card{min-height:120px}.admin-body-redesigned .admin-table th,.admin-body-redesigned .admin-table td{padding:12px}}.admin-body-redesigned .admin-main{padding:clamp(16px,2vw,26px)}.admin-body-redesigned .admin-content-frame,.admin-body-redesigned .admin-topbar,.admin-body-redesigned .admin-workspace-strip{width:min(100%,1560px);margin-left:auto;margin-right:auto}.admin-body-redesigned .admin-topbar{align-items:flex-start}.admin-body-redesigned .admin-topbar-actions{flex-shrink:0;max-width:100%}.admin-body-redesigned .admin-workspace-strip>div{min-height:72px;padding:13px 14px}.admin-body-redesigned .admin-section,.admin-body-redesigned .admin-form,.admin-body-redesigned .admin-card,.admin-body-redesigned .admin-table-wrap,.admin-body-redesigned .admin-home-section-row{min-width:0}.admin-body-redesigned .admin-card,.admin-body-redesigned .admin-overview-grid>article,.admin-body-redesigned .admin-home-section-row,.admin-body-redesigned .admin-settings-grid .admin-card{padding:clamp(18px,1.8vw,26px)}.admin-body-redesigned .admin-card-head{align-items:flex-start;gap:12px;margin-bottom:18px}.admin-body-redesigned .admin-card-head h1,.admin-body-redesigned .admin-card-head h2,.admin-body-redesigned .admin-section-head h1{overflow-wrap:anywhere}.admin-body-redesigned .admin-home-section-row__top{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,188px);gap:14px;align-items:stretch}.admin-body-redesigned .admin-checkbox-label,.admin-body-redesigned .admin-home-section-toggle{display:flex !important;flex-direction:row !important;align-items:center !important;gap:14px !important;min-height:76px;padding:14px 16px;border:1px solid rgba(14,79,157,.14);border-radius:20px;background:#f8fbff;box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}.admin-body-redesigned .admin-checkbox-label span,.admin-body-redesigned .admin-home-section-toggle span{min-width:0}.admin-body-redesigned .admin-checkbox-label strong,.admin-body-redesigned .admin-home-section-toggle strong{display:block;color:var(--admin-ink);font-size:15px;line-height:1.25}.admin-body-redesigned .admin-checkbox-label small,.admin-body-redesigned .admin-home-section-toggle small{max-width:820px;color:var(--admin-muted);line-height:1.45}.admin-body-redesigned .admin-form input[type="checkbox"],.admin-body-redesigned .admin-form input[type="radio"],.admin-body-redesigned .admin-filter-panel input[type="checkbox"],.admin-body-redesigned .admin-filters input[type="checkbox"]{appearance:none;-webkit-appearance:none;width:22px !important;min-width:22px !important;max-width:22px !important;height:22px !important;min-height:22px !important;flex:0 0 22px;margin:0;padding:0;border:2px solid rgba(14,79,157,.36);border-radius:7px;background:#fff;box-shadow:none;cursor:pointer;position:relative}.admin-body-redesigned .admin-form input[type="radio"]{border-radius:50%}.admin-body-redesigned .admin-form input[type="checkbox"]:checked,.admin-body-redesigned .admin-filter-panel input[type="checkbox"]:checked,.admin-body-redesigned .admin-filters input[type="checkbox"]:checked{border-color:var(--admin-blue);background:var(--admin-blue)}.admin-body-redesigned .admin-form input[type="checkbox"]:checked::after,.admin-body-redesigned .admin-filter-panel input[type="checkbox"]:checked::after,.admin-body-redesigned .admin-filters input[type="checkbox"]:checked::after{content:'';position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.admin-body-redesigned .admin-form input[type="radio"]:checked{border-color:var(--admin-blue);background:radial-gradient(circle,var(--admin-blue) 0 42%,#fff 46% 100%)}.admin-body-redesigned .admin-form input[type="file"]{min-height:48px;padding:9px 12px;cursor:pointer}.admin-body-redesigned .admin-home-section-order{display:grid !important;align-content:center;gap:8px;min-height:76px;padding:14px 16px;border:1px solid rgba(14,79,157,.14);border-radius:20px;background:#f8fbff;color:#2c425f;font-size:13px;font-weight:900}.admin-body-redesigned .admin-home-section-order input{max-width:100%;text-align:center;font-weight:900}.admin-body-redesigned .admin-home-section-fields{display:grid;gap:16px;padding-top:2px}.admin-body-redesigned .admin-editor-note,.admin-body-redesigned .admin-admin-note,.admin-body-redesigned .admin-help{padding:12px 14px;border:1px solid rgba(14,79,157,.12);border-radius:18px;background:#f8fbff;color:var(--admin-muted);font-weight:800;line-height:1.5}.admin-body-redesigned .admin-side-rail-editor-grid,.admin-body-redesigned .admin-home-advantage-grid,.admin-body-redesigned .admin-page-block-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.admin-body-redesigned .admin-side-rail-editor-card,.admin-body-redesigned .admin-home-advantage-card{min-width:0;padding:16px}.admin-body-redesigned .admin-side-rail-editor-card strong,.admin-body-redesigned .admin-home-advantage-card strong{display:block;margin-bottom:10px;color:var(--admin-blue-deep)}.admin-body-redesigned .admin-form-grid,.admin-body-redesigned .admin-form-grid-3{align-items:start}.admin-body-redesigned .admin-form textarea,.admin-body-redesigned .admin-form input,.admin-body-redesigned .admin-form select{max-width:100%}.admin-body-redesigned .admin-table-wrap{max-width:100%}.admin-body-redesigned .admin-table td,.admin-body-redesigned .admin-table th{overflow-wrap:anywhere}.admin-body-redesigned .admin-sticky-actions,.admin-body-redesigned .admin-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;padding:14px}.admin-body-redesigned .admin-settings-grid{align-items:start}.admin-body-redesigned .admin-settings-grid .admin-card{height:auto}.admin-body-redesigned .admin-check{width:auto;max-width:100%}.admin-body-redesigned .admin-check input[type="checkbox"]{margin-right:0}@media (max-width:1180px){.admin-body-redesigned .admin-home-section-row__top{grid-template-columns:1fr}.admin-body-redesigned .admin-home-section-order{min-height:auto}}@media (max-width:760px){.admin-body-redesigned .admin-main{padding:12px}.admin-body-redesigned .admin-workspace-strip>div{min-height:auto}.admin-body-redesigned .admin-checkbox-label,.admin-body-redesigned .admin-home-section-toggle{align-items:flex-start !important;min-height:auto;padding:13px}.admin-body-redesigned .admin-sticky-actions,.admin-body-redesigned .admin-form-actions{position:static}.admin-body-redesigned .admin-sticky-actions .btn,.admin-body-redesigned .admin-form-actions .btn,.admin-body-redesigned .admin-form-actions button{width:100%}}.admin-body-redesigned .admin-grid-wide,.admin-body-redesigned .admin-grid-menu-wide{grid-template-columns:1fr}.admin-body-redesigned .admin-form-grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.admin-body-redesigned .admin-side-rail-editor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-body-redesigned .admin-home-advantage-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.admin-body-redesigned .admin-form textarea,.admin-body-redesigned .admin-page-block-card textarea,.admin-body-redesigned .admin-side-rail-editor-card textarea,.admin-body-redesigned .admin-home-advantage-card textarea{min-height:110px;line-height:1.52}.admin-body-redesigned .admin-form textarea[rows="2"],.admin-body-redesigned .admin-form textarea[rows="3"],.admin-body-redesigned .admin-page-block-card textarea[rows="2"],.admin-body-redesigned .admin-page-block-card textarea[rows="3"]{min-height:88px}.admin-body-redesigned .admin-form textarea[rows="6"],.admin-body-redesigned .admin-form textarea[rows="7"],.admin-body-redesigned .admin-form textarea[rows="9"],.admin-body-redesigned .admin-page-block-card textarea[rows="6"]{min-height:160px}.admin-body-redesigned .admin-page-block-card__details,.admin-body-redesigned .admin-language-editor{display:grid;gap:14px}.admin-body-redesigned .admin-page-block-card__details>summary,.admin-body-redesigned .admin-language-editor>summary{margin:-2px 0 2px}.admin-body-redesigned .admin-table-wrap{overflow-x:auto}.admin-body-redesigned .admin-table{width:100%;min-width:var(--admin-table-min,100%);table-layout:auto}.admin-body-redesigned .admin-table-pages{--admin-table-min:760px}.admin-body-redesigned .admin-table-menu{--admin-table-min:980px}.admin-body-redesigned .admin-table-redirects{--admin-table-min:1180px}.admin-body-redesigned .admin-table th,.admin-body-redesigned .admin-table td{vertical-align:top;white-space:normal;word-break:normal;overflow-wrap:break-word}.admin-body-redesigned .admin-table td code,.admin-body-redesigned .admin-table td a,.admin-body-redesigned .admin-table .muted,.admin-body-redesigned .admin-table small{overflow-wrap:anywhere;word-break:break-word}.admin-body-redesigned .admin-cell-primary{min-width:220px;font-weight:800;color:var(--admin-ink)}.admin-body-redesigned .admin-cell-route{min-width:220px;color:var(--admin-blue-deep)}.admin-body-redesigned .admin-cell-meta{min-width:140px;color:var(--admin-muted)}.admin-body-redesigned .admin-cell-code{min-width:260px}.admin-body-redesigned .admin-cell-status{min-width:96px;white-space:nowrap}.admin-body-redesigned .admin-cell-actions,.admin-body-redesigned .admin-table-actions{min-width:190px;white-space:nowrap}.admin-body-redesigned .admin-row-actions{display:flex;align-items:flex-start;gap:8px;flex-wrap:wrap}.admin-body-redesigned .admin-row-actions form{margin:0}.admin-body-redesigned .admin-row-actions .btn,.admin-body-redesigned .admin-table-actions .btn{white-space:nowrap}@media (max-width:1360px){.admin-body-redesigned .admin-side-rail-editor-grid{grid-template-columns:1fr}}@media (max-width:760px){.admin-body-redesigned .admin-table-pages,.admin-body-redesigned .admin-table-menu,.admin-body-redesigned .admin-table-redirects{min-width:100%}.admin-body-redesigned .admin-cell-actions,.admin-body-redesigned .admin-table-actions,.admin-body-redesigned .admin-cell-status{white-space:normal}}.admin-body-redesigned .admin-grid-admin-stack,.admin-body-redesigned .admin-section-specialties.admin-grid-admin-stack{display:grid;grid-template-columns:1fr !important;gap:18px;align-items:start}.admin-body-redesigned .admin-section-specialties>.admin-card,.admin-body-redesigned .admin-section-news .admin-grid-admin-stack>.admin-card,.admin-body-redesigned .admin-section-documents .admin-grid-admin-stack>.admin-card{width:100%;min-width:0}.admin-body-redesigned .admin-section-specialties .admin-table-wrap,.admin-body-redesigned .admin-section-news .admin-table-wrap,.admin-body-redesigned .admin-section-documents .admin-table-wrap{overflow-x:auto;overflow-y:visible}.admin-body-redesigned .admin-table-specialties,.admin-body-redesigned .admin-table-news,.admin-body-redesigned .admin-table-documents{table-layout:auto}.admin-body-redesigned .admin-table-specialties{--admin-table-min:1000px}.admin-body-redesigned .admin-table-news{--admin-table-min:1120px}.admin-body-redesigned .admin-table-documents{--admin-table-min:1220px}.admin-body-redesigned .admin-cell-media{width:118px;min-width:118px;text-align:left}.admin-body-redesigned .admin-cell-file{min-width:210px;overflow-wrap:anywhere}.admin-body-redesigned .admin-table-specialties .admin-cell-primary,.admin-body-redesigned .admin-table-news .admin-cell-primary,.admin-body-redesigned .admin-table-documents .admin-cell-primary{min-width:280px}.admin-body-redesigned .admin-table-news .admin-cell-route,.admin-body-redesigned .admin-table-documents .admin-cell-route{min-width:220px}.admin-body-redesigned .admin-table-specialties .admin-cell-actions,.admin-body-redesigned .admin-table-news .admin-cell-actions,.admin-body-redesigned .admin-table-documents .admin-cell-actions{width:230px;min-width:230px;white-space:normal}.admin-body-redesigned .admin-table-specialties .admin-row-actions,.admin-body-redesigned .admin-table-news .admin-row-actions,.admin-body-redesigned .admin-table-documents .admin-row-actions{display:grid;grid-template-columns:repeat(2,minmax(94px,1fr));align-items:stretch;gap:8px}.admin-body-redesigned .admin-table-documents .admin-row-actions{grid-template-columns:repeat(2,minmax(86px,1fr))}.admin-body-redesigned .admin-table-specialties .admin-row-actions .btn,.admin-body-redesigned .admin-table-specialties .admin-row-actions button,.admin-body-redesigned .admin-table-news .admin-row-actions .btn,.admin-body-redesigned .admin-table-news .admin-row-actions button,.admin-body-redesigned .admin-table-documents .admin-row-actions .btn,.admin-body-redesigned .admin-table-documents .admin-row-actions button{width:100%;min-height:44px;padding-left:12px;padding-right:12px;justify-content:center;text-align:center}.admin-body-redesigned .admin-table-specialties .admin-row-actions form,.admin-body-redesigned .admin-table-news .admin-row-actions form,.admin-body-redesigned .admin-table-documents .admin-row-actions form{display:contents}.admin-body-redesigned .admin-filter-form{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(170px,.75fr) minmax(220px,.9fr) auto;gap:12px;align-items:end;margin:14px 0 18px;padding:14px;border:1px solid rgba(14,79,157,.12);border-radius:22px;background:#f8fbff}.admin-body-redesigned .admin-filter-form label{display:grid;gap:6px;color:#2c425f;font-size:13px;font-weight:900}.admin-body-redesigned .admin-filter-form input,.admin-body-redesigned .admin-filter-form select{width:100%;min-height:46px;border:1px solid rgba(28,82,140,.18);border-radius:15px;background:#fff;color:var(--admin-ink);font:inherit;font-weight:800;padding:10px 12px}.admin-body-redesigned .admin-filter-form .admin-filter-actions{display:flex;gap:8px;justify-content:flex-end;flex-wrap:wrap}.admin-body-redesigned .admin-filter-form .btn{min-height:46px}@media (max-width:1180px){.admin-body-redesigned .admin-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.admin-body-redesigned .admin-table-specialties,.admin-body-redesigned .admin-table-news,.admin-body-redesigned .admin-table-documents{min-width:860px}.admin-body-redesigned .admin-filter-form{grid-template-columns:1fr}.admin-body-redesigned .admin-filter-form .admin-filter-actions,.admin-body-redesigned .admin-filter-form .btn{width:100%}}.admin-body-redesigned .admin-editor-guide{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 18px}.admin-body-redesigned .admin-editor-guide--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.admin-body-redesigned .admin-editor-guide article{position:relative;display:grid;gap:8px;min-width:0;padding:16px 16px 16px 58px;border:1px solid rgba(28,82,140,.16);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(241,247,255,.82));box-shadow:0 16px 42px -34px rgba(10,37,75,.32)}.admin-body-redesigned .admin-editor-guide article>span{position:absolute;left:14px;top:16px;display:grid;place-items:center;width:32px;height:32px;border-radius:12px;background:rgba(14,79,157,.10);color:var(--admin-blue-deep);font-size:11px;font-weight:1000;letter-spacing:.08em}.admin-body-redesigned .admin-editor-guide strong{color:var(--admin-ink);font-size:14px;font-weight:1000}.admin-body-redesigned .admin-editor-guide p{margin:0;color:var(--admin-muted);font-size:12px;line-height:1.45}.admin-body-redesigned .admin-editor-card{padding:0;overflow:visible}.admin-body-redesigned .admin-editor-card>.admin-card-head,.admin-body-redesigned .admin-editor-card>.admin-editor-nav,.admin-body-redesigned .admin-editor-card>.admin-form{padding-left:clamp(18px,2.4vw,28px);padding-right:clamp(18px,2.4vw,28px)}.admin-body-redesigned .admin-card-head-sticky{position:sticky;top:0;z-index:8;padding-top:22px;padding-bottom:16px;border-bottom:1px solid rgba(28,82,140,.10);border-radius:28px 28px 0 0;background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.admin-body-redesigned .admin-editor-nav{position:sticky;top:88px;z-index:7;display:flex;gap:8px;flex-wrap:wrap;padding-top:14px;padding-bottom:14px;border-bottom:1px solid rgba(28,82,140,.10);background:rgba(248,251,255,.95);backdrop-filter:blur(14px)}.admin-body-redesigned .admin-editor-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border:1px solid rgba(28,82,140,.16);border-radius:999px;background:#fff;color:var(--admin-blue-deep);font-size:12px;font-weight:1000;text-decoration:none}.admin-body-redesigned .admin-editor-nav a:hover,.admin-body-redesigned .admin-editor-nav a:focus{border-color:rgba(14,79,157,.32);background:#eff6ff}.admin-body-redesigned .admin-page-editor-form{padding-top:20px;padding-bottom:24px}.admin-body-redesigned .admin-editor-section{display:grid;gap:16px;min-width:0;padding:clamp(16px,2vw,24px);border:1px solid rgba(28,82,140,.14);border-radius:26px;background:rgba(255,255,255,.88);box-shadow:0 20px 52px -44px rgba(10,37,75,.28);scroll-margin-top:170px}.admin-body-redesigned .admin-editor-section__head{display:flex;align-items:flex-start;gap:13px;min-width:0}.admin-body-redesigned .admin-editor-section__head h3{margin:0 0 4px;color:var(--admin-ink);font-size:clamp(20px,2vw,28px);letter-spacing:-.02em}.admin-body-redesigned .admin-editor-section__head p{margin:0;color:var(--admin-muted);line-height:1.5;font-weight:800}.admin-body-redesigned .admin-editor-step{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:15px;background:linear-gradient(135deg,var(--admin-blue),#2c78d0);color:#fff;font-weight:1000;box-shadow:0 14px 28px -20px rgba(14,79,157,.6)}.admin-body-redesigned .admin-field-hint{display:block;margin-top:-2px;color:var(--admin-muted);font-size:12px;font-weight:750;line-height:1.45}.admin-body-redesigned .admin-field-hint code,.admin-body-redesigned .admin-editor-note code{padding:1px 5px;border-radius:7px;background:rgba(14,79,157,.08);color:var(--admin-blue-deep);font-size:.95em}.admin-body-redesigned .admin-language-panels{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(260px,.91fr) minmax(260px,.91fr);gap:14px;align-items:stretch}.admin-body-redesigned .admin-language-panel{display:grid;align-content:start;gap:14px;min-width:0;padding:16px;border:1px solid rgba(28,82,140,.14);border-radius:22px;background:#f8fbff}.admin-body-redesigned .admin-language-panel--primary{background:linear-gradient(180deg,#fff,#f8fbff)}.admin-body-redesigned .admin-language-panel__head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-bottom:8px;border-bottom:1px dashed rgba(28,82,140,.18)}.admin-body-redesigned .admin-language-panel__head strong{display:inline-grid;place-items:center;min-width:42px;height:32px;border-radius:12px;background:rgba(14,79,157,.10);color:var(--admin-blue-deep);font-weight:1000}.admin-body-redesigned .admin-language-panel__head span{color:var(--admin-muted);font-size:12px;font-weight:900}.admin-body-redesigned .admin-editor-note{padding:13px 15px;border:1px solid rgba(14,79,157,.12);border-radius:18px;background:#eff6ff;color:#375574;line-height:1.55;font-size:13px;font-weight:800}.admin-body-redesigned .admin-indexable-check{align-self:stretch;align-items:center;min-height:78px}.admin-body-redesigned .admin-indexable-check span{display:grid;gap:3px}.admin-body-redesigned .admin-indexable-check small{color:var(--admin-muted);font-size:12px;font-weight:750}.admin-body-redesigned .admin-block-type-help{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.admin-body-redesigned .admin-block-type-help span{display:grid;gap:3px;padding:12px 13px;border:1px solid rgba(28,82,140,.12);border-radius:17px;background:#f8fbff;color:var(--admin-muted);font-size:12px;line-height:1.4;font-weight:760}.admin-body-redesigned .admin-block-type-help strong{color:var(--admin-ink);font-size:12px;font-weight:1000}.admin-body-redesigned .admin-page-block-card__top>div{display:grid;gap:4px;min-width:min(360px,100%)}.admin-body-redesigned .admin-page-block-card__top small{color:var(--admin-muted);line-height:1.35;font-weight:800}.admin-body-redesigned .admin-list-card .admin-card-head p{margin:4px 0 0;color:var(--admin-muted);font-size:13px;font-weight:800}@media (max-width:1280px){.admin-body-redesigned .admin-editor-guide,.admin-body-redesigned .admin-editor-guide--compact,.admin-body-redesigned .admin-language-panels{grid-template-columns:1fr 1fr}}@media (max-width:820px){.admin-body-redesigned .admin-editor-guide,.admin-body-redesigned .admin-editor-guide--compact,.admin-body-redesigned .admin-language-panels{grid-template-columns:1fr}.admin-body-redesigned .admin-card-head-sticky,.admin-body-redesigned .admin-editor-nav{position:static}.admin-body-redesigned .admin-editor-nav a{flex:1 1 calc(50% - 8px)}.admin-body-redesigned .admin-editor-section{scroll-margin-top:20px}}.site-footer-v145 .site-footer-shell-v115{padding-top:28px !important;padding-bottom:20px !important}.site-footer-v145 .site-footer-main-v145{display:grid !important;grid-template-columns:minmax(300px,1.35fr) minmax(170px,.72fr) minmax(170px,.72fr) minmax(230px,.95fr) !important;gap:22px !important;align-items:start !important}.site-footer-v145 .site-footer-brand-v145{min-width:0 !important}.site-footer-v145 .site-footer-text-v145{max-width:520px !important;margin-top:12px !important;font-size:13.5px !important;line-height:1.55 !important}.site-footer-v145 .site-footer-heading-v115{margin-bottom:10px !important}.site-footer-v145 .site-footer-links-v145{display:grid !important;gap:6px !important}.site-footer-v145 .site-footer-links-v145 a{min-height:32px !important;padding:7px 9px !important;border-radius:12px !important;line-height:1.25 !important}.site-footer-contacts-v145{min-width:0 !important}.site-footer-contact-list-v145{display:grid !important;gap:8px !important}.site-footer-contact-row-v145{display:grid !important;gap:3px !important;min-width:0 !important}.site-footer-contact-row-v145 span{color:#ffb365 !important;font-size:10px !important;font-weight:900 !important;letter-spacing:.08em !important;text-transform:uppercase !important}.site-footer-contact-row-v145 strong,.site-footer-contact-row-v145 a{color:#f5f9ff !important;font-size:13px !important;font-weight:800 !important;line-height:1.35 !important;text-decoration:none !important;overflow-wrap:anywhere !important}.site-footer-contact-row-v145 a:hover{color:#ffcf95 !important}.site-footer-map-link-v145{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:34px !important;margin-top:12px !important;padding:8px 12px !important;border-radius:999px !important;border:1px solid rgba(241,145,34,.42) !important;background:rgba(241,145,34,.10) !important;color:#fff4e4 !important;font-size:12.5px !important;font-weight:900 !important;line-height:1 !important;text-decoration:none !important}.site-footer-map-link-v145:hover{border-color:rgba(241,145,34,.72) !important;background:rgba(241,145,34,.17) !important;color:#ffffff !important}.site-footer-bottom-v145{align-items:center !important;gap:14px !important;margin-top:20px !important;padding-top:14px !important}.site-footer-bottom-links-v145{display:flex !important;align-items:center !important;justify-content:flex-end !important;gap:8px !important;flex-wrap:wrap !important;min-width:0 !important}.site-footer-bottom-links-v145 a{display:inline-flex !important;align-items:center !important;min-height:30px !important;padding:6px 10px !important;border-radius:999px !important;border:1px solid rgba(123,166,211,.20) !important;background:rgba(255,255,255,.035) !important;color:#dce9f8 !important;font-size:12.5px !important;font-weight:800 !important;line-height:1 !important;text-decoration:none !important}.site-footer-bottom-links-v145 a:hover{color:#ffffff !important;border-color:rgba(241,145,34,.48) !important;background:rgba(255,255,255,.08) !important}@media (max-width:1180px){.site-footer-v145 .site-footer-main-v145{grid-template-columns:minmax(0,1fr) minmax(190px,.8fr) !important}.site-footer-v145 .site-footer-brand-v145{grid-column:1 / -1 !important}}@media (max-width:720px){.site-footer-v145 .site-footer-shell-v115{padding-top:22px !important}.site-footer-v145 .site-footer-main-v145{grid-template-columns:1fr !important;gap:18px !important}.site-footer-bottom-v145{justify-content:flex-start !important}.site-footer-bottom-links-v145{justify-content:flex-start !important;width:100% !important}}body.site-body.is-home .hero-premium-shell-v4,body.site-body.is-home .hero-campus-frame{border-radius:34px !important;overflow:hidden !important;background-clip:padding-box !important;isolation:isolate !important}body.site-body.is-home .hero-premium-shell-v4::before,body.site-body.is-home .hero-premium-shell-v4::after,body.site-body.is-home .hero-campus-frame::before,body.site-body.is-home .hero-campus-frame::after{border-radius:inherit !important;overflow:hidden !important}body.site-body.is-home .hero-campus-frame{-webkit-mask-image:radial-gradient(#fff,#fff);mask-image:radial-gradient(#fff,#fff)}body.site-body.is-home .hero-campus-stage{border-radius:30px !important;overflow:hidden !important;background-clip:padding-box !important}body.site-body.is-home .hero-campus-routeboard{border-radius:28px !important;overflow:hidden !important;background-clip:padding-box !important}@media (max-width:768px){body.site-body.is-home .hero-premium-shell-v4,body.site-body.is-home .hero-campus-frame{border-radius:24px !important}body.site-body.is-home .hero-campus-stage,body.site-body.is-home .hero-campus-routeboard{border-radius:20px !important}}body.site-body.is-home .home-side-rail--announcements .home-side-rail__links{gap:10px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news{grid-template-columns:minmax(0,1fr) !important;grid-template-rows:auto auto auto auto auto !important;gap:7px !important;min-height:150px !important;padding:10px 34px 12px 12px !important;align-content:start !important;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,248,238,.94)) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news .home-announcement-card__index{grid-column:1 !important;grid-row:1 !important;width:fit-content !important;min-width:0 !important;height:auto !important;padding:5px 8px !important;border-radius:999px !important;font-size:10px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__media{position:relative;grid-column:1 !important;grid-row:1 !important;display:block;width:100%;aspect-ratio:16 / 9;min-height:78px;border-radius:15px;overflow:hidden;background:linear-gradient(135deg,rgba(245,157,54,.16),rgba(255,255,255,.75));box-shadow:inset 0 0 0 1px rgba(245,157,54,.16)}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__media img{display:block;width:100%;height:100%;object-fit:cover}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--with-image .home-announcement-card__badge{position:absolute !important;z-index:3 !important;left:18px !important;top:18px !important;grid-column:auto !important;grid-row:auto !important;max-width:calc(100% - 58px) !important;background:rgba(255,255,255,.92) !important;box-shadow:0 8px 18px rgba(92,48,3,.12) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news:not(.home-announcement-card--with-image) .home-announcement-card__badge{grid-column:1 !important;grid-row:1 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news strong{grid-column:1 !important;grid-row:auto !important;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;color:#4f2a08 !important;font-size:13.5px !important;line-height:1.22 !important;padding-right:0 !important;overflow-wrap:break-word !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news small{grid-column:1 !important;grid-row:auto !important;display:-webkit-box !important;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#7b6044 !important;font-size:11px !important;line-height:1.34 !important;padding-right:0 !important;overflow-wrap:break-word !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__date{grid-column:1 !important;grid-row:auto !important;width:fit-content;margin-top:1px;padding:4px 8px;border-radius:999px;background:rgba(245,157,54,.12);color:#8c4606;font-size:10px;font-style:normal;font-weight:900;line-height:1}@media (min-width:1180px) and (max-width:1599px){body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news{min-height:178px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__media{min-height:86px}}@media (min-width:1600px){body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news{min-height:142px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news small{-webkit-line-clamp:2}}@media (min-width:1600px) and (max-height:780px){body.site-body.is-home .home-side-rail--announcements .home-announcement-card__media{display:none}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news{min-height:76px !important}}@media (max-width:980px){body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news{min-height:150px !important}}@media (max-width:640px){body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news{min-height:96px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card__media{min-height:86px}body.site-body.is-home .home-side-rail--announcements .home-announcement-card--news small{display:none !important}}.page-anchor-target{display:block;position:relative;top:-96px;visibility:hidden;height:0;overflow:hidden}body.site-body.is-home .home-side-rail--announcements .home-side-rail__head{padding:14px 16px !important}body.site-body.is-home .home-side-rail--announcements .home-side-rail__head strong{font-size:18px !important;line-height:1.12 !important}body.site-body.is-home .home-side-rail--announcements .home-side-rail__head p{font-size:12px !important;line-height:1.42 !important}body.site-body.is-home .home-announcement-carousel{position:relative !important;display:block !important;width:100% !important;min-width:0 !important;padding:10px 12px !important;border:1px solid var(--rail-border) !important;border-radius:22px !important;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(255,248,239,.94)) !important;box-shadow:var(--rail-shadow) !important;overflow:hidden !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-side-rail__links--announcements{display:grid !important;grid-auto-flow:column !important;grid-auto-columns:100% !important;grid-template-columns:none !important;gap:0 !important;width:100% !important;min-width:0 !important;padding:0 !important;border:0 !important;border-radius:18px !important;background:transparent !important;box-shadow:none !important;overflow-x:auto !important;overflow-y:hidden !important;overscroll-behavior-x:contain !important;scroll-snap-type:x mandatory !important;scroll-behavior:smooth !important;scrollbar-width:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-side-rail__links--announcements::-webkit-scrollbar{display:none !important}body.site-body.is-home .home-announcement-carousel__control{position:absolute !important;top:50% !important;transform:translateY(-50%) !important;z-index:20 !important;display:grid !important;place-items:center !important;width:32px !important;height:46px !important;min-width:32px !important;padding:0 !important;border:1px solid rgba(245,157,54,.30) !important;border-radius:999px !important;background:rgba(255,255,255,.94) !important;color:#9a4c0e !important;font-size:26px !important;font-weight:900 !important;line-height:1 !important;cursor:pointer !important;box-shadow:0 10px 20px rgba(128,72,8,.13) !important}body.site-body.is-home .home-announcement-carousel__control--prev{left:6px !important}body.site-body.is-home .home-announcement-carousel__control--next{right:6px !important}body.site-body.is-home .home-announcement-carousel__control:hover,body.site-body.is-home .home-announcement-carousel__control:focus-visible{border-color:rgba(245,157,54,.56) !important;background:#fff8ed !important;outline:none !important}body.site-body.is-home .home-announcement-carousel__control[disabled]{opacity:.36 !important;cursor:default !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--with-image,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder{position:relative !important;scroll-snap-align:center !important;display:flex !important;flex-direction:column !important;gap:10px !important;width:100% !important;min-width:0 !important;max-width:100% !important;min-height:0 !important;height:auto !important;padding:12px !important;border-radius:18px !important;background:linear-gradient(180deg,#fff,rgba(255,246,232,.95)) !important;border:1px solid rgba(245,157,54,.30) !important;box-shadow:0 16px 34px rgba(128,72,8,.10) !important;overflow:hidden !important;color:inherit !important;text-decoration:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card::before{content:'' !important;position:absolute !important;left:0 !important;top:0 !important;bottom:0 !important;width:5px !important;border-radius:18px 0 0 18px !important;background:linear-gradient(180deg,#f59d36,#f1711b) !important;opacity:.9 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card::after{content:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{position:relative !important;display:block !important;flex:0 0 auto !important;width:100% !important;height:142px !important;min-height:142px !important;border-radius:14px !important;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.22),transparent 26px),linear-gradient(135deg,#0b6ac2 0%,#083f85 58%,#f59d36 100%) !important;overflow:hidden !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 10px 22px rgba(18,79,138,.10) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media img,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media img{display:block !important;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:center !important;background:#f8fbff !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__placeholder{position:absolute !important;inset:0 !important;display:grid !important;place-items:center !important;padding:0 !important;overflow:hidden !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__placeholder::before{content:'' !important;position:absolute !important;inset:12px !important;border:1px solid rgba(255,255,255,.36) !important;border-radius:12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__placeholder b{position:relative !important;z-index:1 !important;display:grid !important;place-items:center !important;width:58px !important;height:58px !important;border-radius:18px !important;background:rgba(255,255,255,.18) !important;color:rgba(255,255,255,.92) !important;font-size:30px !important;font-weight:900 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__placeholder em{display:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__body,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__body{display:flex !important;flex-direction:column !important;gap:6px !important;width:100% !important;min-width:0 !important;padding:0 !important;align-items:flex-start !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__badge{display:inline-flex !important;align-items:center !important;justify-content:center !important;max-width:100% !important;min-height:22px !important;padding:5px 9px !important;border-radius:999px !important;background:rgba(245,157,54,.14) !important;color:#9a4c0e !important;font-size:10px !important;font-weight:900 !important;line-height:1.1 !important;letter-spacing:.04em !important;text-transform:uppercase !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card strong.home-announcement-card__title{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;overflow:hidden !important;width:100% !important;min-height:0 !important;margin:0 !important;padding:0 !important;color:#17375d !important;font-size:15px !important;line-height:1.18 !important;font-weight:900 !important;letter-spacing:0 !important;overflow-wrap:break-word !important;word-break:normal !important;hyphens:auto !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__text,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card small.home-announcement-card__text{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;overflow:hidden !important;width:100% !important;margin:0 !important;padding:0 !important;color:#5e7089 !important;font-size:12px !important;line-height:1.38 !important;letter-spacing:0 !important;overflow-wrap:break-word !important;word-break:normal !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__date{position:static !important;display:inline-flex !important;width:fit-content !important;margin:1px 0 0 !important;padding:5px 8px !important;border-radius:999px !important;background:rgba(22,90,167,.08) !important;color:#27537d !important;font-size:10.5px !important;font-style:normal !important;font-weight:850 !important;line-height:1 !important}@media (max-width:640px){body.site-body.is-home .home-announcement-carousel{padding:9px 11px !important}body.site-body.is-home .home-announcement-carousel__control{width:28px !important;min-width:28px !important;height:42px !important;font-size:24px !important}body.site-body.is-home .home-announcement-carousel__control--prev{left:5px !important}body.site-body.is-home .home-announcement-carousel__control--next{right:5px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card{padding:10px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{height:132px !important;min-height:132px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card strong.home-announcement-card__title{font-size:14px !important;-webkit-line-clamp:3 !important}}@media (min-width:1600px){:root{--home-side-rail-width-v122:clamp(282px,15.8vw,318px) !important;--home-side-rail-gap-v122:16px !important}body.site-body.is-home .home-side-rail--announcements{width:var(--home-side-rail-width-v122) !important}}body.site-body.is-home .home-side-rail--announcements .home-side-rail__head{padding:16px 18px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel{padding:12px !important;border-radius:24px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-side-rail__links--announcements{border-radius:20px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--with-image,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder{gap:12px !important;padding:14px !important;border-radius:20px !important;min-height:346px !important;justify-content:flex-start !important;overflow:hidden !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card::before{width:6px !important;border-radius:20px 0 0 20px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{height:168px !important;min-height:168px !important;border-radius:16px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media img,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media img{object-fit:cover !important;object-position:center !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__body,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__body{display:grid !important;grid-template-columns:1fr !important;gap:7px !important;width:100% !important;min-width:0 !important;max-width:100% !important;padding:0 !important;align-items:start !important;align-content:start !important;background:transparent !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__badge{width:fit-content !important;max-width:100% !important;min-height:24px !important;padding:6px 10px !important;border-radius:999px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card strong.home-announcement-card__title{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;width:100% !important;min-width:0 !important;overflow:hidden !important;color:#14345b !important;font-size:clamp(15px,1.05vw,17px) !important;line-height:1.16 !important;font-weight:950 !important;text-transform:none !important;letter-spacing:0 !important;word-break:normal !important;overflow-wrap:break-word !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__text,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card small.home-announcement-card__text{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;width:100% !important;min-width:0 !important;overflow:hidden !important;color:#60748f !important;font-size:12.5px !important;line-height:1.36 !important;font-weight:760 !important;letter-spacing:0 !important;word-break:normal !important;overflow-wrap:break-word !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__date{margin-top:1px !important}body.site-body.is-home .home-announcement-carousel__control{width:34px !important;min-width:34px !important;height:48px !important}body.site-body.is-home .home-announcement-carousel__control--prev{left:7px !important}body.site-body.is-home .home-announcement-carousel__control--next{right:7px !important}@media (max-width:1599px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news{min-height:320px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{height:160px !important;min-height:160px !important}}@media (max-width:640px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news{min-height:300px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{height:148px !important;min-height:148px !important}}body.site-body.is-home .home-side-rail--announcements{overflow:visible !important}body.site-body.is-home .home-announcement-carousel{padding:12px 14px 14px !important;border-radius:24px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-side-rail__links--announcements{align-items:stretch !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--with-image{min-height:0 !important;height:auto !important;padding:12px 12px 14px !important;gap:10px !important;align-self:stretch !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__body,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__body{display:flex !important;flex-direction:column !important;align-items:flex-start !important;gap:7px !important;width:100% !important;min-width:0 !important;height:auto !important;min-height:0 !important;max-height:none !important;padding:0 !important;overflow:visible !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__badge,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__text,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__date{height:auto !important;min-height:0 !important;max-height:none !important;min-width:0 !important;max-width:100% !important;float:none !important;clear:both !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__badge{flex:0 0 auto !important;width:auto !important;max-width:calc(100% - 6px) !important;white-space:nowrap !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card strong.home-announcement-card__title{flex:0 0 auto !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;width:100% !important;font-size:14px !important;line-height:1.2 !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__text,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card small.home-announcement-card__text{flex:0 0 auto !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;width:100% !important;font-size:11.5px !important;line-height:1.34 !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__date{flex:0 0 auto !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{height:clamp(120px,15vh,168px) !important;min-height:120px !important;max-height:168px !important}body.site-body.is-home .home-announcement-carousel__control{top:clamp(78px,9vh,100px) !important;transform:translateY(-50%) !important;width:30px !important;min-width:30px !important;height:44px !important}body.site-body.is-home .home-announcement-carousel__control--prev{left:7px !important}body.site-body.is-home .home-announcement-carousel__control--next{right:7px !important}@media (min-width:1600px){:root{--home-side-rail-width-v122:clamp(262px,14.4vw,292px) !important;--home-side-rail-gap-v122:18px !important}body.site-body.is-home .home-side-rail--announcements{left:max(18px,calc((100vw - var(--container-max)) / 2 - var(--home-side-rail-width-v122) - var(--home-side-rail-gap-v122))) !important}body.site-body.is-home .home-side-rail--applicant{right:max(18px,calc((100vw - var(--container-max)) / 2 - var(--home-side-rail-width-v122) - var(--home-side-rail-gap-v122))) !important}body.site-body.is-home .home-side-rail{z-index:8 !important;max-height:min(660px,calc(100vh - var(--home-side-rail-safe-top-v123) - var(--home-side-rail-bottom-v122))) !important}body.site-body.is-home .home-main-flow__sections{z-index:9 !important}}@media (max-width:1599px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{height:160px !important;max-height:160px !important}}@media (max-width:640px){body.site-body.is-home .home-announcement-carousel{padding:10px 12px 12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{height:132px !important;max-height:132px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card strong.home-announcement-card__title{-webkit-line-clamp:2 !important;font-size:13.5px !important}}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card__badge,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card>.home-announcement-card__body .home-announcement-card__badge{position:relative !important;justify-content:flex-start !important;width:fit-content !important;max-width:100% !important;min-height:28px !important;padding:7px 14px 7px 34px !important;border:1px solid rgba(245,157,54,.34) !important;border-radius:999px !important;background:linear-gradient(135deg,rgba(255,250,243,.98),rgba(255,231,190,.98) 68%,rgba(245,157,54,.18)) !important;color:#a1540a !important;box-shadow:0 10px 24px rgba(181,108,22,.14) !important;text-align:left !important;white-space:normal !important;text-overflow:clip !important;overflow:hidden !important;line-height:1.1 !important;letter-spacing:.045em !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card__badge::before,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card>.home-announcement-card__body .home-announcement-card__badge::before{content:'' !important;position:absolute !important;left:13px !important;top:50% !important;width:9px !important;height:9px !important;border-radius:999px !important;transform:translateY(-50%) !important;background:linear-gradient(180deg,#f7b55e 0%,#f1711b 100%) !important;box-shadow:0 0 0 4px rgba(245,157,54,.16) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card__badge::after,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card>.home-announcement-card__body .home-announcement-card__badge::after{content:'' !important;position:absolute !important;inset:1px !important;border-radius:inherit !important;background:linear-gradient(180deg,rgba(255,255,255,.42),rgba(255,255,255,0)) !important;pointer-events:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card__badge>*,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card__badge{position:relative !important;z-index:1 !important}@media (max-width:640px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card__badge,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card>.home-announcement-card__body .home-announcement-card__badge{min-height:26px !important;padding:6px 12px 6px 30px !important;font-size:9.5px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card__badge::before,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card>.home-announcement-card__body .home-announcement-card__badge::before{left:11px !important;width:8px !important;height:8px !important}}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--with-image,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder{display:grid !important;grid-template-rows:auto minmax(0,1fr) !important;align-content:start !important;gap:12px !important;min-height:360px !important;height:auto !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__body,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__body{position:static !important;display:flex !important;flex-direction:column !important;align-items:flex-start !important;justify-content:flex-start !important;gap:8px !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;min-height:0 !important;padding:0 !important;margin:0 !important;overflow:visible !important;background:transparent !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__body>*,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__body>*{position:static !important;flex:0 0 auto !important;min-width:0 !important;max-width:100% !important;margin:0 !important;transform:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__badge,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder .home-announcement-card__badge{order:1 !important;display:inline-flex !important;align-self:flex-start !important;width:auto !important;max-width:100% !important;margin:0 !important;z-index:2 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card strong.home-announcement-card__title{order:2 !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:3 !important;width:100% !important;margin:0 !important;padding:0 !important;overflow:hidden !important;line-height:1.18 !important;z-index:1 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__text,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card small.home-announcement-card__text{order:3 !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;width:100% !important;overflow:hidden !important;line-height:1.36 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__date{order:4 !important;align-self:flex-start !important;margin-top:0 !important}@media (max-width:640px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news{min-height:330px !important}}body.site-body.is-home .home-side-rail--announcements{overflow:visible !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel{position:relative !important;display:block !important;width:100% !important;min-width:0 !important;padding:14px !important;border:1px solid rgba(245,157,54,.28) !important;border-radius:26px !important;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,249,240,.96)) !important;box-shadow:0 22px 50px rgba(112,66,16,.12) !important;overflow:hidden !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-side-rail__links--announcements,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel [data-home-announcement-track]{display:flex !important;flex-wrap:nowrap !important;align-items:stretch !important;gap:14px !important;width:100% !important;min-width:0 !important;padding:0 !important;margin:0 !important;border:0 !important;border-radius:20px !important;background:transparent !important;box-shadow:none !important;overflow-x:auto !important;overflow-y:hidden !important;scroll-snap-type:x mandatory !important;scroll-behavior:smooth !important;scrollbar-width:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel [data-home-announcement-track]::-webkit-scrollbar{display:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--with-image,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--placeholder{position:relative !important;flex:0 0 100% !important;scroll-snap-align:start !important;display:grid !important;grid-template-columns:minmax(0,1fr) !important;grid-template-rows:154px auto !important;align-items:start !important;align-content:start !important;gap:12px !important;width:100% !important;min-width:0 !important;max-width:100% !important;min-height:350px !important;height:auto !important;padding:14px !important;border:1px solid rgba(245,157,54,.32) !important;border-radius:22px !important;background:linear-gradient(180deg,#fff,rgba(255,248,238,.96)) !important;box-shadow:inset 6px 0 0 rgba(245,157,54,.9),0 18px 38px rgba(112,66,16,.10) !important;overflow:hidden !important;color:inherit !important;text-decoration:none !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card::before,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card::after{content:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{position:relative !important;display:block !important;width:100% !important;min-width:0 !important;height:154px !important;min-height:154px !important;max-height:154px !important;margin:0 !important;padding:0 !important;border-radius:16px !important;background:linear-gradient(135deg,#0b6ac2 0%,#0a4f9d 58%,#f59d36 100%) !important;overflow:hidden !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.24) !important;transform:none !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media img,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media img{display:block !important;width:100% !important;height:100% !important;max-width:none !important;margin:0 !important;object-fit:cover !important;object-position:center !important;background:#f8fbff !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__placeholder{position:absolute !important;inset:0 !important;display:grid !important;place-items:center !important;width:100% !important;height:100% !important;padding:0 !important;margin:0 !important;overflow:hidden !important;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.26),transparent 34px),radial-gradient(circle at 82% 82%,rgba(245,157,54,.42),transparent 72px),linear-gradient(135deg,#0b69c7 0%,#0a4c94 64%,#f59d36 100%) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__placeholder b{display:grid !important;place-items:center !important;width:58px !important;height:58px !important;border-radius:20px !important;background:rgba(255,255,255,.18) !important;color:rgba(255,255,255,.94) !important;font-size:30px !important;font-weight:950 !important;line-height:1 !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.18),0 14px 34px rgba(0,0,0,.12) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__body,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__body{position:static !important;display:grid !important;grid-template-columns:minmax(0,1fr) !important;grid-auto-rows:auto !important;align-items:start !important;align-content:start !important;gap:7px !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;margin:0 !important;padding:0 !important;overflow:hidden !important;background:transparent !important;transform:none !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__badge{position:relative !important;display:inline-flex !important;align-items:center !important;justify-content:flex-start !important;justify-self:start !important;width:auto !important;max-width:100% !important;min-width:0 !important;min-height:25px !important;margin:0 !important;padding:6px 12px !important;border:1px solid rgba(245,157,54,.30) !important;border-radius:999px !important;background:linear-gradient(135deg,rgba(255,250,243,.98),rgba(255,229,187,.98)) !important;color:#a1540a !important;box-shadow:0 8px 18px rgba(181,108,22,.12) !important;font-size:10px !important;line-height:1.1 !important;font-weight:900 !important;letter-spacing:.04em !important;text-transform:uppercase !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important;transform:none !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card strong.home-announcement-card__title{position:static !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;width:100% !important;min-width:0 !important;max-width:100% !important;min-height:0 !important;margin:0 !important;padding:0 !important;color:#14345b !important;font-size:clamp(14px,.95vw,16px) !important;line-height:1.18 !important;font-weight:950 !important;letter-spacing:0 !important;text-transform:none !important;overflow:hidden !important;overflow-wrap:break-word !important;word-break:normal !important;transform:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__text,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card small.home-announcement-card__text{position:static !important;display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin:0 !important;padding:0 !important;color:#60748f !important;font-size:12px !important;line-height:1.36 !important;font-weight:760 !important;letter-spacing:0 !important;overflow:hidden !important;overflow-wrap:break-word !important;word-break:normal !important;transform:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__date{position:static !important;display:inline-flex !important;align-items:center !important;justify-self:start !important;width:fit-content !important;max-width:100% !important;margin:0 !important;padding:6px 9px !important;border-radius:999px !important;background:rgba(22,90,167,.08) !important;color:#27537d !important;font-size:10.5px !important;font-style:normal !important;font-weight:850 !important;line-height:1 !important;overflow:hidden !important;text-overflow:ellipsis !important;transform:none !important}body.site-body.is-home .home-announcement-carousel__control{position:absolute !important;top:92px !important;z-index:30 !important;display:grid !important;place-items:center !important;width:34px !important;min-width:34px !important;height:48px !important;min-height:48px !important;margin:0 !important;padding:0 !important;border:1px solid rgba(245,157,54,.36) !important;border-radius:999px !important;background:rgba(255,255,255,.96) !important;color:#9a4c0e !important;box-shadow:0 12px 22px rgba(128,72,8,.16) !important;font-size:28px !important;font-weight:900 !important;line-height:1 !important;cursor:pointer !important;transform:translateY(-50%) !important}body.site-body.is-home .home-announcement-carousel__control--prev{left:6px !important}body.site-body.is-home .home-announcement-carousel__control--next{right:6px !important}body.site-body.is-home .home-announcement-carousel__control[disabled]{opacity:.35 !important;pointer-events:none !important}@media (max-width:640px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel{padding:12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card--news{grid-template-rows:138px auto !important;gap:10px !important;min-height:320px !important;padding:12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__media,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card>.home-announcement-card__media{height:138px !important;min-height:138px !important;max-height:138px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card__title,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel .home-announcement-card strong.home-announcement-card__title{font-size:14px !important}body.site-body.is-home .home-announcement-carousel__control{top:84px !important;width:30px !important;min-width:30px !important;height:44px !important;min-height:44px !important;font-size:25px !important}}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel.home-announcement-carousel--list{position:relative !important;display:block !important;width:100% !important;padding:14px 15px !important;border:1px solid rgba(245,157,54,.30) !important;border-radius:26px !important;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(255,248,236,.97)) !important;box-shadow:0 20px 46px rgba(116,67,15,.13) !important;overflow:visible !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-pages{display:block !important;width:100% !important;min-width:0 !important;overflow:hidden !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-page{display:none !important;width:100% !important;min-width:0 !important;gap:10px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-page.is-active{display:grid !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card{position:relative !important;display:grid !important;grid-template-columns:76px minmax(0,1fr) 24px !important;gap:10px !important;align-items:center !important;width:100% !important;min-width:0 !important;min-height:96px !important;padding:9px 10px !important;border:1px solid rgba(245,157,54,.26) !important;border-radius:18px !important;background:rgba(255,255,255,.92) !important;box-shadow:inset 4px 0 0 rgba(245,157,54,.84),0 12px 28px rgba(97,55,10,.08) !important;color:inherit !important;text-decoration:none !important;overflow:hidden !important;box-sizing:border-box !important;transform:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card:hover,body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card:focus-visible{border-color:rgba(245,157,54,.52) !important;box-shadow:inset 4px 0 0 rgba(245,157,54,.95),0 16px 34px rgba(97,55,10,.13) !important;transform:translateY(-1px) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__media{position:relative !important;display:block !important;width:76px !important;height:76px !important;min-width:76px !important;min-height:76px !important;margin:0 !important;padding:0 !important;border-radius:14px !important;overflow:hidden !important;background:linear-gradient(135deg,#0b6ac2 0%,#0a4f9d 58%,#f59d36 100%) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.24) !important;transform:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__media img{display:block !important;width:100% !important;height:100% !important;max-width:none !important;object-fit:cover !important;object-position:center !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__media b{position:absolute !important;inset:0 !important;display:grid !important;place-items:center !important;width:100% !important;height:100% !important;margin:0 !important;padding:0 !important;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.28),transparent 30px),radial-gradient(circle at 84% 84%,rgba(245,157,54,.40),transparent 62px),linear-gradient(135deg,#0b69c7 0%,#0a4c94 64%,#f59d36 100%) !important;color:rgba(255,255,255,.95) !important;font-size:30px !important;font-weight:950 !important;line-height:1 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__body{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:4px !important;align-content:center !important;min-width:0 !important;width:100% !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;overflow:hidden !important;background:transparent !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__badge{display:inline-flex !important;align-items:center !important;justify-self:start !important;max-width:100% !important;min-height:20px !important;padding:4px 9px !important;border:1px solid rgba(245,157,54,.30) !important;border-radius:999px !important;background:linear-gradient(135deg,rgba(255,250,243,.98),rgba(255,229,187,.96)) !important;color:#a1540a !important;font-size:8.8px !important;font-weight:900 !important;line-height:1 !important;letter-spacing:.045em !important;text-transform:uppercase !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__title{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;width:100% !important;margin:0 !important;color:#14345b !important;font-size:13px !important;line-height:1.16 !important;font-weight:950 !important;overflow:hidden !important;text-overflow:ellipsis !important;overflow-wrap:break-word !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__text{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:1 !important;width:100% !important;color:#647791 !important;font-size:11px !important;line-height:1.28 !important;font-weight:730 !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__date{display:inline-flex !important;justify-self:start !important;width:fit-content !important;max-width:100% !important;padding:5px 8px !important;border-radius:999px !important;background:rgba(22,90,167,.08) !important;color:#27537d !important;font-size:10px !important;font-style:normal !important;font-weight:850 !important;line-height:1 !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__arrow{display:grid !important;place-items:center !important;width:24px !important;height:24px !important;border-radius:999px !important;background:rgba(22,90,167,.08) !important;color:#9a4c0e !important;font-size:19px !important;font-weight:950 !important;line-height:1 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-dots{display:flex !important;justify-content:center !important;gap:6px !important;margin-top:11px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-dot{width:7px !important;height:7px !important;border-radius:999px !important;background:rgba(22,90,167,.20) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-dot.is-active{width:18px !important;background:#f59d36 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--list .home-announcement-carousel__control{top:50% !important;transform:translateY(-50%) !important;width:28px !important;min-width:28px !important;height:46px !important;min-height:46px !important;z-index:10 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--list .home-announcement-carousel__control--prev{left:-11px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--list .home-announcement-carousel__control--next{right:-11px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--list.has-single-page .home-announcement-carousel__control{display:none !important}@media (max-width:640px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel.home-announcement-carousel--list{padding:12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card{grid-template-columns:70px minmax(0,1fr) 22px !important;min-height:90px !important;padding:8px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__media{width:70px !important;height:70px !important;min-width:70px !important;min-height:70px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__title{font-size:12.5px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__text{display:none !important}}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel.home-announcement-carousel--stack{position:relative !important;display:block !important;width:100% !important;padding:14px 16px 34px !important;border:1px solid rgba(245,157,54,.30) !important;border-radius:26px !important;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,248,236,.97)) !important;box-shadow:0 20px 46px rgba(116,67,15,.13) !important;overflow:visible !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:10px !important;width:100% !important;min-width:0 !important;max-height:308px !important;padding:0 4px 0 0 !important;overflow-x:hidden !important;overflow-y:auto !important;scroll-snap-type:y proximity !important;scrollbar-width:thin !important;scrollbar-color:rgba(245,157,54,.58) rgba(245,157,54,.12) !important;overscroll-behavior:contain !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll::-webkit-scrollbar{width:8px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll::-webkit-scrollbar-track{background:rgba(245,157,54,.12) !important;border-radius:999px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll::-webkit-scrollbar-thumb{background:rgba(245,157,54,.62) !important;border-radius:999px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card{scroll-snap-align:start !important;position:relative !important;display:grid !important;grid-template-columns:76px minmax(0,1fr) 24px !important;gap:10px !important;align-items:center !important;width:100% !important;min-width:0 !important;min-height:96px !important;height:96px !important;padding:9px 10px !important;border:1px solid rgba(245,157,54,.26) !important;border-radius:18px !important;background:rgba(255,255,255,.94) !important;box-shadow:inset 4px 0 0 rgba(245,157,54,.84),0 12px 28px rgba(97,55,10,.08) !important;color:inherit !important;text-decoration:none !important;overflow:hidden !important;box-sizing:border-box !important;pointer-events:auto !important;cursor:pointer !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card:hover,body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card:focus-visible{border-color:rgba(245,157,54,.56) !important;background:#fff !important;box-shadow:inset 4px 0 0 rgba(245,157,54,.96),0 16px 34px rgba(97,55,10,.13) !important;transform:translateY(-1px) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__media{width:76px !important;height:76px !important;min-width:76px !important;min-height:76px !important;border-radius:14px !important;overflow:hidden !important;background:linear-gradient(135deg,#0b6ac2 0%,#0a4f9d 58%,#f59d36 100%) !important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.24) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__media img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__media b{display:grid !important;place-items:center !important;width:100% !important;height:100% !important;background:radial-gradient(circle at 18% 22%,rgba(255,255,255,.28),transparent 30px),radial-gradient(circle at 84% 84%,rgba(245,157,54,.40),transparent 62px),linear-gradient(135deg,#0b69c7 0%,#0a4c94 64%,#f59d36 100%) !important;color:rgba(255,255,255,.95) !important;font-size:30px !important;font-weight:950 !important;line-height:1 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__body{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:4px !important;align-content:center !important;min-width:0 !important;overflow:hidden !important;background:transparent !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__badge{display:inline-flex !important;align-items:center !important;justify-self:start !important;max-width:100% !important;min-height:20px !important;padding:4px 9px !important;border:1px solid rgba(245,157,54,.30) !important;border-radius:999px !important;background:linear-gradient(135deg,rgba(255,250,243,.98),rgba(255,229,187,.96)) !important;color:#a1540a !important;font-size:8.8px !important;font-weight:900 !important;line-height:1 !important;letter-spacing:.045em !important;text-transform:uppercase !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__title{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:2 !important;width:100% !important;margin:0 !important;color:#14345b !important;font-size:13px !important;line-height:1.16 !important;font-weight:950 !important;overflow:hidden !important;text-overflow:ellipsis !important;overflow-wrap:break-word !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__text{display:-webkit-box !important;-webkit-box-orient:vertical !important;-webkit-line-clamp:1 !important;width:100% !important;color:#647791 !important;font-size:11px !important;line-height:1.28 !important;font-weight:730 !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__date{display:inline-flex !important;justify-self:start !important;width:fit-content !important;max-width:100% !important;padding:5px 8px !important;border-radius:999px !important;background:rgba(22,90,167,.08) !important;color:#27537d !important;font-size:10px !important;font-style:normal !important;font-weight:850 !important;line-height:1 !important;overflow:hidden !important;text-overflow:ellipsis !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__arrow{display:grid !important;place-items:center !important;width:24px !important;height:24px !important;border-radius:999px !important;background:rgba(22,90,167,.08) !important;color:#9a4c0e !important;font-size:19px !important;font-weight:950 !important;line-height:1 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-count{position:absolute !important;left:50% !important;bottom:9px !important;transform:translateX(-50%) !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;min-height:18px !important;padding:2px 8px !important;border-radius:999px !important;background:rgba(22,90,167,.07) !important;color:#365a80 !important;font-size:10px !important;font-weight:900 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control{top:50% !important;transform:translateY(-50%) !important;width:28px !important;min-width:28px !important;height:46px !important;min-height:46px !important;z-index:40 !important;pointer-events:auto !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--prev{left:-11px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--next{right:-11px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack.has-single-page .home-announcement-carousel__control{display:none !important}@media (max-width:640px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel.home-announcement-carousel--stack{padding:12px 13px 32px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:290px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card{grid-template-columns:70px minmax(0,1fr) 22px !important;min-height:90px !important;height:90px !important;padding:8px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__media{width:70px !important;height:70px !important;min-width:70px !important;min-height:70px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__title{font-size:12.5px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__text{display:none !important}}.section-admission-official,.admission-programs-detail,.admission-vuz-section,.admission-flyer-section{position:relative;z-index:2}.admission-official-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px;align-items:stretch}.admission-official-lead,.admission-official-docs{border:1px solid rgba(38,92,154,.15);background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(245,250,255,.96));box-shadow:0 20px 48px rgba(21,63,108,.08)}.admission-official-lead h3,.admission-official-docs h3{margin:8px 0 10px;color:#0d3768;font-size:clamp(1.25rem,2.2vw,1.95rem)}.admission-official-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.admission-official-tags span,.admission-benefit-card span,.admission-cluster-card h3,.admission-program-card__head>span{display:inline-flex;align-items:center;width:fit-content;border-radius:999px;background:#fff2df;color:#a65a0f;font-size:.77rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.admission-official-tags span{padding:8px 11px}.admission-official-list{display:grid;gap:10px;margin:14px 0 0;padding-left:20px;color:#28496d;font-weight:700;line-height:1.55}.admission-benefits-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.admission-benefit-card{display:grid;gap:10px;min-height:118px;padding:16px;border:1px solid rgba(38,92,154,.14);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:0 14px 36px rgba(21,63,108,.07)}.admission-benefit-card span{padding:6px 9px}.admission-benefit-card strong{color:#0d3768;font-size:.95rem;line-height:1.35}.admission-cluster-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.58fr);gap:20px;align-items:start}.admission-cluster-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admission-cluster-card{min-width:0;padding:18px;border:1px solid rgba(38,92,154,.14);border-radius:24px;background:rgba(255,255,255,.95);box-shadow:0 16px 36px rgba(21,63,108,.07)}.admission-cluster-card h3{padding:7px 11px;margin:0 0 12px}.admission-cluster-card ul{display:grid;gap:9px;margin:0;padding-left:18px;color:#26496e;line-height:1.42}.admission-flyer-card,.admission-flyer-wide{overflow:hidden;margin:0;border:1px solid rgba(38,92,154,.16);border-radius:28px;background:#fff;box-shadow:0 20px 52px rgba(21,63,108,.11)}.admission-flyer-card img,.admission-flyer-wide img{display:block;width:100%;height:auto}.admission-flyer-card figcaption,.admission-flyer-wide figcaption{padding:12px 16px 16px;color:#526b8b;font-size:.92rem;font-weight:700;line-height:1.45}.admission-programs-list{display:grid;gap:18px}.admission-program-card{overflow:hidden;border:1px solid rgba(38,92,154,.15);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 18px 46px rgba(21,63,108,.08)}.admission-program-card__head{display:flex;gap:14px;align-items:flex-start;padding:18px 20px;border-bottom:1px solid rgba(38,92,154,.12);background:linear-gradient(135deg,#f9fcff,#fff7ec)}.admission-program-card__head>span{flex:0 0 auto;justify-content:center;min-width:42px;min-height:42px;padding:0 10px;border-radius:16px;background:#0d5aa5;color:#fff}.admission-program-card__head strong{color:#ed861b;font-size:.82rem;font-weight:900;letter-spacing:.04em}.admission-program-card__head h3{margin:4px 0 0;color:#0d3768;font-size:clamp(1.15rem,2vw,1.55rem);line-height:1.2}.admission-program-card__body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:18px 20px}.admission-program-card__body b{display:block;margin-bottom:7px;color:#123b68;font-size:.9rem}.admission-program-card__body p{margin:0;color:#4b6684;line-height:1.55}.admission-program-table-wrap,.admission-vuz-table-wrap{overflow-x:auto;padding:0 20px 20px}.admission-program-table,.admission-vuz-table{width:100%;min-width:760px;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid rgba(38,92,154,.14);border-radius:20px;background:#fff}.admission-program-table th,.admission-program-table td,.admission-vuz-table th,.admission-vuz-table td{padding:12px 13px;border-bottom:1px solid rgba(38,92,154,.10);color:#28496d;vertical-align:top;text-align:left;line-height:1.42}.admission-program-table th,.admission-vuz-table th{background:#ecf4ff;color:#163f6b;font-size:.78rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.admission-program-table tr:last-child td,.admission-vuz-table tr:last-child td{border-bottom:0}.admission-program-table td strong,.admission-vuz-table td strong{display:block;color:#0d3768;font-weight:900}.admission-program-table td span,.admission-vuz-table td span{display:block;margin-top:4px}.admission-vuz-table-wrap{padding:0}@media (max-width:1180px){.admission-benefits-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.admission-cluster-layout,.admission-official-grid{grid-template-columns:1fr}}@media (max-width:760px){.admission-benefits-grid,.admission-cluster-grid,.admission-program-card__body{grid-template-columns:1fr}.admission-program-card__head{padding:16px}.admission-program-card__body,.admission-program-table-wrap{padding:16px}}.admission-official-summary{display:grid;gap:16px}.admission-official-summary__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.admission-official-summary__grid div{display:grid;gap:4px;min-width:0;padding:13px 14px;border:1px solid rgba(38,92,154,.12);border-radius:18px;background:linear-gradient(135deg,rgba(248,252,255,.98),rgba(255,247,236,.94))}.admission-official-summary__grid span{color:#a65a0f;font-size:.72rem;font-weight:900;letter-spacing:.055em;text-transform:uppercase}.admission-official-summary__grid strong{color:#0d3768;font-size:.95rem;line-height:1.25}.admission-cluster-grid--polished{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admission-cluster-card--polished{position:relative;overflow:hidden;padding:0;border:1px solid rgba(38,92,154,.14);background:radial-gradient(circle at 100% 0%,rgba(241,145,34,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(244,250,255,.96))}.admission-cluster-card--polished::before{content:'';position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,#f59a23,#0d5aa5)}.admission-cluster-card__top{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;padding:18px 18px 13px 22px;border-bottom:1px solid rgba(38,92,154,.10)}.admission-cluster-card__num{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:16px;background:#0d5aa5;color:#fff;font-size:.86rem;font-weight:950;box-shadow:0 12px 25px rgba(13,90,165,.22)}.admission-cluster-card--polished h3{display:block;width:auto;margin:0;padding:0;border-radius:0;background:transparent;color:#0d3768;font-size:1.05rem;line-height:1.2;letter-spacing:0;text-transform:none}.admission-cluster-card__top p{margin:6px 0 0;color:#5d7591;font-size:.9rem;font-weight:800}.admission-cluster-pills{display:grid;gap:9px;margin:0;padding:14px 16px 18px 22px;list-style:none}.admission-cluster-pills li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:9px;align-items:start;min-width:0;padding:10px 11px;border:1px solid rgba(38,92,154,.10);border-radius:16px;background:rgba(255,255,255,.78)}.admission-cluster-pills li span{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:3px 7px;border-radius:999px;background:#fff2df;color:#a65a0f;font-size:.73rem;font-weight:950;line-height:1}.admission-cluster-pills li strong{color:#24496e;font-size:.91rem;line-height:1.35}.admission-flyer-card--interactive{position:relative}.admission-flyer-trigger{position:relative;display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;text-align:inherit}.admission-flyer-trigger img{transition:transform .22s ease,filter .22s ease}.admission-flyer-trigger:hover img,.admission-flyer-trigger:focus-visible img{transform:scale(1.015);filter:saturate(1.06) contrast(1.02)}.admission-flyer-zoom{position:absolute;left:14px;right:14px;bottom:14px;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:999px;background:rgba(13,90,165,.92);color:#fff;font-size:.9rem;font-weight:900;box-shadow:0 14px 30px rgba(13,90,165,.24);pointer-events:none}.admission-flyer-modal[hidden]{display:none !important}.admission-flyer-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;padding:24px}.admission-flyer-modal__backdrop{position:absolute;inset:0;background:rgba(6,24,46,.72);backdrop-filter:blur(8px)}.admission-flyer-modal__dialog{position:relative;z-index:1;display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1180px,96vw);max-height:92vh;overflow:hidden;border:1px solid rgba(255,255,255,.35);border-radius:28px;background:#f7fbff;box-shadow:0 28px 90px rgba(0,0,0,.34)}.admission-flyer-modal__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-bottom:1px solid rgba(38,92,154,.12);background:linear-gradient(135deg,#ffffff,#eef6ff)}.admission-flyer-modal__head strong{display:block;margin-top:4px;color:#0d3768;font-size:1.05rem}.admission-flyer-modal__close{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid rgba(38,92,154,.18);border-radius:999px;background:#fff;color:#0d3768;font-size:28px;font-weight:700;line-height:1;cursor:pointer}.admission-flyer-modal__body{overflow:auto;padding:18px;background:#e9f2fb}.admission-flyer-modal__body img{display:block;width:min(100%,1100px);height:auto;margin:0 auto;border-radius:18px;background:#fff;box-shadow:0 12px 40px rgba(21,63,108,.18)}body.has-admission-flyer-modal{overflow:hidden}@media (max-width:980px){.admission-official-grid,.admission-cluster-layout,.admission-cluster-grid--polished{grid-template-columns:1fr}}@media (max-width:640px){.admission-official-summary__grid{grid-template-columns:1fr}.admission-cluster-card__top,.admission-cluster-pills{padding-left:18px}.admission-cluster-pills li{grid-template-columns:1fr}.admission-flyer-modal{padding:10px}.admission-flyer-modal__dialog{width:100%;max-height:94vh;border-radius:22px}.admission-flyer-modal__body{padding:10px}}.admission-flyer-modal[hidden]{display:none !important}.admission-flyer-modal{position:fixed !important;inset:0 !important;z-index:2147483000 !important;display:flex !important;align-items:center !important;justify-content:center !important;box-sizing:border-box !important;width:100vw !important;height:100dvh !important;min-height:100vh !important;padding:clamp(10px,2vw,26px) !important;isolation:isolate !important}.admission-flyer-modal__backdrop{position:fixed !important;inset:0 !important;z-index:0 !important;background:rgba(5,22,42,.82) !important;backdrop-filter:blur(10px) !important}.admission-flyer-modal__dialog{position:relative !important;z-index:1 !important;display:grid !important;grid-template-rows:auto minmax(0,1fr) !important;width:min(1280px,calc(100vw - 32px)) !important;height:min(920px,calc(100dvh - 32px)) !important;max-width:calc(100vw - 32px) !important;max-height:calc(100dvh - 32px) !important;overflow:hidden !important;border-radius:24px !important;background:#f7fbff !important;box-shadow:0 34px 120px rgba(0,0,0,.48) !important}.admission-flyer-modal__head{min-height:62px !important;padding:12px 16px !important;flex-shrink:0 !important}.admission-flyer-modal__body{display:grid !important;place-items:center !important;min-height:0 !important;overflow:auto !important;padding:14px !important;background:linear-gradient(135deg,#e9f2fb,#f9fcff) !important}.admission-flyer-modal__body img{display:block !important;width:auto !important;max-width:100% !important;max-height:calc(100dvh - 128px) !important;height:auto !important;margin:auto !important;object-fit:contain !important;border-radius:16px !important;background:#fff !important;box-shadow:0 14px 46px rgba(21,63,108,.20) !important}body.has-admission-flyer-modal{overflow:hidden !important}@media (max-width:760px){.admission-flyer-modal{padding:8px !important}.admission-flyer-modal__dialog{width:calc(100vw - 16px) !important;height:calc(100dvh - 16px) !important;max-width:calc(100vw - 16px) !important;max-height:calc(100dvh - 16px) !important;border-radius:18px !important}.admission-flyer-modal__head{min-height:56px !important;padding:10px 12px !important}.admission-flyer-modal__head strong{font-size:.95rem !important}.admission-flyer-modal__close{width:38px !important;height:38px !important}.admission-flyer-modal__body{padding:8px !important}.admission-flyer-modal__body img{max-height:calc(100dvh - 96px) !important;border-radius:12px !important}}@media print{@page{size:A4 portrait;margin:12mm}html,body,body.site-body,body.site-body.is-printing-desktop{width:1180px !important;min-width:1180px !important;max-width:none !important;overflow:visible !important;background:#fff !important}html.mobile-nav-open,body.mobile-nav-open,body.site-body.is-printing-desktop.mobile-nav-open{overflow:visible !important;height:auto !important}.site-main,.container,.section>.container,.page-hero>.container{width:100% !important;max-width:1120px !important;min-width:0 !important;margin-left:auto !important;margin-right:auto !important}.mobile-bottom-nav,.site-nav-mobile-head,.mobile-menu-toggle,.admin-mobile-toggle,.accessibility-panel,.site-accessibility-toggle,.page-content-toolbar,[data-mobile-bottom-nav]{display:none !important}.site-header-shell,.site-nav-frame,.site-nav-row,.site-nav,.site-nav-root,.site-nav-panel,.site-footer,.breadcrumbs,.page-hero-aside,.page-sidebar,.page-sidebar-card,.hero-actions,.btn,.page-content-toolbar__actions{display:none !important}.page-layout,.page-layout-enhanced,.detail-content-grid,.official-ribbon,.priority-showcase,.advantage-band,.specialty-band,.legacy-info-intro,.contact-info-shell,.admin-settings-grid,.admission-hero-layout,.admission-overview-grid,.admission-materials-grid,.admission-directions-grid,.admission-specialties-layout{display:block !important;grid-template-columns:none !important}.card-grid,.card-grid-news,.card-grid-documents,.audience-grid,.legacy-feature-grid,.legacy-metric-grid,.legacy-resource-grid,.admission-cluster-grid,.admission-steps-grid,.admission-documents-grid,.admission-university-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:16px !important}.page-content-card,.page-content-card-enhanced,.legacy-content-panel,.legacy-resource-section,.card,.admin-card{box-shadow:none !important;break-inside:avoid !important}.page-hero,.section,.section-alt,.page-content-card,.page-content-card-enhanced{background:#fff !important}.site-body::before,.site-body::after,.page-bg,.hero-bg,.decor,.modal,.admission-flyer-modal,[data-admission-flyer-modal]{display:none !important}}.specialty-catalog-card[data-specialty-card]{cursor:pointer}.specialty-catalog-card[data-specialty-card]:focus-visible{outline:3px solid rgba(245,157,54,.55);outline-offset:4px}.rich-content .feature-list,.page-content .feature-list{margin:18px 0}.site-utility-row.site-utility-row-compact .site-utility-link-forum{gap:5px !important;border-color:rgba(255,201,116,.46) !important;background:rgba(255,170,53,.16) !important;color:#fff7e9 !important;font-weight:900 !important}.site-utility-row.site-utility-row-compact .site-utility-link-forum:hover,.site-utility-row.site-utility-row-compact .site-utility-link-forum:focus-visible{background:#ffffff !important;border-color:#ffffff !important;color:#0b4c8f !important}.site-external-mark{display:inline-flex;align-items:center;justify-content:center;width:1.2em;height:1.2em;line-height:1;font-size:.88em}.site-footer-forum-link{font-weight:900 !important;color:#ffd28c !important}body.site-body.is-home .home-side-rail__forum{position:relative;isolation:isolate;display:grid;gap:5px;min-width:0;padding:12px 13px;border:1px solid rgba(245,157,54,.34);border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(245,157,54,.20),transparent 46%),linear-gradient(135deg,rgba(255,255,255,.99),rgba(255,246,231,.95));color:#113b68;text-decoration:none;box-shadow:0 16px 34px rgba(116,67,15,.10);overflow:hidden;touch-action:manipulation;-webkit-tap-highlight-color:rgba(245,157,54,.20)}body.site-body.is-home .home-side-rail__forum::after{content:'↗';position:absolute;right:10px;top:10px;display:grid;place-items:center;width:22px;height:22px;border-radius:999px;background:rgba(245,157,54,.16);color:#9a4c0e;font-size:13px;font-weight:950;pointer-events:none}body.site-body.is-home .home-side-rail__forum span{width:fit-content;padding:5px 9px;border-radius:999px;background:rgba(245,157,54,.15);color:#9a4c0e;font-size:10px;font-weight:950;line-height:1;letter-spacing:.055em;text-transform:uppercase}body.site-body.is-home .home-side-rail__forum strong{padding-right:24px;color:#143f6b;font-size:12px;line-height:1.28;font-weight:850}body.site-body.is-home .home-side-rail__forum:hover,body.site-body.is-home .home-side-rail__forum:focus-visible{border-color:rgba(245,157,54,.58);background:radial-gradient(circle at 100% 0%,rgba(245,157,54,.26),transparent 48%),linear-gradient(135deg,#ffffff,rgba(255,239,215,.98));box-shadow:0 20px 38px rgba(116,67,15,.16);transform:translateY(-1px);outline:none}body.site-body.is-home .home-side-rail,body.site-body.is-home .home-side-rail *,body.site-body.is-home .home-announcement-carousel,body.site-body.is-home .home-announcement-carousel *{box-sizing:border-box}body.site-body.is-home .home-side-rail a,body.site-body.is-home .home-side-rail button,body.site-body.is-home .home-announcement-list-card,body.site-body.is-home .home-announcement-carousel__control{pointer-events:auto !important}body.site-body.is-home .home-side-rail__links a,body.site-body.is-home .home-side-rail__cta,body.site-body.is-home .home-side-rail__forum,body.site-body.is-home .home-announcement-list-card,body.site-body.is-home .home-announcement-carousel__control{touch-action:manipulation;-webkit-tap-highlight-color:rgba(22,90,167,.16)}body.site-body.is-home .home-side-rail__links a>*,body.site-body.is-home .home-side-rail__cta>*,body.site-body.is-home .home-side-rail__forum>*,body.site-body.is-home .home-announcement-list-card>*{pointer-events:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{overscroll-behavior-y:contain !important;-webkit-overflow-scrolling:touch !important;touch-action:pan-y !important;scroll-padding-block:6px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card{touch-action:pan-y !important;user-select:none;-webkit-user-drag:none}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card img{pointer-events:none !important;-webkit-user-drag:none;user-select:none}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control{width:34px !important;min-width:34px !important;height:42px !important;min-height:42px !important;border-radius:16px !important;background:rgba(255,255,255,.98) !important;box-shadow:0 12px 24px rgba(128,72,8,.16) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--prev{left:-18px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--next{right:-18px !important}body.site-body.is-home .home-announcement-carousel__control[disabled]{pointer-events:none !important}body.site-body.is-home .home-announcement-carousel.is-touch-scrolling .home-announcement-list-card{cursor:grabbing !important}@media (max-width:640px){body.site-body.is-home .home-side-rail__forum{padding:11px 12px;border-radius:16px}body.site-body.is-home .home-side-rail__forum strong{font-size:11.5px}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control{top:auto !important;bottom:-13px !important;transform:none !important;width:42px !important;height:34px !important;min-width:42px !important;min-height:34px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--prev{left:calc(50% - 52px) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--next{right:calc(50% - 52px) !important}}.sr-only{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}.admin-form-divider{border:0;border-top:1px solid var(--c-line,#e3e7ef);margin:16px 0}.virtual-assistant{position:fixed;right:clamp(16px,3vw,28px);bottom:clamp(16px,3vw,28px);z-index:1500;pointer-events:none;font-family:inherit}.virtual-assistant *,.virtual-assistant *::before,.virtual-assistant *::after{box-sizing:border-box}.virtual-assistant__toggle{pointer-events:auto;display:inline-flex;align-items:center;gap:10px;min-height:52px;border:0;border-radius:999px;padding:10px 18px 10px 10px;color:#fff;background:linear-gradient(135deg,var(--c-primary,#11378a),var(--c-primary-3,#1e4cb3));box-shadow:0 18px 42px rgba(17,55,138,.28),0 6px 18px rgba(15,23,42,.18);font-weight:800;letter-spacing:-.01em;transition:transform var(--t-fast,160ms ease),box-shadow var(--t-fast,160ms ease),background var(--t-fast,160ms ease);touch-action:manipulation}.virtual-assistant__toggle:hover,.virtual-assistant__toggle:focus-visible{transform:translateY(-2px);box-shadow:0 22px 50px rgba(17,55,138,.34),0 10px 24px rgba(15,23,42,.2)}.virtual-assistant__toggle:focus-visible,.virtual-assistant__close:focus-visible,.virtual-assistant__topics button:focus-visible,.virtual-assistant__form button:focus-visible,.virtual-assistant__human a:focus-visible,.virtual-assistant__link:focus-visible{outline:3px solid rgba(224,122,22,.5);outline-offset:3px}.virtual-assistant__toggle-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;color:var(--c-primary,#11378a);background:#fff;box-shadow:inset 0 0 0 1px rgba(255,255,255,.65)}.virtual-assistant__toggle-icon svg{width:23px;height:23px}.virtual-assistant__panel{pointer-events:auto;position:absolute;right:0;bottom:72px;width:min(392px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 112px));overflow:hidden;display:flex;flex-direction:column;color:var(--c-ink,#0e1726);background:rgba(255,255,255,.98);border:1px solid rgba(205,212,224,.95);border-radius:26px;box-shadow:0 30px 80px rgba(15,23,42,.26);backdrop-filter:blur(18px);transform-origin:right bottom;animation:virtualAssistantIn 180ms ease both}.virtual-assistant__panel[hidden]{display:none !important}@keyframes virtualAssistantIn{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.virtual-assistant__header{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:16px;color:#fff;background:radial-gradient(circle at 10% 0%,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,var(--c-primary-2,#0b2566),var(--c-primary,#11378a))}.virtual-assistant__avatar{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;color:var(--c-primary-2,#0b2566);background:#fff;font-weight:900;letter-spacing:-.04em;box-shadow:0 10px 24px rgba(0,0,0,.12)}.virtual-assistant__header strong,.virtual-assistant__header span{display:block}.virtual-assistant__header strong{color:#fff;font-size:15px;line-height:1.25}.virtual-assistant__header span{margin-top:2px;color:rgba(255,255,255,.78);font-size:12px;line-height:1.35}.virtual-assistant__close{width:36px;height:36px;border:0;border-radius:999px;color:#fff;background:rgba(255,255,255,.14);font-size:24px;line-height:1;transition:background var(--t-fast,160ms ease),transform var(--t-fast,160ms ease)}.virtual-assistant__close:hover{background:rgba(255,255,255,.22);transform:rotate(3deg)}.virtual-assistant__messages{display:flex;flex-direction:column;gap:10px;min-height:170px;max-height:310px;overflow:auto;padding:16px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;background:linear-gradient(180deg,#f8fafc 0%,#ffffff 100%)}.virtual-assistant__message{width:fit-content;max-width:100%;border-radius:18px;padding:12px 13px;box-shadow:var(--shadow-xs,0 1px 2px rgba(15,23,42,.05))}.virtual-assistant__message--assistant{align-self:flex-start;color:var(--c-ink-2,#1f2a3c);background:#fff;border:1px solid var(--c-line,#e3e7ef)}.virtual-assistant__message--user{align-self:flex-end;color:#fff;background:var(--c-primary,#11378a)}.virtual-assistant__message-title{display:block;margin-bottom:4px;color:inherit;font-weight:850;line-height:1.3}.virtual-assistant__message-text{margin:0;color:inherit;font-size:14px;line-height:1.45}.virtual-assistant__links{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.virtual-assistant__link{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:7px 10px;color:var(--c-primary,#11378a);background:var(--c-primary-soft,#eaf0fb);font-size:12px;font-weight:800;line-height:1.2;text-decoration:none}.virtual-assistant__link:hover{color:#fff;background:var(--c-primary,#11378a)}.virtual-assistant__topics{display:flex;gap:8px;overflow-x:auto;padding:0 16px 13px;scrollbar-width:thin}.virtual-assistant__topics button{flex:0 0 auto;border:1px solid var(--c-line,#e3e7ef);border-radius:999px;padding:8px 11px;color:var(--c-primary,#11378a);background:#fff;font-size:12px;font-weight:850;white-space:nowrap;transition:color var(--t-fast,160ms ease),background var(--t-fast,160ms ease),border-color var(--t-fast,160ms ease),transform var(--t-fast,160ms ease)}.virtual-assistant__topics button:hover{color:#fff;background:var(--c-primary,#11378a);border-color:var(--c-primary,#11378a);transform:translateY(-1px)}.virtual-assistant__form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:0 16px 14px}.virtual-assistant__form input{width:100%;min-width:0;border:1px solid var(--c-line-strong,#cdd4e0);border-radius:16px;padding:12px 13px;color:var(--c-ink,#0e1726);background:#fff;font:inherit;font-size:14px;outline:none;transition:border-color var(--t-fast,160ms ease),box-shadow var(--t-fast,160ms ease)}.virtual-assistant__form input:focus{border-color:var(--c-primary,#11378a);box-shadow:0 0 0 4px rgba(17,55,138,.12)}.virtual-assistant__form button{display:grid;place-items:center;width:46px;min-width:46px;height:46px;border:0;border-radius:16px;color:#fff;background:var(--c-accent,#e07a16);box-shadow:0 10px 20px rgba(224,122,22,.22)}.virtual-assistant__form button svg{width:22px;height:22px}.virtual-assistant__human{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px 16px;border-top:1px solid var(--c-line,#e3e7ef);color:var(--c-muted,#5b6577);background:#fff;font-size:12px;line-height:1.3}.virtual-assistant__human a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:8px 11px;color:#fff;background:#229ed9;font-weight:850;text-decoration:none}.virtual-assistant__human a:hover{color:#fff;filter:brightness(.95)}.virtual-assistant__noscript{pointer-events:auto;margin-top:8px;max-width:300px;border:1px solid var(--c-line,#e3e7ef);border-radius:16px;padding:10px 12px;background:#fff;box-shadow:var(--shadow-md,0 8px 24px rgba(15,23,42,.08));font-size:13px}@media (max-width:768px){.virtual-assistant{right:12px;bottom:calc(var(--mobile-bottom-nav-height,74px) + env(safe-area-inset-bottom,0px) + 16px)}.virtual-assistant__toggle{min-height:48px;padding-right:14px}.virtual-assistant__toggle-text{max-width:155px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.virtual-assistant__panel{right:0;bottom:64px;width:min(382px,calc(100vw - 24px));max-height:calc(100vh - var(--mobile-bottom-nav-height,74px) - 112px - env(safe-area-inset-bottom,0px))}.virtual-assistant__messages{max-height:280px}}@media (max-width:480px){.virtual-assistant{right:10px}.virtual-assistant__panel{width:calc(100vw - 20px);border-radius:22px}.virtual-assistant__header,.virtual-assistant__messages,.virtual-assistant__topics,.virtual-assistant__form,.virtual-assistant__human{padding-left:13px;padding-right:13px}}.site-utility-bar-compact{position:relative;z-index:130;border-bottom:1px solid rgba(255,255,255,.22);background:linear-gradient(90deg,rgba(11,42,94,.98),rgba(20,75,150,.96));box-shadow:0 10px 28px rgba(11,42,94,.18)}.site-utility-row-compact{min-height:42px;gap:14px}.site-utility-bar-compact .site-utility-badge{background:rgba(255,255,255,.16);color:#fff;border:1px solid rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.14)}.site-utility-bar-compact .site-utility-text,.site-utility-bar-compact .site-utility-link,.site-utility-bar-compact .site-accessibility-toggle,.site-utility-bar-compact .site-language-switcher__link{color:rgba(255,255,255,.92)}.site-utility-bar-compact .site-utility-link,.site-utility-bar-compact .site-accessibility-toggle,.site-utility-bar-compact .site-language-switcher__link{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08);backdrop-filter:blur(10px)}.site-utility-bar-compact .site-utility-link:hover,.site-utility-bar-compact .site-accessibility-toggle:hover,.site-utility-bar-compact .site-language-switcher__link:hover,.site-utility-bar-compact .site-language-switcher__link.is-active{color:#fff;background:rgba(255,255,255,.18);transform:translateY(-1px)}.site-utility-link-forum,.site-footer-forum-link{position:relative;overflow:hidden;font-weight:900}.site-utility-link-forum{color:#172033 !important;background:linear-gradient(135deg,#fff,#ffe3b7) !important;border-color:rgba(255,211,129,.82) !important;box-shadow:0 8px 18px rgba(224,122,22,.22)}.site-utility-link-forum::before{content:"";position:absolute;inset:0 auto 0 -45%;width:42%;transform:skewX(-18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);animation:forumLinkSheen 4.8s ease-in-out infinite}@keyframes forumLinkSheen{0%,62%{left:-50%}78%,100%{left:120%}}.virtual-assistant__panel{overflow:hidden}.virtual-assistant__topics{max-height:104px;overflow:auto;scrollbar-width:thin}.virtual-assistant__message-text{white-space:pre-line}@media (max-width:768px){.virtual-assistant{right:10px;bottom:calc(var(--mobile-bottom-nav-height,74px) + env(safe-area-inset-bottom,0px) + 14px)}.virtual-assistant__panel{position:fixed;left:10px;right:10px;top:calc(var(--site-header-mobile-height,82px) + env(safe-area-inset-top,0px) + 10px);bottom:calc(var(--mobile-bottom-nav-height,74px) + env(safe-area-inset-bottom,0px) + 78px);width:auto;max-width:none;max-height:none;display:flex;flex-direction:column}.virtual-assistant__messages{flex:1 1 auto;min-height:140px;max-height:none}.virtual-assistant__topics{flex:0 0 auto}}.teacher-section-heading-card{border:1px solid var(--c-line,#e3e7ef);border-radius:28px;padding:clamp(20px,4vw,34px);background:linear-gradient(135deg,#ffffff,#f3f7ff);box-shadow:0 18px 44px rgba(20,45,85,.08)}.teacher-toolbar{align-items:stretch}.teacher-position-filter{min-width:min(260px,100%);display:grid;gap:6px;color:var(--c-muted,#5b6577);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.teacher-position-filter select{width:100%;min-height:48px;border:1px solid var(--c-line-strong,#cdd4e0);border-radius:16px;padding:0 42px 0 14px;color:var(--c-ink,#0e1726);background:#fff;font:inherit;font-size:14px;font-weight:700;text-transform:none;letter-spacing:normal;outline:none}.teacher-position-filter select:focus{border-color:var(--c-primary,#11378a);box-shadow:0 0 0 4px rgba(17,55,138,.12)}.teacher-grid.is-visible,.teacher-grid{align-items:stretch}.teacher-person{position:relative;border:1px solid rgba(17,55,138,.12);background:linear-gradient(180deg,#fff,#f7faff);box-shadow:0 16px 36px rgba(20,45,85,.08)}.teacher-person:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(20,45,85,.13)}.teacher-person__role-chip{display:inline-flex;width:fit-content;border-radius:999px;padding:4px 9px;color:var(--c-primary,#11378a);background:rgba(17,55,138,.08);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.course-training-tools{display:grid;grid-template-columns:minmax(240px,360px) 1fr;gap:12px;align-items:center}.course-training-search{display:flex;align-items:center;gap:8px;min-height:48px;border:1px solid var(--c-line,#e3e7ef);border-radius:18px;padding:0 14px;background:#fff;box-shadow:0 12px 28px rgba(20,45,85,.06)}.course-training-search input{width:100%;min-width:0;border:0;outline:0;font:inherit;color:var(--c-ink,#0e1726);background:transparent}.course-training-filter-group{display:flex;flex-wrap:wrap;gap:8px}.course-training-card{border:1px solid rgba(17,55,138,.12);background:linear-gradient(180deg,#ffffff,#f7faff);box-shadow:0 16px 36px rgba(20,45,85,.08)}.course-training-card:hover{transform:translateY(-3px);box-shadow:0 22px 50px rgba(20,45,85,.13)}.legacy-resource-grid--scroll{max-height:360px;overflow-y:auto;padding-right:8px;scrollbar-width:thin;overscroll-behavior:contain}.legacy-resource-grid--scroll::after{content:"";position:sticky;bottom:-1px;display:block;grid-column:1 / -1;height:18px;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,0),#fff)}.official-content-block{display:grid;gap:clamp(18px,3vw,28px)}.official-lead{margin:0;color:var(--c-ink,#0e1726);font-size:clamp(18px,2vw,22px);line-height:1.65;font-weight:650}.official-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.official-info-card,.official-note,.umo-member-card,.umo-specialty-card,.document-preview-panel{border:1px solid var(--c-line,#e3e7ef);border-radius:24px;background:#fff;box-shadow:0 16px 36px rgba(20,45,85,.07)}.official-info-card{padding:clamp(18px,3vw,24px)}.official-info-card h3,.umo-member-card h3{margin:0 0 12px;color:var(--c-primary,#11378a)}.official-list,.official-steps{margin:0;padding-left:1.2rem;color:var(--c-text,#243047);line-height:1.75}.official-list li + li,.official-steps li + li{margin-top:6px}.official-note{padding:18px 20px;background:linear-gradient(135deg,rgba(17,55,138,.08),rgba(224,122,22,.08))}.official-note strong{display:block;margin-bottom:6px;color:var(--c-primary,#11378a)}.official-note p{margin:0}.official-content-block--pending{border:1px dashed rgba(17,55,138,.32);border-radius:28px;padding:clamp(20px,4vw,32px);background:linear-gradient(135deg,#fff,#f7faff)}.official-lang-switch{display:inline-flex;width:fit-content;gap:6px;border:1px solid var(--c-line,#e3e7ef);border-radius:999px;padding:5px;background:#fff}.official-lang-switch button{border:0;border-radius:999px;padding:8px 14px;color:var(--c-muted,#5b6577);background:transparent;font-weight:900;cursor:pointer}.official-lang-switch button.is-active{color:#fff;background:var(--c-primary,#11378a)}.umo-member-grid,.umo-specialty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.umo-member-card{display:grid;grid-template-columns:84px 1fr;gap:16px;align-items:center;padding:16px}.umo-member-card__photo{display:grid;place-items:center;width:84px;height:84px;border-radius:22px;color:#fff;background:linear-gradient(135deg,var(--c-primary,#11378a),var(--c-accent,#e07a16));font-weight:950}.umo-member-card p,.umo-specialty-card p{margin:0;color:var(--c-muted,#5b6577);line-height:1.55}.umo-specialty-card{display:grid;gap:10px;padding:18px}.umo-specialty-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;background:var(--c-primary,#11378a)}.document-preview-panel{margin-top:20px;padding:16px}.document-preview-panel__head{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.document-preview-panel__head strong{color:var(--c-primary,#11378a)}.document-preview-panel__head span{color:var(--c-muted,#5b6577);font-size:13px;font-weight:800}.document-preview-panel iframe{width:100%;min-height:min(72vh,720px);border:1px solid var(--c-line,#e3e7ef);border-radius:18px;background:#f7f8fb}.document-preview-panel img{display:block;width:100%;height:auto;max-height:720px;object-fit:contain;border-radius:18px;background:#f7f8fb}body.route-studentu-announcements .info-showcase-standard,body.route-anti-corruption .info-showcase-anti-corruption{border-radius:32px;overflow:hidden}@media (max-width:900px){.course-training-tools{grid-template-columns:1fr}.teacher-toolbar{display:grid;grid-template-columns:1fr}}@media (max-width:560px){.site-utility-row-compact,.site-utility-links{gap:8px}.site-utility-bar-compact .site-utility-text{display:none}.umo-member-card{grid-template-columns:1fr}.document-preview-panel iframe{min-height:480px}}.official-content-block a,.official-note a{color:inherit;font-weight:800;text-decoration:underline;text-underline-offset:3px}.teacher-category-filter,.course-training-filter-select{display:grid;gap:6px;min-width:min(100%,260px);font-weight:800;color:var(--text,#10233f)}.teacher-category-filter span,.course-training-filter-select span{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted,#64748b)}.teacher-category-filter select,.course-training-filter-select select{width:100%;min-height:48px;border:1px solid rgba(35,64,112,.18);border-radius:16px;padding:0 44px 0 14px;font:inherit;font-weight:800;background:#fff;box-shadow:0 12px 28px rgba(16,35,63,.08)}.teacher-filters--compact{max-height:72px;overflow:auto;padding-bottom:4px}.course-training-tools--compact{margin:18px 0}.competence-course-panel{margin:24px 0;padding:clamp(18px,3vw,28px);border:1px solid rgba(35,64,112,.14);border-radius:28px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(245,248,255,.92));box-shadow:0 18px 42px rgba(16,35,63,.10)}.competence-course-panel__head span{display:inline-flex;margin-bottom:6px;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--accent,#1d4ed8)}.competence-course-panel__head h3{margin:0 0 8px;font-size:clamp(1.25rem,2.2vw,1.75rem)}.competence-course-panel__head p{margin:0;color:var(--muted,#64748b)}.competence-course-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:18px 0}.competence-course-card{display:grid;gap:8px;padding:18px;border-radius:22px;background:#fff;border:1px solid rgba(35,64,112,.12);box-shadow:0 14px 30px rgba(16,35,63,.08)}.competence-course-card span{width:fit-content;padding:6px 10px;border-radius:999px;background:rgba(37,99,235,.10);font-size:.78rem;font-weight:900;color:var(--accent,#1d4ed8)}.competence-course-card h4{margin:0;font-size:1rem}.competence-course-card p{margin:0;color:var(--muted,#64748b)}.course-training-card.is-hidden,.competence-course-card.is-hidden{display:none !important}@media (max-width:720px){.teacher-toolbar,.course-training-tools,.course-training-tools--compact{grid-template-columns:1fr}.teacher-category-filter,.course-training-filter-select{min-width:100%}}.site-utility-bar.site-utility-bar-compact{overflow:visible}.site-utility-row.site-utility-row-compact{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:nowrap;min-width:0}.site-utility-row.site-utility-row-compact .site-utility-meta{min-width:0;flex:1 1 auto}.site-utility-row.site-utility-row-compact .site-utility-badge,.site-utility-row.site-utility-row-compact .site-utility-text{white-space:nowrap}.site-utility-row.site-utility-row-compact .site-utility-links{display:flex;align-items:center;justify-content:flex-end;gap:6px;flex:0 1 auto;min-width:0;flex-wrap:nowrap}.site-utility-row.site-utility-row-compact .site-utility-link,.site-utility-row.site-utility-row-compact .site-language-switcher a,.site-utility-row.site-utility-row-compact .site-accessibility-toggle{white-space:nowrap;flex:0 0 auto;min-height:32px;padding:6px 9px;font-size:11px;line-height:1}.site-utility-row.site-utility-row-compact .site-language-switcher{flex:0 0 auto}@media (min-width:901px){.site-utility-row.site-utility-row-compact,.site-utility-row.site-utility-row-compact .site-utility-links{flex-wrap:nowrap !important}}@media (max-width:1180px) and (min-width:901px){.site-utility-row.site-utility-row-compact .site-utility-text{max-width:260px;overflow:hidden;text-overflow:ellipsis}.site-utility-row.site-utility-row-compact .site-utility-link,.site-utility-row.site-utility-row-compact .site-language-switcher a,.site-utility-row.site-utility-row-compact .site-accessibility-toggle{padding-inline:7px;letter-spacing:.01em}}@media (max-width:900px){.site-utility-row.site-utility-row-compact{align-items:flex-start;flex-wrap:wrap}.site-utility-row.site-utility-row-compact .site-utility-links{justify-content:flex-start;flex-wrap:wrap;width:100%}}@media (max-width:560px){.site-utility-row.site-utility-row-compact .site-utility-text{display:none}.site-utility-row.site-utility-row-compact .site-utility-link,.site-utility-row.site-utility-row-compact .site-language-switcher a,.site-utility-row.site-utility-row-compact .site-accessibility-toggle{min-height:30px;padding:5px 7px;font-size:10px}}.info-showcase__content .admin-managed-section{margin:0 0 16px}.info-showcase__content .admin-managed-section:last-child{margin-bottom:0}.course-training-card,.competence-course-card{position:relative;overflow:hidden}.course-training-card::after,.competence-course-card::after{content:'';position:absolute;inset:auto -40px -46px auto;width:118px;height:118px;border-radius:999px;background:radial-gradient(circle,rgba(37,99,235,.14),rgba(37,99,235,0) 68%);pointer-events:none}.course-training-card__top{align-items:center}.course-training-card__icon,.competence-course-card__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:46px;height:46px;border-radius:16px;border:1px solid rgba(37,99,235,.18);background:linear-gradient(135deg,rgba(37,99,235,.14),rgba(14,165,233,.10));color:#1d4ed8;font-size:1rem;font-style:normal;font-weight:950;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 10px 24px rgba(37,99,235,.12)}.course-training-card__icon{margin-left:auto;width:40px;height:40px;border-radius:14px;font-size:.95rem}.competence-course-list{align-items:stretch}.competence-course-card{display:grid;grid-template-columns:auto 1fr;gap:14px;padding:18px;border:1px solid rgba(35,64,112,.12);background:linear-gradient(180deg,#fff,rgba(248,250,252,.92));transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.competence-course-card:hover,.competence-course-card:focus-within{transform:translateY(-2px);border-color:rgba(37,99,235,.28);box-shadow:0 18px 38px rgba(16,35,63,.12)}.competence-course-card__body{display:grid;gap:8px;min-width:0}.competence-course-card .competence-course-card__tag{width:fit-content;padding:6px 10px;border-radius:999px;background:rgba(37,99,235,.10);color:var(--accent,#1d4ed8);font-size:.76rem;font-weight:900;letter-spacing:.02em}.competence-course-card h4{color:#10233f;line-height:1.25}.competence-course-card__meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:2px}.competence-course-card__meta small{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;background:rgba(15,23,42,.06);color:#475569;font-size:.72rem;font-weight:800}@media (max-width:640px){.competence-course-card{grid-template-columns:1fr}.competence-course-card__icon{width:42px;height:42px}}.competence-course-panel{margin:18px 0;padding:clamp(14px,2vw,20px);border-radius:24px}.competence-course-panel__head{display:grid;gap:4px}.competence-course-panel__head span{margin-bottom:0}.competence-course-panel__head h3{margin:0;font-size:clamp(1.12rem,1.8vw,1.45rem);line-height:1.18}.competence-course-panel__head p{max-width:720px;font-size:.94rem;line-height:1.45}.competence-course-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));gap:12px;margin:14px 0 12px}.competence-course-card{grid-template-columns:40px minmax(0,1fr);align-items:start;gap:10px;padding:14px;border-radius:20px}.competence-course-card::after{width:92px;height:92px;inset:auto -34px -38px auto}.competence-course-card__icon{width:40px;height:40px;border-radius:14px;font-size:.95rem}.competence-course-card__body{gap:6px;min-width:0}.competence-course-card .competence-course-card__tag{max-width:100%;padding:5px 9px;font-size:.72rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.competence-course-card h4{margin:0;font-size:.98rem;line-height:1.22;overflow-wrap:normal;word-break:normal;hyphens:none}.competence-course-card p{margin:0;font-size:.92rem;line-height:1.42;overflow-wrap:normal;word-break:normal;hyphens:none;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.competence-course-card__meta{gap:6px}.competence-course-card__meta small{max-width:100%;padding:4px 7px;font-size:.68rem;line-height:1.1}.competence-content-panel--primary,.course-training-content-panel--primary{margin:16px 0 18px}@media (min-width:1024px){.competence-course-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.competence-course-panel{padding:12px;border-radius:20px}.competence-course-card{grid-template-columns:36px minmax(0,1fr);padding:12px}.competence-course-card__icon{width:36px;height:36px}}body.site-body.route-abiturientu-specialties .specialty-catalog-card__media,body.site-body.is-home .home-specialties-lead__media,body.site-body.is-home .home-specialties-item__media{background:#fff !important;display:flex !important;align-items:center !important;justify-content:center !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__image,body.site-body.is-home .home-specialties-lead__image,body.site-body.is-home .home-specialties-item__media img,.specialty-modal__media img,.specialty-modal__thumb img,.specialty-lightbox__image{object-fit:contain !important;background:#fff !important;padding:10px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__overlay,.specialty-modal__media-overlay{display:none !important}.admission-documents-info-card p{white-space:normal}body.site-body.route-abiturientu-specialties .specialty-catalog-card__image,body.site-body.is-home .home-specialties-lead__image,body.site-body.is-home .home-specialties-item__media img,.specialty-modal__media img,.specialty-modal__thumb img,.specialty-lightbox__image{box-sizing:border-box !important}body.site-body.is-home .home-specialties-lead__shade,body.site-body.is-home .home-specialties-lead__label{display:none !important}body.site-body.route-abiturientu .admission-documents-info-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr)) !important;align-items:stretch !important}body.site-body.route-abiturientu .admission-documents-info-card{display:flex !important;flex-direction:column !important;gap:10px !important;min-height:178px !important;padding:18px !important}body.site-body.route-abiturientu .admission-documents-info-card h3{margin-top:4px !important;font-size:clamp(1.02rem,1.2vw,1.22rem) !important;line-height:1.22 !important}body.site-body.route-abiturientu .admission-documents-info-card__preview{margin:0 !important;color:#496985 !important;font-size:.94rem !important;line-height:1.58 !important}body.site-body.route-abiturientu .admission-documents-info-card--modal-preview .admission-documents-info-card__preview{display:-webkit-box !important;-webkit-line-clamp:4 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}body.site-body.route-abiturientu .admission-documents-info-card a,.admission-info-modal__body a{color:#0f5fa8 !important;font-weight:800 !important;text-decoration:underline !important;text-underline-offset:3px !important}body.site-body.route-abiturientu .admission-info-card-more{width:fit-content !important;min-height:38px !important;margin-top:auto !important;padding:9px 14px !important;border-radius:999px !important;border:1px solid rgba(31,102,193,.35) !important;color:#0d3a70 !important;background:#ffffff !important;box-shadow:0 12px 26px -22px rgba(13,45,87,.28) !important;font:inherit !important;font-size:.88rem !important;font-weight:900 !important;cursor:pointer !important;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease !important}body.site-body.route-abiturientu .admission-info-card-more:hover,body.site-body.route-abiturientu .admission-info-card-more:focus-visible{transform:translateY(-1px) !important;border-color:#f08a22 !important;color:#ffffff !important;background:#f08a22 !important}.admission-info-modal{position:fixed !important;inset:0 !important;z-index:1200 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:18px !important;overflow:auto !important}.admission-info-modal[hidden]{display:none !important}.admission-info-modal__backdrop{position:fixed !important;inset:0 !important;background:rgba(6,18,38,.76) !important;backdrop-filter:blur(10px) saturate(1.05) !important;-webkit-backdrop-filter:blur(10px) saturate(1.05) !important}.admission-info-modal__dialog{position:relative !important;z-index:1 !important;width:min(780px,calc(100vw - 36px)) !important;max-height:min(720px,calc(100vh - 36px)) !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;border-radius:28px !important;border:1px solid rgba(190,207,224,.88) !important;background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%) !important;box-shadow:0 34px 92px rgba(4,15,32,.38) !important}.admission-info-modal__close{position:absolute !important;top:14px !important;right:14px !important;z-index:3 !important;width:42px !important;height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;border:1px solid rgba(132,170,210,.48) !important;color:#0d315d !important;background:#ffffff !important;box-shadow:0 16px 32px rgba(9,22,45,.16) !important;font-size:1.45rem !important;line-height:1 !important;cursor:pointer !important}.admission-info-modal__head{padding:24px 72px 18px 24px !important;border-bottom:1px solid rgba(132,170,210,.30) !important;background:radial-gradient(circle at 0% 0%,rgba(240,138,34,.12),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important}.admission-info-modal__label{display:inline-flex !important;align-items:center !important;min-height:30px !important;margin-bottom:10px !important;padding:6px 10px !important;border-radius:999px !important;color:#114a86 !important;background:#edf4fb !important;border:1px solid rgba(132,170,210,.52) !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.055em !important;text-transform:uppercase !important}.admission-info-modal__head h2{margin:0 !important;color:#0d315d !important;font-size:clamp(1.28rem,2.1vw,1.8rem) !important;line-height:1.14 !important}.admission-info-modal__head p{max-width:620px !important;margin:8px 0 0 !important;color:#59738e !important;font-size:.94rem !important;line-height:1.55 !important}.admission-info-modal__body{padding:20px 24px !important;overflow-y:auto !important;scrollbar-width:thin !important}.admission-info-modal__body p{margin:0 0 14px !important;color:#405f7c !important;font-size:.96rem !important;line-height:1.72 !important}.admission-info-modal__body p:last-child{margin-bottom:0 !important}.admission-info-modal__body ol{display:grid !important;gap:9px !important;margin:14px 0 !important;padding:0 !important;list-style:none !important;counter-reset:admission-quota !important}.admission-info-modal__body li{position:relative !important;min-height:44px !important;padding:11px 13px 11px 48px !important;border-radius:16px !important;border:1px solid rgba(132,170,210,.42) !important;background:#ffffff !important;color:#405f7c !important;line-height:1.55 !important;box-shadow:0 12px 24px -22px rgba(13,45,87,.24) !important}.admission-info-modal__body li::before{counter-increment:admission-quota !important;content:counter(admission-quota) !important;position:absolute !important;left:13px !important;top:12px !important;display:grid !important;place-items:center !important;width:24px !important;height:24px !important;border-radius:999px !important;color:#ffffff !important;background:#114a86 !important;font-size:12px !important;font-weight:900 !important}.admission-info-modal__actions{display:flex !important;flex-wrap:wrap !important;gap:10px !important;padding:16px 24px 22px !important;border-top:1px solid rgba(132,170,210,.30) !important;background:#f6f9fd !important}.has-admission-info-modal,.has-admission-info-modal body{overflow:hidden !important}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr)) !important;gap:clamp(12px,1.5vw,18px) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card{border-radius:22px !important;box-shadow:0 14px 32px -28px rgba(13,45,87,.24),inset 0 1px 0 rgba(255,255,255,.78) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__media{min-height:132px !important;display:grid !important;place-items:center !important;padding:16px !important;background:radial-gradient(circle at 24% 20%,rgba(255,255,255,.75),transparent 38%),linear-gradient(135deg,rgba(230,240,250,.98) 0%,rgba(245,249,253,.98) 58%,rgba(255,244,232,.94) 100%) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__image{position:relative !important;inset:auto !important;z-index:2 !important;width:auto !important;max-width:min(168px,82%) !important;height:auto !important;max-height:96px !important;object-fit:contain !important;margin:auto !important;border-radius:18px !important;background:transparent !important;filter:drop-shadow(0 14px 20px rgba(13,45,87,.12)) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card:hover .specialty-catalog-card__image{transform:scale(1.025) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__overlay{background:linear-gradient(180deg,rgba(255,255,255,0) 55%,rgba(17,74,134,.08) 100%) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body{gap:9px !important;padding:14px 14px 10px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line{gap:8px !important;padding-bottom:8px !important;font-size:10.5px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line span{font-size:12px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line strong{font-size:10.5px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body h3{min-height:2.45em !important;font-size:clamp(.98rem,1.05vw,1.12rem) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body p{min-height:3.1em !important;font-size:.9rem !important;line-height:1.52 !important;-webkit-line-clamp:2 !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer{padding:10px 14px 14px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer .btn{min-height:38px !important;border-radius:14px !important;font-size:.9rem !important}.specialty-modal__dialog{width:min(980px,calc(100vw - 32px)) !important;height:min(660px,calc(100vh - 32px)) !important;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr) !important;border-radius:26px !important}.specialty-modal__media{padding:18px !important;background:radial-gradient(circle at 15% 12%,rgba(255,138,25,.16),transparent 30%),radial-gradient(circle at 88% 85%,rgba(31,102,193,.20),transparent 36%),linear-gradient(180deg,#123d73 0%,#092348 100%) !important}.specialty-modal__media img{padding:12px !important;object-fit:contain !important;border-radius:20px !important;background:#ffffff !important}.specialty-modal__thumbs[hidden],.specialty-modal__thumbs.is-single{display:none !important}.specialty-modal__content{padding:22px 24px 20px !important}.specialty-modal__header{margin-bottom:12px !important;padding-bottom:12px !important}.specialty-modal__facts{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.specialty-modal__body,.specialty-modal__skills-wrap{border-radius:16px !important}.specialty-modal__body p{font-size:.93rem !important;line-height:1.62 !important}@media (max-width:980px){.specialty-modal__dialog{width:min(720px,calc(100vw - 24px)) !important;height:auto !important;grid-template-columns:1fr !important}}@media (max-width:640px){.admission-info-modal{padding:8px !important}.admission-info-modal__dialog{width:calc(100vw - 16px) !important;max-height:calc(100vh - 16px) !important;border-radius:22px !important}.admission-info-modal__head,.admission-info-modal__body,.admission-info-modal__actions{padding-left:16px !important;padding-right:16px !important}.admission-info-modal__head{padding-top:18px !important;padding-right:58px !important}.admission-info-modal__actions .btn{width:100% !important}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{grid-template-columns:1fr !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__media{min-height:122px !important}.specialty-modal__facts{grid-template-columns:1fr !important}}body.site-body.route-abiturientu .admission-documents-info-card--modal-preview{display:flex !important;flex-direction:column !important;min-height:0 !important}body.site-body.route-abiturientu .admission-documents-info-card__preview{display:-webkit-box !important;-webkit-line-clamp:4 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;min-height:0 !important;margin-bottom:14px !important}body.site-body.route-abiturientu .admission-documents-info-card__preview a,.admission-info-modal__body a{color:#0d5aa5 !important;font-weight:850 !important;text-decoration:underline !important;text-decoration-thickness:2px !important;text-underline-offset:3px !important;overflow-wrap:anywhere !important}body.site-body.route-abiturientu .admission-info-card-more{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;width:fit-content !important;min-height:38px !important;margin-top:auto !important;padding:9px 14px !important;border:1px solid rgba(31,102,193,.24) !important;border-radius:999px !important;background:linear-gradient(135deg,#0d5aa5,#174a7d) !important;color:#fff !important;box-shadow:0 14px 28px -22px rgba(13,90,165,.74) !important;cursor:pointer !important;font-size:.84rem !important;font-weight:900 !important;line-height:1 !important;transition:transform .18s ease,box-shadow .18s ease,background .18s ease !important}body.site-body.route-abiturientu .admission-info-card-more::after{content:'→' !important;font-size:1rem !important;line-height:1 !important}body.site-body.route-abiturientu .admission-info-card-more:hover,body.site-body.route-abiturientu .admission-info-card-more:focus-visible{transform:translateY(-1px) !important;background:linear-gradient(135deg,#f08a22,#c96807) !important;box-shadow:0 18px 32px -22px rgba(201,104,7,.78) !important;outline:none !important}.admission-info-modal[hidden]{display:none !important}.admission-info-modal{position:fixed !important;inset:0 !important;z-index:2147483010 !important;display:flex !important;align-items:center !important;justify-content:center !important;width:100vw !important;height:100dvh !important;padding:clamp(10px,2.2vw,28px) !important;box-sizing:border-box !important;isolation:isolate !important}.admission-info-modal__backdrop{position:fixed !important;inset:0 !important;z-index:0 !important;background:rgba(5,22,42,.82) !important;backdrop-filter:blur(10px) !important}.admission-info-modal__dialog{position:relative !important;z-index:1 !important;display:grid !important;grid-template-rows:auto minmax(0,1fr) auto !important;width:min(760px,calc(100vw - 28px)) !important;max-height:min(780px,calc(100dvh - 28px)) !important;overflow:hidden !important;border:1px solid rgba(255,255,255,.42) !important;border-radius:28px !important;background:#f7fbff !important;box-shadow:0 34px 110px rgba(0,0,0,.44) !important}.admission-info-modal__head{display:grid !important;gap:8px !important;padding:22px 72px 18px 24px !important;border-bottom:1px solid rgba(38,92,154,.14) !important;background:radial-gradient(circle at 100% 0%,rgba(240,138,34,.16),transparent 34%),linear-gradient(135deg,#ffffff,#eef6ff) !important}.admission-info-modal__label{display:inline-flex !important;width:fit-content !important;min-height:26px !important;align-items:center !important;padding:5px 10px !important;border-radius:999px !important;background:#fff4e8 !important;color:#b45b08 !important;font-size:.72rem !important;font-weight:950 !important;letter-spacing:.055em !important;text-transform:uppercase !important}.admission-info-modal__head h2{margin:0 !important;color:#0d315d !important;font-size:clamp(1.3rem,2.6vw,1.9rem) !important;line-height:1.16 !important}.admission-info-modal__head p{max-width:620px !important;margin:0 !important;color:#526d86 !important;font-size:.92rem !important;line-height:1.5 !important}.admission-info-modal__close{position:absolute !important;top:16px !important;right:16px !important;display:inline-grid !important;place-items:center !important;width:42px !important;height:42px !important;border:1px solid rgba(38,92,154,.18) !important;border-radius:999px !important;background:#fff !important;color:#0d315d !important;font-size:28px !important;line-height:1 !important;cursor:pointer !important;box-shadow:0 12px 26px rgba(13,45,87,.12) !important}.admission-info-modal__body{min-height:0 !important;overflow:auto !important;padding:22px 24px !important;background:#ffffff !important}.admission-info-modal__body p{margin:0 0 14px !important;color:#294d70 !important;font-size:.97rem !important;line-height:1.72 !important}.admission-info-modal__body p:last-child{margin-bottom:0 !important}.admission-info-modal__body ol{display:grid !important;gap:9px !important;margin:8px 0 16px !important;padding:0 !important;list-style:none !important;counter-reset:admission-info-list !important}.admission-info-modal__body li{counter-increment:admission-info-list !important;position:relative !important;min-height:42px !important;padding:10px 12px 10px 48px !important;border:1px solid rgba(38,92,154,.12) !important;border-radius:16px !important;background:linear-gradient(135deg,#f8fbff,#fff8ef) !important;color:#294d70 !important;line-height:1.52 !important}.admission-info-modal__body li::before{content:counter(admission-info-list) !important;position:absolute !important;left:12px !important;top:10px !important;display:grid !important;place-items:center !important;width:24px !important;height:24px !important;border-radius:999px !important;background:#0d5aa5 !important;color:#fff !important;font-size:.78rem !important;font-weight:950 !important}.admission-info-modal__actions{display:flex !important;flex-wrap:wrap !important;gap:10px !important;justify-content:flex-end !important;padding:14px 18px !important;border-top:1px solid rgba(38,92,154,.12) !important;background:#f0f6fc !important}body.has-admission-info-modal{overflow:hidden !important}@media (max-width:640px){.admission-info-modal__dialog{width:calc(100vw - 16px) !important;max-height:calc(100dvh - 16px) !important;border-radius:20px !important}.admission-info-modal__head{padding:18px 62px 16px 18px !important}.admission-info-modal__body{padding:18px !important}.admission-info-modal__actions{justify-content:stretch !important}.admission-info-modal__actions .btn,.admission-info-modal__actions button{width:100% !important}}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(252px,1fr)) !important;gap:clamp(12px,1.45vw,18px) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card{border-radius:22px !important;box-shadow:0 14px 30px -27px rgba(13,45,87,.25),inset 0 1px 0 rgba(255,255,255,.78) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__media{min-height:132px !important;height:132px !important;padding:12px !important;background:radial-gradient(circle at 8% 0%,rgba(240,138,34,.10),transparent 36%),linear-gradient(135deg,#ffffff,#f6faff) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__image{position:static !important;width:100% !important;height:100% !important;max-width:190px !important;margin:0 auto !important;object-fit:contain !important;padding:6px !important;background:transparent !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body{gap:8px !important;padding:14px 15px 10px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line{gap:8px !important;padding-bottom:8px !important;font-size:10.5px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line span{font-size:12px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line strong{font-size:10.5px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body h3{min-height:2.45em !important;font-size:clamp(1rem,1.1vw,1.12rem) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body p{min-height:3.05em !important;-webkit-line-clamp:2 !important;font-size:.9rem !important;line-height:1.52 !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer{padding:11px 15px 15px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer .btn{min-height:38px !important;border-radius:14px !important;font-size:.86rem !important}.specialty-modal__dialog{width:min(920px,calc(100vw - 28px)) !important;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr) !important;border-radius:26px !important}.specialty-modal__gallery{background:linear-gradient(180deg,#ffffff,#f3f8fd) !important;border-right:1px solid rgba(38,92,154,.12) !important}.specialty-modal__media{min-height:300px !important;padding:18px !important;background:radial-gradient(circle at 0% 0%,rgba(240,138,34,.13),transparent 34%),linear-gradient(135deg,#ffffff,#f7fbff) !important}.specialty-modal__media img{max-width:100% !important;max-height:100% !important;padding:14px !important;border:1px solid rgba(38,92,154,.10) !important;border-radius:22px !important;background:#ffffff !important;box-shadow:0 14px 34px rgba(13,45,87,.10) !important}.specialty-modal__thumbs{display:none !important}.specialty-modal__media-nav{display:none !important}.specialty-modal__fullscreen{top:16px !important;right:16px !important;color:#0d315d !important;background:#ffffff !important;border:1px solid rgba(38,92,154,.16) !important}.specialty-modal__content{padding:22px 24px 20px !important}.specialty-modal__header{margin-bottom:14px !important;padding-bottom:12px !important}.specialty-modal__facts{gap:8px !important;margin-bottom:14px !important}.specialty-modal__fact{min-height:0 !important;padding:9px 11px !important;border-radius:14px !important;background:#f8fbff !important;box-shadow:none !important}.specialty-modal__body{padding:14px 16px !important;border-radius:16px !important}.specialty-modal__body p{font-size:.92rem !important;line-height:1.62 !important}.specialty-modal__skills-wrap{margin-top:12px !important;padding:14px 16px !important;border-radius:16px !important}.specialty-modal__actions{margin-top:12px !important;padding-top:12px !important}@media (max-width:980px){.specialty-modal__dialog{grid-template-columns:1fr !important;width:calc(100vw - 20px) !important}.specialty-modal__media{min-height:210px !important;height:210px !important}}.site-footer-contact-row-v145--schedule small{display:block;margin-top:4px;color:rgba(255,255,255,.72);font-size:.84rem;line-height:1.4}body.site-body.is-home .home-side-rail__forum.home-forum-banner{position:relative;isolation:isolate;display:grid !important;gap:8px;padding:18px 18px 16px !important;min-height:156px;border:1px solid rgba(255,210,140,.58) !important;border-radius:24px !important;color:#ffffff !important;background:radial-gradient(circle at 88% 8%,rgba(255,215,142,.46),transparent 24%),radial-gradient(circle at 12% 100%,rgba(44,131,214,.42),transparent 36%),linear-gradient(135deg,#0b4d8f 0%,#113b68 52%,#f08a22 150%) !important;box-shadow:0 24px 52px rgba(11,55,104,.24),inset 0 1px 0 rgba(255,255,255,.28) !important;overflow:hidden}body.site-body.is-home .home-side-rail__forum.home-forum-banner::before{content:"";position:absolute;inset:-60% auto auto -42%;width:62%;height:220%;transform:rotate(18deg);background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);animation:forumBannerSheen 6.5s ease-in-out infinite;z-index:-1}body.site-body.is-home .home-side-rail__forum.home-forum-banner::after{content:"↗";right:16px;top:16px;width:34px;height:34px;background:rgba(255,255,255,.18);color:#ffffff;border:1px solid rgba(255,255,255,.24);box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}@keyframes forumBannerSheen{0%,52%{left:-52%}72%,100%{left:116%}}.home-forum-banner__orb{position:absolute;right:-30px;bottom:-34px;width:120px !important;height:120px;padding:0 !important;border-radius:999px !important;background:rgba(255,255,255,.12) !important;border:1px solid rgba(255,255,255,.16);pointer-events:none}body.site-body.is-home .home-side-rail__forum.home-forum-banner .home-forum-banner__badge{width:fit-content;padding:7px 11px !important;border-radius:999px;color:#123b66 !important;background:#ffffff !important;box-shadow:0 10px 24px rgba(7,26,55,.14);font-size:10px;font-weight:950;line-height:1;letter-spacing:.07em;text-transform:uppercase}body.site-body.is-home .home-side-rail__forum.home-forum-banner strong{max-width:92%;padding-right:34px !important;color:#ffffff !important;font-size:clamp(1rem,1.4vw,1.2rem) !important;line-height:1.2 !important;font-weight:950 !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner small{max-width:92%;color:rgba(255,255,255,.82);font-size:.86rem;line-height:1.45}body.site-body.is-home .home-side-rail__forum.home-forum-banner em{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:34px;margin-top:4px;padding:8px 13px;border-radius:999px;color:#123b66;background:#ffffff;font-size:.84rem;font-style:normal;font-weight:950;box-shadow:0 12px 24px rgba(7,26,55,.15)}body.site-body.is-home .home-side-rail__forum.home-forum-banner:hover,body.site-body.is-home .home-side-rail__forum.home-forum-banner:focus-visible{transform:translateY(-2px);border-color:rgba(255,255,255,.72) !important;box-shadow:0 30px 62px rgba(11,55,104,.30),inset 0 1px 0 rgba(255,255,255,.32) !important}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(218px,1fr)) !important;gap:clamp(10px,1.25vw,16px) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card{min-height:0 !important;border-radius:20px !important;box-shadow:0 12px 28px -25px rgba(13,45,87,.28),inset 0 1px 0 rgba(255,255,255,.82) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__media{min-height:112px !important;height:112px !important;padding:10px !important;background:linear-gradient(135deg,#ffffff 0%,#f6faff 100%) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__image{width:auto !important;height:auto !important;max-width:min(150px,82%) !important;max-height:86px !important;padding:4px !important;border-radius:14px !important;box-shadow:none !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body{padding:12px 13px 8px !important;gap:7px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line{padding-bottom:7px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body h3{min-height:2.35em !important;font-size:clamp(.96rem,1.05vw,1.08rem) !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body p{min-height:2.9em !important;font-size:.86rem !important;line-height:1.48 !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer{padding:9px 13px 13px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer .btn{min-height:36px !important;padding:7px 11px !important;border-radius:13px !important;font-size:.83rem !important}.specialty-modal__dialog{width:min(860px,calc(100vw - 28px)) !important;grid-template-columns:minmax(220px,.64fr) minmax(0,1.36fr) !important}.specialty-modal__media{min-height:252px !important;height:auto !important;padding:16px !important}.specialty-modal__media img{max-width:min(260px,92%) !important;max-height:220px !important;padding:10px !important;border-radius:20px !important}.specialty-modal__content{padding:20px 22px 18px !important}.specialty-modal__header h2{font-size:clamp(1.28rem,2vw,1.72rem) !important;line-height:1.14 !important}.specialty-modal__header p{max-width:620px}.specialty-modal__facts{grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) !important}@media (max-width:980px){.specialty-modal__media{min-height:188px !important;height:188px !important}.specialty-modal__media img{max-height:158px !important}}body.site-body.is-home .home-side-rail__forum.home-forum-banner{position:relative !important;isolation:isolate !important;display:grid !important;gap:8px !important;padding:16px 16px 15px !important;border:1px solid rgba(255,255,255,.48) !important;border-radius:24px !important;background:radial-gradient(circle at 92% 8%,rgba(255,255,255,.42),transparent 26%),radial-gradient(circle at 0% 100%,rgba(255,208,129,.42),transparent 35%),linear-gradient(135deg,#0d5aa5 0%,#174f8f 45%,#f59d36 100%) !important;color:#ffffff !important;text-decoration:none !important;box-shadow:0 20px 42px rgba(13,66,123,.28),inset 0 1px 0 rgba(255,255,255,.24) !important;overflow:hidden !important;transform:translateZ(0) !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner::before{content:'' !important;position:absolute !important;inset:8px !important;z-index:-1 !important;border:1px solid rgba(255,255,255,.18) !important;border-radius:20px !important;pointer-events:none !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner::after{content:'↗' !important;right:14px !important;top:14px !important;width:30px !important;height:30px !important;border:1px solid rgba(255,255,255,.38) !important;background:rgba(255,255,255,.18) !important;color:#ffffff !important;box-shadow:0 10px 22px rgba(4,36,73,.16) !important}body.site-body.is-home .home-forum-banner__glow{position:absolute !important;inset:auto -28px -34px auto !important;width:126px !important;height:126px !important;padding:0 !important;border-radius:999px !important;background:rgba(255,255,255,.22) !important;filter:blur(1px) !important;pointer-events:none !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner .home-forum-banner__badge{width:fit-content !important;max-width:calc(100% - 44px) !important;padding:6px 10px !important;border:1px solid rgba(255,255,255,.30) !important;border-radius:999px !important;background:rgba(255,255,255,.18) !important;color:#ffffff !important;font-size:10px !important;font-weight:950 !important;line-height:1 !important;letter-spacing:.06em !important;text-transform:uppercase !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner strong{padding-right:42px !important;color:#ffffff !important;font-size:clamp(1.02rem,1.2vw,1.18rem) !important;line-height:1.12 !important;font-weight:950 !important;letter-spacing:-.02em !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner small{display:block !important;max-width:92% !important;color:rgba(255,255,255,.88) !important;font-size:.78rem !important;line-height:1.35 !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner em{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:fit-content !important;margin-top:2px !important;padding:8px 11px !important;border-radius:999px !important;background:rgba(255,255,255,.96) !important;color:#0d4f92 !important;font-size:.78rem !important;font-style:normal !important;font-weight:900 !important;box-shadow:0 10px 22px rgba(4,36,73,.14) !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner:hover,body.site-body.is-home .home-side-rail__forum.home-forum-banner:focus-visible{border-color:rgba(255,255,255,.72) !important;background:radial-gradient(circle at 92% 8%,rgba(255,255,255,.50),transparent 28%),radial-gradient(circle at 0% 100%,rgba(255,215,145,.50),transparent 36%),linear-gradient(135deg,#0b64bc 0%,#145a9e 44%,#f59d36 100%) !important;box-shadow:0 26px 54px rgba(13,66,123,.34),inset 0 1px 0 rgba(255,255,255,.32) !important;transform:translateY(-2px) !important}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(218px,1fr)) !important;gap:14px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card{border-radius:20px !important;min-height:0 !important;overflow:hidden !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__media{min-height:108px !important;height:108px !important;padding:10px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__image{max-width:152px !important;padding:4px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__overlay{display:none !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body{padding:12px 13px 8px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__line{padding-bottom:6px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body h3{min-height:2.35em !important;font-size:.98rem !important;line-height:1.18 !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body p{min-height:2.75em !important;font-size:.84rem !important;line-height:1.42 !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer{min-height:0 !important;padding:9px 13px 13px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__footer .btn{min-height:34px !important;padding:8px 12px !important;border-radius:12px !important;font-size:.82rem !important}body.site-body.route-abiturientu-specialties .specialty-modal__dialog{width:min(840px,calc(100vw - 28px)) !important;grid-template-columns:minmax(210px,.56fr) minmax(0,1.44fr) !important;border-radius:24px !important}body.site-body.route-abiturientu-specialties .specialty-modal__media{min-height:244px !important;padding:16px !important}body.site-body.route-abiturientu-specialties .specialty-modal__media img{max-width:190px !important;max-height:190px !important;margin:auto !important}body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen{display:none !important}body.site-body.route-abiturientu-specialties .specialty-modal__content{padding:20px 22px 18px !important}body.site-body.route-abiturientu-specialties .specialty-modal__header h2{font-size:clamp(1.25rem,2vw,1.7rem) !important;line-height:1.12 !important}body.site-body.route-abiturientu-specialties .specialty-modal__header p{font-size:.9rem !important;line-height:1.5 !important}body.site-body.route-abiturientu-specialties .specialty-modal__body,body.site-body.route-abiturientu-specialties .specialty-modal__skills-wrap{background:#f8fbff !important}@media (max-width:980px){body.site-body.route-abiturientu-specialties .specialty-modal__dialog{grid-template-columns:1fr !important}body.site-body.route-abiturientu-specialties .specialty-modal__media{min-height:180px !important;height:180px !important}}@media (max-width:640px){body.site-body.is-home .home-side-rail__forum.home-forum-banner{padding:14px !important;border-radius:20px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner small{max-width:100% !important}body.site-body.route-abiturientu-specialties .specialties-catalog-grid{grid-template-columns:repeat(auto-fit,minmax(172px,1fr)) !important;gap:10px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__media{height:96px !important;min-height:96px !important}body.site-body.route-abiturientu-specialties .specialty-catalog-card__body h3{min-height:0 !important;font-size:.92rem !important}}html:not(.is-render-ready) body.site-body,body.site-body .site-main,body.site-body [data-reveal],body.site-body .page-hero,body.site-body .section,body.site-body .page-content-card,body.site-body .card{opacity:1 !important;visibility:visible !important}body.site-body [data-reveal],body.site-body .reveal-on-scroll{transform:none !important}body.site-body.is-home .home-main-flow-with-rails{width:min(1620px,calc(100% - clamp(24px,5vw,76px))) !important;margin:clamp(18px,3vw,38px) auto !important;display:grid !important;grid-template-columns:minmax(238px,292px) minmax(0,1fr) minmax(238px,292px) !important;gap:clamp(16px,1.7vw,28px) !important;align-items:start !important;overflow:visible !important}body.site-body.is-home .home-side-rail--announcements{grid-column:1 !important;grid-row:1 !important}body.site-body.is-home .home-main-flow__sections{grid-column:2 !important;grid-row:1 !important;min-width:0 !important}body.site-body.is-home .home-side-rail--applicant{grid-column:3 !important;grid-row:1 !important}body.site-body.is-home .home-side-rail{position:sticky !important;top:calc(var(--site-header-height,116px) + 18px) !important;z-index:5 !important;max-height:calc(100dvh - var(--site-header-height,116px) - 32px) !important;min-width:0 !important;overflow:visible !important;transform:none !important}body.site-body.is-home .home-side-rail__head,body.site-body.is-home .home-side-rail__links,body.site-body.is-home .home-announcement-carousel,body.site-body.is-home .home-side-rail__cta,body.site-body.is-home .home-side-rail__forum{width:100% !important;max-width:100% !important;box-sizing:border-box !important}body.site-body.is-home .home-side-rail__links{display:grid !important;grid-template-columns:1fr !important;gap:10px !important}body.site-body.is-home .home-side-rail__links a{min-height:64px !important;display:grid !important;grid-template-columns:auto minmax(0,1fr) !important;grid-template-areas:"num title" "num text" !important;column-gap:12px !important;align-items:center !important;overflow:hidden !important}body.site-body.is-home .home-side-rail__links a span{grid-area:num !important}body.site-body.is-home .home-side-rail__links a strong{grid-area:title !important;min-width:0 !important}body.site-body.is-home .home-side-rail__links a small{grid-area:text !important;min-width:0 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel.home-announcement-carousel--stack{position:relative !important;overflow:visible !important;padding-inline:0 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:min(620px,calc(100dvh - var(--site-header-height,116px) - 190px)) !important;overflow:auto !important;overscroll-behavior:contain !important;scroll-padding:10px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control{z-index:8 !important;box-shadow:0 12px 26px rgba(13,45,87,.22) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--prev{left:8px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--next{right:8px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{min-height:112px !important;align-content:center !important;gap:10px !important;padding:16px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact strong{padding-right:38px !important;font-size:clamp(1.04rem,1.3vw,1.22rem) !important;line-height:1.14 !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact small{display:none !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact em{min-height:36px !important;padding:8px 12px !important;white-space:normal !important}@media (max-width:1180px){body.site-body.is-home .home-main-flow-with-rails{grid-template-columns:minmax(0,1fr) !important;gap:clamp(14px,3vw,24px) !important}body.site-body.is-home .home-side-rail,body.site-body.is-home .home-main-flow__sections{grid-column:1 !important;grid-row:auto !important}body.site-body.is-home .home-side-rail{position:relative !important;top:auto !important;max-height:none !important;overflow:visible !important}body.site-body.is-home .home-side-rail--announcements{order:-3 !important}body.site-body.is-home .home-side-rail--applicant{order:-2 !important}body.site-body.is-home .home-main-flow__sections{order:0 !important}body.site-body.is-home .home-side-rail__links{grid-template-columns:repeat(2,minmax(0,1fr)) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:420px !important}}@media (max-width:720px){body.site-body.is-home .home-main-flow-with-rails{width:calc(100% - 20px) !important;margin-top:14px !important}body.site-body.is-home .home-side-rail__head p{max-width:100% !important}body.site-body.is-home .home-side-rail__links{grid-template-columns:1fr !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:none !important;overflow:visible !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control,body.site-body.is-home .home-side-rail--announcements .home-announcement-count{display:none !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{min-height:auto !important;border-radius:20px !important}}@media (max-width:900px){body.site-body .virtual-assistant{right:max(10px,env(safe-area-inset-right)) !important;bottom:calc(var(--mobile-bottom-nav-height,74px) + 16px + env(safe-area-inset-bottom)) !important;z-index:760 !important}html.mobile-nav-open body.site-body .virtual-assistant,body.site-body.mobile-nav-open .virtual-assistant{opacity:0 !important;pointer-events:none !important;transform:translateY(18px) scale(.96) !important}body.site-body .virtual-assistant__panel{position:fixed !important;left:10px !important;right:10px !important;bottom:calc(var(--mobile-bottom-nav-height,74px) + 12px + env(safe-area-inset-bottom)) !important;width:auto !important;max-width:none !important;max-height:min(70dvh,560px) !important;z-index:1550 !important}}body.site-body.route-abiturientu-specialties .specialty-modal__dialog{width:min(1040px,calc(100vw - 28px)) !important;grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr) !important;max-height:calc(100dvh - 24px) !important;overflow:hidden !important}body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image{position:relative !important;min-height:clamp(280px,38vw,520px) !important;height:auto !important;padding:clamp(16px,2.4vw,28px) !important;display:grid !important;place-items:center !important;background:radial-gradient(circle at 20% 15%,rgba(245,157,54,.18),transparent 32%),linear-gradient(135deg,#f8fbff 0%,#eef6ff 100%) !important;overflow:hidden !important}body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image img{width:100% !important;height:100% !important;max-width:100% !important;max-height:min(460px,62dvh) !important;object-fit:contain !important;padding:0 !important;margin:auto !important;border-radius:22px !important;background:#ffffff !important;box-shadow:0 20px 44px rgba(13,45,87,.16) !important}body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen{display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;position:absolute !important;right:16px !important;bottom:16px !important;z-index:7 !important;min-height:42px !important;padding:10px 14px !important;border-radius:999px !important;background:rgba(255,255,255,.94) !important;color:#0d4f92 !important;border:1px solid rgba(13,79,146,.14) !important;box-shadow:0 14px 30px rgba(13,45,87,.18) !important;font-weight:900 !important}body.site-body.route-abiturientu-specialties .specialty-modal__media:not(.has-image) .specialty-modal__fullscreen,body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen[hidden]{display:none !important}body.site-body.route-abiturientu-specialties .specialty-modal__media-nav,body.site-body.route-abiturientu-specialties .specialty-modal__media-overlay{z-index:6 !important}@media (max-width:980px){body.site-body.route-abiturientu-specialties .specialty-modal__dialog{grid-template-columns:1fr !important;width:calc(100vw - 20px) !important;max-height:calc(100dvh - 20px) !important;overflow:auto !important}body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image{min-height:260px !important;height:auto !important}body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image img{max-height:320px !important}}@media (max-width:640px){body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image{min-height:220px !important;padding:12px !important}body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image img{max-height:250px !important;border-radius:18px !important}body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen{right:12px !important;bottom:12px !important;min-height:38px !important;padding:9px 12px !important;font-size:.82rem !important}}.admission-quota-current{gap:12px !important}.admission-quota-current__list{margin:10px 0 0 !important;padding-left:1.35rem !important;display:grid !important;gap:8px !important}.admission-quota-current__source{margin-top:12px !important;padding:10px 12px !important;border-radius:14px !important;background:rgba(13,79,146,.08) !important;color:#174064 !important;font-weight:800 !important}.state-grant-flow{margin:18px 0 !important}.search-sidecard-v181 .page-hero-sidechips a{color:inherit !important;text-decoration:none !important}.search-results-grid-v181{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:clamp(14px,2vw,22px) !important}.search-result-list li{border-radius:16px !important}@media (max-width:1080px){.search-results-grid-v181{grid-template-columns:1fr !important}}.admin-body.admin-body-redesigned{background:radial-gradient(circle at 12% 4%,rgba(245,157,54,.18),transparent 28%),radial-gradient(circle at 88% 8%,rgba(13,79,146,.16),transparent 30%),#f3f7fb !important}.admin-body .admin-shell{background:transparent !important}.admin-body .admin-sidebar{border-right:1px solid rgba(13,79,146,.12) !important;background:linear-gradient(180deg,#0d4f92 0%,#0a3765 100%) !important;color:#ffffff !important;box-shadow:18px 0 44px rgba(13,45,87,.16) !important}.admin-body .admin-sidebar-brand,.admin-body .admin-nav-group-links a,.admin-body .admin-sidebar-foot a{color:#ffffff !important}.admin-body .admin-nav-group-links a{border:1px solid rgba(255,255,255,.10) !important;background:rgba(255,255,255,.08) !important;border-radius:16px !important}.admin-body .admin-nav-group-links a:hover,.admin-body .admin-nav-group-links a.is-active{background:rgba(255,255,255,.18) !important;border-color:rgba(255,255,255,.24) !important;transform:translateX(3px) !important}.admin-body .admin-topbar,.admin-body .admin-workspace-strip,.admin-body .admin-content-frame,.admin-body .admin-card,.admin-body .admin-table-card,.admin-body .admin-form-card{border:1px solid rgba(13,79,146,.10) !important;border-radius:24px !important;background:rgba(255,255,255,.92) !important;box-shadow:0 20px 50px rgba(13,45,87,.10) !important}.admin-body .admin-content-frame{padding:clamp(16px,2.2vw,28px) !important}.admin-login-screen-v181{min-height:100dvh !important;display:grid !important;place-items:center !important;padding:clamp(18px,4vw,56px) !important;background:radial-gradient(circle at 16% 20%,rgba(245,157,54,.22),transparent 30%),linear-gradient(135deg,#eef6ff 0%,#f7fbff 52%,#fff7ed 100%) !important}.admin-login-shell-v181{width:min(1080px,100%) !important;display:grid !important;grid-template-columns:minmax(0,1.05fr) minmax(360px,.72fr) !important;gap:clamp(18px,3vw,34px) !important;align-items:stretch !important}.admin-login-brand-panel-v181,.admin-login-card-v181{border:1px solid rgba(13,79,146,.12) !important;border-radius:32px !important;box-shadow:0 28px 70px rgba(13,45,87,.14) !important}.admin-login-brand-panel-v181{position:relative !important;overflow:hidden !important;padding:clamp(28px,4vw,48px) !important;color:#ffffff !important;background:radial-gradient(circle at 86% 12%,rgba(255,255,255,.30),transparent 26%),linear-gradient(135deg,#0d4f92 0%,#083763 64%,#f59d36 150%) !important}.admin-login-brand-panel-v181::after{content:"" !important;position:absolute !important;right:-80px !important;bottom:-90px !important;width:230px !important;height:230px !important;border-radius:999px !important;background:rgba(255,255,255,.13) !important}.admin-login-brand-v181{display:flex !important;align-items:center !important;gap:14px !important;margin-bottom:clamp(28px,5vw,72px) !important}.admin-login-brand-mark-v181{display:grid !important;place-items:center !important;width:56px !important;height:56px !important;border-radius:18px !important;background:#ffffff !important;color:#0d4f92 !important;font-weight:950 !important}.admin-login-brand-panel-v181 h1{max-width:680px !important;margin:0 0 14px !important;color:#ffffff !important;font-size:clamp(2rem,4vw,4rem) !important;line-height:.98 !important;letter-spacing:-.05em !important}.admin-login-brand-panel-v181 p{max-width:620px !important;color:rgba(255,255,255,.84) !important;font-size:1.02rem !important;line-height:1.65 !important}.admin-login-benefits-v181{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin-top:28px !important}.admin-login-benefits-v181 span{padding:9px 12px !important;border:1px solid rgba(255,255,255,.22) !important;border-radius:999px !important;background:rgba(255,255,255,.12) !important;color:#ffffff !important;font-weight:850 !important;font-size:.86rem !important}.admin-login-card-v181{align-self:center !important;width:100% !important;padding:clamp(24px,3.2vw,38px) !important;background:rgba(255,255,255,.94) !important;backdrop-filter:blur(16px) !important}.admin-login-card-v181 h2{margin:0 0 10px !important;color:#0b2d52 !important;font-size:clamp(1.5rem,2.4vw,2.2rem) !important}.admin-login-card-v181 .admin-form label{color:#24435f !important;font-weight:850 !important}.admin-login-card-v181 .admin-form input{min-height:48px !important;border-radius:15px !important;border:1px solid rgba(13,79,146,.16) !important;background:#f8fbff !important}.admin-login-card-v181 .btn{width:100% !important;min-height:48px !important;border-radius:16px !important}@media (max-width:900px){.admin-login-shell-v181{grid-template-columns:1fr !important}.admin-login-brand-panel-v181{padding:26px !important}.admin-login-brand-panel-v181 h1{font-size:clamp(1.7rem,9vw,2.8rem) !important}}body.site-body.is-home .home-pinned-rails{width:min(1620px,calc(100% - clamp(20px,5vw,72px))) !important;margin:clamp(12px,2vw,22px) auto clamp(12px,2vw,24px) !important;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:clamp(12px,2vw,22px) !important;align-items:start !important;position:relative !important;z-index:6 !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:relative !important;top:auto !important;max-height:none !important;overflow:visible !important;z-index:6 !important}body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - clamp(22px,5vw,70px))) !important;grid-template-columns:minmax(0,1fr) !important}body.site-body.is-home .home-main-flow__sections{grid-column:1 !important;grid-row:auto !important}@media (min-width:1280px){body.site-body.is-home{--home-rail-width-v182:clamp(190px,16vw,282px);--home-rail-gap-v182:clamp(14px,1.4vw,28px)}body.site-body.is-home .home-pinned-rails{display:contents !important;width:auto !important;margin:0 !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:fixed !important;top:calc(var(--site-header-height,116px) + 14px) !important;width:var(--home-rail-width-v182) !important;max-width:var(--home-rail-width-v182) !important;max-height:calc(100dvh - var(--site-header-height,116px) - 28px) !important;overflow:auto !important;overscroll-behavior:contain !important;z-index:930 !important;transform:none !important;scrollbar-width:thin !important}body.site-body.is-home .home-pinned-rails .home-side-rail--announcements{left:var(--home-rail-gap-v182) !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant{right:var(--home-rail-gap-v182) !important}body.site-body.is-home .hero-premium-v4>.container,body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - var(--home-rail-width-v182) - var(--home-rail-width-v182) - var(--home-rail-gap-v182) - var(--home-rail-gap-v182) - 32px)) !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head{padding:clamp(14px,1.5vw,18px) !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head p{display:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links{gap:8px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links a{min-height:58px !important;padding:10px !important}body.site-body.is-home .home-pinned-rails .home-announcement-scroll{max-height:calc(100dvh - var(--site-header-height,116px) - 174px) !important;overflow:auto !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card{min-height:88px !important}}@media (max-width:1279px){body.site-body.is-home .home-pinned-rails{order:-10 !important}body.site-body.is-home .home-pinned-rails .home-side-rail--announcements{order:1 !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant{order:2 !important}}@media (max-width:860px){body.site-body.is-home .home-pinned-rails{width:calc(100% - 20px) !important;grid-template-columns:minmax(0,1fr) !important;margin-top:10px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head p{display:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links{grid-template-columns:1fr !important}body.site-body.is-home .home-pinned-rails .home-announcement-scroll{max-height:none !important;overflow:visible !important}}body.site-body.route-abiturientu-state-grant .page-content-card,body.site-body.route-abiturientu-state-grant .state-grant-page-v182{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important}.state-grant-page-v182{display:grid !important;gap:clamp(18px,2.4vw,28px) !important}.state-grant-hero-v182{position:relative !important;overflow:hidden !important;border:1px solid rgba(13,79,146,.12) !important;border-radius:28px !important;padding:clamp(22px,4vw,42px) !important;background:radial-gradient(circle at 88% 12%,rgba(245,157,54,.22),transparent 30%),linear-gradient(135deg,rgba(13,79,146,.10),rgba(245,157,54,.08)) !important}.state-grant-hero-v182 h2{margin:10px 0 12px !important;max-width:760px !important;color:#0b2d52 !important;font-size:clamp(1.9rem,4vw,3.35rem) !important;line-height:1.04 !important;letter-spacing:-.035em !important}.state-grant-hero-v182 .official-lead{margin:0 !important;max-width:820px !important;color:#34536f !important;font-size:clamp(1rem,1.3vw,1.16rem) !important;line-height:1.7 !important}.state-grant-card-grid-v182,.grant-card-grid{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:clamp(12px,2vw,20px) !important}.grant-info-card-v182,.grant-info-card{border:1px solid rgba(13,79,146,.12) !important;border-radius:24px !important;padding:clamp(18px,2.4vw,24px) !important;background:#ffffff !important;box-shadow:0 14px 34px rgba(13,45,87,.08) !important}.grant-info-card-v182 span,.grant-info-card span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:34px !important;height:34px !important;margin-bottom:12px !important;border-radius:12px !important;background:#0d4f92 !important;color:#ffffff !important;font-weight:900 !important}.grant-info-card-v182 strong,.grant-info-card strong{display:block !important;margin-bottom:8px !important;color:#0b2d52 !important;font-size:1.05rem !important}.grant-info-card-v182 p,.grant-info-card p{margin:0 !important;color:#49657d !important;line-height:1.62 !important}.state-grant-steps-v182,.state-grant-steps,.state-grant-quota-panel-v182{border:1px solid rgba(13,79,146,.12) !important;border-radius:26px !important;padding:clamp(20px,3vw,30px) !important;background:#ffffff !important;box-shadow:0 12px 28px rgba(13,45,87,.07) !important}.state-grant-steps-v182 h3,.state-grant-steps h3,.state-grant-quota-panel-v182 h3{margin:0 0 16px !important;color:#0b2d52 !important}.state-grant-steps-v182 ol,.state-grant-steps ol{display:grid !important;gap:10px !important;margin:0 !important;padding-left:1.35rem !important}.state-grant-steps-v182 li,.state-grant-steps li{padding-left:4px !important;color:#344f68 !important;line-height:1.65 !important}.state-grant-quota-panel-v182>p{margin:0 0 14px !important;color:#49657d !important;line-height:1.65 !important}.state-grant-quota-panel-v182 .admission-quota-current{margin-top:12px !important;padding:0 !important;background:transparent !important;border:0 !important}.state-grant-actions-v182{display:flex !important;flex-wrap:wrap !important;gap:12px !important;margin-top:0 !important}@media (max-width:900px){.state-grant-card-grid-v182,.grant-card-grid{grid-template-columns:1fr !important}.state-grant-actions-v182 .btn{width:100% !important}}.admin-body.admin-body-redesigned{background:#f4f7fb !important}.admin-body *,.admin-body *::before,.admin-body *::after{text-shadow:none !important;filter:none !important}.admin-body .btn,.admin-body button,.admin-body input,.admin-body select,.admin-body textarea,.admin-body .admin-card,.admin-body .admin-table-card,.admin-body .admin-form-card,.admin-body .admin-topbar,.admin-body .admin-workspace-strip,.admin-body .admin-content-frame,.admin-body .admin-sidebar,.admin-body .admin-nav-group-links a,.admin-body .admin-sidebar-foot a{box-shadow:none !important}.admin-body .admin-sidebar{background:#0d4f92 !important;border-right:1px solid rgba(255,255,255,.14) !important}.admin-body .admin-nav-group-links a,.admin-body .admin-sidebar-foot a{background:rgba(255,255,255,.08) !important;border-color:rgba(255,255,255,.14) !important;transform:none !important}.admin-body .admin-nav-group-links a:hover,.admin-body .admin-nav-group-links a.is-active,.admin-body .admin-sidebar-foot a:hover{background:rgba(255,255,255,.14) !important;border-color:rgba(255,255,255,.22) !important;transform:none !important}.admin-body .btn:hover,.admin-body .btn:focus-visible,.admin-body button:hover,.admin-body button:focus-visible{transform:none !important;box-shadow:none !important;text-shadow:none !important}.admin-body .admin-topbar,.admin-body .admin-workspace-strip,.admin-body .admin-content-frame,.admin-body .admin-card,.admin-body .admin-table-card,.admin-body .admin-form-card{background:#ffffff !important;border-color:rgba(13,79,146,.12) !important;box-shadow:none !important}.admin-login-screen-v182{min-height:100dvh !important;display:grid !important;place-items:center !important;padding:clamp(18px,4vw,48px) !important;background:linear-gradient(180deg,#eef6ff 0%,#f7fbff 100%) !important}.admin-login-card-compact-v182{width:min(430px,100%) !important;padding:clamp(24px,4vw,36px) !important;border:1px solid rgba(13,79,146,.14) !important;border-radius:28px !important;background:#ffffff !important;box-shadow:none !important;text-align:center !important}.admin-login-logo-wrap-v182{display:grid !important;place-items:center !important;width:96px !important;height:96px !important;margin:0 auto 18px !important;border:1px solid rgba(13,79,146,.12) !important;border-radius:28px !important;background:#f8fbff !important}.admin-login-logo-v182{width:72px !important;height:72px !important;object-fit:contain !important;display:block !important}.admin-login-card-v182 h1{margin:0 0 20px !important;color:#0b2d52 !important;font-size:clamp(1.45rem,3vw,1.95rem) !important;letter-spacing:-.025em !important}.admin-login-form-v182{text-align:left !important}.admin-login-form-v182 label{color:#243f59 !important;font-weight:800 !important}.admin-login-form-v182 input{min-height:48px !important;border-radius:14px !important;border:1px solid rgba(13,79,146,.16) !important;background:#f8fbff !important;box-shadow:none !important}.admin-login-form-v182 .btn{width:100% !important;min-height:48px !important;margin-top:4px !important;border-radius:14px !important;box-shadow:none !important}.admin-body .admin-shell{background:#f4f7fb !important}.admin-body *,.admin-body *::before,.admin-body *::after{box-shadow:none !important}.admin-shell-auth .admin-main,.admin-shell-auth .admin-content-frame{min-height:100dvh !important}.admin-shell-auth .admin-content-frame{display:grid !important;place-items:center !important;padding:0 !important;border:0 !important;border-radius:0 !important;background:transparent !important}.admin-shell-auth .admin-login-screen-v182{width:100% !important}@media (min-width:861px) and (max-width:1279px){body.site-body.is-home .home-pinned-rails{position:sticky !important;top:calc(var(--site-header-height,116px) + 10px) !important;z-index:920 !important;align-items:start !important}body.site-body.is-home .home-pinned-rails .home-side-rail{max-height:calc(100dvh - var(--site-header-height,116px) - 24px) !important;overflow:auto !important;overscroll-behavior:contain !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head p{display:none !important}body.site-body.is-home .home-pinned-rails .home-announcement-scroll{max-height:min(330px,calc(100dvh - var(--site-header-height,116px) - 190px)) !important;overflow:auto !important}}:root{--polytech-sticky-header-bottom:220px}body.site-body.is-home{--home-rail-clearance-v183:10px;--home-rail-bottom-v183:12px;--home-rail-top-v183:calc(var(--polytech-sticky-header-bottom,220px) + var(--home-rail-clearance-v183))}body.site-body.is-home .home-pinned-rails .home-side-rail__head p{display:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head{padding:12px 14px !important;border-radius:20px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head strong{margin-top:6px !important;font-size:clamp(13px,.95vw,16px) !important;line-height:1.14 !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head span,body.site-body.is-home .home-pinned-rails .home-side-rail__links a span{font-size:9px !important}@media (min-width:1280px){body.site-body.is-home{--home-rail-width-v183:clamp(210px,15.2vw,258px);--home-rail-gap-v183:clamp(10px,1.15vw,22px)}body.site-body.is-home .home-pinned-rails .home-side-rail{top:var(--home-rail-top-v183) !important;width:var(--home-rail-width-v183) !important;max-width:var(--home-rail-width-v183) !important;max-height:calc(100dvh - var(--home-rail-top-v183) - var(--home-rail-bottom-v183)) !important;overflow-y:auto !important;overflow-x:hidden !important;overscroll-behavior:contain !important;gap:8px !important;z-index:1200 !important;scrollbar-width:thin !important}body.site-body.is-home .home-pinned-rails .home-side-rail--announcements{left:var(--home-rail-gap-v183) !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant{right:var(--home-rail-gap-v183) !important}body.site-body.is-home .hero-premium-v4>.container,body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - (var(--home-rail-width-v183) * 2) - (var(--home-rail-gap-v183) * 2) - 32px)) !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links{gap:7px !important;padding:8px !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links a{min-height:52px !important;grid-template-columns:30px minmax(0,1fr) !important;grid-template-areas:"num title" !important;column-gap:9px !important;padding:8px 30px 8px 8px !important;border-radius:14px !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links a span{width:30px !important;min-width:30px !important;height:30px !important;grid-row:auto !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links a small{display:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links a strong{padding-right:0 !important;font-size:12.5px !important;line-height:1.18 !important}body.site-body.is-home .home-pinned-rails .home-side-rail__cta{min-height:40px !important;padding:9px 11px !important;border-radius:14px !important;font-size:11.5px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{min-height:82px !important;gap:6px !important;padding:12px !important;border-radius:18px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact::after{right:10px !important;top:10px !important;width:24px !important;height:24px !important;font-size:15px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact .home-forum-banner__badge{padding:5px 8px !important;font-size:9px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact strong{padding-right:30px !important;font-size:14px !important;line-height:1.12 !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact em{min-height:30px !important;padding:6px 9px !important;font-size:11px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel.home-announcement-carousel--stack{padding:8px 9px 24px !important;border-radius:20px !important;overflow:hidden !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{gap:7px !important;max-height:min(540px,calc(100dvh - var(--home-rail-top-v183) - 112px)) !important;padding-right:2px !important;scroll-padding-top:0 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card{grid-template-columns:54px minmax(0,1fr) 20px !important;gap:8px !important;min-height:70px !important;height:70px !important;padding:7px !important;border-radius:15px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__media{width:54px !important;height:54px !important;min-width:54px !important;min-height:54px !important;border-radius:12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__media b{font-size:24px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__badge,body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__text{display:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__body{gap:3px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__title{font-size:12px !important;line-height:1.16 !important;-webkit-line-clamp:2 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__date{padding:4px 7px !important;font-size:9.2px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__arrow{width:20px !important;height:20px !important;font-size:16px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control{width:24px !important;min-width:24px !important;height:38px !important;min-height:38px !important;font-size:21px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--prev{left:4px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--next{right:4px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-count{bottom:4px !important;font-size:9px !important;min-height:16px !important}}@media (min-width:1280px) and (max-height:820px){body.site-body.is-home .home-pinned-rails .home-side-rail__head{padding:10px 12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:calc(100dvh - var(--home-rail-top-v183) - 96px) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card{grid-template-columns:46px minmax(0,1fr) 18px !important;min-height:62px !important;height:62px !important;padding:6px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__media{width:46px !important;height:46px !important;min-width:46px !important;min-height:46px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll .home-announcement-list-card__date{display:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links a{min-height:46px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{min-height:70px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact em{display:none !important}}@media (min-width:861px) and (max-width:1279px){body.site-body.is-home .home-pinned-rails{top:calc(var(--polytech-sticky-header-bottom,170px) + 8px) !important;max-height:calc(100dvh - var(--polytech-sticky-header-bottom,170px) - 18px) !important;overflow:auto !important;overscroll-behavior:contain !important}body.site-body.is-home .home-pinned-rails .home-side-rail{max-height:none !important;overflow:visible !important}}@media (max-width:860px){body.site-body.is-home .home-pinned-rails{position:relative !important;top:auto !important;z-index:3 !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:relative !important;max-height:none !important;overflow:visible !important}}.admin-editor-note--links{border:1px solid rgba(13,79,146,.14) !important;background:#f8fbff !important;color:#294761 !important}body.site-body.is-home{--home-rail-clearance-v183-final:12px;--home-rail-top-final:calc(var(--polytech-sticky-header-bottom,var(--site-header-height,220px)) + var(--home-rail-clearance-v183-final))}@media (min-width:1280px){body.site-body.is-home{--home-rail-width-v183-final:clamp(214px,15vw,264px);--home-rail-side-gap-v183-final:clamp(10px,1.05vw,22px)}body.site-body.is-home .home-pinned-rails{position:static !important;display:block !important;margin:0 !important;padding:0 !important;pointer-events:none !important;z-index:1100 !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:fixed !important;top:var(--home-rail-top-final) !important;bottom:auto !important;width:var(--home-rail-width-v183-final) !important;max-width:var(--home-rail-width-v183-final) !important;max-height:calc(100dvh - var(--home-rail-top-final) - 12px) !important;display:flex !important;flex-direction:column !important;min-height:0 !important;gap:8px !important;overflow:hidden !important;pointer-events:auto !important;transform:none !important;z-index:1260 !important}body.site-body.is-home .home-pinned-rails .home-side-rail--announcements{left:var(--home-rail-side-gap-v183-final) !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant{right:var(--home-rail-side-gap-v183-final) !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head{flex:0 0 auto !important;padding:10px 12px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head p{display:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel.home-announcement-carousel--stack{flex:1 1 auto !important;min-height:0 !important;display:grid !important;grid-template-rows:minmax(0,1fr) auto !important;align-items:stretch !important;padding:8px 8px 24px !important;overflow:hidden !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{min-height:0 !important;max-height:min(430px,calc(100dvh - var(--home-rail-top-final) - 94px)) !important;overflow-y:auto !important;overflow-x:hidden !important;overscroll-behavior:contain !important;scroll-snap-type:y proximity !important;scrollbar-width:thin !important;padding-right:2px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card{scroll-snap-align:start !important;grid-template-columns:50px minmax(0,1fr) 18px !important;min-height:64px !important;height:64px !important;padding:6px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__media{width:50px !important;min-width:50px !important;height:50px !important;min-height:50px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__badge,body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__text{display:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__title{font-size:11.8px !important;line-height:1.15 !important;-webkit-line-clamp:2 !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__date{padding:3px 6px !important;font-size:9px !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links{flex:0 0 auto !important;gap:7px !important;padding:8px !important;overflow:visible !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links a{min-height:50px !important;grid-template-columns:30px minmax(0,1fr) !important;grid-template-areas:"num title" !important;padding:8px 28px 8px 8px !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links a small{display:none !important}body.site-body.is-home .home-side-rail__cta{flex:0 0 auto !important;min-height:38px !important;padding:8px 10px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{flex:0 0 auto !important;min-height:76px !important;padding:11px !important}}@media (min-width:1280px) and (max-height:780px){body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:calc(100dvh - var(--home-rail-top-final) - 82px) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card{grid-template-columns:44px minmax(0,1fr) 16px !important;min-height:56px !important;height:56px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-list-card__media{width:44px !important;min-width:44px !important;height:44px !important;min-height:44px !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links a{min-height:44px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{min-height:64px !important}}@media (min-width:861px) and (max-width:1279px){body.site-body.is-home .home-pinned-rails{position:sticky !important;top:calc(var(--polytech-sticky-header-bottom,var(--site-header-height,170px)) + 8px) !important;z-index:42 !important;max-height:calc(100dvh - var(--polytech-sticky-header-bottom,var(--site-header-height,170px)) - 18px) !important;overflow:auto !important;overscroll-behavior:contain !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:relative !important;top:auto !important;max-height:none !important;overflow:visible !important}}@media (max-width:860px){body.site-body.is-home .home-pinned-rails{position:relative !important;top:auto !important;margin:12px auto 16px !important;padding:0 14px !important;max-height:none !important;overflow:visible !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:relative !important;top:auto !important;width:100% !important;max-width:100% !important;max-height:none !important;overflow:visible !important}}body.admin-body.admin-body-redesigned,body.admin-body.admin-body-redesigned *{text-shadow:none !important}body.admin-body.admin-body-redesigned .btn,body.admin-body.admin-body-redesigned button,body.admin-body.admin-body-redesigned .admin-nav-group-links a,body.admin-body.admin-body-redesigned .admin-sidebar-brand,body.admin-body.admin-body-redesigned .admin-badge,body.admin-body.admin-body-redesigned .admin-current-path,body.admin-body.admin-body-redesigned .admin-workspace-strip>div,body.admin-body.admin-body-redesigned .admin-card,body.admin-body.admin-body-redesigned .admin-content-frame,body.admin-body.admin-body-redesigned .admin-login-card,body.admin-body.admin-body-redesigned input,body.admin-body.admin-body-redesigned textarea,body.admin-body.admin-body-redesigned select{filter:none !important;text-shadow:none !important}body.admin-body.admin-body-redesigned .btn,body.admin-body.admin-body-redesigned button,body.admin-body.admin-body-redesigned .admin-nav-group-links a,body.admin-body.admin-body-redesigned .admin-badge,body.admin-body.admin-body-redesigned .admin-current-path{box-shadow:none !important}body.admin-body.admin-body-redesigned .btn:hover,body.admin-body.admin-body-redesigned .btn:focus-visible,body.admin-body.admin-body-redesigned button:hover,body.admin-body.admin-body-redesigned button:focus-visible,body.admin-body.admin-body-redesigned .admin-nav-group-links a:hover,body.admin-body.admin-body-redesigned .admin-nav-group-links a:focus-visible{transform:none !important;filter:none !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .btn-primary,body.admin-body.admin-body-redesigned button.btn-primary{background:#0d4f92 !important;color:#ffffff !important;border:1px solid #0d4f92 !important}body.admin-body.admin-body-redesigned .btn-secondary,body.admin-body.admin-body-redesigned button.btn-secondary{background:#ffffff !important;color:#123f73 !important;border:1px solid #cbd9e8 !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active,body.admin-body.admin-body-redesigned .admin-nav-group-links a:hover{background:#eef5fb !important;color:#123f73 !important}body.admin-body.admin-body-redesigned .admin-sidebar,body.admin-body.admin-body-redesigned .admin-topbar,body.admin-body.admin-body-redesigned .admin-card,body.admin-body.admin-body-redesigned .admin-content-frame{box-shadow:none !important}.admin-login-screen-v183{min-height:100dvh !important;display:grid !important;place-items:center !important;padding:28px !important;background:linear-gradient(180deg,#f3f8fd 0%,#e9f2fb 100%) !important}.admin-login-card-v183{width:min(420px,100%) !important;padding:38px 34px 34px !important;align-items:stretch !important;text-align:center !important;border:1px solid #d5e1ed !important;border-radius:28px !important;background:#ffffff !important;box-shadow:none !important}.admin-login-logo-wrap-v183{width:132px !important;height:132px !important;margin:0 auto 24px !important;display:grid !important;place-items:center !important;border-radius:32px !important;background:#f7fbff !important;border:1px solid #d7e5f2 !important;box-shadow:none !important}.admin-login-logo-v183{max-width:104px !important;max-height:104px !important;width:auto !important;height:auto !important;object-fit:contain !important}.admin-login-title-hidden-v183{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0 0 0 0) !important;white-space:nowrap !important;border:0 !important}.admin-login-form-v183{gap:16px !important}.admin-login-form-v183 label{text-align:left !important;color:#17324a !important;font-weight:700 !important}.admin-login-form-v183 .btn-primary{width:100% !important;justify-content:center !important;min-height:46px !important}body.admin-body.admin-body-redesigned .admin-topbar,body.admin-body.admin-body-redesigned .admin-sidebar,body.admin-body.admin-body-redesigned .admin-sidebar-head,body.admin-body.admin-body-redesigned .admin-mobile-toggle,body.admin-body.admin-body-redesigned .admin-nav-icon,body.admin-body.admin-body-redesigned .admin-sidebar-brand-mark{backdrop-filter:none !important;-webkit-backdrop-filter:none !important;box-shadow:none !important;text-shadow:none !important;filter:none !important}@media (min-width:1280px){body.site-body.is-home .hero-premium-v4>.container,body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - (var(--home-rail-width-v183-final) * 2) - (var(--home-rail-side-gap-v183-final) * 2) - 32px)) !important}}body.site-body.is-home{--home-rail-width-v185:clamp(236px,15vw,292px);--home-rail-side-gap-v185:clamp(8px,1.25vw,28px);--home-rail-top-v185:calc(var(--polytech-sticky-header-bottom,var(--site-header-height,188px)) + 14px)}body.site-body.is-home .home-side-rail,body.site-body.is-home .home-side-rail *{outline-color:transparent}body.site-body.is-home .home-side-rail__head,body.site-body.is-home .home-announcement-carousel--stack,body.site-body.is-home .home-side-rail__links,body.site-body.is-home .home-side-rail__cta,body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{box-shadow:0 24px 54px -36px rgba(9,55,104,.34),0 10px 24px -20px rgba(15,70,128,.22) !important;filter:none !important}body.site-body.is-home .home-side-rail--announcements .home-side-rail__head,body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack{box-shadow:0 24px 54px -38px rgba(143,76,8,.36),0 10px 24px -20px rgba(22,70,128,.20) !important}body.site-body.is-home .home-announcement-list-card{box-shadow:0 14px 30px -24px rgba(9,55,104,.22) !important}body.site-body.is-home div.home-announcement-list-card{cursor:default !important}body.site-body.is-home div.home-announcement-list-card .home-announcement-list-card__arrow{display:none !important}body.site-body.is-home .home-announcement-list-card--news .home-announcement-list-card__badge{background:rgba(21,100,184,.10) !important;color:#15558f !important}body.site-body.is-home .home-announcement-list-card--info .home-announcement-list-card__badge{background:rgba(34,122,94,.10) !important;color:#1f6d58 !important}body.site-body.is-home .home-announcement-list-card--event .home-announcement-list-card__badge{background:rgba(142,79,15,.11) !important;color:#8a4f12 !important}@media (min-width:1280px){body.site-body.is-home .home-pinned-rails{display:contents !important;position:static !important;inset:auto !important;width:auto !important;max-height:none !important;overflow:visible !important;pointer-events:none !important;z-index:auto !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:fixed !important;top:var(--home-rail-top-v185) !important;width:var(--home-rail-width-v185) !important;max-width:var(--home-rail-width-v185) !important;max-height:calc(100dvh - var(--home-rail-top-v185) - 18px) !important;overflow:visible !important;z-index:1200 !important;pointer-events:auto !important;border-radius:30px !important;transform:none !important}body.site-body.is-home .home-side-rail--announcements{left:max(8px,calc((100vw - min(1180px,calc(100vw - (var(--home-rail-width-v185) * 2) - 72px))) / 2 - var(--home-rail-width-v185) - var(--home-rail-side-gap-v185))) !important;right:auto !important}body.site-body.is-home .home-side-rail--applicant{right:max(8px,calc((100vw - min(1180px,calc(100vw - (var(--home-rail-width-v185) * 2) - 72px))) / 2 - var(--home-rail-width-v185) - var(--home-rail-side-gap-v185))) !important;left:auto !important}body.site-body.is-home .hero-premium-v4>.container,body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - (var(--home-rail-width-v185) * 2) - (var(--home-rail-side-gap-v185) * 2) - 32px)) !important}body.site-body.is-home .home-side-rail__head{padding:14px 18px !important;border-radius:24px !important}body.site-body.is-home .home-side-rail__head p{display:none !important}body.site-body.is-home .home-announcement-carousel--stack{max-height:calc(100dvh - var(--home-rail-top-v185) - 96px) !important;overflow:hidden !important;border-radius:24px !important}body.site-body.is-home .home-announcement-scroll{max-height:min(430px,calc(100dvh - var(--home-rail-top-v185) - 154px)) !important;overflow-y:auto !important;overscroll-behavior:contain !important;padding-right:3px !important;scroll-snap-type:y proximity !important}body.site-body.is-home .home-announcement-list-card{grid-template-columns:54px minmax(0,1fr) 18px !important;min-height:66px !important;height:auto !important;padding:10px 10px !important;scroll-snap-align:start !important}body.site-body.is-home .home-announcement-list-card__media{width:54px !important;min-width:54px !important;height:54px !important;min-height:54px !important}body.site-body.is-home .home-announcement-list-card__title,body.site-body.is-home .home-side-rail__links a strong{display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}body.site-body.is-home .home-announcement-list-card__text,body.site-body.is-home .home-side-rail__links a small{display:-webkit-box !important;-webkit-line-clamp:1 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}}@media (min-width:1280px) and (max-height:790px){body.site-body.is-home{--home-rail-top-v185:calc(var(--polytech-sticky-header-bottom,var(--site-header-height,172px)) + 8px)}body.site-body.is-home .home-side-rail__head{padding:10px 14px !important}body.site-body.is-home .home-announcement-scroll{max-height:calc(100dvh - var(--home-rail-top-v185) - 116px) !important}body.site-body.is-home .home-announcement-list-card{grid-template-columns:46px minmax(0,1fr) 16px !important;min-height:56px !important;padding:8px 9px !important}body.site-body.is-home .home-announcement-list-card__media{width:46px !important;min-width:46px !important;height:46px !important;min-height:46px !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links a{min-height:46px !important}}@media (max-width:1279px){body.site-body.is-home .home-pinned-rails{position:relative !important;top:auto !important;left:auto !important;right:auto !important;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;width:min(1180px,calc(100% - 28px)) !important;margin:14px auto 18px !important;padding:0 !important;gap:14px !important;max-height:none !important;overflow:visible !important;z-index:6 !important;pointer-events:auto !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:relative !important;top:auto !important;left:auto !important;right:auto !important;width:100% !important;max-width:none !important;max-height:none !important;overflow:visible !important;transform:none !important}body.site-body.is-home .home-side-rail__head{min-height:78px !important;padding:14px 16px !important;border-radius:22px !important}body.site-body.is-home .home-side-rail__head p{margin-top:4px !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}body.site-body.is-home .home-announcement-carousel--stack,body.site-body.is-home .home-side-rail__links{border-radius:22px !important}body.site-body.is-home .home-announcement-scroll{max-height:318px !important;overflow-y:auto !important;overscroll-behavior:contain !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}body.site-body.is-home .home-side-rail__cta,body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{width:100% !important;max-width:none !important}}@media (max-width:720px){body.site-body.is-home .home-pinned-rails{grid-template-columns:1fr !important;width:calc(100% - 20px) !important;margin-top:10px !important;gap:12px !important}body.site-body.is-home .home-side-rail__head{min-height:auto !important}body.site-body.is-home .home-announcement-scroll{max-height:292px !important}body.site-body.is-home .home-announcement-list-card{grid-template-columns:50px minmax(0,1fr) 18px !important;min-height:64px !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links{grid-template-columns:1fr !important}}body.admin-body.admin-body-redesigned .admin-nav-group-links a{background:rgba(255,255,255,.08) !important;color:#edf6ff !important;border:1px solid rgba(214,232,250,.18) !important;box-shadow:none !important;filter:none !important;text-shadow:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a strong{color:inherit !important;text-shadow:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a small{color:rgba(237,246,255,.72) !important;text-shadow:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a:hover,body.admin-body.admin-body-redesigned .admin-nav-group-links a:focus-visible{background:rgba(255,255,255,.15) !important;border-color:rgba(255,255,255,.34) !important;color:#ffffff !important;transform:none !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active,body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active:hover,body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active:focus-visible{background:#f7fbff !important;color:#103c6b !important;border-color:#f0c07e !important;border-left:4px solid #f59d36 !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active strong{color:#0e3768 !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active small{color:#59708a !important}body.admin-body.admin-body-redesigned .admin-nav-icon{background:rgba(255,255,255,.13) !important;color:#edf6ff !important;box-shadow:none !important;filter:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active .admin-nav-icon{background:#ffe6c2 !important;color:#8d4b0d !important}body.admin-body.admin-body-redesigned .btn:focus-visible,body.admin-body.admin-body-redesigned button:focus-visible,body.admin-body.admin-body-redesigned input:focus,body.admin-body.admin-body-redesigned textarea:focus,body.admin-body.admin-body-redesigned select:focus{outline:3px solid rgba(245,157,54,.32) !important;outline-offset:2px !important;box-shadow:none !important}body.site-body.is-home{--home-rail-width-v185:clamp(240px,14.8vw,292px);--home-rail-side-gap-v185:clamp(10px,1.25vw,24px);--home-rail-top-v185:calc(var(--polytech-sticky-header-bottom,var(--site-header-height,190px)) + 14px);--home-rail-card-shadow-v185:0 18px 42px rgba(22,67,111,0.16),0 5px 16px rgba(22,67,111,0.08);--home-rail-item-shadow-v185:0 10px 22px rgba(24,75,121,0.10)}body.site-body.is-home .home-pinned-rails,body.site-body.is-home .home-pinned-rails *{box-sizing:border-box}body.site-body.is-home .home-pinned-rails .home-side-rail,body.site-body.is-home .home-pinned-rails .home-side-rail__head,body.site-body.is-home .home-pinned-rails .home-announcement-carousel,body.site-body.is-home .home-pinned-rails .home-side-rail__links,body.site-body.is-home .home-pinned-rails .home-side-rail__cta,body.site-body.is-home .home-pinned-rails .home-side-rail__forum.home-forum-banner{outline:0 !important;filter:none !important;text-shadow:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail{border:1px solid rgba(151,181,211,0.48) !important;background:linear-gradient(180deg,rgba(255,255,255,0.92),rgba(248,252,255,0.86)) !important;box-shadow:var(--home-rail-card-shadow-v185) !important;border-radius:24px !important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}body.site-body.is-home .home-pinned-rails .home-side-rail__head{background:rgba(255,255,255,0.82) !important;border:1px solid rgba(206,222,238,0.72) !important;box-shadow:0 10px 24px rgba(33,91,145,0.09) !important;border-radius:21px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head p{display:none !important}body.site-body.is-home .home-pinned-rails .home-announcement-carousel.home-announcement-carousel--stack{background:rgba(255,255,255,0.84) !important;border:1px solid rgba(246,171,83,0.36) !important;box-shadow:0 16px 34px rgba(189,102,15,0.12) !important;border-radius:22px !important;padding:10px 10px 24px !important}body.site-body.is-home .home-announcement-list-card{border:1px solid rgba(220,232,244,0.94) !important;box-shadow:var(--home-rail-item-shadow-v185) !important;background:rgba(255,255,255,0.94) !important;border-radius:18px !important}body.site-body.is-home .home-announcement-list-card::before,body.site-body.is-home .home-announcement-list-card::after,body.site-body.is-home .home-side-rail__links a::before,body.site-body.is-home .home-side-rail__links a::after{box-shadow:none !important}body.site-body.is-home .home-announcement-list-card__media{box-shadow:none !important;background:linear-gradient(135deg,#155f9f 0%,#0d4f92 58%,#f4a23a 100%) !important;border-radius:14px !important}body.site-body.is-home .home-announcement-list-card--news .home-announcement-list-card__media{background:linear-gradient(135deg,#0d6bb6 0%,#145696 60%,#68aee8 100%) !important}body.site-body.is-home .home-announcement-list-card--info .home-announcement-list-card__media{background:linear-gradient(135deg,#23689f 0%,#1c578b 58%,#8cbfe8 100%) !important}body.site-body.is-home .home-announcement-list-card__badge{background:rgba(255,243,223,0.96) !important;color:#95570c !important;border:1px solid rgba(244,162,58,0.35) !important}body.site-body.is-home .home-announcement-list-card--news .home-announcement-list-card__badge{background:rgba(223,240,255,0.95) !important;color:#0d4f92 !important;border-color:rgba(91,151,205,0.30) !important}body.site-body.is-home .home-announcement-count{background:rgba(255,255,255,0.94) !important;border:1px solid rgba(213,226,240,0.92) !important;box-shadow:0 8px 18px rgba(25,76,124,0.10) !important;color:#1b568b !important}body.site-body.is-home .home-side-rail__links{gap:9px !important}body.site-body.is-home .home-side-rail__links a{background:rgba(255,255,255,0.94) !important;border:1px solid rgba(207,224,240,0.92) !important;box-shadow:var(--home-rail-item-shadow-v185) !important;border-radius:16px !important}body.site-body.is-home .home-side-rail__links a span,body.site-body.is-home .home-side-rail__cta{box-shadow:none !important}body.site-body.is-home .home-side-rail__cta{background:#0f5eac !important;color:#fff !important;border:1px solid rgba(255,255,255,0.36) !important;border-radius:18px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{position:relative !important;inset:auto !important;width:100% !important;min-height:92px !important;border-radius:20px !important;border:1px solid rgba(255,255,255,0.35) !important;box-shadow:0 16px 34px rgba(25,86,143,0.18) !important;overflow:hidden !important}body.site-body.is-home .home-side-rail__forum .home-forum-banner__glow{opacity:.22 !important}body.site-body.is-home .home-announcement-carousel__control{box-shadow:0 8px 18px rgba(178,93,7,0.16) !important}@media (min-width:1500px){body.site-body.is-home .home-pinned-rails{position:static !important;display:block !important;width:auto !important;margin:0 !important;padding:0 !important;max-height:none !important;overflow:visible !important;pointer-events:none !important;z-index:790 !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:fixed !important;top:var(--home-rail-top-v185) !important;width:var(--home-rail-width-v185) !important;max-width:var(--home-rail-width-v185) !important;max-height:calc(100dvh - var(--home-rail-top-v185) - 14px) !important;overflow:hidden !important;padding:10px !important;display:flex !important;flex-direction:column !important;gap:9px !important;z-index:790 !important;pointer-events:auto !important}body.site-body.is-home .home-pinned-rails .home-side-rail--announcements{left:var(--home-rail-side-gap-v185) !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant{right:var(--home-rail-side-gap-v185) !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:clamp(300px,calc(100dvh - var(--home-rail-top-v185) - 150px),470px) !important;overflow-y:auto !important;padding-right:4px !important;scroll-snap-type:y proximity !important}body.site-body.is-home .home-announcement-list-card{min-height:70px !important;height:70px !important;grid-template-columns:54px minmax(0,1fr) 18px !important;padding:8px !important;gap:8px !important}body.site-body.is-home .home-announcement-list-card__media{width:54px !important;min-width:54px !important;height:54px !important;min-height:54px !important}body.site-body.is-home .home-announcement-list-card__text{display:-webkit-box !important;-webkit-line-clamp:1 !important;-webkit-box-orient:vertical !important;overflow:hidden !important}body.site-body.is-home .hero-premium-v4>.container,body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - (var(--home-rail-width-v185) * 2) - (var(--home-rail-side-gap-v185) * 2) - 42px)) !important}}@media (min-width:1500px) and (max-height:760px){body.site-body.is-home .home-pinned-rails .home-side-rail{gap:7px !important;padding:8px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:calc(100dvh - var(--home-rail-top-v185) - 112px) !important}body.site-body.is-home .home-announcement-list-card{min-height:58px !important;height:58px !important;grid-template-columns:44px minmax(0,1fr) 16px !important;padding:7px !important}body.site-body.is-home .home-announcement-list-card__media{width:44px !important;min-width:44px !important;height:44px !important;min-height:44px !important}body.site-body.is-home .home-announcement-list-card__date,body.site-body.is-home .home-announcement-list-card__text,body.site-body.is-home .home-side-rail__links a small{display:none !important}}@media (max-width:1499px){body.site-body.is-home .home-pinned-rails{position:relative !important;top:auto !important;left:auto !important;right:auto !important;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(0,1fr) !important;align-items:stretch !important;gap:16px !important;width:min(1180px,calc(100% - 32px)) !important;max-width:calc(100% - 32px) !important;max-height:none !important;overflow:visible !important;margin:14px auto 18px !important;padding:0 !important;z-index:3 !important;pointer-events:auto !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:relative !important;inset:auto !important;width:100% !important;max-width:100% !important;max-height:none !important;min-height:0 !important;overflow:visible !important;padding:10px !important;display:flex !important;flex-direction:column !important;gap:10px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:clamp(240px,32dvh,360px) !important;overflow-y:auto !important;padding-right:4px !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links a{min-height:68px !important}body.site-body.is-home .home-side-rail__forum.home-forum-banner.home-forum-banner--compact{min-height:82px !important}body.site-body.is-home .hero-premium-v4>.container,body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - 32px)) !important}}@media (max-width:900px){body.site-body.is-home .home-pinned-rails{grid-template-columns:1fr !important;gap:14px !important;width:min(680px,calc(100% - 24px)) !important;max-width:calc(100% - 24px) !important;margin-top:12px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-scroll{max-height:min(360px,50dvh) !important}body.site-body.is-home .home-side-rail--applicant .home-side-rail__links{grid-template-columns:1fr !important}}@media (max-width:560px){body.site-body.is-home .home-pinned-rails{width:calc(100% - 20px) !important;max-width:calc(100% - 20px) !important}body.site-body.is-home .home-pinned-rails .home-side-rail{border-radius:20px !important;padding:8px !important}body.site-body.is-home .home-announcement-list-card{min-height:64px !important;grid-template-columns:48px minmax(0,1fr) 16px !important;gap:8px !important;padding:8px !important}body.site-body.is-home .home-announcement-list-card__media{width:48px !important;min-width:48px !important;height:48px !important;min-height:48px !important}body.site-body.is-home .home-announcement-list-card__text,body.site-body.is-home .home-side-rail__head p{display:none !important}}body.admin-body.admin-body-redesigned .admin-nav-group-links a{background:rgba(255,255,255,0.09) !important;color:#eef6ff !important;border:1px solid rgba(255,255,255,0.14) !important;box-shadow:none !important;filter:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a strong{color:#ffffff !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a small{color:rgba(229,241,252,0.82) !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a:hover,body.admin-body.admin-body-redesigned .admin-nav-group-links a:focus-visible{background:rgba(255,255,255,0.15) !important;border-color:rgba(255,255,255,0.28) !important;color:#ffffff !important;box-shadow:none !important;transform:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active{background:#f7fbff !important;color:#0e4278 !important;border-color:rgba(255,255,255,0.95) !important;border-left:4px solid #f29a2e !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active strong{color:#0b2d52 !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active small{color:#52718d !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active .admin-nav-icon{background:#e7f1fb !important;color:#0d4f92 !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .btn-primary,body.admin-body.admin-body-redesigned .admin-action-primary,body.admin-body.admin-body-redesigned button[type="submit"]{background:#0d4f92 !important;border-color:#0d4f92 !important;color:#ffffff !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .btn-primary:hover,body.admin-body.admin-body-redesigned .admin-action-primary:hover,body.admin-body.admin-body-redesigned button[type="submit"]:hover{background:#0b477f !important;border-color:#0b477f !important;box-shadow:none !important;transform:none !important}body.admin-body.admin-body-redesigned .admin-side-rail-editor-card{border:1px solid #d8e6f3 !important;background:#f8fbff !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .admin-side-rail-editor-card>strong{color:#103a67 !important;text-shadow:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--prev{left:6px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control--next{right:6px !important}@media (max-width:1499px){body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel--stack .home-announcement-carousel__control{display:none !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-carousel.home-announcement-carousel--stack{padding-bottom:22px !important}}body.site-body.is-home{--home-rail-top-v185:calc(var(--polytech-sticky-header-bottom,var(--site-header-height,220px)) + 14px);--home-rail-side-gap-v185:clamp(14px,1.35vw,28px);--home-rail-width-v185:clamp(232px,14.6vw,282px);--home-rail-panel-shadow-v185:0 18px 44px rgba(10,45,82,.13),0 2px 10px rgba(10,45,82,.05);--home-rail-card-shadow-v185:0 10px 22px rgba(13,58,105,.08);--home-rail-soft-border-v185:rgba(35,94,158,.16)}body.site-body.is-home .home-pinned-rails,body.site-body.is-home .home-pinned-rails *{box-sizing:border-box}body.site-body.is-home .home-pinned-rails .home-side-rail{border:0 !important;background:transparent !important;box-shadow:none !important;filter:none !important;text-shadow:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head,body.site-body.is-home .home-pinned-rails .home-announcement-carousel,body.site-body.is-home .home-pinned-rails .home-side-rail__links,body.site-body.is-home .home-pinned-rails .home-side-rail__cta,body.site-body.is-home .home-pinned-rails .home-forum-banner{border:1px solid var(--home-rail-soft-border-v185) !important;box-shadow:var(--home-rail-panel-shadow-v185) !important;filter:none !important;backdrop-filter:blur(8px) !important;-webkit-backdrop-filter:blur(8px) !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head{background:rgba(255,255,255,.92) !important}body.site-body.is-home .home-pinned-rails .home-announcement-carousel,body.site-body.is-home .home-pinned-rails .home-side-rail__links{background:rgba(255,255,255,.9) !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card,body.site-body.is-home .home-pinned-rails .home-side-rail__links a{border:1px solid rgba(35,94,158,.14) !important;box-shadow:var(--home-rail-card-shadow-v185) !important;filter:none !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card:hover,body.site-body.is-home .home-pinned-rails .home-announcement-list-card:focus-visible,body.site-body.is-home .home-pinned-rails .home-side-rail__links a:hover,body.site-body.is-home .home-pinned-rails .home-side-rail__links a:focus-visible,body.site-body.is-home .home-pinned-rails .home-side-rail__cta:hover,body.site-body.is-home .home-pinned-rails .home-side-rail__cta:focus-visible,body.site-body.is-home .home-pinned-rails .home-forum-banner:hover,body.site-body.is-home .home-pinned-rails .home-forum-banner:focus-visible{box-shadow:0 14px 28px rgba(13,58,105,.11) !important;transform:translateY(-1px) !important;outline:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head p{display:none !important}body.site-body.is-home .home-pinned-rails .home-announcement-scroll{scroll-behavior:smooth;overscroll-behavior:contain;scrollbar-width:thin}body.site-body.is-home .home-pinned-rails .home-announcement-scroll::-webkit-scrollbar{width:8px}body.site-body.is-home .home-pinned-rails .home-announcement-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.56);border-radius:999px}body.site-body.is-home .home-pinned-rails .home-announcement-scroll::-webkit-scrollbar-thumb{background:rgba(245,157,54,.48);border-radius:999px}body.site-body.is-home .home-pinned-rails .home-announcement-list-card--news .home-announcement-list-card__badge{background:rgba(13,79,146,.1) !important;color:#0d4f92 !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card--info .home-announcement-list-card__badge{background:rgba(32,129,92,.1) !important;color:#116b4b !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card--event .home-announcement-list-card__badge{background:rgba(129,70,180,.1) !important;color:#6741a1 !important}@media (min-width:1540px){body.site-body.is-home .home-pinned-rails{position:static !important;display:block !important;width:auto !important;max-width:none !important;margin:0 !important;padding:0 !important;pointer-events:none !important;z-index:700 !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:fixed !important;top:var(--home-rail-top-v185) !important;bottom:auto !important;width:var(--home-rail-width-v185) !important;max-width:var(--home-rail-width-v185) !important;max-height:calc(100dvh - var(--home-rail-top-v185) - 14px) !important;display:flex !important;flex-direction:column !important;min-height:0 !important;gap:10px !important;overflow:hidden !important;pointer-events:auto !important;z-index:720 !important}body.site-body.is-home .home-pinned-rails .home-side-rail--announcements{left:var(--home-rail-side-gap-v185) !important;right:auto !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant{right:var(--home-rail-side-gap-v185) !important;left:auto !important}body.site-body.is-home .hero-premium-v4>.container,body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - (var(--home-rail-width-v185) * 2) - (var(--home-rail-side-gap-v185) * 2) - 42px)) !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head{flex:0 0 auto !important;padding:12px 14px !important;border-radius:20px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head strong{margin-top:6px !important;font-size:clamp(13px,.95vw,16px) !important;line-height:1.14 !important}body.site-body.is-home .home-pinned-rails .home-announcement-carousel.home-announcement-carousel--stack{flex:1 1 auto !important;min-height:0 !important;display:grid !important;grid-template-rows:minmax(0,1fr) auto !important;align-items:stretch !important;padding:9px 9px 26px !important;border-radius:20px !important;overflow:hidden !important}body.site-body.is-home .home-pinned-rails .home-announcement-scroll{min-height:0 !important;max-height:min(520px,calc(100dvh - var(--home-rail-top-v185) - 104px)) !important;overflow-y:auto !important;overflow-x:hidden !important;display:grid !important;gap:8px !important;padding-right:2px !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card{scroll-snap-align:start !important;grid-template-columns:50px minmax(0,1fr) 20px !important;min-height:66px !important;height:66px !important;gap:8px !important;padding:7px !important;border-radius:15px !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card__media{width:50px !important;min-width:50px !important;height:50px !important;min-height:50px !important;border-radius:12px !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card__badge,body.site-body.is-home .home-pinned-rails .home-announcement-list-card__text{display:none !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card__title{font-size:12px !important;line-height:1.16 !important;-webkit-line-clamp:2 !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card__date{padding:3px 6px !important;font-size:9px !important}body.site-body.is-home .home-pinned-rails .home-announcement-carousel__control{z-index:4 !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links{display:grid !important;gap:8px !important;padding:9px !important;border-radius:20px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links a{min-height:52px !important;grid-template-columns:30px minmax(0,1fr) !important;grid-template-areas:"num title" !important;gap:8px !important;padding:8px 28px 8px 8px !important;border-radius:14px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links a span{width:30px !important;min-width:30px !important;height:30px !important;grid-row:auto !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links a small{display:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links a strong{padding-right:0 !important;font-size:12.5px !important;line-height:1.18 !important}body.site-body.is-home .home-pinned-rails .home-side-rail__cta{min-height:40px !important;padding:9px 11px !important;border-radius:14px !important;font-size:11.5px !important}body.site-body.is-home .home-pinned-rails .home-forum-banner.home-forum-banner--compact{min-height:78px !important;padding:12px !important;border-radius:18px !important;gap:6px !important}body.site-body.is-home .home-pinned-rails .home-forum-banner.home-forum-banner--compact strong{font-size:14px !important;line-height:1.12 !important;padding-right:30px !important}body.site-body.is-home .home-pinned-rails .home-forum-banner.home-forum-banner--compact em{min-height:30px !important;padding:6px 9px !important;font-size:11px !important}}@media (min-width:1540px) and (max-height:810px){body.site-body.is-home .home-pinned-rails .home-announcement-scroll{max-height:calc(100dvh - var(--home-rail-top-v185) - 90px) !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card{grid-template-columns:44px minmax(0,1fr) 18px !important;min-height:58px !important;height:58px !important;padding:6px !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card__media{width:44px !important;min-width:44px !important;height:44px !important;min-height:44px !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card__date{display:none !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links a{min-height:45px !important}body.site-body.is-home .home-pinned-rails .home-forum-banner.home-forum-banner--compact{min-height:64px !important}body.site-body.is-home .home-pinned-rails .home-forum-banner.home-forum-banner--compact em{display:none !important}}@media (max-width:1539px){body.site-body.is-home .home-pinned-rails{position:relative !important;top:auto !important;width:min(1180px,calc(100% - clamp(22px,5vw,64px))) !important;max-width:none !important;margin:clamp(12px,2vw,20px) auto clamp(14px,2vw,24px) !important;padding:0 !important;display:grid !important;grid-template-columns:minmax(0,1fr) minmax(280px,.8fr) !important;gap:clamp(12px,2vw,18px) !important;align-items:start !important;z-index:5 !important;max-height:none !important;overflow:visible !important;pointer-events:auto !important}body.site-body.is-home .home-pinned-rails .home-side-rail{position:relative !important;top:auto !important;left:auto !important;right:auto !important;width:100% !important;max-width:100% !important;max-height:none !important;overflow:visible !important;display:flex !important;flex-direction:column !important;gap:10px !important;z-index:5 !important}body.site-body.is-home .hero-premium-v4>.container,body.site-body.is-home .home-main-flow-with-rails{width:min(1180px,calc(100% - clamp(22px,5vw,64px))) !important}body.site-body.is-home .home-pinned-rails .home-announcement-scroll{max-height:min(360px,46dvh) !important;overflow-y:auto !important;overflow-x:hidden !important;display:grid !important;gap:8px !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card{min-height:72px !important}}@media (max-width:1180px){body.site-body.is-home .home-pinned-rails{grid-template-columns:1fr !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant{display:grid !important;grid-template-columns:minmax(0,1fr) !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links{grid-template-columns:repeat(2,minmax(0,1fr)) !important}body.site-body.is-home .home-pinned-rails .home-forum-banner.home-forum-banner--compact{width:100% !important}}@media (max-width:720px){body.site-body.is-home .home-pinned-rails{width:calc(100% - 20px) !important;margin:10px auto 16px !important;gap:12px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__head{padding:12px 14px !important;border-radius:18px !important}body.site-body.is-home .home-pinned-rails .home-announcement-scroll{max-height:min(320px,48dvh) !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card{grid-template-columns:48px minmax(0,1fr) 20px !important;min-height:64px !important;padding:7px !important}body.site-body.is-home .home-pinned-rails .home-announcement-list-card__media{width:48px !important;min-width:48px !important;height:48px !important;min-height:48px !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links{grid-template-columns:1fr !important}body.site-body.is-home .home-pinned-rails .home-side-rail__links a{min-height:58px !important}body.site-body.is-home .home-pinned-rails .home-forum-banner.home-forum-banner--compact{min-height:78px !important}}body.admin-body.admin-body-redesigned{background:#f4f7fb !important}body.admin-body.admin-body-redesigned *,body.admin-body.admin-body-redesigned *::before,body.admin-body.admin-body-redesigned *::after{text-shadow:none !important;filter:none !important}body.admin-body.admin-body-redesigned .admin-sidebar{background:#0d4f92 !important;border-right:1px solid rgba(255,255,255,.12) !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a,body.admin-body.admin-body-redesigned .admin-sidebar-foot a{background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.14) !important;color:#ffffff !important;box-shadow:none !important;filter:none !important;text-shadow:none !important;transform:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a strong,body.admin-body.admin-body-redesigned .admin-sidebar-foot a strong{color:#ffffff !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a small,body.admin-body.admin-body-redesigned .admin-sidebar-foot a small{color:rgba(226,239,255,.82) !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a:hover,body.admin-body.admin-body-redesigned .admin-nav-group-links a:focus-visible,body.admin-body.admin-body-redesigned .admin-sidebar-foot a:hover,body.admin-body.admin-body-redesigned .admin-sidebar-foot a:focus-visible{background:rgba(255,255,255,.15) !important;border-color:rgba(255,255,255,.28) !important;box-shadow:none !important;outline:2px solid rgba(255,255,255,.22) !important;outline-offset:2px !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active{background:#f1f7ff !important;border-color:#f1f7ff !important;color:#0d3f75 !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active strong{color:#0b345f !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active small{color:#466985 !important}body.admin-body.admin-body-redesigned .admin-nav-group-links a.is-active .admin-nav-icon,body.admin-body.admin-body-redesigned .admin-nav-group-links a:hover .admin-nav-icon,body.admin-body.admin-body-redesigned .admin-nav-group-links a:focus-visible .admin-nav-icon{background:#0d4f92 !important;color:#ffffff !important;box-shadow:none !important}body.admin-body.admin-body-redesigned .btn,body.admin-body.admin-body-redesigned button,body.admin-body.admin-body-redesigned input,body.admin-body.admin-body-redesigned select,body.admin-body.admin-body-redesigned textarea,body.admin-body.admin-body-redesigned .admin-card,body.admin-body.admin-body-redesigned .admin-table-card,body.admin-body.admin-body-redesigned .admin-form-card,body.admin-body.admin-body-redesigned .admin-topbar,body.admin-body.admin-body-redesigned .admin-content-frame{box-shadow:none !important;text-shadow:none !important;filter:none !important}body.admin-body.admin-body-redesigned .btn:hover,body.admin-body.admin-body-redesigned .btn:focus-visible,body.admin-body.admin-body-redesigned button:hover,body.admin-body.admin-body-redesigned button:focus-visible{transform:none !important;box-shadow:none !important;filter:none !important}body.admin-body.admin-body-redesigned .btn:focus-visible,body.admin-body.admin-body-redesigned button:focus-visible,body.admin-body.admin-body-redesigned input:focus-visible,body.admin-body.admin-body-redesigned select:focus-visible,body.admin-body.admin-body-redesigned textarea:focus-visible{outline:2px solid rgba(13,79,146,.35) !important;outline-offset:2px !important}body.site-body.route-about .page-hero{position:relative;overflow:hidden;border-bottom:1px solid rgba(122,164,209,.28);background:radial-gradient(circle at 15% 16%,rgba(255,158,42,.16),transparent 30%),radial-gradient(circle at 86% 10%,rgba(22,99,190,.18),transparent 34%),linear-gradient(135deg,rgba(238,247,255,.96),rgba(255,255,255,.92))}body.site-body.route-about .page-hero::before,body.site-body.route-about .page-hero::after{content:'';position:absolute;pointer-events:none;border-radius:999px}body.site-body.route-about .page-hero::before{width:320px;height:320px;right:-120px;top:-130px;background:rgba(255,158,42,.16)}body.site-body.route-about .page-hero::after{width:220px;height:220px;left:-90px;bottom:-120px;background:rgba(22,99,190,.12)}body.site-body.route-about .page-hero .container,body.site-body.route-about .page-content-card,body.site-body.route-about .page-sidebar-card{position:relative;z-index:1}body.site-body.route-about .page-content-card.page-profile-about{overflow:visible;padding:0;border:0;background:transparent;box-shadow:none}body.site-body.route-about .page-content-card.page-profile-about::before{display:none}body.site-body.route-about .page-content-card.page-profile-about .page-content-toolbar{margin:0 0 18px;border-color:rgba(126,166,210,.42);background:rgba(255,255,255,.82);box-shadow:0 18px 42px -36px rgba(20,58,104,.45);backdrop-filter:blur(10px)}body.site-body.route-about .page-content.rich-content{display:grid;gap:clamp(18px,2.4vw,28px)}.about-college-redesign,.about-college-redesign *{box-sizing:border-box}.about-college-redesign{display:grid;gap:clamp(18px,2.4vw,30px);color:#14345b}.about-college-showcase{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(260px,.62fr);gap:clamp(18px,3vw,36px);align-items:stretch;padding:clamp(24px,4vw,46px);border:1px solid rgba(126,166,210,.48);border-radius:clamp(26px,3vw,38px);background:radial-gradient(circle at 8% 10%,rgba(255,158,42,.18),transparent 30%),radial-gradient(circle at 90% 20%,rgba(16,93,185,.20),transparent 36%),linear-gradient(135deg,rgba(255,255,255,.96),rgba(238,247,255,.92));box-shadow:0 28px 70px -52px rgba(15,51,95,.44),inset 0 1px 0 rgba(255,255,255,.9)}.about-college-showcase::before{content:'';position:absolute;inset:auto -60px -120px auto;width:300px;height:300px;border-radius:999px;background:linear-gradient(135deg,rgba(17,84,177,.16),rgba(255,158,42,.16));pointer-events:none}.about-college-showcase>div{position:relative;z-index:1;min-width:0}.about-kicker,.about-panel-kicker,.about-card-kicker{display:inline-flex;width:fit-content;align-items:center;min-height:30px;padding:7px 12px;border-radius:999px;background:rgba(255,158,42,.16);color:#98550e;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.about-college-showcase h2,.about-story-panel h2,.about-direction-panel h2,.about-student-panel h2,.about-cta-panel h2{max-width:880px;margin:12px 0 12px;color:#0f315d;font-family:'Manrope',sans-serif;font-size:clamp(28px,4vw,52px);line-height:1.05;letter-spacing:-.055em}.about-story-panel h2,.about-direction-panel h2,.about-student-panel h2,.about-cta-panel h2{font-size:clamp(24px,3vw,38px)}.about-college-showcase p,.about-story-panel p,.about-direction-panel p,.about-student-panel p,.about-cta-panel p,.about-value-grid p,.about-stat-grid span,.about-direction-list li,.about-route-card p{margin:0;color:#536f8e;line-height:1.7}.about-college-showcase__lead{max-width:780px;font-size:clamp(16px,1.4vw,19px);font-weight:650}.about-hero-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:22px}.about-hero-tags span{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border:1px solid rgba(126,166,210,.42);border-radius:999px;background:rgba(255,255,255,.78);color:#28527c;font-size:13px;font-weight:850;box-shadow:0 12px 30px -28px rgba(17,57,102,.55)}.about-hero-card{display:grid;align-content:center;justify-items:center;gap:18px;min-height:280px;padding:clamp(20px,2.5vw,30px);border:1px solid rgba(126,166,210,.46);border-radius:32px;background:rgba(255,255,255,.74);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 24px 56px -46px rgba(15,51,95,.48);text-align:center}.about-hero-logo{display:grid;place-items:center;width:clamp(136px,15vw,190px);aspect-ratio:1;border-radius:50%;border:12px solid rgba(255,255,255,.9);background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.98),rgba(255,255,255,.74) 34%,rgba(219,237,252,.88) 72%),linear-gradient(135deg,#fff,#dceefa);box-shadow:0 26px 48px -34px rgba(15,51,95,.58),inset 0 0 0 1px rgba(15,66,143,.12)}.about-hero-logo strong{display:block;color:#0f5da8;font-family:'Manrope',sans-serif;font-size:clamp(24px,3.2vw,38px);font-weight:950;letter-spacing:-.04em}.about-hero-logo small{display:block;margin-top:3px;color:#f28c18;font-weight:950;letter-spacing:.14em}.about-hero-card__caption{display:grid;gap:6px}.about-hero-card__caption strong{color:#0f315d;font-family:'Manrope',sans-serif;font-size:20px;line-height:1.16}.about-hero-card__caption span{color:#617893;font-size:14px;font-weight:750}.about-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.about-stat-grid article,.about-value-grid article,.about-route-card{min-width:0;border:1px solid rgba(126,166,210,.42);border-radius:24px;background:rgba(255,255,255,.90);box-shadow:0 20px 52px -44px rgba(15,51,95,.42),inset 0 1px 0 rgba(255,255,255,.8)}.about-stat-grid article{display:grid;gap:8px;padding:20px}.about-stat-grid strong{color:#0f5da8;font-family:'Manrope',sans-serif;font-size:clamp(24px,3vw,36px);line-height:1;letter-spacing:-.04em}.about-stat-grid span{font-size:14px;font-weight:750}.about-story-panel,.about-direction-panel,.about-student-panel,.about-cta-panel{position:relative;overflow:hidden;border:1px solid rgba(126,166,210,.42);border-radius:clamp(24px,3vw,34px);background:rgba(255,255,255,.90);box-shadow:0 26px 70px -54px rgba(15,51,95,.44),inset 0 1px 0 rgba(255,255,255,.82)}.about-story-panel{display:grid;grid-template-columns:minmax(230px,.38fr) minmax(0,1fr);gap:clamp(18px,3vw,34px);padding:clamp(22px,3.6vw,40px)}.about-story-panel__side{align-self:start;position:sticky;top:calc(var(--site-header-height,150px) + 18px);display:grid;gap:14px}.about-story-panel__number{display:grid;place-items:center;width:68px;height:68px;border-radius:22px;background:linear-gradient(135deg,#0f5da8,#1d72d2 62%,#ff9e2a);color:#fff;font-family:'Manrope',sans-serif;font-size:20px;font-weight:950;box-shadow:0 22px 42px -30px rgba(15,93,168,.62)}.about-story-panel__content{display:grid;gap:14px;min-width:0}.about-story-panel__content p:first-child{color:#183d68;font-size:clamp(16px,1.35vw,18px);font-weight:760}.about-value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.about-value-grid article{display:grid;gap:10px;padding:22px}.about-value-grid strong,.about-route-card strong{color:#0f315d;font-family:'Manrope',sans-serif;font-size:18px;line-height:1.25}.about-value-grid .about-card-icon,.about-route-card b{display:grid;place-items:center;width:44px;height:44px;border-radius:16px;background:rgba(15,93,168,.10);color:#0f5da8;font-weight:950}.about-direction-panel,.about-student-panel{display:grid;gap:clamp(18px,2.4vw,26px);padding:clamp(22px,3.4vw,38px)}.about-direction-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(280px,1.1fr);gap:clamp(18px,2.6vw,30px);align-items:start}.about-direction-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.about-direction-list li{position:relative;padding:14px 16px 14px 44px;border:1px solid rgba(126,166,210,.34);border-radius:18px;background:rgba(246,250,255,.82);font-weight:760}.about-direction-list li::before{content:'';position:absolute;left:16px;top:19px;width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,#0f5da8,#ff9e2a)}.about-route-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.about-route-card{display:grid;color:inherit;text-decoration:none;gap:10px;padding:20px}.about-route-card:hover{transform:translateY(-2px);border-color:rgba(15,93,168,.34);box-shadow:0 24px 56px -42px rgba(15,51,95,.48),inset 0 1px 0 rgba(255,255,255,.86)}.about-route-card b{width:48px;height:34px;border-radius:999px;background:rgba(255,158,42,.14);color:#98550e;font-size:13px}.about-student-panel{background:radial-gradient(circle at 96% 12%,rgba(255,158,42,.14),transparent 26%),linear-gradient(135deg,rgba(255,255,255,.93),rgba(239,247,255,.88))}.about-student-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.about-student-grid span{display:grid;min-height:92px;align-content:center;gap:6px;padding:16px;border:1px solid rgba(126,166,210,.34);border-radius:20px;background:rgba(255,255,255,.78);color:#214d78;font-weight:900;line-height:1.3}.about-student-grid small{display:block;color:#6a7f98;font-size:12px;font-weight:750}.about-cta-panel{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:clamp(24px,3.5vw,40px);background:radial-gradient(circle at 12% 18%,rgba(255,255,255,.22),transparent 34%),linear-gradient(135deg,#0f4f99,#0f6bc7 58%,#f59d36);color:#fff}.about-cta-panel h2,.about-cta-panel p{color:#fff}.about-cta-panel p{opacity:.88}.about-cta-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;min-width:min(360px,100%)}.about-cta-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 16px;border-radius:999px;background:#fff;color:#0f4f99;font-weight:900;text-decoration:none;box-shadow:0 20px 42px -32px rgba(0,0,0,.42)}.about-cta-actions a:last-child{background:rgba(255,255,255,.14);color:#fff;border:1px solid rgba(255,255,255,.38)}@media (max-width:1180px){.about-stat-grid,.about-student-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-route-grid{grid-template-columns:1fr}}@media (max-width:980px){.about-college-showcase,.about-story-panel,.about-direction-grid{grid-template-columns:1fr}.about-story-panel__side{position:static}.about-value-grid{grid-template-columns:1fr}.about-cta-panel{align-items:stretch;flex-direction:column}.about-cta-actions{justify-content:flex-start}}@media (max-width:640px){body.site-body.route-about .page-content-card.page-profile-about .page-content-toolbar{display:none}.about-college-showcase,.about-story-panel,.about-direction-panel,.about-student-panel,.about-cta-panel{border-radius:22px;padding:18px}.about-hero-card{min-height:auto;border-radius:24px}.about-stat-grid,.about-student-grid{grid-template-columns:1fr}.about-hero-tags span,.about-cta-actions a{width:100%}.about-cta-actions{min-width:0}}html.accessibility-mode .about-college-showcase,html.accessibility-mode .about-stat-grid article,html.accessibility-mode .about-story-panel,html.accessibility-mode .about-value-grid article,html.accessibility-mode .about-direction-panel,html.accessibility-mode .about-student-panel,html.accessibility-mode .about-route-card,html.accessibility-mode .about-cta-panel{background:Canvas;color:CanvasText;border-color:CanvasText;box-shadow:none}html.accessibility-mode .about-college-showcase h2,html.accessibility-mode .about-story-panel h2,html.accessibility-mode .about-direction-panel h2,html.accessibility-mode .about-student-panel h2,html.accessibility-mode .about-cta-panel h2,html.accessibility-mode .about-college-showcase p,html.accessibility-mode .about-story-panel p,html.accessibility-mode .about-direction-panel p,html.accessibility-mode .about-student-panel p,html.accessibility-mode .about-cta-panel p{color:CanvasText}body.site-body.route-about{background:radial-gradient(circle at 12% 18%,rgba(245,157,54,.13),transparent 32vw),radial-gradient(circle at 88% 12%,rgba(25,100,191,.14),transparent 34vw),linear-gradient(180deg,#eef7ff 0%,#f7fbff 48%,#ffffff 100%)}body.site-body.route-about .breadcrumbs{margin-bottom:0}.about-v186-hero{position:relative;overflow:hidden;padding:clamp(32px,4.6vw,66px) 0 clamp(22px,3vw,42px);isolation:isolate}.about-v186-hero::before,.about-v186-hero::after{content:"";position:absolute;pointer-events:none;z-index:-1}.about-v186-hero::before{inset:14px auto auto -90px;width:clamp(260px,32vw,520px);height:clamp(260px,32vw,520px);border-radius:50%;background:radial-gradient(circle,rgba(15,79,164,.18) 0 2px,transparent 2px 12px);opacity:.72;transform:rotate(-12deg)}.about-v186-hero::after{right:-120px;bottom:-110px;width:clamp(280px,34vw,560px);height:clamp(280px,34vw,560px);border-radius:50%;background:radial-gradient(circle,rgba(255,153,41,.24),rgba(21,100,196,.10) 58%,transparent 70%);filter:blur(2px)}.about-v186-hero__shell{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(280px,.58fr);gap:clamp(18px,2.8vw,34px);align-items:stretch}.about-v186-hero__main,.about-v186-hero__card,.about-v186-stats article,.about-v186-story-card,.about-v186-side-card,.about-v186-feature-grid article,.about-v186-directions-grid article,.about-v186-cta{border:1px solid rgba(128,166,207,.34);box-shadow:0 28px 70px -54px rgba(11,43,84,.45),inset 0 1px 0 rgba(255,255,255,.82)}.about-v186-hero__main{position:relative;overflow:hidden;min-height:clamp(360px,33vw,520px);padding:clamp(26px,4.5vw,58px);border-radius:clamp(30px,4vw,46px);background:linear-gradient(120deg,rgba(255,255,255,.94) 0%,rgba(238,247,255,.89) 64%,rgba(255,255,255,.86) 100%)}.about-v186-hero__main::before{content:"";position:absolute;right:-38px;top:-80px;width:230px;height:640px;border-radius:120px;background:linear-gradient(180deg,rgba(5,91,188,.94),rgba(20,104,213,.72));transform:rotate(31deg);box-shadow:-74px 0 0 rgba(255,145,31,.88),-118px 0 0 rgba(6,79,164,.18);opacity:.88}.about-v186-hero__main::after{content:"";position:absolute;inset:24px;border:1px solid rgba(111,166,223,.24);border-radius:calc(clamp(30px,4vw,46px) - 12px);pointer-events:none}.about-v186-hero__main>*{position:relative;z-index:1;max-width:850px}.about-v186-eyebrow,.about-v186-section-head>span,.about-v186-side-card>span,.about-v186-cta span{display:inline-flex;width:fit-content;max-width:100%;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(245,157,54,.14);color:#8a4b0b;font-size:12px;font-weight:900;line-height:1;letter-spacing:.08em;text-transform:uppercase}.about-v186-hero h1{margin:clamp(18px,2.4vw,26px) 0 16px;color:#0d315e;font-family:'Manrope',system-ui,sans-serif;font-size:clamp(2.2rem,5.1vw,5.35rem);line-height:.98;letter-spacing:-.065em;text-wrap:balance}.about-v186-hero__main p{max-width:760px;margin:0;color:#415c78;font-size:clamp(1.02rem,1.4vw,1.22rem);line-height:1.72}.about-v186-hero__actions,.about-v186-cta__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:clamp(24px,3.2vw,36px)}.about-v186-hero__actions .btn,.about-v186-cta__actions .btn{min-height:52px;justify-content:center;border-radius:18px;box-shadow:none}.about-v186-hero__card{position:relative;display:grid;align-content:center;justify-items:center;min-height:100%;padding:clamp(24px,3.2vw,38px);border-radius:clamp(28px,3.5vw,40px);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(238,247,255,.90)),url('/public/assets/images/backgrounds/fonkarti-heading.png') center / cover no-repeat;text-align:center}.about-v186-logo-ring{display:grid;place-items:center;width:clamp(160px,17vw,230px);height:clamp(160px,17vw,230px);margin-bottom:22px;border-radius:50%;background:radial-gradient(circle at 50% 50%,#fff 0 52%,rgba(238,247,255,.96) 53% 67%,rgba(15,79,164,.08) 68% 100%);box-shadow:0 28px 70px -48px rgba(11,43,84,.7),inset 0 0 0 1px rgba(128,166,207,.34)}.about-v186-logo-ring img{width:72%;height:72%;object-fit:contain;filter:drop-shadow(0 14px 18px rgba(21,61,105,.14))}.about-v186-hero__card>span:not(.about-v186-card-tags span){color:#8a4b0b;font-size:12px;font-weight:850}.about-v186-hero__card strong{margin-top:8px;color:#0d315e;font-family:'Manrope',system-ui,sans-serif;font-size:clamp(1.9rem,3vw,2.8rem);letter-spacing:.08em}.about-v186-hero__card p{max-width:320px;margin:12px auto 0;color:#506b88;line-height:1.58}.about-v186-card-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:20px}.about-v186-card-tags span,.about-v186-directions-grid article>span{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border-radius:999px;background:rgba(15,79,164,.09);color:#15579d;font-size:12px;font-weight:900}.about-v186-stats-section{padding-top:0}.about-v186-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.about-v186-stats article{display:grid;gap:8px;min-width:0;padding:clamp(18px,2.4vw,26px);border-radius:26px;background:rgba(255,255,255,.88)}.about-v186-stats strong{color:#0d315e;font-family:'Manrope',system-ui,sans-serif;font-size:clamp(1.8rem,3vw,3rem);line-height:1;letter-spacing:-.04em}.about-v186-stats span{color:#102f57;font-weight:900}.about-v186-stats p{margin:0;color:#5a738f;line-height:1.55}.about-v186-main-section{padding-top:clamp(20px,3vw,42px)}.about-v186-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,360px);gap:clamp(18px,3vw,34px);align-items:start}.about-v186-story-card,.about-v186-side-card,.about-v186-cta{background:rgba(255,255,255,.90);backdrop-filter:blur(14px)}.about-v186-story-card{overflow:hidden;padding:clamp(24px,3.2vw,42px);border-radius:34px}.about-v186-section-head{display:grid;gap:12px;max-width:860px;margin-bottom:clamp(20px,2.8vw,32px)}.about-v186-section-head--center{margin-inline:auto;text-align:center;justify-items:center}.about-v186-section-head h2{margin:0;color:#0d315e;font-family:'Manrope',system-ui,sans-serif;font-size:clamp(1.75rem,3.2vw,3.4rem);line-height:1.05;letter-spacing:-.055em;text-wrap:balance}.about-v186-section-head p{margin:0;color:#5a738f;font-size:clamp(.98rem,1.2vw,1.1rem);line-height:1.68}.about-v186-story-content{position:relative;display:grid;gap:14px;padding:clamp(18px,2.6vw,30px);border:1px solid rgba(128,166,207,.24);border-radius:26px;background:linear-gradient(180deg,rgba(247,251,255,.94),rgba(255,255,255,.92))}.about-v186-story-content::before{content:"";position:absolute;left:0;top:24px;bottom:24px;width:5px;border-radius:999px;background:linear-gradient(180deg,#f59d36,#1564bf)}.about-v186-story-content p,.about-v186-story-content li{color:#405a74;font-size:1rem;line-height:1.78}.about-v186-story-content p:first-child{color:#14263a;font-size:clamp(1.04rem,1.3vw,1.18rem);font-weight:760}.about-v186-managed-sections{display:grid;gap:18px;margin-top:24px}.about-v186-side-panel{position:sticky;top:calc(var(--site-header-height,154px) + 22px);display:grid;gap:16px}.about-v186-side-card{padding:22px;border-radius:28px}.about-v186-side-card strong{display:block;margin-top:10px;color:#0d315e;font-size:1.15rem;line-height:1.22}.about-v186-nav,.about-v186-quick-links{display:grid;gap:8px;margin-top:16px}.about-v186-nav a,.about-v186-quick-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:12px 14px;border:1px solid rgba(128,166,207,.34);border-radius:16px;background:rgba(247,251,255,.84);color:#123f72;font-weight:850;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.about-v186-nav a::after,.about-v186-quick-links a::after{content:"›";display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:rgba(15,79,164,.08);color:#15579d}.about-v186-nav a:hover,.about-v186-nav a:focus-visible,.about-v186-quick-links a:hover,.about-v186-quick-links a:focus-visible{transform:translateY(-1px);border-color:rgba(245,157,54,.48);background:#fff}.about-v186-side-card--accent{background:linear-gradient(135deg,rgba(15,79,164,.95),rgba(20,105,205,.9));color:#fff}.about-v186-side-card--accent>span,.about-v186-side-card--accent strong{color:#fff}.about-v186-side-card--accent>span{background:rgba(255,255,255,.16)}.about-v186-side-card--accent .about-v186-quick-links a{border-color:rgba(255,255,255,.24);background:rgba(255,255,255,.12);color:#fff}.about-v186-side-card--accent .about-v186-quick-links a::after{background:rgba(255,255,255,.18);color:#fff}.about-v186-feature-grid,.about-v186-directions-grid{display:grid;gap:16px}.about-v186-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-v186-directions-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-v186-feature-grid article,.about-v186-directions-grid article{position:relative;overflow:hidden;min-width:0;padding:clamp(20px,2.5vw,28px);border-radius:28px;background:rgba(255,255,255,.90)}.about-v186-feature-grid article::before,.about-v186-directions-grid article::before{content:"";position:absolute;inset:auto -20px -36px auto;width:120px;height:120px;border-radius:50%;background:radial-gradient(circle,rgba(245,157,54,.16),transparent 68%)}.about-v186-feature-grid article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,#123f72,#1564bf);color:#fff;font-weight:950}.about-v186-feature-grid h3,.about-v186-directions-grid h3{position:relative;margin:16px 0 10px;color:#102f57;font-size:clamp(1.08rem,1.35vw,1.32rem);line-height:1.25}.about-v186-feature-grid p,.about-v186-directions-grid p{position:relative;margin:0;color:#526f8d;line-height:1.62}.about-v186-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center;padding:clamp(24px,4vw,44px);border-radius:34px;background:linear-gradient(135deg,rgba(15,79,164,.96),rgba(18,98,200,.93) 58%,rgba(245,157,54,.88));color:#fff}.about-v186-cta span{background:rgba(255,255,255,.15);color:#fff}.about-v186-cta h2{margin:14px 0 10px;color:#fff;font-family:'Manrope',system-ui,sans-serif;font-size:clamp(1.7rem,3vw,3rem);line-height:1.08;letter-spacing:-.045em}.about-v186-cta p{max-width:780px;margin:0;color:rgba(255,255,255,.88);line-height:1.65}.about-v186-cta__actions{justify-content:flex-end;margin-top:0}@media (max-width:1180px){.about-v186-hero__shell,.about-v186-layout,.about-v186-cta{grid-template-columns:1fr}.about-v186-side-panel{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.about-v186-directions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-v186-cta__actions{justify-content:flex-start}}@media (max-width:900px){.about-v186-stats,.about-v186-feature-grid,.about-v186-side-panel{grid-template-columns:1fr}.about-v186-hero__main{min-height:auto}.about-v186-hero__main::before{right:-140px;opacity:.35}}@media (max-width:640px){.about-v186-hero{padding-top:22px}.about-v186-hero__main,.about-v186-hero__card,.about-v186-story-card,.about-v186-side-card,.about-v186-cta{border-radius:24px}.about-v186-hero__main{padding:22px}.about-v186-hero h1{font-size:clamp(2rem,12vw,3.05rem)}.about-v186-hero__actions .btn,.about-v186-cta__actions .btn{width:100%}.about-v186-stats article,.about-v186-feature-grid article,.about-v186-directions-grid article{border-radius:22px}.about-v186-story-content{padding:18px;border-radius:22px}.about-v186-story-content::before{top:18px;bottom:18px}.about-v186-directions-grid{grid-template-columns:1fr}}body.site-body.route-about{background:radial-gradient(circle at 10% 10%,rgba(47,105,200,.16) 0,rgba(47,105,200,0) 32%),radial-gradient(circle at 92% 18%,rgba(245,157,54,.14) 0,rgba(245,157,54,0) 30%),linear-gradient(180deg,#e8f1f9 0%,#f6f9fd 48%,#eef5fb 100%) !important}.about-v186-hero{position:relative;padding:clamp(24px,4vw,52px) 0 clamp(12px,2vw,22px);overflow:hidden}.about-v186-hero::before,.about-v186-hero::after{content:'';position:absolute;pointer-events:none;border-radius:999px}.about-v186-hero::before{width:min(520px,52vw);height:min(520px,52vw);left:-12vw;top:-22%;background:radial-gradient(circle,rgba(24,74,127,.18),rgba(24,74,127,0) 68%)}.about-v186-hero::after{width:min(420px,42vw);height:min(420px,42vw);right:-10vw;bottom:-22%;background:radial-gradient(circle,rgba(245,157,54,.18),rgba(245,157,54,0) 70%)}.about-v186-hero__shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,390px);gap:clamp(22px,4vw,46px);align-items:stretch;overflow:hidden;padding:clamp(28px,5vw,56px);border:1px solid rgba(129,170,214,.58);border-radius:clamp(30px,4vw,46px);background:linear-gradient(135deg,rgba(255,255,255,.90) 0%,rgba(237,247,255,.84) 56%,rgba(255,248,237,.84) 100%);box-shadow:0 34px 90px -62px rgba(13,45,87,.48),inset 0 1px 0 rgba(255,255,255,.86);backdrop-filter:blur(14px)}.about-v186-hero__shell::before{content:'';position:absolute;inset:0;background:url('../images/backgrounds/fonkarti-heading-v124.png') center/cover no-repeat,linear-gradient(90deg,rgba(24,74,127,.06),rgba(245,157,54,.06));opacity:.42;mix-blend-mode:multiply;pointer-events:none}.about-v186-hero__shell::after{content:'';position:absolute;right:-90px;top:-120px;width:360px;height:520px;border-radius:60px;background:linear-gradient(140deg,rgba(17,74,134,.16),rgba(245,157,54,.16));transform:rotate(-14deg);pointer-events:none}.about-v186-hero__main,.about-v186-hero__card{position:relative;z-index:1;min-width:0}.about-v186-hero__main{display:grid;align-content:center;gap:18px}.about-v186-eyebrow,.about-v186-section-head span,.about-v186-hero__card>span,.about-v186-side-card>span,.about-v186-cta span{display:inline-flex;align-items:center;width:fit-content;max-width:100%;min-height:30px;padding:7px 12px;border-radius:999px;background:rgba(241,145,34,.13);border:1px solid rgba(241,145,34,.24);color:#9a540f;font-size:11px;font-weight:900;line-height:1;letter-spacing:.08em;text-transform:uppercase}.about-v186-hero h1{max-width:920px;margin:0;color:#0c315e;font-family:'Manrope',sans-serif;font-size:clamp(2.35rem,5vw,5.35rem);line-height:.98;letter-spacing:-.055em}.about-v186-hero p{max-width:820px;margin:0;color:#4d6987;font-size:clamp(1rem,1.35vw,1.18rem);line-height:1.72}.about-v186-hero__actions,.about-v186-cta__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:8px}.about-v186-hero__actions .btn,.about-v186-cta__actions .btn{min-height:50px;border-radius:17px;box-shadow:0 18px 34px -28px rgba(13,45,87,.42) !important}.about-v186-hero__card{display:grid;align-content:center;justify-items:center;gap:14px;min-height:100%;padding:clamp(22px,3vw,34px);border:1px solid rgba(129,170,214,.60);border-radius:34px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.94),rgba(255,255,255,.72) 42%,rgba(235,244,253,.78) 100%);box-shadow:0 28px 70px -54px rgba(13,45,87,.45),inset 0 1px 0 rgba(255,255,255,.92);text-align:center}.about-v186-logo-ring{display:grid;place-items:center;width:clamp(136px,14vw,178px);height:clamp(136px,14vw,178px);padding:18px;border-radius:50%;background:linear-gradient(180deg,#ffffff 0%,#f3f8fd 100%);border:1px solid rgba(129,170,214,.55);box-shadow:0 24px 52px -42px rgba(13,45,87,.42),0 0 0 12px rgba(255,255,255,.42),inset 0 1px 0 rgba(255,255,255,.95)}.about-v186-logo-ring img{display:block;width:100%;height:100%;object-fit:contain}.about-v186-hero__card strong{color:#0c315e;font-family:'Manrope',sans-serif;font-size:clamp(1.45rem,2vw,2rem);letter-spacing:.02em}.about-v186-card-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.about-v186-card-tags span{display:inline-flex;align-items:center;min-height:30px;padding:7px 10px;border-radius:999px;color:#184a7f;background:rgba(36,95,160,.10);border:1px solid rgba(36,95,160,.16);font-size:12px;font-weight:900}.about-v186-stats-section,.about-v186-main-section,.about-v186-features-section,.about-v186-directions-section,.about-v186-cta-section{padding-top:clamp(18px,3vw,34px) !important;padding-bottom:clamp(18px,3vw,34px) !important;background:transparent !important}.about-v186-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.5vw,18px)}.about-v186-stats article,.about-v186-story-card,.about-v186-side-card,.about-v186-feature-grid article,.about-v186-directions-grid article{border:1px solid rgba(129,170,214,.52);background:linear-gradient(180deg,rgba(255,255,255,.88) 0%,rgba(241,247,253,.82) 100%);box-shadow:0 22px 58px -48px rgba(13,45,87,.34),inset 0 1px 0 rgba(255,255,255,.82);backdrop-filter:blur(10px)}.about-v186-stats article{display:grid;gap:8px;min-width:0;padding:clamp(18px,2vw,24px);border-radius:26px}.about-v186-stats strong{color:#0c315e;font-family:'Manrope',sans-serif;font-size:clamp(1.55rem,2.4vw,2.45rem);line-height:1;letter-spacing:-.04em}.about-v186-stats span{color:#9a540f;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.about-v186-stats p,.about-v186-feature-grid p,.about-v186-directions-grid p,.about-v186-side-card p,.about-v186-cta p{margin:0;color:#526f8d;line-height:1.62}.about-v186-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,350px);gap:clamp(18px,2.4vw,30px);align-items:start}.about-v186-story-card{min-width:0;padding:clamp(24px,3.2vw,38px);border-radius:32px}.about-v186-section-head{display:grid;gap:10px;max-width:860px;margin-bottom:clamp(18px,2.4vw,28px)}.about-v186-section-head--center{max-width:820px;margin-inline:auto;text-align:center;justify-items:center}.about-v186-section-head h2,.about-v186-section-head h3,.about-v186-cta h2{margin:0;color:#0c315e;font-family:'Manrope',sans-serif;font-size:clamp(1.65rem,2.9vw,3rem);line-height:1.08;letter-spacing:-.04em}.about-v186-section-head p{max-width:820px;margin:0;color:#536f8d;font-size:1rem;line-height:1.72}.about-v186-story-content{display:grid;gap:14px;padding:clamp(18px,2.2vw,26px);border-radius:26px;border:1px solid rgba(129,170,214,.34);background:rgba(255,255,255,.64)}.about-v186-story-content p{margin:0;color:#405a74;font-size:1rem;line-height:1.82}.about-v186-story-content p:first-child{color:#173d67;font-size:clamp(1.04rem,1.25vw,1.18rem);font-weight:750}.about-v186-managed-sections{margin-top:22px}.about-v186-side-panel{display:grid;gap:14px;position:sticky;top:calc(var(--site-header-height,120px) + 18px)}.about-v186-side-card{display:grid;gap:13px;padding:22px;border-radius:28px}.about-v186-side-card strong,.about-v186-cta strong{color:#0c315e;font-family:'Manrope',sans-serif;font-size:1.15rem;line-height:1.24}.about-v186-nav,.about-v186-quick-links{display:grid;gap:8px}.about-v186-nav a,.about-v186-quick-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:42px;padding:10px 12px;border-radius:16px;border:1px solid rgba(129,170,214,.46);background:rgba(255,255,255,.70);color:#164777;font-size:13px;font-weight:850;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease}.about-v186-nav a::after,.about-v186-quick-links a::after{content:'›';display:grid;place-items:center;width:24px;height:24px;flex:0 0 auto;border-radius:999px;background:rgba(36,95,160,.10);color:#164777}.about-v186-nav a:hover,.about-v186-quick-links a:hover{transform:translateY(-1px);background:#ffffff;border-color:rgba(245,157,54,.55)}.about-v186-side-card--accent{background:radial-gradient(circle at 100% 0%,rgba(245,157,54,.16),rgba(245,157,54,0) 42%),linear-gradient(180deg,rgba(255,255,255,.90),rgba(255,247,237,.78))}.about-v186-feature-grid,.about-v186-directions-grid{display:grid;gap:clamp(14px,1.8vw,20px)}.about-v186-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.about-v186-directions-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.about-v186-feature-grid article,.about-v186-directions-grid article{display:grid;align-content:start;gap:12px;min-width:0;padding:clamp(19px,2.2vw,26px);border-radius:28px}.about-v186-feature-grid span,.about-v186-directions-grid span{display:inline-grid;place-items:center;width:46px;min-width:46px;height:46px;padding:0 8px;border-radius:18px;color:#fff;background:linear-gradient(135deg,#114a86 0%,#1f66c1 62%,#f59d36 100%);font-size:12px;font-weight:950;letter-spacing:.04em;box-shadow:0 16px 34px -28px rgba(13,45,87,.50)}.about-v186-feature-grid h3,.about-v186-directions-grid h3{margin:0;color:#0c315e;font-family:'Manrope',sans-serif;font-size:clamp(1.05rem,1.3vw,1.26rem);line-height:1.22}.about-v186-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(18px,3vw,34px);align-items:center;overflow:hidden;padding:clamp(24px,3.6vw,42px);border-radius:34px;border:1px solid rgba(129,170,214,.56);background:linear-gradient(135deg,rgba(12,49,94,.96),rgba(18,86,163,.94) 58%,rgba(245,157,54,.88));box-shadow:0 28px 70px -52px rgba(13,45,87,.55);color:#fff}.about-v186-cta span{color:#ffe6c4;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.20)}.about-v186-cta h2,.about-v186-cta strong,.about-v186-cta p{color:#fff}.about-v186-cta p{max-width:760px;opacity:.88;margin-top:10px}.about-v186-cta__actions{justify-content:flex-end;min-width:min(340px,100%)}.about-v186-cta__actions .btn-secondary{color:#0c315e !important;background:#ffffff !important;border-color:rgba(255,255,255,.88) !important}@media (max-width:1120px){.about-v186-hero__shell,.about-v186-layout,.about-v186-cta{grid-template-columns:1fr}.about-v186-side-panel{position:static}.about-v186-stats,.about-v186-directions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-v186-feature-grid{grid-template-columns:1fr}.about-v186-cta__actions{justify-content:flex-start}}@media (max-width:700px){.about-v186-hero{padding-top:18px}.about-v186-hero__shell,.about-v186-story-card,.about-v186-cta{border-radius:26px;padding:20px}.about-v186-hero h1{font-size:clamp(2rem,10vw,3rem)}.about-v186-hero__actions,.about-v186-hero__actions .btn,.about-v186-cta__actions,.about-v186-cta__actions .btn{width:100%}.about-v186-hero__actions .btn,.about-v186-cta__actions .btn{justify-content:center}.about-v186-stats,.about-v186-directions-grid{grid-template-columns:1fr}.about-v186-logo-ring{width:124px;height:124px;padding:14px}}:root{--polytech-alert-offset:22px}.polytech-alert-stack{position:fixed;right:var(--polytech-alert-offset);top:calc(var(--polytech-alert-offset) + env(safe-area-inset-top,0px));z-index:10050;display:grid;gap:10px;width:min(390px,calc(100vw - 28px));pointer-events:none}.polytech-alert{display:grid;grid-template-columns:14px minmax(0,1fr) 28px;gap:12px;align-items:start;padding:14px 14px 14px 16px;border:1px solid rgba(15,23,42,.11);border-radius:18px;background:rgba(255,255,255,.97);box-shadow:0 22px 48px rgba(15,23,42,.18);color:#102033;opacity:0;transform:translateY(-8px) scale(.98);transition:opacity .22s ease,transform .22s ease;pointer-events:auto;overflow:hidden}.polytech-alert.is-visible{opacity:1;transform:translateY(0) scale(1)}.polytech-alert.is-hiding{opacity:0;transform:translateY(-8px) scale(.98)}.polytech-alert__icon{width:12px;height:12px;margin-top:5px;border-radius:999px;background:#2563eb;box-shadow:0 0 0 5px rgba(37,99,235,.11)}.polytech-alert-success .polytech-alert__icon{background:#059669;box-shadow:0 0 0 5px rgba(5,150,105,.12)}.polytech-alert-error .polytech-alert__icon{background:#dc2626;box-shadow:0 0 0 5px rgba(220,38,38,.12)}.polytech-alert-warning .polytech-alert__icon{background:#d97706;box-shadow:0 0 0 5px rgba(217,119,6,.12)}.polytech-alert__message{min-width:0;font-size:14px;line-height:1.45;overflow-wrap:anywhere}.polytech-alert__close{width:28px;height:28px;border:0;border-radius:999px;background:rgba(15,23,42,.06);color:#0f172a;cursor:pointer;font-size:20px;line-height:1}.admin-flash.is-alert-enhanced,.public-flash.is-alert-enhanced{display:none !important}body.site-body.route-about::before,body.site-body.is-inner::before{opacity:.92 !important;filter:saturate(1.02) contrast(1.01) !important}body.site-body.route-about::after,body.site-body.is-inner::after{opacity:0 !important;display:none !important}body.site-body.route-about .page-hero,body.site-body.route-about .about-hero,body.site-body.route-about .about-v186-hero,body.site-body.route-about .about-premium-hero{background:transparent !important;box-shadow:none !important}body.site-body.route-about .site-main,body.site-body.is-inner .site-main{isolation:isolate}.hero-premium-shell.hero-premium-shell-v4,.hero-premium-shell-v4 .hero-campus-frame,.hero-premium-shell-v4 .hero-campus-stage,.hero-premium-shell-v4 .hero-campus-content,.hero-premium-shell-v4 .hero-campus-emblem-col,.hero-premium-shell-v4 .hero-campus-routeboard,.hero-premium-shell-v4 .hero-campus-actions{min-width:0 !important;max-width:100% !important;box-sizing:border-box}.hero-premium-shell.hero-premium-shell-v4{width:100% !important;overflow:hidden !important;padding-inline:clamp(14px,2.2vw,28px) !important}.hero-premium-shell-v4 .hero-campus-stage{display:grid !important;grid-template-columns:minmax(150px,280px) minmax(0,1fr) !important;align-items:center !important;gap:clamp(18px,3.2vw,48px) !important}.hero-premium-shell-v4 .hero-campus-emblem-col{width:auto !important;justify-self:center !important}.hero-premium-shell-v4 .hero-campus-emblem,.hero-premium-shell-v4 .hero-campus-logo,.hero-premium-shell-v4 .hero-campus-logo img,.hero-premium-shell-v4 img{max-width:100% !important;height:auto !important}.hero-premium-shell-v4 .hero-campus-logo,.hero-premium-shell-v4 .hero-campus-emblem{width:clamp(124px,18vw,248px) !important;flex:0 0 auto !important}.hero-premium-shell-v4 h1,.hero-premium-shell-v4 .hero-campus-title,.hero-premium-shell-v4 .hero-campus-lead,.hero-premium-shell-v4 p,.hero-premium-shell-v4 .hero-campus-text{max-width:100% !important;min-width:0 !important;overflow-wrap:anywhere !important;word-break:normal !important;text-wrap:balance}.hero-premium-shell-v4 h1,.hero-premium-shell-v4 .hero-campus-title{font-size:clamp(32px,4.8vw,72px) !important;line-height:1.04 !important}.hero-premium-shell-v4 .hero-campus-lead,.hero-premium-shell-v4 .hero-campus-text{font-size:clamp(15px,1.5vw,20px) !important;line-height:1.55 !important}.hero-premium-shell-v4 .hero-campus-actions,.hero-premium-shell-v4 .hero-actions,.hero-premium-shell-v4 .hero-actions-main,.hero-premium-shell-v4 .hero-campus-cta{display:flex !important;flex-wrap:wrap !important;align-items:stretch !important;gap:12px !important;width:100% !important}.hero-premium-shell-v4 .hero-campus-actions .btn,.hero-premium-shell-v4 .hero-actions .btn,.hero-premium-shell-v4 a[class*="btn"],.hero-premium-shell-v4 button[class*="btn"]{max-width:100% !important;white-space:normal !important;justify-content:center !important;text-align:center !important;overflow-wrap:anywhere !important}.hero-premium-shell-v4 .hero-campus-actions>*,.hero-premium-shell-v4 .hero-actions>*{min-width:0 !important;flex:1 1 min(260px,100%) !important}.hero-premium-shell-v4 .hero-campus-routeboard,.hero-premium-shell-v4 .hero-routeboard{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(min(180px,100%),1fr)) !important;gap:12px !important;overflow:visible !important}.container.site-utility-row.site-utility-row-compact,.site-utility-row.site-utility-row-compact{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:10px !important;min-width:0 !important;max-width:min(100%,var(--container,1180px)) !important;overflow:visible !important}.site-utility-row-compact .site-utility-text,.site-utility-row-compact .site-utility-links,.site-utility-row-compact .site-language-switcher,.site-utility-row-compact .site-utility-link{min-width:0 !important;max-width:100% !important}.site-utility-row-compact .site-utility-text{flex:1 1 280px !important;white-space:normal !important;overflow-wrap:anywhere !important}.site-utility-row-compact .site-utility-links,.site-utility-row-compact .site-language-switcher{display:flex !important;flex-wrap:wrap !important;align-items:center !important;gap:8px !important}.site-utility-row-compact .site-utility-link,.site-language-switcher__link{white-space:normal !important;text-align:center !important;line-height:1.25 !important}.site-feedback-fab{position:fixed;right:max(18px,env(safe-area-inset-right,0px));bottom:max(22px,env(safe-area-inset-bottom,0px));z-index:9500;display:grid;gap:9px;justify-items:end}.site-feedback-fab a{text-decoration:none;box-shadow:0 18px 42px rgba(15,23,42,.22)}.site-feedback-fab__main{display:inline-flex;align-items:center;gap:10px;min-height:50px;padding:12px 16px;border-radius:999px;background:linear-gradient(135deg,#f97316,#2563eb);color:#fff;border:1px solid rgba(255,255,255,.42)}.site-feedback-fab__main span{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:rgba(255,255,255,.2)}.site-feedback-fab__wa,.btn-whatsapp{background:#16a34a !important;color:#fff !important;border-color:rgba(22,163,74,.55) !important}.site-feedback-fab__wa{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 14px;border-radius:999px;font-weight:800}.admin-filter-form-pages,.admin-filter-form{min-width:0}.admin-table-wrap,.admin-card,.admin-content-frame,.admin-section,.admin-grid,.admin-grid-wide{min-width:0 !important;max-width:100% !important}.admin-table th,.admin-table td,.admin-cell-primary,.admin-cell-route,.admin-cell-file,.admin-row-actions{overflow-wrap:anywhere}.admin-row-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-filter-form{grid-template-columns:repeat(auto-fit,minmax(min(220px,100%),1fr)) !important}.admin-language-panels,.admin-form-grid,.detail-content-grid,.contact-info-shell,.page-hero-layout,.section-grid,.cards-grid,.news-grid,.documents-grid{min-width:0 !important}.page-hero-main,.page-hero-aside,.card,.detail-info-card,.contacts-v,.public-form,.public-form label,.public-form input,.public-form textarea{min-width:0 !important;max-width:100% !important;overflow-wrap:anywhere}@media (max-width:1120px){.hero-premium-shell-v4 .hero-campus-stage{grid-template-columns:minmax(0,1fr) !important;text-align:center !important}.hero-premium-shell-v4 .hero-campus-actions,.hero-premium-shell-v4 .hero-actions{justify-content:center !important}.container.site-utility-row.site-utility-row-compact,.site-utility-row.site-utility-row-compact{justify-content:center !important}}@media (max-width:720px){.polytech-alert-stack{left:14px;right:14px;top:14px;width:auto}.hero-premium-shell.hero-premium-shell-v4{padding-inline:12px !important;overflow:hidden !important}.hero-premium-shell-v4 .hero-campus-actions,.hero-premium-shell-v4 .hero-actions{display:grid !important;grid-template-columns:minmax(0,1fr) !important}.hero-premium-shell-v4 .hero-campus-actions>*,.hero-premium-shell-v4 .hero-actions>*,.hero-premium-shell-v4 .hero-campus-actions .btn,.hero-premium-shell-v4 .hero-actions .btn{width:100% !important;flex-basis:auto !important}.site-feedback-fab{right:12px;bottom:calc(86px + env(safe-area-inset-bottom,0px))}.site-feedback-fab__main strong{display:none}.site-feedback-fab__main{width:54px;height:54px;padding:0;justify-content:center}.site-feedback-fab__main span{background:transparent}.site-feedback-fab__wa{font-size:12px;padding:7px 10px}.site-utility-row-compact .site-utility-text,.site-utility-row-compact .site-utility-links,.site-utility-row-compact .site-language-switcher{flex:1 1 100% !important;justify-content:center !important}.admin-table{min-width:760px}}:root{--polytech-alert-offset-x:22px;--polytech-alert-offset-y:22px}.polytech-alert-stack{top:auto;left:auto;right:max(var(--polytech-alert-offset-x),env(safe-area-inset-right,0px));bottom:max(var(--polytech-alert-offset-y),env(safe-area-inset-bottom,0px));width:min(420px,calc(100vw - 28px))}.polytech-alert{border-radius:20px;border-color:rgba(15,23,42,.12);background:rgba(255,255,255,.985);box-shadow:0 24px 60px rgba(15,23,42,.2)}.polytech-alert__message{font-size:14.5px;font-weight:600}.site-utility-bar-compact{background:linear-gradient(90deg,#113f7e 0%,#164d94 100%);box-shadow:0 8px 24px rgba(17,63,126,.18)}.container.site-utility-row.site-utility-row-compact,.site-utility-row.site-utility-row-compact{justify-content:space-between !important;align-items:center !important;gap:12px 16px !important;padding-top:10px;padding-bottom:10px}.site-utility-row.site-utility-row-compact .site-utility-meta{display:flex;flex:1 1 320px;flex-wrap:wrap;align-items:center;gap:10px;min-width:0}.site-utility-row.site-utility-row-compact .site-utility-links{display:flex;flex:1 1 560px;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.site-utility-row.site-utility-row-compact .site-language-switcher{display:inline-flex !important;flex-wrap:wrap;gap:8px}.site-utility-row.site-utility-row-compact .site-utility-link,.site-utility-row.site-utility-row-compact .site-language-switcher a,.site-utility-row.site-utility-row-compact .site-accessibility-toggle{min-height:40px;padding:9px 14px;border-radius:999px;box-shadow:none}body.site-body.is-home .hero-premium.hero-premium-v4{margin-bottom:22px}body.site-body.is-home .hero-premium-shell.hero-premium-shell-v4{padding:clamp(18px,2.2vw,26px) !important;border-radius:36px;background:linear-gradient(180deg,rgba(248,251,255,.98) 0%,rgba(237,244,252,.98) 100%);box-shadow:0 18px 48px rgba(15,23,42,.08)}body.site-body.is-home .hero-premium-shell-v4::before,body.site-body.is-home .hero-premium-shell-v4::after{opacity:.35}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-frame{gap:clamp(18px,2.6vw,26px)}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-stage{grid-template-columns:minmax(180px,260px) minmax(0,1fr) !important;gap:clamp(20px,3vw,38px) !important;align-items:center !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-logo{width:clamp(148px,17vw,228px) !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-sign{margin-top:16px;padding:14px 18px;border-radius:18px;background:rgba(255,255,255,.9);border:1px solid rgba(17,55,138,.1);box-shadow:0 8px 22px rgba(15,23,42,.06)}body.site-body.is-home .hero-premium-shell-v4 h1,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-title{max-width:11ch;font-size:clamp(2.55rem,4.45vw,4.8rem) !important;line-height:.98 !important;letter-spacing:-.045em}body.site-body.is-home .hero-premium-shell-v4 p,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-text,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-lead{max-width:760px;font-size:clamp(1rem,1.4vw,1.28rem) !important;color:#48627f}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-actions{align-items:flex-start !important;gap:14px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--primary,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--secondary,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--ghost{box-shadow:0 10px 24px rgba(15,23,42,.08)}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--primary{min-width:min(100%,290px)}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action-group{display:flex;flex-wrap:wrap;gap:12px;flex:1 1 280px}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action-group>*{flex:1 1 200px}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-routeboard{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:14px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-route{min-height:100%;border-radius:22px;background:rgba(255,255,255,.92);border:1px solid rgba(17,55,138,.12);box-shadow:0 12px 28px rgba(15,23,42,.06)}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-route strong{font-size:15px}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-route span:last-child{color:#58708c}.site-feedback-fab{right:max(20px,env(safe-area-inset-right,0px));bottom:max(24px,env(safe-area-inset-bottom,0px));z-index:9400;gap:10px}.site-feedback-fab__main{min-height:54px;padding:12px 18px;border-radius:20px;background:linear-gradient(135deg,#ea7d22 0%,#1f56b8 100%);box-shadow:0 16px 34px rgba(15,23,42,.2) !important}.site-feedback-fab__main strong{font-size:16px;line-height:1.2}.site-feedback-fab__main span{width:32px;height:32px;font-size:15px}.site-feedback-fab__wa{border-radius:16px}.about-showcase{position:relative;padding-top:12px}body.site-body.route-about .about-showcase,body.site-body.route-about .about-story-block,body.site-body.route-about .about-directions-clean,body.site-body.route-about .about-cta-banner-clean{position:relative}body.site-body.route-about .about-showcase::before,body.site-body.route-about .about-story-block::before,body.site-body.route-about .about-directions-clean::before{content:'';position:absolute;inset:0;background-image:url('/public/assets/images/polytech-brand-wave.png');background-repeat:no-repeat;background-position:center top;background-size:cover;opacity:.06;pointer-events:none}.about-showcase__shell{position:relative;overflow:hidden;border:1px solid rgba(17,55,138,.1);border-radius:38px;padding:clamp(24px,3vw,34px);background:linear-gradient(180deg,rgba(246,250,255,.98) 0%,rgba(236,243,251,.98) 100%);box-shadow:0 18px 48px rgba(15,23,42,.08)}.about-showcase__shell::after{content:'';position:absolute;inset:auto -10% -18% auto;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(37,99,235,.08) 0%,rgba(37,99,235,0) 68%);pointer-events:none}.about-showcase__hero{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,360px);gap:clamp(22px,3vw,34px);align-items:stretch}.about-showcase__content,.about-showcase-card,.about-story-card,.about-directions-clean__grid article,.about-cta-banner-clean{backdrop-filter:none}.about-showcase__content{padding:clamp(22px,2.6vw,30px);border-radius:30px;background:rgba(255,255,255,.88);border:1px solid rgba(17,55,138,.1)}.about-showcase__eyebrow,.about-story-card__eyebrow{display:inline-flex;align-items:center;border-radius:999px;padding:7px 12px;color:#af6718;background:rgba(234,125,34,.1);border:1px solid rgba(234,125,34,.24);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.about-showcase__content h1{margin:18px 0 14px;max-width:12ch;font-size:clamp(2.6rem,4.6vw,5rem);line-height:.96;letter-spacing:-.05em;color:#0f377e}.about-showcase__lead{max-width:720px;margin:0;color:#4f6783;font-size:clamp(1rem,1.35vw,1.22rem);line-height:1.65}.about-showcase__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.about-showcase__actions .btn{min-height:52px;padding-inline:20px}.about-showcase__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-top:24px}.about-showcase__stats article{padding:18px 16px;border-radius:22px;background:rgba(240,246,253,.92);border:1px solid rgba(17,55,138,.1)}.about-showcase__stats strong{display:block;color:#0f377e;font-size:18px;font-weight:900}.about-showcase__stats span{display:block;margin-top:6px;color:#58708c;font-size:14px;line-height:1.5}.about-showcase__aside{display:flex}.about-showcase-card{width:100%;display:flex;flex-direction:column;justify-content:center;gap:16px;padding:28px 24px;border-radius:30px;background:rgba(255,255,255,.92);border:1px solid rgba(17,55,138,.1);box-shadow:0 14px 32px rgba(15,23,42,.07);text-align:center}.about-showcase-card__logo{display:grid;place-items:center}.about-showcase-card__logo img{width:min(180px,58%);max-width:180px;height:auto}.about-showcase-card__label{display:inline-flex;align-self:center;border-radius:999px;padding:7px 12px;background:rgba(234,125,34,.1);color:#af6718;border:1px solid rgba(234,125,34,.24);font-size:12px;font-weight:800;text-transform:uppercase}.about-showcase-card strong{font-size:1.9rem;color:#0f377e;letter-spacing:-.03em}.about-showcase-card p{margin:0;color:#54708d;font-size:1rem;line-height:1.7}.about-showcase-card__tags{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.about-showcase-card__tags span{display:inline-flex;align-items:center;border-radius:999px;padding:8px 13px;background:#edf4fb;border:1px solid rgba(17,55,138,.1);color:#29578d;font-size:13px;font-weight:700}.about-story-block{padding-top:8px}.about-story-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.85fr);gap:22px}.about-story-grid__aside{display:grid;gap:22px}.about-story-card{position:relative;z-index:1;padding:28px;border-radius:28px;background:rgba(255,255,255,.92);border:1px solid rgba(17,55,138,.1);box-shadow:0 14px 34px rgba(15,23,42,.06)}.about-story-card--main h2{margin:18px 0 16px;font-size:clamp(1.9rem,2.7vw,2.7rem);line-height:1.08;color:#0f377e}.about-story-card__lead{color:#305884;font-size:1.08rem;font-weight:700}.about-story-card p:last-child{margin-bottom:0}.about-directions-clean__grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.about-directions-clean__grid article{padding:24px 22px;border-radius:24px;background:rgba(255,255,255,.92);border:1px solid rgba(17,55,138,.1);box-shadow:0 12px 30px rgba(15,23,42,.06)}.about-directions-clean__grid span{display:inline-flex;border-radius:999px;padding:7px 12px;background:#edf4fb;color:#0f377e;font-size:12px;font-weight:800;text-transform:uppercase}.about-directions-clean__grid h3{margin:16px 0 10px;font-size:1.18rem;line-height:1.35}.about-directions-clean__grid p{margin:0;color:#5a728d;line-height:1.65}.about-cta-banner-clean{border-radius:32px;border:1px solid rgba(17,55,138,.12);background:linear-gradient(135deg,rgba(12,42,105,.96),rgba(26,86,174,.96));box-shadow:0 18px 44px rgba(15,23,42,.12)}.about-cta-banner-clean .hero-actions{gap:12px}@media (max-width:1240px){body.site-body.is-home .hero-premium-shell-v4 .hero-campus-routeboard{grid-template-columns:repeat(2,minmax(0,1fr)) !important}.about-showcase__hero,.about-story-grid{grid-template-columns:minmax(0,1fr)}.about-showcase__stats,.about-directions-clean__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:980px){.container.site-utility-row.site-utility-row-compact,.site-utility-row.site-utility-row-compact{justify-content:center !important}.site-utility-row.site-utility-row-compact .site-utility-meta,.site-utility-row.site-utility-row-compact .site-utility-links{justify-content:center;text-align:center}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-stage{grid-template-columns:minmax(0,1fr) !important;text-align:center}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-sign,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-actions,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action-group{justify-content:center}body.site-body.is-home .hero-premium-shell-v4 h1,.about-showcase__content h1{max-width:none}}@media (max-width:720px){.polytech-alert-stack{left:14px;right:14px;bottom:calc(14px + env(safe-area-inset-bottom,0px));width:auto}body.site-body.is-home .hero-premium-shell.hero-premium-shell-v4{padding:16px !important;border-radius:28px}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-routeboard,.about-showcase__stats,.about-directions-clean__grid{grid-template-columns:minmax(0,1fr) !important}.site-feedback-fab{right:12px;bottom:calc(84px + env(safe-area-inset-bottom,0px))}.site-feedback-fab__main{width:auto;min-height:52px;padding:12px 15px;border-radius:18px}.site-feedback-fab__main strong{display:block;font-size:14px}.site-feedback-fab__wa{display:none}.about-showcase__shell,.about-showcase__content,.about-showcase-card,.about-story-card,.about-directions-clean__grid article,.about-cta-banner-clean{border-radius:24px}.about-showcase__content,.about-showcase-card,.about-story-card,.about-directions-clean__grid article{padding:20px 18px}.about-showcase__actions,.about-showcase__actions .btn,.about-cta-banner-clean .hero-actions,.about-cta-banner-clean .hero-actions .btn{width:100%}}body.site-body.is-home .hero-premium-shell.hero-premium-shell-v4{padding:clamp(16px,1.8vw,22px) !important;border-radius:30px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-frame{gap:clamp(14px,2vw,20px) !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-stage{grid-template-columns:minmax(170px,220px) minmax(0,1fr) !important;gap:clamp(18px,2.2vw,30px) !important;align-items:center !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem{width:clamp(150px,14vw,190px) !important;height:clamp(150px,14vw,190px) !important;border-radius:32px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem::before{inset:12px !important;border-radius:24px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem__core{width:clamp(118px,10vw,150px) !important;height:clamp(118px,10vw,150px) !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-sign{max-width:190px !important;margin-top:10px !important;padding:10px 14px !important;border-radius:16px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-sign span{font-size:11px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-sign strong{font-size:1.05rem !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content h1,body.site-body.is-home .hero-premium-shell-v4 h1,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-title{margin-top:0 !important;margin-bottom:0 !important;max-width:14ch !important;font-size:clamp(2.35rem,3.7vw,4.15rem) !important;line-height:1.02 !important;letter-spacing:-0.04em !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content p,body.site-body.is-home .hero-premium-shell-v4 p,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-text,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-lead{max-width:58ch !important;margin-top:14px !important;font-size:clamp(0.98rem,1.08vw,1.15rem) !important;line-height:1.55 !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-actions{grid-template-columns:minmax(220px,290px) minmax(0,1fr) !important;gap:12px !important;margin-top:18px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--primary{padding:16px 18px !important;border-radius:18px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--primary span{font-size:11px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--primary strong{font-size:1rem !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action-group{gap:12px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--secondary,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--ghost{min-height:64px !important;padding:14px 16px !important;border-radius:18px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-routeboard{grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:12px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-route{padding:15px !important;border-radius:18px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-route strong{font-size:14px !important;line-height:1.28 !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-route span:last-child{font-size:12px !important;line-height:1.45 !important}@media (max-width:1200px){body.site-body.is-home .hero-premium-shell-v4 .hero-campus-routeboard{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}@media (max-width:980px){body.site-body.is-home .hero-premium-shell-v4 .hero-campus-stage{grid-template-columns:minmax(0,1fr) !important;text-align:center !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem-col{justify-self:center !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content h1,body.site-body.is-home .hero-premium-shell-v4 h1,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-title{max-width:100% !important;margin-inline:auto !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content p,body.site-body.is-home .hero-premium-shell-v4 p,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-text,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-lead{margin-inline:auto !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-actions{grid-template-columns:minmax(0,1fr) !important}}@media (max-width:640px){body.site-body.is-home .hero-premium-shell.hero-premium-shell-v4{padding:14px !important;border-radius:24px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem{width:148px !important;height:148px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-sign{max-width:176px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content h1,body.site-body.is-home .hero-premium-shell-v4 h1,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-title{font-size:clamp(2rem,8vw,2.7rem) !important;line-height:1.04 !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-routeboard,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action-group{grid-template-columns:minmax(0,1fr) !important}}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-stage{position:relative !important;grid-template-columns:minmax(230px,285px) minmax(0,1fr) !important;gap:clamp(24px,3.4vw,46px) !important;align-items:center !important;padding:clamp(18px,2.1vw,28px) !important;border-radius:28px !important;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.96) 0%,rgba(255,255,255,0) 34%),linear-gradient(135deg,rgba(255,255,255,.62),rgba(232,244,255,.5));border:1px solid rgba(42,93,146,.12) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);overflow:hidden !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-stage::before{content:'';position:absolute;inset:18px auto auto 18px;width:132px;height:132px;border-radius:999px;background:radial-gradient(circle,rgba(14,91,174,.12),rgba(14,91,174,0) 70%);pointer-events:none}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem-col,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content{position:relative !important;z-index:1 !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem-col{align-self:center !important;justify-self:center !important;gap:14px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem{width:clamp(205px,16.5vw,245px) !important;height:clamp(205px,16.5vw,245px) !important;border-radius:46px !important;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(235,244,252,.9));border:1px solid rgba(48,99,151,.16) !important;box-shadow:0 22px 42px rgba(15,45,82,.13),inset 0 1px 0 rgba(255,255,255,.9) !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem::before{inset:14px !important;border-radius:36px !important;border-color:rgba(255,255,255,.86) !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem__core{width:clamp(158px,12.4vw,188px) !important;height:clamp(158px,12.4vw,188px) !important;padding:0 !important;animation:none !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem__halo{inset:34px !important;background:radial-gradient(circle,rgba(241,145,34,.18) 0%,rgba(241,145,34,0) 72%) !important;animation:none !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-sign{max-width:215px !important;margin-top:0 !important;padding:11px 16px !important;border-radius:16px !important;background:rgba(255,255,255,.92) !important;border:1px solid rgba(48,99,151,.12) !important;box-shadow:0 10px 22px rgba(15,45,82,.08) !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content{display:flex !important;flex-direction:column !important;justify-content:center !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content h1,body.site-body.is-home .hero-premium-shell-v4 h1,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-title{max-width:18ch !important;font-size:clamp(2.15rem,3.15vw,3.75rem) !important;line-height:1.07 !important;letter-spacing:-0.035em !important;color:#0f3564 !important;text-wrap:balance !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content p,body.site-body.is-home .hero-premium-shell-v4 p,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-text,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-lead{max-width:60ch !important;margin-top:16px !important;font-size:clamp(.98rem,1.02vw,1.1rem) !important;line-height:1.58 !important;color:#4d6684 !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-actions{grid-template-columns:minmax(215px,280px) minmax(260px,1fr) !important;gap:12px !important;margin-top:20px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--primary{padding:15px 18px !important;border-radius:18px !important;box-shadow:0 14px 28px rgba(241,145,34,.22) !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--secondary,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-action--ghost{min-height:58px !important;padding:13px 16px !important;border-radius:18px !important}@media (max-width:980px){body.site-body.is-home .hero-premium-shell-v4 .hero-campus-stage{grid-template-columns:minmax(0,1fr) !important;padding:18px !important;text-align:center !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content h1,body.site-body.is-home .hero-premium-shell-v4 h1,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-title{max-width:100% !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-actions{grid-template-columns:minmax(0,1fr) !important}}@media (max-width:640px){body.site-body.is-home .hero-premium-shell-v4 .hero-campus-stage{padding:14px !important;border-radius:22px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem{width:168px !important;height:168px !important;border-radius:34px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-emblem__core{width:132px !important;height:132px !important}body.site-body.is-home .hero-premium-shell-v4 .hero-campus-content h1,body.site-body.is-home .hero-premium-shell-v4 h1,body.site-body.is-home .hero-premium-shell-v4 .hero-campus-title{font-size:clamp(1.9rem,7.4vw,2.55rem) !important;line-height:1.08 !important}}.site-header-shell .site-utility-bar.site-utility-bar-compact{overflow:visible !important}.site-header-shell .site-utility-row.site-utility-row-compact{display:grid !important;grid-template-columns:minmax(280px,1fr) max-content !important;align-items:center !important;column-gap:clamp(14px,2vw,26px) !important;row-gap:8px !important;min-height:58px !important;padding-top:8px !important;padding-bottom:8px !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-meta{display:grid !important;grid-template-columns:max-content minmax(0,1fr) !important;align-items:center !important;gap:7px 10px !important;min-width:0 !important;max-width:100% !important;overflow:hidden !important}.site-header-shell .site-utility-row-compact .site-utility-badge{flex:0 0 auto !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-utility-text{min-width:0 !important;max-width:100% !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;line-height:1.25 !important}.site-header-shell .site-utility-row-compact .site-utility-links{display:flex !important;align-items:center !important;justify-content:flex-end !important;flex-wrap:nowrap !important;gap:8px !important;min-width:0 !important;max-width:100% !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-language-switcher,.site-header-shell .site-utility-row-compact .site-utility-link{flex:0 0 auto !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle{max-width:230px !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text]{display:inline-block !important;max-width:170px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-utility-link{min-height:32px !important;padding:7px 12px !important;line-height:1 !important}.site-header-shell .site-utility-row-compact .site-language-switcher{padding:3px !important}.site-header-shell .site-utility-row-compact .site-language-switcher__link{min-width:38px !important;min-height:30px !important;padding:0 9px !important}@media (max-width:1360px){.site-header-shell .site-utility-row.site-utility-row-compact{grid-template-columns:minmax(0,1fr) !important;justify-items:center !important;min-height:auto !important}.site-header-shell .site-utility-row-compact .site-utility-meta{grid-template-columns:max-content minmax(0,1fr) !important;width:100% !important;justify-content:center !important}.site-header-shell .site-utility-row-compact .site-utility-links{width:100% !important;justify-content:center !important;flex-wrap:wrap !important;overflow:visible !important}}@media (max-width:760px){.site-header-shell .site-utility-row.site-utility-row-compact{padding-top:10px !important;padding-bottom:10px !important}.site-header-shell .site-utility-row-compact .site-utility-meta{grid-template-columns:minmax(0,1fr) !important;justify-items:center !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-text{white-space:normal !important;text-overflow:clip !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-links{gap:7px !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle{max-width:100% !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text]{max-width:150px !important}.site-header-shell .site-utility-row-compact .site-utility-link{padding-inline:10px !important}}@media (max-width:460px){.site-header-shell .site-utility-row-compact .site-accessibility-toggle{width:100% !important;justify-content:center !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text]{max-width:none !important}.site-header-shell .site-utility-row-compact .site-language-switcher{order:2 !important}.site-header-shell .site-utility-row-compact .site-utility-link{flex:1 1 calc(50% - 8px) !important;justify-content:center !important;text-align:center !important}}.site-header-shell .site-utility-bar.site-utility-bar-compact{overflow:visible !important}.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact{width:min(100% - 28px,1480px) !important;max-width:min(100% - 28px,1480px) !important}.site-header-shell .site-utility-row.site-utility-row-compact{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:center !important;gap:8px 16px !important;min-height:auto !important;padding-top:9px !important;padding-bottom:9px !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-meta{display:flex !important;flex:1 1 430px !important;flex-wrap:wrap !important;align-items:center !important;justify-content:flex-start !important;gap:6px 10px !important;min-width:0 !important;max-width:100% !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-badge{flex:0 0 auto !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-utility-text{display:inline !important;flex:1 1 260px !important;min-width:min(260px,100%) !important;max-width:100% !important;overflow:visible !important;text-overflow:clip !important;white-space:normal !important;overflow-wrap:anywhere !important;line-height:1.28 !important}.site-header-shell .site-utility-row-compact .site-utility-links{display:flex !important;flex:0 1 auto !important;flex-wrap:wrap !important;align-items:center !important;justify-content:flex-end !important;gap:8px !important;min-width:0 !important;max-width:100% !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-language-switcher,.site-header-shell .site-utility-row-compact .site-utility-link{flex:0 0 auto !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle{max-width:none !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text]{display:inline !important;max-width:none !important;overflow:visible !important;text-overflow:clip !important;white-space:nowrap !important}@media (max-width:1280px){.site-header-shell .site-utility-row-compact .site-utility-meta{flex:1 1 100% !important;justify-content:center !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-text{flex:0 1 auto !important;min-width:0 !important}.site-header-shell .site-utility-row-compact .site-utility-links{flex:1 1 100% !important;justify-content:center !important}}@media (max-width:720px){.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact{width:min(100% - 20px,1480px) !important;max-width:min(100% - 20px,1480px) !important}.site-header-shell .site-utility-row.site-utility-row-compact{gap:8px !important;padding-top:10px !important;padding-bottom:10px !important}.site-header-shell .site-utility-row-compact .site-utility-meta{display:grid !important;grid-template-columns:minmax(0,1fr) !important;justify-items:center !important;gap:7px !important}.site-header-shell .site-utility-row-compact .site-utility-badge,.site-header-shell .site-utility-row-compact .site-utility-text{white-space:normal !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-links{justify-content:center !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle{white-space:normal !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text]{white-space:normal !important}}@media (max-width:460px){.site-header-shell .site-utility-row-compact .site-language-switcher{width:100% !important;justify-content:center !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-utility-link{flex:1 1 100% !important;justify-content:center !important;text-align:center !important}}@media (max-width:640px){.site-header-shell .site-utility-bar.site-utility-bar-compact{background:radial-gradient(circle at 18% 0%,rgba(255,255,255,.12),transparent 34%),linear-gradient(180deg,#0e467d 0%,#0b3a6a 100%) !important;border-bottom:1px solid rgba(255,255,255,.12) !important}.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact{width:min(100% - 18px,1480px) !important;max-width:min(100% - 18px,1480px) !important}.site-header-shell .site-utility-row.site-utility-row-compact{display:grid !important;grid-template-columns:minmax(0,1fr) !important;justify-items:stretch !important;gap:9px !important;padding-top:10px !important;padding-bottom:10px !important}.site-header-shell .site-utility-row-compact .site-utility-meta{display:grid !important;grid-template-columns:minmax(0,1fr) !important;justify-items:center !important;gap:7px !important;width:100% !important;padding:0 !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-badge{max-width:100% !important;min-height:30px !important;padding:7px 12px !important;border-radius:999px !important;background:rgba(255,255,255,.12) !important;border-color:rgba(255,255,255,.24) !important;color:#ffffff !important;font-size:10px !important;line-height:1.15 !important;letter-spacing:.06em !important;white-space:normal !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-text{width:100% !important;min-width:0 !important;max-width:360px !important;color:rgba(255,255,255,.86) !important;font-size:11px !important;line-height:1.32 !important;white-space:normal !important;overflow-wrap:break-word !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-links{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;align-items:stretch !important;justify-content:stretch !important;gap:7px !important;width:100% !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-utility-link{width:100% !important;min-width:0 !important;min-height:38px !important;padding:9px 10px !important;border-radius:14px !important;justify-content:center !important;text-align:center !important;white-space:normal !important;line-height:1.16 !important;font-size:11px !important;box-shadow:none !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle{grid-column:1 / -1 !important;display:inline-flex !important;gap:8px !important;background:rgba(255,255,255,.12) !important;border:1px solid rgba(255,255,255,.22) !important;color:#ffffff !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle__mark{flex:0 0 auto !important;width:28px !important;height:28px !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text]{white-space:normal !important;max-width:none !important;overflow:visible !important;text-overflow:clip !important}.site-header-shell .site-utility-row-compact .site-language-switcher{grid-column:1 / -1 !important;display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:6px !important;width:100% !important;padding:5px !important;border-radius:15px !important;background:rgba(255,255,255,.1) !important;border:1px solid rgba(255,255,255,.2) !important}.site-header-shell .site-utility-row-compact .site-language-switcher__link{width:100% !important;min-width:0 !important;min-height:34px !important;padding:0 8px !important;border-radius:11px !important;font-size:11px !important}.site-header-shell .site-utility-row-compact .site-utility-link{display:inline-flex !important;background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.18) !important;color:#ffffff !important}.site-header-shell .site-utility-row-compact .site-utility-link:hover,.site-header-shell .site-utility-row-compact .site-utility-link:focus-visible{background:rgba(255,255,255,.16) !important;color:#ffffff !important}.site-header-shell .site-utility-row-compact .site-utility-link span{min-width:0 !important;overflow-wrap:break-word !important}.site-header-shell .site-utility-row-compact .site-utility-link--admission,.site-header-shell .site-utility-row-compact .site-utility-link[href*="admission"],.site-header-shell .site-utility-row-compact .site-utility-link[href*="abitur"]{background:rgba(255,255,255,.13) !important}.site-header-shell .site-utility-row-compact .site-utility-link.site-utility-link--forum,.site-header-shell .site-utility-row-compact .site-utility-link[href*="forum"]{background:rgba(241,145,34,.18) !important;border-color:rgba(241,145,34,.46) !important}.site-header-shell .site-utility-row-compact .site-external-mark{flex:0 0 auto !important;margin-left:4px !important}}@media (max-width:380px){.site-header-shell .site-utility-row-compact .site-utility-links{grid-template-columns:minmax(0,1fr) !important}.site-header-shell .site-utility-row-compact .site-utility-link{min-height:36px !important}}.site-feedback-fab{position:fixed !important;right:max(22px,env(safe-area-inset-right,0px)) !important;bottom:max(112px,calc(96px + env(safe-area-inset-bottom,0px))) !important;z-index:9300 !important;display:grid !important;gap:10px !important;justify-items:end !important;pointer-events:none !important}.site-feedback-fab>*{pointer-events:auto !important}.site-feedback-fab__main{position:relative !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:11px !important;min-height:56px !important;padding:12px 20px 12px 14px !important;border-radius:22px !important;color:#ffffff !important;text-decoration:none !important;background:radial-gradient(circle at 20% 15%,rgba(255,255,255,.24),transparent 34%),linear-gradient(135deg,#f18b2a 0%,#315fc7 100%) !important;border:1px solid rgba(255,255,255,.36) !important;box-shadow:0 18px 36px rgba(15,35,72,.24),0 8px 18px rgba(241,139,42,.16) !important;overflow:hidden !important;transform:translateZ(0)}.site-feedback-fab__main::before{content:'';position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0));pointer-events:none}.site-feedback-fab__main:hover,.site-feedback-fab__main:focus-visible{color:#ffffff !important;transform:translateY(-2px) translateZ(0) !important;box-shadow:0 22px 44px rgba(15,35,72,.28),0 10px 22px rgba(241,139,42,.2) !important}.site-feedback-fab__main span{position:relative !important;z-index:1 !important;display:grid !important;place-items:center !important;width:34px !important;height:34px !important;flex:0 0 34px !important;border-radius:14px !important;background:rgba(255,255,255,.2) !important;border:1px solid rgba(255,255,255,.22) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.22) !important}.site-feedback-fab__main strong{position:relative !important;z-index:1 !important;font-size:15px !important;font-weight:850 !important;line-height:1.15 !important;letter-spacing:-.01em !important;white-space:nowrap !important}.site-feedback-fab__wa{display:none !important}.virtual-assistant-widget ~ .site-feedback-fab,.ai-assistant-widget ~ .site-feedback-fab,.chat-assistant-widget ~ .site-feedback-fab{bottom:max(128px,calc(112px + env(safe-area-inset-bottom,0px))) !important}@media (max-width:900px){.site-feedback-fab{right:max(16px,env(safe-area-inset-right,0px)) !important;bottom:max(104px,calc(92px + env(safe-area-inset-bottom,0px))) !important}.site-feedback-fab__main{min-height:52px !important;padding:10px 16px 10px 12px !important;border-radius:20px !important}.site-feedback-fab__main span{width:32px !important;height:32px !important;flex-basis:32px !important;border-radius:13px !important}.site-feedback-fab__main strong{font-size:14px !important}}@media (max-width:640px){.site-feedback-fab{right:max(12px,env(safe-area-inset-right,0px)) !important;bottom:max(96px,calc(84px + env(safe-area-inset-bottom,0px))) !important}.site-feedback-fab__main{min-width:52px !important;min-height:52px !important;width:52px !important;height:52px !important;padding:0 !important;border-radius:18px !important}.site-feedback-fab__main span{width:34px !important;height:34px !important;flex-basis:34px !important;border-radius:14px !important;background:rgba(255,255,255,.18) !important}.site-feedback-fab__main strong{display:none !important}}@media (max-width:380px){.site-feedback-fab{right:10px !important;bottom:max(92px,calc(80px + env(safe-area-inset-bottom,0px))) !important}.site-feedback-fab__main{width:48px !important;height:48px !important;min-width:48px !important;min-height:48px !important}}.site-header-shell .site-utility-row-compact .site-utility-feedback-link{position:relative !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;min-height:34px !important;padding:7px 14px 7px 9px !important;border-radius:999px !important;color:#ffffff !important;text-decoration:none !important;font-size:12px !important;font-weight:850 !important;line-height:1 !important;white-space:nowrap !important;background:radial-gradient(circle at 16% 12%,rgba(255,255,255,.34),transparent 28%),linear-gradient(135deg,#f19122 0%,#e87d1c 42%,#2459b8 100%) !important;border:1px solid rgba(255,255,255,.38) !important;box-shadow:0 10px 22px rgba(6,27,57,.2),inset 0 1px 0 rgba(255,255,255,.28) !important;overflow:hidden !important;isolation:isolate !important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link::before{content:'' !important;position:absolute !important;inset:1px !important;border-radius:inherit !important;background:linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0)) !important;pointer-events:none !important;z-index:-1 !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link:hover,.site-header-shell .site-utility-row-compact .site-utility-feedback-link:focus-visible{color:#ffffff !important;transform:translateY(-1px) !important;filter:saturate(1.08) !important;box-shadow:0 14px 28px rgba(6,27,57,.26),0 6px 16px rgba(241,145,34,.22),inset 0 1px 0 rgba(255,255,255,.32) !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link__icon{display:grid !important;place-items:center !important;width:24px !important;height:24px !important;flex:0 0 24px !important;border-radius:999px !important;background:rgba(255,255,255,.18) !important;border:1px solid rgba(255,255,255,.22) !important;font-size:12px !important;line-height:1 !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link__text{min-width:0 !important;overflow-wrap:break-word !important}.site-feedback-fab{display:none !important}@media (max-width:1280px){.site-header-shell .site-utility-row-compact .site-utility-feedback-link{order:-1 !important}}@media (max-width:640px){.site-header-shell .site-utility-row-compact .site-utility-feedback-link{grid-column:1 / -1 !important;width:100% !important;min-height:42px !important;padding:9px 12px !important;border-radius:15px !important;font-size:12px !important;white-space:normal !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link__icon{width:28px !important;height:28px !important;flex-basis:28px !important;font-size:13px !important}}@media (max-width:380px){.site-header-shell .site-utility-row-compact .site-utility-feedback-link{min-height:40px !important}}body:not(.route-feedback) .site-utility-feedback-link{position:fixed !important;top:max(92px,calc(84px + env(safe-area-inset-top,0px))) !important;right:max(22px,env(safe-area-inset-right,0px)) !important;z-index:9450 !important;min-height:54px !important;padding:10px 18px 10px 11px !important;border-radius:999px !important;color:#ffffff !important;background:radial-gradient(circle at 18% 18%,rgba(255,255,255,.38),rgba(255,255,255,0) 32%),linear-gradient(135deg,#f19122 0%,#f3a13a 38%,#1f5bbd 100%) !important;border:1px solid rgba(255,255,255,.45) !important;box-shadow:0 20px 42px rgba(10,31,76,.22),0 8px 18px rgba(241,145,34,.18),inset 0 1px 0 rgba(255,255,255,.35) !important;backdrop-filter:blur(10px) !important;transform:translateZ(0) !important}body:not(.route-feedback) .site-utility-feedback-link::after{content:'' !important;position:absolute !important;inset:-4px !important;z-index:-2 !important;border-radius:inherit !important;background:linear-gradient(135deg,rgba(241,145,34,.24),rgba(31,91,189,.2)) !important;filter:blur(12px) !important;opacity:.8 !important;pointer-events:none !important}body:not(.route-feedback) .site-utility-feedback-link__icon{width:34px !important;height:34px !important;flex-basis:34px !important;border-radius:999px !important;background:rgba(255,255,255,.24) !important;border:1px solid rgba(255,255,255,.28) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.24) !important}body:not(.route-feedback) .site-utility-feedback-link__text{font-size:14px !important;font-weight:850 !important;letter-spacing:-.01em !important}body:not(.route-feedback) .site-utility-feedback-link:hover,body:not(.route-feedback) .site-utility-feedback-link:focus-visible{transform:translateY(-2px) translateZ(0) !important;box-shadow:0 24px 48px rgba(10,31,76,.28),0 10px 24px rgba(241,145,34,.22),inset 0 1px 0 rgba(255,255,255,.38) !important}.site-header-shell .site-utility-row-compact .site-utility-links{padding-right:0 !important}@media (max-width:900px){body:not(.route-feedback) .site-utility-feedback-link{top:auto !important;right:max(14px,env(safe-area-inset-right,0px)) !important;bottom:max(94px,calc(82px + env(safe-area-inset-bottom,0px))) !important;min-height:50px !important;padding:9px 15px 9px 10px !important;border-radius:18px !important}body:not(.route-feedback) .site-utility-feedback-link__icon{width:31px !important;height:31px !important;flex-basis:31px !important}body:not(.route-feedback) .site-utility-feedback-link__text{font-size:13px !important}}@media (max-width:640px){body:not(.route-feedback) .site-utility-feedback-link{width:auto !important;min-width:52px !important;min-height:52px !important;height:52px !important;padding:0 13px 0 9px !important;border-radius:18px !important;gap:8px !important}body:not(.route-feedback) .site-utility-feedback-link__icon{width:34px !important;height:34px !important;flex-basis:34px !important}body:not(.route-feedback) .site-utility-feedback-link__text{max-width:92px !important;font-size:12px !important;line-height:1.05 !important;white-space:normal !important;text-align:left !important}}@media (max-width:420px){body:not(.route-feedback) .site-utility-feedback-link{width:52px !important;padding:0 !important;justify-content:center !important}body:not(.route-feedback) .site-utility-feedback-link__text{display:none !important}}body:not(.route-feedback) .site-utility-feedback-link{position:relative !important;top:auto !important;right:auto !important;bottom:auto !important;z-index:1 !important;transform:none !important;backdrop-filter:none !important}body:not(.route-feedback) .site-utility-feedback-link::after{display:none !important}.site-header-shell .site-utility-row.site-utility-row-compact{display:grid !important;grid-template-columns:minmax(360px,1fr) auto !important;align-items:center !important;justify-content:initial !important;gap:10px 18px !important;min-height:50px !important;padding-top:7px !important;padding-bottom:7px !important}.site-header-shell .site-utility-row-compact .site-utility-meta{display:flex !important;flex:initial !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;min-width:0 !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-text{flex:0 1 auto !important;min-width:0 !important;max-width:none !important;overflow:visible !important;text-overflow:clip !important;white-space:normal !important;overflow-wrap:break-word !important;line-height:1.25 !important}.site-header-shell .site-utility-row-compact .site-utility-links{display:flex !important;flex:initial !important;flex-wrap:wrap !important;align-items:center !important;justify-content:flex-end !important;gap:8px !important;width:auto !important;min-width:0 !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link{order:10 !important;position:relative !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:8px !important;width:auto !important;min-width:0 !important;min-height:36px !important;height:auto !important;padding:7px 14px 7px 9px !important;border-radius:999px !important;color:#ffffff !important;text-decoration:none !important;font-size:12px !important;font-weight:850 !important;line-height:1 !important;white-space:nowrap !important;text-align:center !important;background:radial-gradient(circle at 18% 15%,rgba(255,255,255,.34),transparent 30%),linear-gradient(135deg,#f19122 0%,#ee8a24 42%,#255fbe 100%) !important;border:1px solid rgba(255,255,255,.36) !important;box-shadow:0 10px 22px rgba(6,27,57,.18),inset 0 1px 0 rgba(255,255,255,.28) !important;overflow:hidden !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link:hover,.site-header-shell .site-utility-row-compact .site-utility-feedback-link:focus-visible{color:#ffffff !important;transform:translateY(-1px) !important;box-shadow:0 14px 28px rgba(6,27,57,.24),0 6px 16px rgba(241,145,34,.2),inset 0 1px 0 rgba(255,255,255,.32) !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link__icon{display:grid !important;place-items:center !important;width:24px !important;height:24px !important;flex:0 0 24px !important;border-radius:999px !important;background:rgba(255,255,255,.2) !important;border:1px solid rgba(255,255,255,.24) !important;font-size:12px !important;line-height:1 !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link__text{display:inline !important;max-width:none !important;font-size:12px !important;line-height:1 !important;white-space:nowrap !important}@media (max-width:1280px){.site-header-shell .site-utility-row.site-utility-row-compact{grid-template-columns:minmax(0,1fr) !important;justify-items:center !important;gap:8px !important;min-height:auto !important}.site-header-shell .site-utility-row-compact .site-utility-meta{justify-content:center !important;flex-wrap:wrap !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-links{justify-content:center !important;width:100% !important}}@media (max-width:640px){.site-header-shell .site-utility-row.site-utility-row-compact{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:9px !important;padding-top:10px !important;padding-bottom:10px !important}.site-header-shell .site-utility-row-compact .site-utility-links{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important;width:100% !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link{grid-column:1 / -1 !important;width:100% !important;min-height:42px !important;padding:9px 12px !important;border-radius:15px !important;white-space:normal !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link__icon{width:28px !important;height:28px !important;flex-basis:28px !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link__text{white-space:normal !important;line-height:1.15 !important}}@media (max-width:380px){.site-header-shell .site-utility-row-compact .site-utility-links{grid-template-columns:minmax(0,1fr) !important}}.site-header-shell .site-utility-bar.site-utility-bar-compact{position:relative !important;overflow:visible !important;background:radial-gradient(circle at 6% 0%,rgba(255,255,255,.14),transparent 28%),linear-gradient(135deg,#0b3769 0%,#0f4f86 48%,#103d73 100%) !important;border-bottom:1px solid rgba(255,255,255,.12) !important;box-shadow:inset 0 -1px 0 rgba(255,255,255,.08) !important}.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,.site-header-shell .site-utility-row.site-utility-row-compact{width:min(100% - 32px,1480px) !important;max-width:min(100% - 32px,1480px) !important;display:grid !important;grid-template-columns:minmax(300px,1fr) auto !important;align-items:center !important;justify-content:initial !important;gap:10px 18px !important;min-height:54px !important;padding-top:8px !important;padding-bottom:8px !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-meta{display:flex !important;flex:initial !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-start !important;gap:10px !important;min-width:0 !important;max-width:100% !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-badge{display:inline-flex !important;align-items:center !important;gap:7px !important;min-height:32px !important;padding:7px 12px !important;border-radius:999px !important;color:#ffffff !important;background:rgba(255,255,255,.12) !important;border:1px solid rgba(255,255,255,.22) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.16) !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.07em !important;line-height:1.1 !important;text-transform:uppercase !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-utility-badge::before{content:'' !important;width:7px !important;height:7px !important;flex:0 0 7px !important;border-radius:999px !important;background:#8ee8b4 !important;box-shadow:0 0 0 4px rgba(142,232,180,.16) !important}.site-header-shell .site-utility-row-compact .site-utility-text{flex:1 1 auto !important;min-width:0 !important;max-width:780px !important;overflow:visible !important;color:rgba(255,255,255,.86) !important;font-size:12px !important;font-weight:700 !important;line-height:1.35 !important;white-space:normal !important;text-overflow:clip !important;overflow-wrap:anywhere !important}.site-header-shell .site-utility-row-compact .site-utility-links{display:flex !important;flex:initial !important;flex-wrap:nowrap !important;align-items:center !important;justify-content:flex-end !important;gap:7px !important;width:auto !important;min-width:0 !important;max-width:100% !important;padding-right:0 !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-feedback-link{display:none !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-utility-link{display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important;min-height:34px !important;max-width:none !important;padding:7px 11px !important;border-radius:999px !important;color:rgba(255,255,255,.9) !important;background:rgba(255,255,255,.09) !important;border:1px solid rgba(255,255,255,.16) !important;box-shadow:none !important;font-size:12px !important;font-weight:800 !important;line-height:1.1 !important;text-align:center !important;text-decoration:none !important;white-space:nowrap !important;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle:hover,.site-header-shell .site-utility-row-compact .site-accessibility-toggle:focus-visible,.site-header-shell .site-utility-row-compact .site-utility-link:hover,.site-header-shell .site-utility-row-compact .site-utility-link:focus-visible{color:#ffffff !important;background:rgba(255,255,255,.16) !important;border-color:rgba(255,255,255,.3) !important;transform:translateY(-1px) !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle__mark{flex:0 0 auto !important;width:25px !important;height:25px !important;margin-right:7px !important;border-radius:999px !important;color:#0b3769 !important;background:#ffffff !important;font-size:12px !important;font-weight:900 !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text]{display:inline !important;max-width:none !important;overflow:visible !important;color:inherit !important;text-overflow:clip !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-language-switcher{display:inline-flex !important;align-items:center !important;flex:0 0 auto !important;gap:3px !important;min-height:34px !important;padding:3px !important;border-radius:999px !important;background:rgba(255,255,255,.1) !important;border:1px solid rgba(255,255,255,.18) !important;box-shadow:none !important}.site-header-shell .site-utility-row-compact .site-language-switcher__link,.site-header-shell .site-utility-row-compact .site-language-switcher a{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:35px !important;min-height:28px !important;padding:0 9px !important;border-radius:999px !important;color:rgba(255,255,255,.82) !important;background:transparent !important;border:0 !important;font-size:11px !important;font-weight:900 !important;line-height:1 !important;text-decoration:none !important}.site-header-shell .site-utility-row-compact .site-language-switcher__link.is-active,.site-header-shell .site-utility-row-compact .site-language-switcher a.is-active,.site-header-shell .site-utility-row-compact .site-language-switcher a[aria-current="true"]{color:#0b3769 !important;background:#ffffff !important;box-shadow:0 8px 16px rgba(8,29,61,.16) !important}.site-header-shell .site-utility-row-compact .site-utility-link-forum,.site-header-shell .site-utility-row-compact .site-utility-link[href*="forum"]{color:#fff7e8 !important;background:rgba(241,145,34,.18) !important;border-color:rgba(241,145,34,.42) !important}.site-header-shell .site-utility-row-compact .site-external-mark{flex:0 0 auto !important;margin-left:4px !important;color:inherit !important}@media (max-width:1320px){.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,.site-header-shell .site-utility-row.site-utility-row-compact{grid-template-columns:minmax(0,1fr) !important;justify-items:center !important;gap:9px !important;min-height:auto !important}.site-header-shell .site-utility-row-compact .site-utility-meta{justify-content:center !important;flex-wrap:wrap !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-text{max-width:980px !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-links{justify-content:center !important;flex-wrap:wrap !important;width:100% !important}}@media (max-width:720px){.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,.site-header-shell .site-utility-row.site-utility-row-compact{width:min(100% - 20px,1480px) !important;max-width:min(100% - 20px,1480px) !important;display:grid !important;grid-template-columns:minmax(0,1fr) !important;justify-items:stretch !important;gap:10px !important;padding-top:10px !important;padding-bottom:10px !important}.site-header-shell .site-utility-row-compact .site-utility-meta{display:grid !important;grid-template-columns:minmax(0,1fr) !important;justify-items:center !important;gap:7px !important;width:100% !important;padding:10px 12px !important;border-radius:18px !important;text-align:center !important;background:rgba(255,255,255,.09) !important;border:1px solid rgba(255,255,255,.16) !important}.site-header-shell .site-utility-row-compact .site-utility-badge{min-height:28px !important;padding:6px 10px !important;font-size:10px !important;white-space:normal !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-text{max-width:390px !important;font-size:11px !important;line-height:1.35 !important;text-align:center !important;white-space:normal !important}.site-header-shell .site-utility-row-compact .site-utility-links{display:flex !important;flex-wrap:nowrap !important;align-items:stretch !important;justify-content:flex-start !important;gap:7px !important;width:100% !important;max-width:100% !important;padding:0 1px 3px !important;overflow-x:auto !important;overflow-y:hidden !important;-webkit-overflow-scrolling:touch !important;scroll-snap-type:x proximity !important;scrollbar-width:none !important}.site-header-shell .site-utility-row-compact .site-utility-links::-webkit-scrollbar{display:none !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-language-switcher,.site-header-shell .site-utility-row-compact .site-utility-link{flex:0 0 auto !important;scroll-snap-align:start !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-utility-link{min-height:40px !important;padding:9px 12px !important;border-radius:15px !important;font-size:11px !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text]{max-width:150px !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important}.site-header-shell .site-utility-row-compact .site-language-switcher{min-height:40px !important;border-radius:15px !important}.site-header-shell .site-utility-row-compact .site-language-switcher__link,.site-header-shell .site-utility-row-compact .site-language-switcher a{min-height:32px !important}}@media (max-width:380px){.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,.site-header-shell .site-utility-row.site-utility-row-compact{width:min(100% - 16px,1480px) !important;max-width:min(100% - 16px,1480px) !important}.site-header-shell .site-utility-row-compact .site-utility-meta{padding:9px 10px !important;border-radius:16px !important}.site-header-shell .site-utility-row-compact .site-utility-text{font-size:10.5px !important}}body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197{position:fixed !important;left:max(22px,env(safe-area-inset-left,0px)) !important;right:auto !important;top:auto !important;bottom:max(22px,env(safe-area-inset-bottom,0px)) !important;z-index:1490 !important;display:grid !important;justify-items:start !important;gap:8px !important;pointer-events:none !important}body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197>*{pointer-events:auto !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__wa{position:relative !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;text-decoration:none !important;-webkit-tap-highlight-color:transparent !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main{gap:10px !important;min-height:54px !important;padding:10px 18px 10px 10px !important;border-radius:20px !important;color:#ffffff !important;background:radial-gradient(circle at 18% 15%,rgba(255,255,255,.34),transparent 32%),linear-gradient(135deg,#f19122 0%,#ee8a24 42%,#245fbe 100%) !important;border:1px solid rgba(255,255,255,.38) !important;box-shadow:0 20px 42px rgba(10,31,76,.24),0 8px 18px rgba(241,145,34,.18),inset 0 1px 0 rgba(255,255,255,.28) !important;overflow:hidden !important;transform:translateZ(0) !important;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main::before{content:'' !important;position:absolute !important;inset:1px !important;border-radius:inherit !important;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,0)) !important;pointer-events:none !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main:hover,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main:focus-visible{color:#ffffff !important;transform:translateY(-2px) translateZ(0) !important;filter:saturate(1.06) !important;box-shadow:0 24px 48px rgba(10,31,76,.3),0 10px 24px rgba(241,145,34,.22),inset 0 1px 0 rgba(255,255,255,.34) !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__icon,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main span{position:relative !important;z-index:1 !important;display:grid !important;place-items:center !important;width:34px !important;height:34px !important;flex:0 0 34px !important;border-radius:14px !important;background:rgba(255,255,255,.22) !important;border:1px solid rgba(255,255,255,.26) !important;color:#ffffff !important;font-size:15px !important;line-height:1 !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main strong{position:relative !important;z-index:1 !important;color:inherit !important;font-size:14px !important;font-weight:900 !important;line-height:1.1 !important;letter-spacing:-.01em !important;white-space:nowrap !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__wa{min-height:34px !important;padding:7px 12px !important;border-radius:999px !important;color:#0f5f38 !important;background:rgba(255,255,255,.94) !important;border:1px solid rgba(32,164,92,.22) !important;box-shadow:0 12px 28px rgba(10,31,76,.12) !important;font-size:12px !important;font-weight:900 !important;line-height:1 !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__wa:hover,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__wa:focus-visible{color:#0b4f2e !important;transform:translateY(-1px) !important}@media (max-width:900px){body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197{left:max(12px,env(safe-area-inset-left,0px)) !important;bottom:calc(var(--mobile-bottom-nav-height,74px) + 16px + env(safe-area-inset-bottom,0px)) !important;z-index:1210 !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main{min-height:50px !important;padding:9px 14px 9px 9px !important;border-radius:18px !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__icon,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main span{width:32px !important;height:32px !important;flex-basis:32px !important;border-radius:13px !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main strong{font-size:13px !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__wa{display:none !important}}@media (max-width:420px){body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197{left:max(10px,env(safe-area-inset-left,0px)) !important;bottom:calc(var(--mobile-bottom-nav-height,68px) + 14px + env(safe-area-inset-bottom,0px)) !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main{width:50px !important;min-width:50px !important;height:50px !important;min-height:50px !important;padding:0 !important;border-radius:17px !important}body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main strong{display:none !important}}html.mobile-nav-open body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197,body.mobile-nav-open:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197{opacity:0 !important;transform:translateY(14px) !important;visibility:hidden !important;pointer-events:none !important}@media print{.site-feedback-fab.site-feedback-fab-v197{display:none !important}}.site-header-shell .site-utility-row-compact .site-utility-badge,.site-header-shell .site-utility-row-compact .site-utility-text,.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-accessibility-toggle [data-accessibility-toggle-text],.site-header-shell .site-utility-row-compact .site-utility-link,.site-header-shell .site-utility-row-compact .site-utility-link span{min-width:0 !important;max-width:100% !important;white-space:normal !important;word-break:normal !important;overflow-wrap:break-word !important;hyphens:auto !important}.site-header-shell .site-utility-row-compact .site-utility-meta,.site-header-shell .site-utility-row-compact .site-utility-links{min-width:0 !important}@media (max-width:1500px){.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,.site-header-shell .site-utility-row.site-utility-row-compact{display:grid !important;grid-template-columns:minmax(0,1fr) !important;justify-items:stretch !important;gap:10px !important}.site-header-shell .site-utility-row-compact .site-utility-meta,.site-header-shell .site-utility-row-compact .site-utility-links{width:100% !important;max-width:100% !important}.site-header-shell .site-utility-row-compact .site-utility-meta,.site-header-shell .site-utility-row-compact .site-utility-links{display:flex !important;flex-wrap:wrap !important;align-items:center !important;justify-content:center !important;gap:8px !important;overflow:visible !important}.site-header-shell .site-utility-row-compact .site-utility-text{flex:0 1 auto !important;max-width:min(100%,920px) !important;text-align:center !important}}@media (max-width:720px){.site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,.site-header-shell .site-utility-row.site-utility-row-compact{width:100% !important;max-width:100% !important;padding-left:12px !important;padding-right:12px !important}.site-header-shell .site-utility-row-compact .site-utility-meta{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:7px !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-utility-badge,.site-header-shell .site-utility-row-compact .site-utility-text{width:100% !important;justify-content:center !important;text-align:center !important;line-height:1.35 !important}.site-header-shell .site-utility-row-compact .site-utility-links{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;align-items:stretch !important;justify-content:stretch !important;gap:7px !important;width:100% !important;padding:0 !important;overflow:visible !important;scroll-snap-type:none !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-language-switcher,.site-header-shell .site-utility-row-compact .site-utility-link{width:100% !important;min-width:0 !important;justify-content:center !important;text-align:center !important}.site-header-shell .site-utility-row-compact .site-accessibility-toggle,.site-header-shell .site-utility-row-compact .site-language-switcher{grid-column:1 / -1 !important}.site-header-shell .site-utility-row-compact .site-language-switcher{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:4px !important}.site-header-shell .site-utility-row-compact .site-language-switcher__link,.site-header-shell .site-utility-row-compact .site-language-switcher a{width:100% !important;min-width:0 !important}}@media (max-width:520px){.site-header-shell .site-utility-row-compact .site-utility-links{grid-template-columns:minmax(0,1fr) !important}}.site-feedback-fab__wa,body:not(.route-feedback) .site-feedback-fab .site-feedback-fab__wa,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__wa,body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__wa{display:none !important}body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v198,body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197{position:fixed !important;left:max(22px,env(safe-area-inset-left,0px)) !important;right:auto !important;top:auto !important;bottom:max(22px,env(safe-area-inset-bottom,0px)) !important;z-index:1490 !important;display:grid !important;justify-items:start !important;gap:0 !important;pointer-events:none !important}body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v198>*,body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197>*{pointer-events:auto !important}body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__main,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main{position:relative !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;gap:10px !important;min-height:54px !important;padding:10px 18px 10px 10px !important;border-radius:20px !important;color:#ffffff !important;text-decoration:none !important;-webkit-tap-highlight-color:transparent !important;background:radial-gradient(circle at 18% 15%,rgba(255,255,255,.34),transparent 32%),linear-gradient(135deg,#f19122 0%,#ee8a24 42%,#245fbe 100%) !important;border:1px solid rgba(255,255,255,.38) !important;box-shadow:0 20px 42px rgba(10,31,76,.24),0 8px 18px rgba(241,145,34,.18),inset 0 1px 0 rgba(255,255,255,.28) !important;overflow:hidden !important;transform:translateZ(0) !important}body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__main:hover,body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__main:focus-visible,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main:hover,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main:focus-visible{color:#ffffff !important;transform:translateY(-2px) translateZ(0) !important;box-shadow:0 24px 48px rgba(10,31,76,.3),0 10px 24px rgba(241,145,34,.22),inset 0 1px 0 rgba(255,255,255,.34) !important}body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__icon,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__icon,body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__main span,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main span{position:relative !important;z-index:1 !important;display:grid !important;place-items:center !important;width:34px !important;height:34px !important;flex:0 0 34px !important;border-radius:14px !important;color:#ffffff !important;background:rgba(255,255,255,.22) !important;border:1px solid rgba(255,255,255,.26) !important;font-size:15px !important;line-height:1 !important}body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__main strong,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main strong{position:relative !important;z-index:1 !important;color:inherit !important;font-size:14px !important;font-weight:900 !important;line-height:1.1 !important;letter-spacing:-.01em !important;white-space:nowrap !important}html.accessibility-mode body.site-body,html.accessibility-mode body.site-body.route-home,html.accessibility-mode body.site-body.is-home,html.accessibility-mode body.site-body.route-home.is-home,html.accessibility-mode body.site-body.is-inner{background:var(--accessibility-bg) !important;background-image:none !important;color:var(--accessibility-text) !important}html.accessibility-mode body.site-body::before,html.accessibility-mode body.site-body::after,html.accessibility-mode body.site-body.is-home::before,html.accessibility-mode body.site-body.is-home::after,html.accessibility-mode body.site-body.is-inner::before,html.accessibility-mode body.site-body.is-inner::after,html.accessibility-mode body.site-body .hero::before,html.accessibility-mode body.site-body .hero::after,html.accessibility-mode body.site-body .page-hero::before,html.accessibility-mode body.site-body .page-hero::after,html.accessibility-mode body.site-body .site-header-shell::before,html.accessibility-mode body.site-body .site-header-shell::after,html.accessibility-mode body.site-body .site-utility-bar::before,html.accessibility-mode body.site-body .site-utility-bar::after,html.accessibility-mode body.site-body .site-header-nav::before,html.accessibility-mode body.site-body .site-header-nav::after,html.accessibility-mode body.site-body .site-nav-frame::before,html.accessibility-mode body.site-body .site-nav-frame::after{content:none !important;display:none !important;background:none !important;background-image:none !important}html.accessibility-mode body.site-body .site-header-shell{position:relative !important;top:auto !important;z-index:1200 !important;background:var(--accessibility-bg) !important;background-image:none !important;border-bottom:2px solid var(--accessibility-line) !important;box-shadow:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-utility-bar.site-utility-bar-compact{background:var(--accessibility-bg) !important;background-image:none !important;border-bottom:2px solid var(--accessibility-line) !important;box-shadow:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,html.accessibility-mode body.site-body .site-header-shell .site-utility-row.site-utility-row-compact{display:grid !important;grid-template-columns:minmax(0,1fr) !important;justify-items:stretch !important;align-items:start !important;width:min(100% - 32px,1480px) !important;max-width:min(100% - 32px,1480px) !important;min-height:auto !important;margin-left:auto !important;margin-right:auto !important;padding:12px 0 !important;gap:12px !important;background:var(--accessibility-bg) !important;background-image:none !important;color:var(--accessibility-text) !important;border:0 !important;box-shadow:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-meta{display:grid !important;grid-template-columns:max-content minmax(0,1fr) !important;align-items:stretch !important;justify-content:stretch !important;gap:10px !important;width:100% !important;min-width:0 !important;max-width:100% !important;padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-badge,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-text{display:flex !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;min-width:0 !important;max-width:100% !important;min-height:48px !important;padding:8px 14px !important;border-radius:0 !important;color:var(--accessibility-text) !important;background:var(--accessibility-soft) !important;border:2px solid var(--accessibility-line) !important;box-shadow:none !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;font-weight:700 !important;letter-spacing:normal !important;line-height:1.35 !important;text-align:left !important;text-transform:none !important;white-space:normal !important;word-break:normal !important;overflow-wrap:break-word !important;hyphens:auto !important;overflow:visible !important;text-overflow:clip !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-badge::before{content:none !important;display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-links{display:flex !important;flex-wrap:wrap !important;align-items:stretch !important;justify-content:flex-start !important;gap:10px !important;width:100% !important;max-width:100% !important;min-width:0 !important;padding:0 !important;background:transparent !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-accessibility-toggle,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-link,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher__link,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher a{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;max-width:100% !important;min-width:0 !important;min-height:50px !important;height:auto !important;padding:9px 14px !important;border-radius:0 !important;color:var(--accessibility-link) !important;background:var(--accessibility-soft) !important;background-image:none !important;border:2px solid var(--accessibility-line) !important;box-shadow:none !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;font-weight:700 !important;letter-spacing:normal !important;line-height:1.35 !important;text-align:center !important;text-decoration:underline !important;text-decoration-thickness:2px !important;text-underline-offset:4px !important;white-space:normal !important;word-break:normal !important;overflow-wrap:break-word !important;hyphens:auto !important;transform:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-accessibility-toggle__mark{display:inline-flex !important;align-items:center !important;justify-content:center !important;flex:0 0 auto !important;width:auto !important;height:auto !important;min-width:40px !important;min-height:40px !important;margin-right:8px !important;padding:4px 8px !important;border-radius:0 !important;color:var(--accessibility-text) !important;background:var(--accessibility-bg) !important;border:2px solid var(--accessibility-line) !important;font-size:var(--accessibility-base-size) !important;font-weight:900 !important;line-height:1.1 !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher{gap:6px !important;padding:4px !important;text-decoration:none !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher__link.is-active,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher a.is-active,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher a[aria-current="true"]{color:var(--accessibility-bg) !important;background:var(--accessibility-text) !important;border-color:var(--accessibility-line) !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16{padding:14px 0 !important;background:var(--accessibility-bg) !important;background-image:none !important;border-bottom:2px solid var(--accessibility-line) !important;box-shadow:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16>.container{width:min(100% - 32px,1480px) !important;max-width:min(100% - 32px,1480px) !important;margin-left:auto !important;margin-right:auto !important;padding-left:0 !important;padding-right:0 !important;background:transparent !important;box-shadow:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-frame.site-nav-frame-v17{display:block !important;width:100% !important;max-width:100% !important;min-height:auto !important;padding:12px !important;border-radius:0 !important;color:var(--accessibility-text) !important;background:var(--accessibility-bg) !important;background-image:none !important;border:2px solid var(--accessibility-line) !important;box-shadow:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-logo-only,html.accessibility-mode body.site-body .site-header-shell .site-nav-logo-only:hover,html.accessibility-mode body.site-body .site-header-shell .site-nav-logo-only:focus-visible{display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17{display:block !important;width:100% !important;min-width:0 !important;min-height:auto !important;margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important;color:var(--accessibility-text) !important;background:transparent !important;background-image:none !important;box-shadow:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle{display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav,html.accessibility-mode body.site-body .site-header-shell .site-nav-panel.site-nav-panel-v17{position:static !important;inset:auto !important;display:block !important;width:100% !important;max-width:none !important;min-width:0 !important;height:auto !important;max-height:none !important;margin:0 !important;padding:0 !important;color:var(--accessibility-text) !important;background:transparent !important;background-image:none !important;border:0 !important;border-radius:0 !important;box-shadow:none !important;overflow:visible !important;opacity:1 !important;visibility:visible !important;transform:none !important;pointer-events:auto !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head{display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-root{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr)) !important;align-items:stretch !important;justify-content:stretch !important;gap:10px !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;margin:0 !important;padding:0 !important;list-style:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item{position:static !important;display:block !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin:0 !important;padding:0 !important;list-style:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-entry{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;align-items:stretch !important;gap:8px !important;width:100% !important;min-width:0 !important;max-width:100% !important;margin:0 !important;padding:0 !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item:not(.has-children)>.site-nav-entry{grid-template-columns:minmax(0,1fr) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-label,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-label{display:flex !important;align-items:center !important;justify-content:center !important;width:100% !important;min-width:0 !important;max-width:100% !important;min-height:56px !important;height:auto !important;padding:10px 14px !important;border-radius:0 !important;color:var(--accessibility-link) !important;background:var(--accessibility-soft) !important;background-image:none !important;border:2px solid var(--accessibility-line) !important;box-shadow:none !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;font-weight:700 !important;line-height:1.35 !important;text-align:center !important;text-decoration:underline !important;text-decoration-thickness:2px !important;text-underline-offset:4px !important;white-space:normal !important;word-break:normal !important;overflow-wrap:break-word !important;hyphens:auto !important;transform:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-link>span,html.accessibility-mode body.site-body .site-header-shell .site-nav-label>span{display:inline !important;min-width:0 !important;max-width:100% !important;color:inherit !important;font-size:inherit !important;line-height:inherit !important;white-space:normal !important;word-break:normal !important;overflow-wrap:break-word !important;hyphens:auto !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-link:hover,html.accessibility-mode body.site-body .site-header-shell .site-nav-label:hover,html.accessibility-mode body.site-body .site-header-shell .site-nav-link:focus-visible,html.accessibility-mode body.site-body .site-header-shell .site-nav-label:focus-visible,html.accessibility-mode body.site-body .site-header-shell .site-nav-link.is-current,html.accessibility-mode body.site-body .site-header-shell .site-nav-item.is-current>.site-nav-entry>.site-nav-link{color:var(--accessibility-bg) !important;background:var(--accessibility-text) !important;border-color:var(--accessibility-line) !important;outline:3px solid var(--accessibility-accent) !important;outline-offset:2px !important;box-shadow:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret{position:static !important;display:grid !important;place-items:center !important;width:56px !important;min-width:56px !important;height:auto !important;min-height:56px !important;margin:0 !important;padding:0 !important;border:2px solid var(--accessibility-line) !important;border-radius:0 !important;color:var(--accessibility-text) !important;background:var(--accessibility-bg) !important;background-image:none !important;box-shadow:none !important;cursor:pointer !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret::before{content:'▼' !important;display:block !important;width:auto !important;height:auto !important;border:0 !important;color:currentColor !important;font-family:Arial,Helvetica,sans-serif !important;font-size:22px !important;font-weight:900 !important;line-height:1 !important;transform:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item[data-open="true"]>.site-nav-entry .site-nav-caret::before,html.accessibility-mode body.site-body .site-header-shell .site-nav-caret[aria-expanded="true"]::before{content:'▲' !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{position:static !important;inset:auto !important;display:none !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;max-height:none !important;margin:8px 0 0 !important;padding:8px 0 0 16px !important;list-style:none !important;border:0 !important;border-left:4px solid var(--accessibility-line) !important;border-radius:0 !important;background:transparent !important;background-image:none !important;box-shadow:none !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item[data-open="true"]>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-nav-item.has-children:hover>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-nav-item.has-children:focus-within>.site-nav-sub{display:grid !important;gap:8px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-label{min-height:52px !important;justify-content:flex-start !important;text-align:left !important;font-size:calc(var(--accessibility-base-size) - 1px) !important;background:var(--accessibility-bg) !important}html.accessibility-mode body.site-body .site-main,html.accessibility-mode body.site-body.is-home .site-main,html.accessibility-mode body.site-body .home-main-flow,html.accessibility-mode body.site-body .section,html.accessibility-mode body.site-body .section-alt,html.accessibility-mode body.site-body .hero,html.accessibility-mode body.site-body .page-hero{background:var(--accessibility-bg) !important;background-image:none !important;color:var(--accessibility-text) !important;border-color:var(--accessibility-line) !important;box-shadow:none !important}html.accessibility-mode body.site-body .site-feedback-fab.site-feedback-fab-v198,html.accessibility-mode body.site-body .site-feedback-fab.site-feedback-fab-v197{left:max(16px,env(safe-area-inset-left,0px)) !important;bottom:max(16px,env(safe-area-inset-bottom,0px)) !important;right:auto !important;width:auto !important;z-index:1180 !important}html.accessibility-mode body.site-body .site-feedback-fab-v198 .site-feedback-fab__main,html.accessibility-mode body.site-body .site-feedback-fab-v197 .site-feedback-fab__main{min-height:52px !important;padding:10px 16px !important;border-radius:0 !important;color:var(--accessibility-bg) !important;background:var(--accessibility-text) !important;background-image:none !important;border:3px solid var(--accessibility-line) !important;box-shadow:none !important;text-decoration:none !important}html.accessibility-mode body.site-body .site-feedback-fab-v198 .site-feedback-fab__main strong,html.accessibility-mode body.site-body .site-feedback-fab-v197 .site-feedback-fab__main strong,html.accessibility-mode body.site-body .site-feedback-fab-v198 .site-feedback-fab__icon,html.accessibility-mode body.site-body .site-feedback-fab-v197 .site-feedback-fab__icon{color:inherit !important;font-size:var(--accessibility-base-size) !important}html.accessibility-mode body.site-body .site-feedback-fab-v198 .site-feedback-fab__icon,html.accessibility-mode body.site-body .site-feedback-fab-v197 .site-feedback-fab__icon{width:38px !important;height:38px !important;border-radius:0 !important;background:transparent !important;border:2px solid currentColor !important}@media (max-width:900px){body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v198,body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197{left:max(12px,env(safe-area-inset-left,0px)) !important;bottom:calc(var(--mobile-bottom-nav-height,74px) + 16px + env(safe-area-inset-bottom,0px)) !important;z-index:1210 !important}body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__main,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main{min-height:50px !important;padding:9px 14px 9px 9px !important;border-radius:18px !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16{padding:10px 0 !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16>.container{width:min(100% - 20px,1480px) !important;max-width:min(100% - 20px,1480px) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-frame.site-nav-frame-v17{padding:8px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle{position:static !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important;width:100% !important;min-width:0 !important;min-height:58px !important;margin:0 !important;padding:12px 16px !important;border-radius:0 !important;color:var(--accessibility-text) !important;background:var(--accessibility-soft) !important;background-image:none !important;border:2px solid var(--accessibility-line) !important;box-shadow:none !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;font-weight:700 !important;line-height:1.25 !important;text-align:left !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle::after{content:'Меню сайта' !important;display:inline !important;color:inherit !important;font:inherit !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle.is-open::after{content:'Закрыть меню' !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span{position:relative !important;display:block !important;width:28px !important;min-width:28px !important;height:3px !important;border-radius:0 !important;background:var(--accessibility-text) !important;box-shadow:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::before,html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::after{content:'' !important;position:absolute !important;left:0 !important;width:28px !important;height:3px !important;background:var(--accessibility-text) !important;box-shadow:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::before{top:-9px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::after{top:9px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav:not(.is-open){display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav.is-open{display:block !important;margin-top:10px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav.is-open .site-nav-panel.site-nav-panel-v17{display:block !important;max-height:none !important;padding:12px !important;border:2px solid var(--accessibility-line) !important;overflow:visible !important;background:var(--accessibility-bg) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head{display:grid !important;gap:4px !important;margin:0 0 12px !important;padding:0 0 12px !important;border-bottom:2px solid var(--accessibility-line) !important;color:var(--accessibility-text) !important;font-family:Arial,Helvetica,sans-serif !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head strong,html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head span{color:inherit !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;line-height:1.35 !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-root{grid-template-columns:minmax(0,1fr) !important}}@media (max-width:760px){html.accessibility-mode body.site-body .site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,html.accessibility-mode body.site-body .site-header-shell .site-utility-row.site-utility-row-compact{width:min(100% - 20px,1480px) !important;max-width:min(100% - 20px,1480px) !important;padding-left:0 !important;padding-right:0 !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-meta,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-links{display:grid !important;grid-template-columns:minmax(0,1fr) !important;gap:8px !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-badge,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-text,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-accessibility-toggle,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-link{width:100% !important;justify-content:flex-start !important;text-align:left !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher{width:100% !important;display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher__link,html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher a{width:100% !important;min-width:0 !important;justify-content:center !important;text-align:center !important}html.accessibility-mode .accessibility-panel__inner,html.accessibility-mode .accessibility-panel__groups,html.accessibility-mode .accessibility-group,html.accessibility-mode .accessibility-panel__actions{display:grid !important;grid-template-columns:minmax(0,1fr) !important;width:100% !important;gap:10px !important;align-items:stretch !important}html.accessibility-mode .accessibility-group button,html.accessibility-mode .accessibility-panel__actions button{width:100% !important;min-width:0 !important;white-space:normal !important}html.accessibility-mode body.site-body .site-feedback-fab.site-feedback-fab-v198,html.accessibility-mode body.site-body .site-feedback-fab.site-feedback-fab-v197{left:12px !important;right:12px !important;bottom:calc(var(--mobile-bottom-nav-height,72px) + 12px + env(safe-area-inset-bottom,0px)) !important;width:auto !important}html.accessibility-mode body.site-body .site-feedback-fab-v198 .site-feedback-fab__main,html.accessibility-mode body.site-body .site-feedback-fab-v197 .site-feedback-fab__main{width:100% !important;max-width:none !important;justify-content:center !important;border-radius:0 !important}}@media (max-width:420px){body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v198,body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197{left:max(10px,env(safe-area-inset-left,0px)) !important;bottom:calc(var(--mobile-bottom-nav-height,68px) + 14px + env(safe-area-inset-bottom,0px)) !important}body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__main,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main{width:50px !important;min-width:50px !important;height:50px !important;min-height:50px !important;padding:0 !important;border-radius:17px !important}body:not(.route-feedback) .site-feedback-fab-v198 .site-feedback-fab__main strong,body:not(.route-feedback) .site-feedback-fab-v197 .site-feedback-fab__main strong{display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-entry{grid-template-columns:minmax(0,1fr) 52px !important;gap:6px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret{width:52px !important;min-width:52px !important}html.accessibility-mode body.site-body .site-feedback-fab-v198 .site-feedback-fab__main,html.accessibility-mode body.site-body .site-feedback-fab-v197 .site-feedback-fab__main{width:100% !important;min-width:0 !important;padding:10px 14px !important;border-radius:0 !important}html.accessibility-mode body.site-body .site-feedback-fab-v198 .site-feedback-fab__main strong,html.accessibility-mode body.site-body .site-feedback-fab-v197 .site-feedback-fab__main strong{display:inline !important}}@media print{.site-feedback-fab.site-feedback-fab-v198,.site-feedback-fab.site-feedback-fab-v197,.site-feedback-fab__wa{display:none !important}}html.mobile-nav-open body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v198,body.mobile-nav-open:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v198,html.mobile-nav-open body:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197,body.mobile-nav-open:not(.route-feedback) .site-feedback-fab.site-feedback-fab-v197{opacity:0 !important;transform:translateY(14px) !important;visibility:hidden !important;pointer-events:none !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16,html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16 *,html.accessibility-mode body.site-body .site-header-shell .site-nav,html.accessibility-mode body.site-body .site-header-shell .site-nav *{box-sizing:border-box !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16{clear:both !important;width:100% !important;max-width:100% !important;padding:14px 0 !important;background:var(--accessibility-bg) !important;background-image:none !important;border-top:0 !important;border-bottom:2px solid var(--accessibility-line) !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16>.container,html.accessibility-mode body.site-body .site-header-shell .site-nav-frame.site-nav-frame-v17,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17,html.accessibility-mode body.site-body .site-header-shell .site-nav,html.accessibility-mode body.site-body .site-header-shell .site-nav-panel.site-nav-panel-v17{position:static !important;inset:auto !important;display:block !important;float:none !important;clear:both !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;margin-left:auto !important;margin-right:auto !important;color:var(--accessibility-text) !important;background:var(--accessibility-bg) !important;background-image:none !important;box-shadow:none !important;opacity:1 !important;visibility:visible !important;transform:none !important;overflow:visible !important;pointer-events:auto !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16>.container{width:min(100% - 32px,1280px) !important;max-width:min(100% - 32px,1280px) !important;padding-left:0 !important;padding-right:0 !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-frame.site-nav-frame-v17{padding:12px !important;border:2px solid var(--accessibility-line) !important;border-radius:0 !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17,html.accessibility-mode body.site-body .site-header-shell .site-nav,html.accessibility-mode body.site-body .site-header-shell .site-nav-panel.site-nav-panel-v17{margin:0 !important;padding:0 !important;border:0 !important;border-radius:0 !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-logo-only{display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head{display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-root,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-sub{position:static !important;inset:auto !important;float:none !important;clear:both !important;grid-template-columns:none !important;grid-auto-flow:row !important;flex-direction:column !important;align-items:stretch !important;justify-content:flex-start !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;min-height:0 !important;max-height:none !important;list-style:none !important;background:transparent !important;background-image:none !important;border-radius:0 !important;box-shadow:none !important;opacity:1 !important;visibility:visible !important;transform:none !important;overflow:visible !important;pointer-events:auto !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-root{display:flex !important;gap:8px !important;margin:0 !important;padding:0 !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item,html.accessibility-mode body.site-body .site-header-shell .site-nav-root>.site-nav-item,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub>.site-nav-item{position:static !important;display:block !important;flex:0 0 auto !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;list-style:none !important;background:transparent !important;border:0 !important;box-shadow:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-entry,html.accessibility-mode body.site-body .site-header-shell .site-nav-root>.site-nav-item>.site-nav-entry,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-entry{position:static !important;display:grid !important;grid-template-columns:minmax(0,1fr) 64px !important;align-items:stretch !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;min-height:0 !important;margin:0 !important;padding:0 !important;gap:8px !important;background:transparent !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item:not(.has-children)>.site-nav-entry{grid-template-columns:minmax(0,1fr) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-label,html.accessibility-mode body.site-body .site-header-shell .site-nav-root>.site-nav-item>.site-nav-entry>.site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-root>.site-nav-item>.site-nav-entry>.site-nav-label,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-label{position:static !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;min-height:58px !important;margin:0 !important;padding:12px 16px !important;border:2px solid var(--accessibility-line) !important;border-radius:0 !important;color:var(--accessibility-link) !important;background:var(--accessibility-soft) !important;background-image:none !important;box-shadow:none !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;font-weight:700 !important;line-height:1.3 !important;letter-spacing:normal !important;text-align:left !important;text-decoration:underline !important;text-decoration-thickness:2px !important;text-underline-offset:4px !important;text-transform:none !important;white-space:normal !important;word-break:normal !important;overflow-wrap:anywhere !important;hyphens:auto !important;transform:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-link>span,html.accessibility-mode body.site-body .site-header-shell .site-nav-label>span{display:inline !important;min-width:0 !important;max-width:100% !important;color:inherit !important;font:inherit !important;line-height:inherit !important;white-space:normal !important;word-break:normal !important;overflow-wrap:anywhere !important;hyphens:auto !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-link:hover,html.accessibility-mode body.site-body .site-header-shell .site-nav-label:hover,html.accessibility-mode body.site-body .site-header-shell .site-nav-link:focus-visible,html.accessibility-mode body.site-body .site-header-shell .site-nav-label:focus-visible,html.accessibility-mode body.site-body .site-header-shell .site-nav-link.is-current,html.accessibility-mode body.site-body .site-header-shell .site-nav-item.is-current>.site-nav-entry>.site-nav-link{color:var(--accessibility-bg) !important;background:var(--accessibility-text) !important;background-image:none !important;border-color:var(--accessibility-line) !important;outline:3px solid var(--accessibility-accent) !important;outline-offset:2px !important;box-shadow:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret{appearance:none !important;-webkit-appearance:none !important;position:static !important;display:flex !important;align-items:center !important;justify-content:center !important;width:64px !important;min-width:64px !important;max-width:64px !important;height:auto !important;min-height:58px !important;margin:0 !important;padding:0 !important;border:2px solid var(--accessibility-line) !important;border-radius:0 !important;color:var(--accessibility-text) !important;background:var(--accessibility-bg) !important;background-image:none !important;box-shadow:none !important;cursor:pointer !important;transform:none !important;overflow:visible !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret::before{content:'▼' !important;position:static !important;inset:auto !important;display:block !important;width:auto !important;height:auto !important;margin:0 !important;padding:0 !important;border:0 !important;color:currentColor !important;background:transparent !important;font-family:Arial,Helvetica,sans-serif !important;font-size:26px !important;font-weight:900 !important;line-height:1 !important;text-decoration:none !important;transform:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item[data-open="true"]>.site-nav-entry>.site-nav-caret::before,html.accessibility-mode body.site-body .site-header-shell .site-nav-caret[aria-expanded="true"]::before{content:'▲' !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret:hover,html.accessibility-mode body.site-body .site-header-shell .site-nav-caret:focus-visible{color:var(--accessibility-bg) !important;background:var(--accessibility-text) !important;outline:3px solid var(--accessibility-accent) !important;outline-offset:2px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{display:none !important;margin:8px 0 0 24px !important;padding:8px 0 0 16px !important;gap:8px !important;border:0 !important;border-left:4px solid var(--accessibility-line) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item[data-open="true"]>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-nav-item:focus-within>.site-nav-sub{display:flex !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-label{min-height:54px !important;background:var(--accessibility-bg) !important}@media (min-width:901px){html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle{display:none !important}}@media (max-width:900px){html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16{padding:10px 0 !important}html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16>.container{width:min(100% - 20px,1280px) !important;max-width:min(100% - 20px,1280px) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-frame.site-nav-frame-v17{padding:8px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle{appearance:none !important;-webkit-appearance:none !important;position:static !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important;width:100% !important;min-width:0 !important;max-width:100% !important;height:auto !important;min-height:58px !important;margin:0 !important;padding:12px 16px !important;border:2px solid var(--accessibility-line) !important;border-radius:0 !important;color:var(--accessibility-text) !important;background:var(--accessibility-soft) !important;background-image:none !important;box-shadow:none !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;font-weight:700 !important;line-height:1.25 !important;text-align:left !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle::after{content:'Меню сайта' !important;display:inline !important;color:inherit !important;font:inherit !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle.is-open::after{content:'Закрыть меню' !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span,html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::before,html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::after{display:block !important;width:28px !important;height:3px !important;min-width:28px !important;border-radius:0 !important;background:var(--accessibility-text) !important;box-shadow:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span{position:relative !important;flex:0 0 28px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::before,html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::after{content:'' !important;position:absolute !important;left:0 !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::before{top:-9px !important;transform:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span::after{top:9px !important;transform:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav:not(.is-open){display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav.is-open{display:block !important;margin-top:10px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav.is-open .site-nav-panel.site-nav-panel-v17{display:block !important;padding:10px !important;border:2px solid var(--accessibility-line) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head{display:grid !important;gap:4px !important;margin:0 0 10px !important;padding:0 0 10px !important;border-bottom:2px solid var(--accessibility-line) !important;color:var(--accessibility-text) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head strong,html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head span{color:inherit !important;font-family:Arial,Helvetica,sans-serif !important;font-size:var(--accessibility-base-size) !important;line-height:1.35 !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-entry,html.accessibility-mode body.site-body .site-header-shell .site-nav-root>.site-nav-item>.site-nav-entry,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-entry{grid-template-columns:minmax(0,1fr) 56px !important;gap:6px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret{width:56px !important;min-width:56px !important;max-width:56px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{margin-left:10px !important;padding-left:10px !important}}@media (max-width:520px){html.accessibility-mode body.site-body .site-header-shell .site-header-nav.site-header-nav-v16>.container,html.accessibility-mode body.site-body .site-header-shell .site-utility-bar-compact .container.site-utility-row.site-utility-row-compact,html.accessibility-mode body.site-body .site-header-shell .site-utility-row.site-utility-row-compact{width:calc(100% - 16px) !important;max-width:calc(100% - 16px) !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-label,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-link,html.accessibility-mode body.site-body .site-header-shell .site-nav-sub .site-nav-label{min-height:54px !important;padding:10px 12px !important;font-size:max(17px,calc(var(--accessibility-base-size) - 2px)) !important;line-height:1.25 !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret{width:52px !important;min-width:52px !important;max-width:52px !important;min-height:54px !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-caret::before{font-size:22px !important}}html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-item[data-open="true"]>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-item:focus-within>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-nav-root .site-nav-item[data-open="true"]>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-nav-root .site-nav-item:focus-within>.site-nav-sub{display:flex !important;flex-direction:column !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{width:calc(100% - 24px) !important;max-width:calc(100% - 24px) !important}@media (max-width:900px){html.accessibility-mode body.site-body .site-header-shell .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-sub .site-nav-sub{width:calc(100% - 10px) !important;max-width:calc(100% - 10px) !important}}html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17::before,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17::after{content:none !important;display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-toggle span{left:auto !important;top:auto !important;right:auto !important;bottom:auto !important;transform:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-mobile-head{background:transparent !important;background-image:none !important;border-radius:0 !important;box-shadow:none !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-accessibility-toggle{order:1 !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-language-switcher{order:2 !important}html.accessibility-mode body.site-body .site-header-shell .site-utility-row-compact .site-utility-link{order:3 !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item.has-children:not([data-open="true"])>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-nav-root .site-nav-item.has-children:not([data-open="true"])>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-item.has-children:not([data-open="true"])>.site-nav-sub{display:none !important}html.accessibility-mode body.site-body .site-header-shell .site-nav-item.has-children[data-open="true"]>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-nav-root .site-nav-item.has-children[data-open="true"]>.site-nav-sub,html.accessibility-mode body.site-body .site-header-shell .site-header-nav-row.site-header-nav-row-v16.site-header-nav-row-v17 .site-nav-item.has-children[data-open="true"]>.site-nav-sub{display:flex !important;flex-direction:column !important}html:not(.accessibility-mode) body.site-body.route-about{position:relative !important;isolation:isolate !important;background:transparent !important;background-color:transparent !important;background-image:none !important}html:not(.accessibility-mode) body.site-body.route-about::before{content:'' !important;display:block !important;position:fixed !important;inset:0 !important;z-index:-2 !important;pointer-events:none !important;opacity:1 !important;filter:none !important;background-image:linear-gradient(rgba(12,42,88,0.055),rgba(12,42,88,0.055)),url('/public/assets/images/backgrounds/site-background-fon12.png') !important;background-position:center top,center top !important;background-size:cover,cover !important;background-repeat:no-repeat,no-repeat !important;background-attachment:fixed,fixed !important}html:not(.accessibility-mode) body.site-body.route-about::after{content:none !important;display:none !important;opacity:0 !important;background:none !important}html:not(.accessibility-mode) body.site-body.route-about .site-main,html:not(.accessibility-mode) body.site-body.route-about .section,html:not(.accessibility-mode) body.site-body.route-about .section-alt,html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero,html:not(.accessibility-mode) body.site-body.route-about .about-v186-stats-section,html:not(.accessibility-mode) body.site-body.route-about .about-v186-main-section,html:not(.accessibility-mode) body.site-body.route-about .about-v186-features-section,html:not(.accessibility-mode) body.site-body.route-about .about-v186-directions-section,html:not(.accessibility-mode) body.site-body.route-about .about-v186-cta-section,html:not(.accessibility-mode) body.site-body.route-about .about-showcase,html:not(.accessibility-mode) body.site-body.route-about .about-story-block,html:not(.accessibility-mode) body.site-body.route-about .about-directions-clean{background:transparent !important;background-image:none !important;background-color:transparent !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero::before,html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero::after,html:not(.accessibility-mode) body.site-body.route-about .about-showcase::before,html:not(.accessibility-mode) body.site-body.route-about .about-story-block::before,html:not(.accessibility-mode) body.site-body.route-about .about-directions-clean::before{content:none !important;display:none !important;opacity:0 !important;background:none !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero{padding-top:clamp(22px,3.4vw,38px) !important;padding-bottom:clamp(12px,2.2vw,24px) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero__shell,html:not(.accessibility-mode) body.site-body.route-about .about-showcase__shell{border:1px solid rgba(132,170,210,.70) !important;background:linear-gradient(135deg,rgba(248,251,254,.78) 0%,rgba(232,241,250,.74) 58%,rgba(255,247,237,.70) 100%) !important;box-shadow:0 30px 76px -58px rgba(13,45,87,.36),0 12px 28px -24px rgba(13,45,87,.16),inset 0 1px 0 rgba(255,255,255,.50) !important;backdrop-filter:blur(8px) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero__shell::before{background:linear-gradient(90deg,rgba(24,74,127,.12) 0%,rgba(24,74,127,0) 24%),radial-gradient(circle at 10% 16%,rgba(36,95,160,.10) 0%,rgba(36,95,160,0) 30%),radial-gradient(circle at 90% 12%,rgba(245,157,54,.08) 0%,rgba(245,157,54,0) 26%) !important;opacity:.42 !important;mix-blend-mode:normal !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero__shell::after{opacity:.22 !important;background:linear-gradient(135deg,rgba(31,92,155,.18) 0%,rgba(31,92,155,.06) 48%,rgba(245,157,54,.08) 100%) !important;filter:saturate(1.02) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero__card,html:not(.accessibility-mode) body.site-body.route-about .about-v186-stats article,html:not(.accessibility-mode) body.site-body.route-about .about-v186-story-card,html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card,html:not(.accessibility-mode) body.site-body.route-about .about-v186-feature-grid article,html:not(.accessibility-mode) body.site-body.route-about .about-v186-directions-grid article,html:not(.accessibility-mode) body.site-body.route-about .about-showcase__content,html:not(.accessibility-mode) body.site-body.route-about .about-showcase-card,html:not(.accessibility-mode) body.site-body.route-about .about-story-card,html:not(.accessibility-mode) body.site-body.route-about .about-directions-clean__grid article{border-color:rgba(132,170,210,.62) !important;background:linear-gradient(180deg,rgba(248,251,253,.80) 0%,rgba(232,241,249,.74) 100%) !important;box-shadow:0 22px 56px -46px rgba(13,45,87,.28),inset 0 1px 0 rgba(255,255,255,.46) !important;backdrop-filter:blur(7px) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-story-content{border-color:rgba(132,170,210,.48) !important;background:rgba(255,255,255,.58) !important;backdrop-filter:blur(5px) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent{background:radial-gradient(circle at 100% 0%,rgba(245,157,54,.13),rgba(245,157,54,0) 42%),linear-gradient(180deg,rgba(255,255,255,.82),rgba(255,247,237,.70)) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-cta,html:not(.accessibility-mode) body.site-body.route-about .about-cta-banner-clean{border-color:rgba(132,170,210,.58) !important;box-shadow:0 26px 70px -54px rgba(13,45,87,.50) !important}@media (max-width:768px){html:not(.accessibility-mode) body.site-body.route-about::before{background-attachment:scroll,scroll !important;background-position:center top,center top !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero__shell,html:not(.accessibility-mode) body.site-body.route-about .about-showcase__shell,html:not(.accessibility-mode) body.site-body.route-about .about-v186-hero__card,html:not(.accessibility-mode) body.site-body.route-about .about-v186-stats article,html:not(.accessibility-mode) body.site-body.route-about .about-v186-story-card,html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card,html:not(.accessibility-mode) body.site-body.route-about .about-v186-feature-grid article,html:not(.accessibility-mode) body.site-body.route-about .about-v186-directions-grid article{background:linear-gradient(180deg,rgba(248,251,253,.88) 0%,rgba(232,241,249,.84) 100%) !important;backdrop-filter:blur(6px) !important}}html:not(.accessibility-mode) body.site-body.route-about .about-showcase__shell::after{content:none !important;display:none !important;opacity:0 !important;background:none !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent,html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card.about-v186-side-card--accent{color:#0d315e !important;background:radial-gradient(circle at 100% 0%,rgba(245,157,54,.15),rgba(245,157,54,0) 42%),linear-gradient(180deg,rgba(255,255,255,.90),rgba(255,247,237,.82)) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent>span{color:#9a5109 !important;background:rgba(255,247,237,.92) !important;border:1px solid rgba(245,157,54,.36) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent strong,html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent p{color:#0d315e !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent .about-v186-quick-links a{color:#114a84 !important;background:rgba(255,255,255,.92) !important;border-color:rgba(132,170,210,.54) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 12px 26px -24px rgba(13,45,87,.42) !important;text-shadow:none !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent .about-v186-quick-links a::after{color:#15579d !important;background:rgba(15,79,164,.10) !important}html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent .about-v186-quick-links a:hover,html:not(.accessibility-mode) body.site-body.route-about .about-v186-side-card--accent .about-v186-quick-links a:focus-visible{color:#0b3670 !important;background:#fff !important;border-color:rgba(245,157,54,.62) !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 18px 34px -24px rgba(13,45,87,.50) !important}body.site-body.route-abiturientu-specialties .specialty-modal__media{isolation:isolate !important}body.site-body.route-abiturientu-specialties .specialty-modal__media-overlay{display:none !important;width:0 !important;height:0 !important;opacity:0 !important;pointer-events:none !important}body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image .specialty-modal__fullscreen{position:absolute !important;inset:auto 16px 16px auto !important;z-index:12 !important;display:inline-flex !important;flex:0 0 auto !important;flex-direction:row !important;align-items:center !important;justify-content:center !important;gap:7px !important;width:auto !important;min-width:0 !important;max-width:calc(100% - 32px) !important;height:auto !important;min-height:38px !important;max-height:44px !important;margin:0 !important;padding:9px 13px !important;box-sizing:border-box !important;overflow:hidden !important;appearance:none !important;border:1px solid rgba(13,79,146,.18) !important;border-radius:999px !important;background:rgba(255,255,255,.97) !important;color:#0d4f92 !important;box-shadow:0 14px 30px rgba(13,45,87,.20) !important;font-size:.82rem !important;font-weight:900 !important;line-height:1 !important;letter-spacing:0 !important;text-align:center !important;text-decoration:none !important;text-transform:none !important;white-space:nowrap !important;writing-mode:horizontal-tb !important;transform:none !important;cursor:pointer !important}body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen::before,body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen::after{content:none !important;display:none !important}body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen>span{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:auto !important;height:auto !important;margin:0 !important;padding:0 !important;line-height:1 !important;white-space:nowrap !important;writing-mode:horizontal-tb !important}body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen>span:first-child{font-size:1rem !important}body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image .specialty-modal__fullscreen:hover,body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image .specialty-modal__fullscreen:focus-visible{transform:translateY(-1px) !important;background:#ffffff !important;border-color:rgba(240,138,34,.58) !important;box-shadow:0 18px 36px rgba(13,45,87,.24) !important;outline:none !important}body.site-body.route-abiturientu-specialties .specialty-modal__media:not(.has-image) .specialty-modal__fullscreen,body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen[hidden]{display:none !important}@media (max-width:640px){body.site-body.route-abiturientu-specialties .specialty-modal__media.has-image .specialty-modal__fullscreen{right:10px !important;bottom:10px !important;width:40px !important;min-width:40px !important;max-width:40px !important;height:40px !important;min-height:40px !important;max-height:40px !important;padding:0 !important;border-radius:999px !important}body.site-body.route-abiturientu-specialties .specialty-modal__fullscreen>span:last-child{display:none !important}}.admin-site-control-section{display:grid;gap:24px}.admin-site-control-hero{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-site-control-hero article{position:relative;overflow:hidden;min-height:132px;padding:20px;border:1px solid rgba(13,71,125,.14);border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(232,244,255,.9));box-shadow:0 18px 40px rgba(12,70,125,.08)}.admin-site-control-hero article::after{content:'';position:absolute;right:-22px;bottom:-32px;width:92px;height:92px;border-radius:999px;background:rgba(22,101,192,.08)}.admin-site-control-hero span,.admin-site-control-hero p{position:relative;z-index:1}.admin-site-control-hero span{display:block;color:#517095;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.admin-site-control-hero strong{position:relative;z-index:1;display:block;margin:8px 0 4px;color:#0a315f;font-size:clamp(28px,3vw,44px);line-height:1}.admin-site-control-hero p{margin:0;color:#526d8c;font-weight:650}.admin-site-control-hero article.is-warning{background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(255,243,220,.9));border-color:rgba(232,126,22,.28)}.admin-site-control-hero article.is-danger{background:linear-gradient(135deg,rgba(255,255,255,.97),rgba(255,229,229,.9));border-color:rgba(204,45,45,.32)}.admin-site-control-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);gap:18px;align-items:start}.admin-control-checklist,.admin-control-steps,.admin-control-module-list{display:grid;gap:12px}.admin-control-check{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px;border:1px solid rgba(13,71,125,.12);border-radius:18px;background:rgba(255,255,255,.8)}.admin-control-check__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;color:#fff;background:#1b5aa3;font-weight:900}.admin-control-check--warning .admin-control-check__icon{background:#e58a1f}.admin-control-check--danger .admin-control-check__icon{background:#c62828}.admin-control-check strong,.admin-control-module strong,.admin-control-steps strong{color:#082e5c}.admin-control-check p,.admin-control-module p,.admin-control-steps span{margin:4px 0 0;color:#57708f;font-size:14px;line-height:1.5}.admin-control-steps{margin:0;padding:0;list-style:none;counter-reset:admin-control-steps}.admin-control-steps li{counter-increment:admin-control-steps;position:relative;padding:14px 14px 14px 58px;border:1px solid rgba(13,71,125,.12);border-radius:18px;background:rgba(255,255,255,.82)}.admin-control-steps li::before{content:counter(admin-control-steps,decimal-leading-zero);position:absolute;left:14px;top:16px;width:32px;height:32px;display:grid;place-items:center;border-radius:12px;background:rgba(22,101,192,.1);color:#14539b;font-weight:900}.admin-control-group{display:grid;gap:12px;margin-top:20px}.admin-control-group:first-of-type{margin-top:0}.admin-control-group h3{margin:0;color:#0a315f;font-size:18px}.admin-control-module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-control-module{display:grid;gap:12px;padding:16px;border:1px solid rgba(13,71,125,.13);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(240,247,255,.88))}.admin-control-module--warning{border-color:rgba(232,126,22,.3);background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,247,232,.88))}.admin-control-module--danger{border-color:rgba(204,45,45,.3);background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(255,237,237,.88))}.admin-control-module__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.admin-control-module__top span{display:block;margin-bottom:4px;color:#5c7898;font-size:12px;font-weight:850}.admin-control-module mark{flex:0 0 auto;padding:6px 10px;border-radius:999px;color:#114a89;background:rgba(22,101,192,.1);font-size:12px;font-weight:900}.admin-control-module--warning mark{color:#9a540f;background:rgba(232,126,22,.14)}.admin-control-module--danger mark{color:#a31717;background:rgba(204,45,45,.13)}.admin-control-module dl,.admin-control-module dd,.admin-control-module dt{margin:0}.admin-control-module dl div{padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.72)}.admin-control-module dt{color:#66809c;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.admin-control-module dd{margin-top:4px;color:#173d6c;font-weight:700;line-height:1.45}.admin-control-module__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}@media (max-width:1180px){.admin-site-control-hero,.admin-control-module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-site-control-grid{grid-template-columns:1fr}}@media (max-width:720px){.admin-site-control-hero,.admin-control-module-list{grid-template-columns:1fr}.admin-control-check{grid-template-columns:38px minmax(0,1fr)}.admin-control-check .btn{grid-column:1 / -1;width:100%}.admin-control-module__top{display:grid}}.admin-upload-current{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;padding:.75rem 1rem;border:1px solid rgba(37,99,235,.16);border-radius:18px;background:rgba(37,99,235,.06)}.employee-card__avatar{overflow:hidden}.employee-card__avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.teacher-person__avatar{overflow:hidden}.teacher-person__avatar img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.teacher-person__avatar:has(img)::after{border-style:solid;border-color:rgba(255,255,255,.5)}.section-managed-page-blocks{padding-top:clamp(22px,4vw,42px);padding-bottom:clamp(10px,2.5vw,22px)}.section-managed-page-blocks .admin-managed-section{padding:clamp(18px,2.6vw,30px)}.section-managed-page-blocks .admin-managed-section--intro h2,.section-managed-page-blocks .admin-managed-section h2{margin:0 0 10px;color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(1.35rem,2.4vw,2rem);line-height:1.16}.section-managed-page-blocks .admin-managed-section p,.section-managed-page-blocks .admin-managed-section li{color:#2b4968;font-size:1rem;line-height:1.72}.section-managed-page-blocks .admin-managed-section p:last-child,.section-managed-page-blocks .admin-managed-section ul:last-child,.section-managed-page-blocks .admin-managed-section ol:last-child{margin-bottom:0}.section-managed-page-blocks .admin-managed-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:16px}.section-managed-page-blocks .admin-managed-card{min-width:0;border:1px solid rgba(137,171,206,.35);border-radius:18px;background:rgba(255,255,255,.82);padding:16px}.section-managed-page-blocks .admin-managed-card span{display:inline-flex;width:34px;height:34px;align-items:center;justify-content:center;border-radius:12px;background:rgba(36,105,190,.12);margin-bottom:8px}.section-managed-page-blocks .admin-managed-card strong{display:block;color:#102f57;margin-bottom:6px}@media (max-width:640px){.section-managed-page-blocks{padding-top:18px}.section-managed-page-blocks .admin-managed-section{border-radius:20px;padding:16px}}.admin-pages-head-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:flex-end}.admin-pages-head-actions form{margin:0}body.admin-body .admin-login-screen,body.admin-body .admin-login-screen-v183,body.admin-body .admin-login-screen-v211{min-height:100dvh;background:#ffffff !important;color:#102f57;overflow:hidden}body.admin-body .admin-login-screen::before,body.admin-body .admin-login-screen::after,body.admin-body .admin-login-screen-v183::before,body.admin-body .admin-login-screen-v183::after{display:none !important}.admin-login-screen-v211{padding:clamp(24px,5vw,64px) 18px}.admin-login-card-v211{position:relative;z-index:1;max-width:460px;width:min(100%,460px);padding:clamp(26px,4vw,42px);border:1px solid rgba(152,174,201,.34) !important;border-radius:28px !important;background:#ffffff !important;box-shadow:0 30px 80px -54px rgba(15,45,84,.42) !important}.admin-login-card-v211::before{content:'';position:absolute;inset:0 0 auto 0;height:5px;border-radius:28px 28px 0 0;background:linear-gradient(90deg,#114a86,#1f66c1 60%,#f08a22)}.admin-login-kicker-v211{display:inline-flex;width:fit-content;padding:7px 10px;margin-top:16px;border:1px solid rgba(31,102,193,.18);border-radius:999px;background:#f4f8fd;color:#174a7d;font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.admin-login-title-v211{margin:14px 0 8px !important;color:#102f57;font-size:clamp(1.55rem,3vw,2.15rem);line-height:1.12;letter-spacing:-.035em}.admin-login-lead-v211{margin:0 0 22px;color:#5a708b !important;line-height:1.58}.admin-login-form-v211 input{min-height:48px;border-radius:14px;background:#f8fbff !important}.admin-login-form-v211 .btn{min-height:48px;border-radius:14px}body.site-body.route-abiturientu .admission-documents-info-card{overflow:visible !important}body.site-body.route-abiturientu .admission-documents-info-card__preview{max-height:none !important;overflow-wrap:anywhere !important}body.site-body.route-abiturientu .admission-info-card-more{margin-top:8px !important}.section-managed-page-blocks .admin-managed-card p,.section-managed-page-blocks .admin-managed-section p,.section-managed-page-blocks .admin-managed-section li,.public-section-side-card p,.page-content-card p,.page-content-card li{max-height:none !important;overflow:visible !important;display:block !important;-webkit-line-clamp:unset !important;line-clamp:unset !important}@media (max-width:640px){.admin-pages-head-actions{justify-content:stretch;width:100%}.admin-pages-head-actions .btn,.admin-pages-head-actions form{width:100%}.admin-login-card-v211{border-radius:22px !important}}body.site-body.route-abiturientu .admission-documents-info-card__preview{max-height:8.6em !important;overflow:hidden !important}body.site-body.route-abiturientu .admission-documents-info-card--modal-preview .admission-documents-info-card__preview{position:relative}body.site-body.route-abiturientu .admission-documents-info-card--modal-preview .admission-documents-info-card__preview::after{content:'';position:absolute;left:0;right:0;bottom:0;height:2.4em;background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.98));pointer-events:none}body.site-body.route-abiturientu .admission-info-card-more{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:40px;padding:10px 14px;margin-top:10px !important;border:0;border-radius:999px;background:#174a86;color:#fff;font-weight:900;line-height:1.2;cursor:pointer;box-shadow:0 14px 28px -22px rgba(23,74,134,.65)}body.site-body.route-abiturientu .admission-info-card-more:hover,body.site-body.route-abiturientu .admission-info-card-more:focus-visible{background:#0f386b;outline:3px solid rgba(240,138,34,.32);outline-offset:2px}@media (max-width:640px){body.site-body.route-abiturientu .admission-documents-info-card__preview{max-height:9.8em !important}body.site-body.route-abiturientu .admission-info-card-more{width:100%}}.content-overflow-modal-more{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:fit-content !important;min-height:38px !important;margin-top:10px !important;padding:9px 14px !important;border:1px solid rgba(31,102,193,.35) !important;border-radius:999px !important;background:#ffffff !important;color:#0d3a70 !important;box-shadow:0 12px 26px -22px rgba(13,45,87,.28) !important;font:inherit !important;font-size:.88rem !important;font-weight:900 !important;line-height:1.2 !important;cursor:pointer !important;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease !important}.content-overflow-modal-more:hover,.content-overflow-modal-more:focus-visible{transform:translateY(-1px) !important;border-color:#f08a22 !important;background:#f08a22 !important;color:#ffffff !important;outline:3px solid rgba(240,138,34,.28) !important;outline-offset:2px !important}body.site-body.route-abiturientu .admission-documents-info-card .content-overflow-modal-more{margin-top:auto !important}.site-overflow-text-modal{position:fixed !important;inset:0 !important;z-index:1210 !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:18px !important;overflow:auto !important}.site-overflow-text-modal[hidden]{display:none !important}.site-overflow-text-modal__backdrop{position:fixed !important;inset:0 !important;background:rgba(6,18,38,.76) !important;backdrop-filter:blur(10px) saturate(1.05) !important;-webkit-backdrop-filter:blur(10px) saturate(1.05) !important}.site-overflow-text-modal__dialog{position:relative !important;z-index:1 !important;width:min(780px,calc(100vw - 36px)) !important;max-height:min(720px,calc(100vh - 36px)) !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;border-radius:28px !important;border:1px solid rgba(190,207,224,.88) !important;background:linear-gradient(180deg,#ffffff 0%,#f6f9fd 100%) !important;box-shadow:0 34px 92px rgba(4,15,32,.38) !important}.site-overflow-text-modal__close{position:absolute !important;top:14px !important;right:14px !important;z-index:3 !important;width:42px !important;height:42px !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;border-radius:999px !important;border:1px solid rgba(132,170,210,.48) !important;color:#0d315d !important;background:#ffffff !important;box-shadow:0 16px 32px rgba(9,22,45,.16) !important;font-size:1.45rem !important;line-height:1 !important;cursor:pointer !important}.site-overflow-text-modal__head{padding:24px 72px 18px 24px !important;border-bottom:1px solid rgba(132,170,210,.30) !important;background:radial-gradient(circle at 0% 0%,rgba(240,138,34,.12),transparent 34%),linear-gradient(180deg,#ffffff 0%,#f7fbff 100%) !important}.site-overflow-text-modal__label{display:inline-flex !important;align-items:center !important;min-height:30px !important;margin-bottom:10px !important;padding:6px 10px !important;border-radius:999px !important;color:#114a86 !important;background:#edf4fb !important;border:1px solid rgba(132,170,210,.52) !important;font-size:11px !important;font-weight:900 !important;letter-spacing:.055em !important;text-transform:uppercase !important}.site-overflow-text-modal__head h2{margin:0 !important;color:#0d315d !important;font-size:clamp(1.28rem,2.1vw,1.8rem) !important;line-height:1.14 !important}.site-overflow-text-modal__head p{max-width:620px !important;margin:8px 0 0 !important;color:#59738e !important;font-size:.94rem !important;line-height:1.55 !important}.site-overflow-text-modal__body{padding:20px 24px !important;overflow-y:auto !important;scrollbar-width:thin !important}.site-overflow-text-modal__body p{margin:0 0 14px !important;color:#405f7c !important;font-size:.96rem !important;line-height:1.72 !important}.site-overflow-text-modal__body p:last-child{margin-bottom:0 !important}.site-overflow-text-modal__body a{color:#0f5fa8 !important;font-weight:800 !important;text-decoration:underline !important;text-underline-offset:3px !important}.site-overflow-text-modal__body ol{display:grid !important;gap:9px !important;margin:14px 0 !important;padding-left:1.4rem !important}.site-overflow-text-modal__body li{margin:0 0 8px !important;color:#405f7c !important;line-height:1.62 !important}.site-overflow-text-modal__actions{display:flex !important;flex-wrap:wrap !important;gap:10px !important;justify-content:flex-end !important;padding:16px 24px 22px !important;border-top:1px solid rgba(132,170,210,.30) !important;background:#f6f9fd !important}.has-site-overflow-text-modal{overflow:hidden !important}@media (max-width:640px){.content-overflow-modal-more{width:100% !important}.site-overflow-text-modal{padding:10px !important}.site-overflow-text-modal__dialog{width:min(100%,calc(100vw - 20px)) !important;max-height:calc(100vh - 20px) !important;border-radius:22px !important}.site-overflow-text-modal__head{padding:22px 60px 16px 18px !important}.site-overflow-text-modal__body{padding:18px !important}.site-overflow-text-modal__actions{padding:14px 18px 18px !important}.site-overflow-text-modal__actions .btn{width:100% !important}}body.site-body.route-abiturientu .admission-documents-info-card:not(.admission-documents-info-card--modal-preview) .admission-documents-info-card__preview{display:block !important;max-height:none !important;overflow:visible !important;-webkit-line-clamp:unset !important;line-clamp:unset !important}body.site-body.route-abiturientu .admission-documents-info-card--modal-preview .admission-documents-info-card__preview{display:-webkit-box !important;max-height:8.6em !important;overflow:hidden !important;-webkit-line-clamp:4 !important;-webkit-box-orient:vertical !important}body.site-body.route-anti-corruption .anti-corruption-unified-v217,body.site-body.route-anti-corruption .anti-corruption-unified-v217 *{opacity:1 !important;transform:none !important;visibility:visible !important}.anti-corruption-unified-v217{display:grid;gap:clamp(18px,2.4vw,28px)}.anti-corruption-v217-hero,.anti-corruption-v217-facts article,.anti-corruption-v217-steps,.anti-corruption-v217-admin-content,.anti-corruption-v217-materials,.anti-corruption-v217-definitions,.anti-corruption-v217-chapters,.anti-corruption-v217-full-text{position:relative;min-width:0;overflow:hidden;border:1px solid rgba(128,166,207,.42);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(240,247,253,.9));box-shadow:0 24px 54px -44px rgba(16,49,93,.38),inset 0 1px 0 rgba(255,255,255,.75)}.anti-corruption-v217-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,260px);gap:clamp(18px,3vw,34px);align-items:stretch;padding:clamp(22px,3vw,38px)}.anti-corruption-v217-hero::before{content:'';position:absolute;inset:auto -18% -45% 42%;height:240px;background:radial-gradient(circle,rgba(47,105,200,.14),rgba(47,105,200,0) 66%);pointer-events:none}.anti-corruption-v217-kicker,.anti-corruption-unified-v217 .anti-corruption-section-title span,.anti-corruption-v217-facts small{display:inline-flex;width:fit-content;max-width:100%;padding:7px 12px;border-radius:999px;background:rgba(36,95,160,.1);color:#184a7f;font-size:11px;font-weight:950;letter-spacing:.07em;line-height:1;text-transform:uppercase}.anti-corruption-v217-hero h2,.anti-corruption-unified-v217 .anti-corruption-section-title h3{margin:12px 0 10px;color:#102f57;font-family:'Manrope',sans-serif;font-size:clamp(1.55rem,3vw,2.55rem);line-height:1.08;letter-spacing:-.04em}.anti-corruption-v217-hero p,.anti-corruption-v217-step-grid p,.anti-corruption-v217-material-grid small,.anti-corruption-v217-prose,.anti-corruption-unified-v217 .anti-corruption-definition-grid p,.anti-corruption-v217-full-text p{color:#526f8d;line-height:1.68}.anti-corruption-v217-hero p{max-width:880px;margin:0;font-size:clamp(.98rem,1.25vw,1.08rem)}.anti-corruption-v217-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.anti-corruption-v217-actions a,.anti-corruption-v217-material-grid a{color:inherit;text-decoration:none}.anti-corruption-v217-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 15px;border:1px solid rgba(36,95,160,.18);border-radius:999px;background:rgba(255,255,255,.78);color:#184a7f;font-size:13px;font-weight:900;box-shadow:0 14px 28px -24px rgba(16,49,93,.42)}.anti-corruption-v217-actions a:hover,.anti-corruption-v217-actions a:focus-visible,.anti-corruption-v217-material-grid a:hover,.anti-corruption-v217-material-grid a:focus-visible{border-color:rgba(47,105,200,.34);outline:none;transform:translateY(-2px)}.anti-corruption-v217-mark{display:grid;place-items:center;align-content:center;gap:8px;min-height:100%;padding:clamp(18px,2.4vw,28px);border-radius:26px;background:radial-gradient(circle at 28% 18%,rgba(245,157,54,.38),rgba(245,157,54,0) 38%),linear-gradient(135deg,#123f72 0%,#2f69c8 100%);color:#fff;text-align:center;box-shadow:0 24px 42px -30px rgba(18,63,114,.55)}.anti-corruption-v217-mark strong{display:block;font-family:'Manrope',sans-serif;font-size:clamp(3rem,7vw,5rem);line-height:.88;letter-spacing:-.08em}.anti-corruption-v217-mark span{max-width:160px;color:rgba(255,255,255,.92);font-size:.86rem;font-weight:900;line-height:1.25;text-transform:uppercase}.anti-corruption-v217-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.anti-corruption-v217-facts article{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:18px}.anti-corruption-v217-facts article>span{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:rgba(36,95,160,.1);font-size:1.35rem}.anti-corruption-v217-facts small{padding:0;background:transparent;color:#245f9f;font-size:10px}.anti-corruption-v217-facts strong{display:block;margin-top:7px;color:#102f57;font-size:.96rem;line-height:1.45;overflow-wrap:anywhere}.anti-corruption-v217-steps,.anti-corruption-v217-admin-content,.anti-corruption-v217-materials,.anti-corruption-v217-definitions,.anti-corruption-v217-chapters,.anti-corruption-v217-full-text{padding:clamp(18px,2.5vw,30px)}.anti-corruption-v217-step-grid,.anti-corruption-v217-material-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.anti-corruption-v217-step-grid article,.anti-corruption-v217-material-grid a,.anti-corruption-v217-prose>:is(p,ul,ol,blockquote,table,.official-content-block){min-width:0;border:1px solid rgba(128,166,207,.38);border-radius:22px;background:rgba(255,255,255,.78);box-shadow:0 18px 38px -34px rgba(16,49,93,.42)}.anti-corruption-v217-step-grid article{display:grid;gap:9px;padding:18px}.anti-corruption-v217-step-grid article>span,.anti-corruption-v217-material-grid a>span{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:rgba(36,95,160,.1);color:#184a7f;font-family:'Manrope',sans-serif;font-weight:950}.anti-corruption-v217-step-grid strong,.anti-corruption-v217-material-grid strong{color:#102f57;font-family:'Manrope',sans-serif;font-size:1rem;line-height:1.25}.anti-corruption-v217-step-grid p,.anti-corruption-v217-material-grid small{margin:0;font-size:.93rem;font-weight:700}.anti-corruption-v217-prose{display:grid;gap:12px}.anti-corruption-v217-prose>:is(p,ul,ol,blockquote,table,.official-content-block){margin:0;padding:16px 18px}.anti-corruption-v217-prose:is(h2,h3,h4){margin:8px 0 4px;color:#102f57;font-family:'Manrope',sans-serif;line-height:1.2}.anti-corruption-v217-prose a{color:#184a7f;font-weight:900;text-decoration-thickness:2px;text-underline-offset:4px}.anti-corruption-v217-material-grid a{display:grid;grid-template-rows:auto auto 1fr;gap:10px;padding:18px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.anti-corruption-v217-full-text summary{display:flex;align-items:center;justify-content:space-between;gap:14px;cursor:pointer;color:#102f57;font-family:'Manrope',sans-serif;font-size:1.05rem;font-weight:950}.anti-corruption-v217-full-text>div{display:grid;gap:12px;max-height:70vh;margin-top:18px;overflow:auto;padding-right:8px}.anti-corruption-v217-full-text:is(h3,h4){margin:10px 0 0;color:#102f57;font-family:'Manrope',sans-serif;line-height:1.25}.anti-corruption-v217-full-text p{margin:0;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.78)}@media (max-width:980px){.anti-corruption-v217-hero,.anti-corruption-v217-facts,.anti-corruption-v217-step-grid,.anti-corruption-v217-material-grid{grid-template-columns:1fr}.anti-corruption-v217-mark{min-height:150px}}@media (max-width:560px){.anti-corruption-v217-hero,.anti-corruption-v217-steps,.anti-corruption-v217-admin-content,.anti-corruption-v217-materials,.anti-corruption-v217-definitions,.anti-corruption-v217-chapters,.anti-corruption-v217-full-text{border-radius:24px;padding:18px}.anti-corruption-v217-actions{display:grid}.anti-corruption-v217-actions a{width:100%}.anti-corruption-v217-facts article{grid-template-columns:1fr}}.admin-delivery-workflow,.admin-delivery-matrix{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0 24px}.admin-delivery-workflow article,.admin-delivery-matrix article{position:relative;display:grid;align-content:start;gap:10px;min-height:170px;padding:22px;border:1px solid rgba(49,102,170,.16);border-radius:26px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(243,248,255,.92));box-shadow:0 18px 48px rgba(22,70,122,.1);overflow:hidden}.admin-delivery-workflow article::after,.admin-delivery-matrix article::after{content:'';position:absolute;inset:auto -34px -46px auto;width:120px;height:120px;border-radius:999px;background:rgba(31,112,190,.08);pointer-events:none}.admin-delivery-workflow span,.admin-delivery-matrix strong + span{color:#42709f;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.admin-delivery-workflow strong,.admin-delivery-matrix strong{color:#102f57;font-family:'Manrope',sans-serif;font-size:1.12rem;line-height:1.2}.admin-delivery-workflow p,.admin-delivery-matrix span{margin:0;color:#445b74;font-size:.94rem;font-weight:700;line-height:1.55}.admin-delivery-workflow a{width:max-content;max-width:100%;margin-top:4px;padding:10px 14px;border-radius:999px;background:#174f8b;color:#fff;font-size:.86rem;font-weight:900;text-decoration:none;box-shadow:0 10px 22px rgba(23,79,139,.18)}.admin-delivery-workflow a:hover,.admin-delivery-workflow a:focus-visible{background:#0f3e71;transform:translateY(-1px)}.admin-delivery-matrix article{min-height:120px}@media (max-width:1180px){.admin-delivery-workflow,.admin-delivery-matrix{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.admin-delivery-workflow,.admin-delivery-matrix{grid-template-columns:1fr}.admin-delivery-workflow article,.admin-delivery-matrix article{min-height:auto;padding:18px;border-radius:22px}}.btn-whatsapp,.site-feedback-fab__wa{display:inline-flex !important;align-items:center;justify-content:center;gap:.55em;text-decoration:none}.btn-whatsapp::before,.site-feedback-fab__wa::before{content:"";flex:0 0 auto;width:1.08em;height:1.08em;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3.2C9.02 3.2 3.32 8.82 3.32 15.74c0 2.37.68 4.58 1.86 6.47L3.2 28.8l6.81-1.79a12.84 12.84 0 0 0 6.03 1.51c7.02 0 12.72-5.62 12.72-12.54S23.06 3.2 16.04 3.2Zm0 22.96c-1.95 0-3.82-.53-5.46-1.53l-.39-.23-4.04 1.06 1.08-3.86-.25-.4a10.05 10.05 0 0 1-1.56-5.46c0-5.62 4.77-10.18 10.62-10.18s10.62 4.56 10.62 10.18-4.77 10.42-10.62 10.42Zm5.83-7.62c-.32-.16-1.9-.92-2.19-1.03-.29-.11-.5-.16-.71.16-.21.31-.82 1.02-1 1.23-.18.21-.37.24-.69.08-.32-.16-1.35-.49-2.57-1.55-.95-.83-1.59-1.86-1.78-2.17-.18-.31-.02-.48.14-.64.14-.14.32-.37.48-.55.16-.18.21-.31.32-.52.11-.21.05-.39-.03-.55-.08-.16-.71-1.68-.97-2.3-.26-.6-.52-.52-.71-.53h-.61c-.21 0-.55.08-.84.39-.29.31-1.11 1.07-1.11 2.61s1.14 3.03 1.3 3.24c.16.21 2.24 3.36 5.43 4.7.76.32 1.35.51 1.81.65.76.24 1.45.21 2 .13.61-.09 1.9-.76 2.17-1.5.26-.73.26-1.36.18-1.5-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16.04 3.2C9.02 3.2 3.32 8.82 3.32 15.74c0 2.37.68 4.58 1.86 6.47L3.2 28.8l6.81-1.79a12.84 12.84 0 0 0 6.03 1.51c7.02 0 12.72-5.62 12.72-12.54S23.06 3.2 16.04 3.2Zm0 22.96c-1.95 0-3.82-.53-5.46-1.53l-.39-.23-4.04 1.06 1.08-3.86-.25-.4a10.05 10.05 0 0 1-1.56-5.46c0-5.62 4.77-10.18 10.62-10.18s10.62 4.56 10.62 10.18-4.77 10.42-10.62 10.42Zm5.83-7.62c-.32-.16-1.9-.92-2.19-1.03-.29-.11-.5-.16-.71.16-.21.31-.82 1.02-1 1.23-.18.21-.37.24-.69.08-.32-.16-1.35-.49-2.57-1.55-.95-.83-1.59-1.86-1.78-2.17-.18-.31-.02-.48.14-.64.14-.14.32-.37.48-.55.16-.18.21-.31.32-.52.11-.21.05-.39-.03-.55-.08-.16-.71-1.68-.97-2.3-.26-.6-.52-.52-.71-.53h-.61c-.21 0-.55.08-.84.39-.29.31-1.11 1.07-1.11 2.61s1.14 3.03 1.3 3.24c.16.21 2.24 3.36 5.43 4.7.76.32 1.35.51 1.81.65.76.24 1.45.21 2 .13.61-.09 1.9-.76 2.17-1.5.26-.73.26-1.36.18-1.5-.08-.13-.29-.21-.61-.37Z'/%3E%3C/svg%3E") center / contain no-repeat}.phone-fallback-modal[hidden]{display:none !important}.phone-fallback-modal{position:fixed;inset:0;z-index:12000;display:grid;place-items:center;padding:20px}.phone-fallback-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.56);backdrop-filter:blur(8px)}.phone-fallback-modal__dialog{position:relative;width:min(480px,100%);padding:26px;border-radius:28px;background:#fff;color:#0f172a;box-shadow:0 28px 80px rgba(15,23,42,.28);border:1px solid rgba(15,23,42,.08)}.phone-fallback-modal__close{position:absolute;top:12px;right:12px;width:40px;height:40px;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#f8fafc;color:#0f172a;font-size:26px;line-height:1;cursor:pointer}.phone-fallback-modal__head{display:flex;align-items:center;gap:14px;padding-right:36px;margin-bottom:14px}.phone-fallback-modal__icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:#eff6ff;color:#2563eb;font-size:24px}.phone-fallback-modal__label{display:block;margin-bottom:2px;color:#64748b;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.phone-fallback-modal__head h2{margin:0;font-size:clamp(22px,4vw,30px);line-height:1.1}.phone-fallback-modal__note{margin:0 0 16px;color:#475569;line-height:1.55}.phone-fallback-modal__number{display:flex;align-items:center;justify-content:center;min-height:56px;padding:14px 18px;margin-bottom:18px;border-radius:18px;background:#f8fafc;border:1px solid rgba(37,99,235,.14);color:#0f172a;font-size:24px;font-weight:900;letter-spacing:.02em;text-align:center}.phone-fallback-modal__actions{display:flex;flex-wrap:wrap;gap:10px}.has-phone-fallback-modal{overflow:hidden}@media (max-width:520px){.phone-fallback-modal{align-items:end;padding:12px}.phone-fallback-modal__dialog{padding:22px;border-radius:24px}.phone-fallback-modal__actions .btn{width:100%}}@media (min-width:1025px){.site-header-shell .site-nav,.site-header-shell .site-nav-panel,.site-header-shell .site-nav-root{min-width:0 !important}.site-header-shell .site-nav-root{display:flex !important;flex-wrap:nowrap !important;align-items:center !important;gap:4px !important;overflow-x:auto !important;overflow-y:visible !important;scrollbar-width:thin !important;-webkit-overflow-scrolling:touch !important}.site-header-shell .site-nav-root>.site-nav-item{flex:0 0 auto !important;min-width:max-content !important}.site-header-shell .site-nav-entry,.site-header-shell .site-nav-link,.site-header-shell .site-nav-label{white-space:nowrap !important;word-break:normal !important;overflow-wrap:normal !important}.site-header-shell .site-nav-link,.site-header-shell .site-nav-label{min-height:42px !important;height:auto !important;padding-inline:clamp(8px,.72vw,14px) !important;font-size:clamp(12px,.82vw,14px) !important;line-height:1.1 !important}.site-header-shell .site-nav-caret{flex:0 0 24px !important;margin-left:-7px !important}.site-header-shell .site-nav-sub{white-space:normal !important}.site-header-shell .site-nav-sub .site-nav-link,.site-header-shell .site-nav-sub .site-nav-label{white-space:normal !important;overflow-wrap:anywhere !important}}@media (min-width:1025px) and (max-width:1240px){.site-header-shell .site-nav-root{gap:2px !important}.site-header-shell .site-nav-link,.site-header-shell .site-nav-label{padding-inline:8px !important;font-size:12px !important}.site-header-shell .site-nav-caret{width:22px !important;flex-basis:22px !important}}body.site-body.is-home{--home-side-rail-dynamic-top-v221:max(118px,var(--polytech-sticky-header-bottom,132px));--home-side-rail-clear-bottom-v221:max(18px,var(--home-floating-controls-bottom-v221,0px))}@media (min-width:1600px){body.site-body.is-home .home-side-rail{top:calc(var(--home-side-rail-dynamic-top-v221) + (100vh - var(--home-side-rail-dynamic-top-v221) - var(--home-side-rail-clear-bottom-v221)) / 2) !important;max-height:min(620px,calc(100vh - var(--home-side-rail-dynamic-top-v221) - var(--home-side-rail-clear-bottom-v221) - 10px)) !important}}@media (max-width:1599px){body.site-body.is-home .home-main-flow-with-rails{padding-bottom:calc(var(--home-side-rail-clear-bottom-v221) + 18px) !important}}@media (max-width:900px){body.site-body.is-home{--home-side-rail-clear-bottom-v221:max(calc(var(--mobile-bottom-nav-height,74px) + 96px + env(safe-area-inset-bottom,0px)),var(--home-floating-controls-bottom-v221,0px))}body.site-body.is-home .home-side-rail{max-height:max(260px,calc(100svh - var(--polytech-sticky-header-bottom,112px) - var(--home-side-rail-clear-bottom-v221) - 10px)) !important;overflow-y:auto !important;overscroll-behavior:contain !important;scrollbar-width:thin !important;scroll-padding-bottom:var(--home-side-rail-clear-bottom-v221) !important}body.site-body.is-home .home-side-rail__links{overflow:visible !important}}@media (max-width:640px){body.site-body.is-home .home-main-flow-with-rails{padding-bottom:calc(var(--home-side-rail-clear-bottom-v221) + 24px) !important}body.site-body.is-home .home-side-rail{max-height:max(240px,calc(100svh - var(--polytech-sticky-header-bottom,96px) - var(--home-side-rail-clear-bottom-v221) - 8px)) !important;margin-bottom:14px !important}body.site-body.is-home .home-side-rail--announcements .home-announcement-card strong,body.site-body.is-home .home-side-rail__links a strong{word-break:normal !important;overflow-wrap:anywhere !important}}body.site-body.is-home{--home-rail-safe-bottom-v222:max(96px,var(--home-floating-controls-bottom-v222,var(--home-floating-controls-bottom-v221,96px)))}body.site-body.is-home .home-announcement-card [data-site-overflow-open],body.site-body.is-home .home-announcement-list-card [data-site-overflow-open],body.site-body.is-home .home-announcement-card .content-overflow-modal-more,body.site-body.is-home .home-announcement-list-card .content-overflow-modal-more{display:none !important}@media (min-width:1540px){body.site-body.is-home .home-pinned-rails .home-side-rail{top:var(--home-rail-top-v185) !important;max-height:calc(100dvh - var(--home-rail-top-v185) - var(--home-rail-safe-bottom-v222) - 14px) !important;overflow:hidden !important}body.site-body.is-home .home-pinned-rails .home-announcement-scroll,body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links{min-height:0 !important;overflow-y:auto !important;overflow-x:hidden !important;scrollbar-width:thin !important}}@media (max-width:1539px){body.site-body.is-home .home-pinned-rails{margin-bottom:calc(var(--home-rail-safe-bottom-v222) + 18px) !important}}@media (max-width:900px){body.site-body.is-home .home-pinned-rails .home-side-rail{max-height:calc(100svh - var(--polytech-sticky-header-bottom,112px) - var(--home-rail-safe-bottom-v222) - 12px) !important;overflow:hidden !important}body.site-body.is-home .home-pinned-rails .home-side-rail--announcements .home-announcement-carousel,body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links{min-height:0 !important;max-height:calc(100svh - var(--polytech-sticky-header-bottom,112px) - var(--home-rail-safe-bottom-v222) - 90px) !important;overflow-y:auto !important;overflow-x:hidden !important;overscroll-behavior:contain !important;scrollbar-width:thin !important}body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-forum-banner,body.site-body.is-home .home-pinned-rails .home-side-rail__cta{flex:0 0 auto !important}}@media (max-width:520px){body.site-body.is-home .home-pinned-rails .home-side-rail{max-height:calc(100svh - var(--polytech-sticky-header-bottom,96px) - var(--home-rail-safe-bottom-v222) - 8px) !important}body.site-body.is-home .home-pinned-rails .home-side-rail--announcements .home-announcement-carousel,body.site-body.is-home .home-pinned-rails .home-side-rail--applicant .home-side-rail__links{max-height:calc(100svh - var(--polytech-sticky-header-bottom,96px) - var(--home-rail-safe-bottom-v222) - 82px) !important}}body.admin-body.admin-body-redesigned .admin-shell-auth{min-height:100svh !important;width:100% !important;overflow-x:hidden !important;background:#ffffff !important}body.admin-body.admin-body-redesigned .admin-shell-auth .admin-main{min-height:100svh !important;width:100% !important;padding:0 !important;overflow-x:hidden !important;background:#ffffff !important}body.admin-body.admin-body-redesigned .admin-shell-auth .admin-content-frame{min-height:100svh !important;width:100% !important;max-width:none !important;margin:0 !important;padding:clamp(16px,4vw,34px) !important;display:grid !important;place-items:center !important;overflow-x:hidden !important;overflow-y:auto !important;border:0 !important;border-radius:0 !important;background:#ffffff !important;box-sizing:border-box !important}body.admin-body.admin-body-redesigned .admin-login-screen-v211{width:min(100%,520px) !important;max-width:520px !important;min-height:auto !important;padding:0 !important;display:block !important;overflow:visible !important;background:#ffffff !important;box-sizing:border-box !important}body.admin-body.admin-body-redesigned .admin-login-card-v211{width:100% !important;max-width:100% !important;min-width:0 !important;padding:clamp(22px,5vw,42px) !important;box-sizing:border-box !important;overflow:hidden !important}body.admin-body.admin-body-redesigned .admin-login-logo-wrap-v183,body.admin-body.admin-body-redesigned .admin-login-logo-wrap-v182{width:clamp(70px,18vw,96px) !important;height:clamp(70px,18vw,96px) !important;margin-inline:auto !important}body.admin-body.admin-body-redesigned .admin-login-logo-v183,body.admin-body.admin-body-redesigned .admin-login-logo-v182{width:100% !important;height:100% !important;object-fit:contain !important}body.admin-body.admin-body-redesigned .admin-login-form-v211,body.admin-body.admin-body-redesigned .admin-login-form-v211 label,body.admin-body.admin-body-redesigned .admin-login-form-v211 input,body.admin-body.admin-body-redesigned .admin-login-form-v211 .btn{width:100% !important;max-width:100% !important;box-sizing:border-box !important}body.admin-body.admin-body-redesigned .admin-login-title-v211,body.admin-body.admin-body-redesigned .admin-login-lead-v211{overflow-wrap:anywhere !important}.admin-news-date-field input[type="datetime-local"]{width:100%;min-height:48px;cursor:pointer}.admin-news-date-field input[type="datetime-local"]::-webkit-calendar-picker-indicator{cursor:pointer}@media (max-width:420px){body.admin-body.admin-body-redesigned .admin-shell-auth .admin-content-frame{padding:12px !important;align-items:start !important}body.admin-body.admin-body-redesigned .admin-login-card-v211{border-radius:20px !important;padding:20px !important}body.admin-body.admin-body-redesigned .admin-login-kicker-v211{max-width:100% !important;white-space:normal !important}}body.route-umo-composition .legacy-page,body.route-umo-specialties .legacy-page,body.route-umo .legacy-page{--umo-v224-primary:var(--c-primary,#11378a);--umo-v224-accent:var(--c-accent,#e07a16);--umo-v224-ink:var(--c-ink,#0e1726);--umo-v224-muted:var(--c-muted,#5b6577)}body.route-umo-composition .info-showcase-umo,body.route-umo-specialties .info-showcase-umo,body.route-umo .info-showcase-umo{border:1px solid rgba(17,55,138,.12);background:radial-gradient(circle at top right,rgba(224,122,22,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(246,249,255,.95));box-shadow:0 24px 70px rgba(20,45,85,.12)}body.route-umo-composition .info-showcase-umo .info-showcase__intro,body.route-umo-specialties .info-showcase-umo .info-showcase__intro,body.route-umo .info-showcase-umo .info-showcase__intro{align-items:stretch}body.route-umo-composition .info-showcase-umo .info-showcase__icon,body.route-umo-specialties .info-showcase-umo .info-showcase__icon,body.route-umo .info-showcase-umo .info-showcase__icon{background:linear-gradient(135deg,var(--umo-v224-primary),var(--umo-v224-accent));color:#fff;box-shadow:0 18px 44px rgba(17,55,138,.22)}body.route-umo-composition .info-showcase-umo .info-showcase__cards article,body.route-umo-specialties .info-showcase-umo .info-showcase__cards article,body.route-umo .info-showcase-umo .info-showcase__cards article{border-color:rgba(17,55,138,.13);background:rgba(255,255,255,.92)}.umo-v224-block{display:grid;gap:clamp(18px,3vw,28px)}.umo-v224-head{display:grid;gap:8px;max-width:900px}.umo-v224-head span{display:inline-flex;width:fit-content;border-radius:999px;padding:7px 12px;color:var(--umo-v224-primary,#11378a);background:rgba(17,55,138,.08);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.umo-v224-head h2{margin:0;color:var(--umo-v224-ink,#0e1726);font-size:clamp(26px,3vw,42px);line-height:1.08}.umo-v224-head p{margin:0;color:var(--umo-v224-muted,#5b6577);font-size:clamp(16px,1.7vw,19px);line-height:1.7}.umo-v224-member-grid,.umo-v224-specialty-grid,.umo-specialty-grid,.umo-member-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:clamp(14px,2vw,20px)}.umo-v224-member-card,.umo-v224-specialty-card,.umo-v224-panel,.umo-v224-route article,.umo-member-card,.umo-specialty-card{position:relative;overflow:hidden;border:1px solid rgba(17,55,138,.12);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 18px 48px rgba(20,45,85,.10)}.umo-v224-member-card,.umo-v224-specialty-card{display:grid;gap:14px;padding:clamp(18px,2.4vw,24px)}.umo-v224-member-card::after,.umo-v224-specialty-card::after,.umo-v224-panel::after{content:"";position:absolute;inset:auto -36px -46px auto;width:120px;height:120px;border-radius:999px;background:rgba(224,122,22,.10);pointer-events:none}.umo-v224-member-card__mark,.umo-v224-specialty-card__top span{display:grid;place-items:center;width:58px;height:58px;border-radius:20px;color:#fff;background:linear-gradient(135deg,var(--umo-v224-primary,#11378a),var(--umo-v224-accent,#e07a16));font-weight:950;box-shadow:0 14px 30px rgba(17,55,138,.18)}.umo-v224-member-card__body{display:grid;gap:8px}.umo-v224-member-card__body span,.umo-v224-specialty-card__top strong{color:var(--umo-v224-primary,#11378a);font-weight:950}.umo-v224-member-card__body h3{margin:0;color:var(--umo-v224-ink,#0e1726);font-size:clamp(19px,2vw,24px);line-height:1.18}.umo-v224-member-card__body p,.umo-v224-specialty-card p,.umo-v224-panel p,.umo-v224-route article p{margin:0;color:var(--umo-v224-muted,#5b6577);line-height:1.65}.umo-v224-two-col{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:clamp(14px,2vw,20px)}.umo-v224-panel{display:grid;align-content:start;gap:12px;padding:clamp(20px,3vw,28px)}.umo-v224-panel--accent{background:linear-gradient(135deg,rgba(17,55,138,.08),rgba(224,122,22,.10)),#fff}.umo-v224-panel h3,.umo-v224-route article strong{margin:0;color:var(--umo-v224-primary,#11378a);font-size:clamp(19px,2vw,24px)}.umo-v224-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}.umo-v224-list li{position:relative;padding-left:28px;color:var(--umo-v224-ink,#0e1726);line-height:1.65}.umo-v224-list li::before{content:"";position:absolute;left:0;top:.62em;width:10px;height:10px;border-radius:999px;background:var(--umo-v224-accent,#e07a16);box-shadow:0 0 0 5px rgba(224,122,22,.12)}.umo-v224-specialty-card__top{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center}.umo-v224-route{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,2vw,20px)}.umo-v224-route article{display:grid;gap:8px;padding:clamp(18px,2.4vw,24px)}.umo-v224-route article b{color:rgba(17,55,138,.28);font-size:clamp(28px,4vw,48px);line-height:1}.umo-member-card{grid-template-columns:76px 1fr;min-height:150px}.umo-member-card__photo{width:76px;height:76px;border-radius:20px}.umo-specialty-card span{background:linear-gradient(135deg,var(--umo-v224-primary,#11378a),var(--umo-v224-accent,#e07a16))}@media (max-width:900px){.umo-v224-two-col,.umo-v224-route{grid-template-columns:1fr}}@media (max-width:560px){.umo-v224-member-card,.umo-v224-specialty-card,.umo-v224-panel,.umo-v224-route article{border-radius:22px}.umo-v224-specialty-card__top,.umo-member-card{grid-template-columns:1fr}.umo-v224-member-card__mark,.umo-v224-specialty-card__top span{width:52px;height:52px}}html:not(.accessibility-mode) body.route-umo-composition .info-showcase__content--umo-clean,html:not(.accessibility-mode) body.route-umo-specialties .info-showcase__content--umo-clean{margin-top:clamp(18px,3vw,32px)}html:not(.accessibility-mode) body.route-umo-composition .info-showcase__content--umo-clean>.umo-v224-block,html:not(.accessibility-mode) body.route-umo-specialties .info-showcase__content--umo-clean>.umo-v224-block{margin-top:0}html:not(.accessibility-mode) body.route-umo-composition .info-showcase__content--umo-clean .content-table-wrap,html:not(.accessibility-mode) body.route-umo-specialties .info-showcase__content--umo-clean .content-table-wrap,html:not(.accessibility-mode) body.route-umo-composition .info-showcase__content--umo-clean table,html:not(.accessibility-mode) body.route-umo-specialties .info-showcase__content--umo-clean table{display:none !important}.umo-v226-block{gap:clamp(20px,3vw,32px)}.umo-v226-head h2{max-width:960px}.umo-v226-person-grid,.umo-v226-specialty-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr));gap:clamp(16px,2.2vw,24px)}.umo-v226-chair-card{display:grid}.umo-v226-chair-card .umo-v226-person-card{grid-template-columns:minmax(170px,240px) minmax(0,1fr);align-items:center;min-height:260px;background:radial-gradient(circle at 14% 18%,rgba(224,122,22,.16),transparent 34%),linear-gradient(135deg,rgba(255,255,255,.98),rgba(244,249,255,.96))}.umo-v226-person-card{position:relative;display:grid;grid-template-columns:112px minmax(0,1fr);gap:clamp(14px,2vw,20px);align-items:center;overflow:hidden;border:1px solid rgba(17,55,138,.14);border-radius:30px;padding:clamp(16px,2.3vw,24px);background:rgba(255,255,255,.97);box-shadow:0 20px 55px rgba(20,45,85,.10)}.umo-v226-person-card::after{content:"";position:absolute;right:-56px;bottom:-64px;width:150px;height:150px;border-radius:999px;background:rgba(224,122,22,.09);pointer-events:none}.umo-v226-person-photo{position:relative;z-index:1;display:grid;place-items:center;width:112px;aspect-ratio:1;margin:0;overflow:hidden;border-radius:28px;background:linear-gradient(135deg,var(--umo-v224-primary,#11378a),var(--umo-v224-accent,#e07a16));box-shadow:0 18px 38px rgba(17,55,138,.18)}.umo-v226-chair-card .umo-v226-person-photo{width:min(100%,220px);border-radius:34px}.umo-v226-person-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.umo-v226-person-photo span{z-index:0;color:#fff;font-weight:950;font-size:clamp(24px,4vw,42px);letter-spacing:.04em}.umo-v226-person-photo img + span{opacity:0}.umo-v226-person-photo.is-fallback span{opacity:1}.umo-v226-person-card__body{position:relative;z-index:1;display:grid;gap:8px}.umo-v226-person-card__body h3{margin:0;color:var(--umo-v224-ink,#0e1726);font-size:clamp(19px,2.15vw,28px);line-height:1.18}.umo-v226-person-card__role{margin:0;color:var(--umo-v224-primary,#11378a);font-weight:900;line-height:1.45}.umo-v226-person-card__note{margin:0;color:var(--umo-v224-muted,#5b6577);line-height:1.65}.umo-v226-contact-card,.umo-v226-action-panel{display:flex;align-items:center;justify-content:space-between;gap:clamp(16px,3vw,28px);border:1px solid rgba(17,55,138,.14);border-radius:30px;padding:clamp(20px,3vw,30px);background:radial-gradient(circle at top right,rgba(224,122,22,.12),transparent 38%),rgba(255,255,255,.97);box-shadow:0 20px 55px rgba(20,45,85,.10)}.umo-v226-contact-card span{display:inline-flex;width:fit-content;margin-bottom:8px;border-radius:999px;padding:7px 12px;color:var(--umo-v224-primary,#11378a);background:rgba(17,55,138,.08);font-size:.78rem;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.umo-v226-contact-card h3,.umo-v226-action-panel h3{margin:0 0 8px;color:var(--umo-v224-primary,#11378a);font-size:clamp(21px,2.4vw,30px)}.umo-v226-contact-card p,.umo-v226-action-panel p{margin:0;color:var(--umo-v224-muted,#5b6577);line-height:1.65}.umo-v226-contact-card__links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.umo-v226-contact-card__links a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid rgba(17,55,138,.18);border-radius:999px;padding:10px 16px;color:var(--umo-v224-primary,#11378a);background:rgba(255,255,255,.88);font-weight:900;text-decoration:none}.umo-v226-specialty-card{position:relative;display:grid;grid-template-columns:68px minmax(0,1fr);gap:clamp(14px,2vw,20px);overflow:hidden;border:1px solid rgba(17,55,138,.14);border-radius:30px;padding:clamp(18px,2.5vw,26px);background:rgba(255,255,255,.97);box-shadow:0 20px 55px rgba(20,45,85,.10)}.umo-v226-specialty-card::after{content:"";position:absolute;right:-48px;bottom:-58px;width:130px;height:130px;border-radius:999px;background:rgba(224,122,22,.09);pointer-events:none}.umo-v226-specialty-card__num{display:grid;place-items:center;width:68px;height:68px;border-radius:24px;color:#fff;background:linear-gradient(135deg,var(--umo-v224-primary,#11378a),var(--umo-v224-accent,#e07a16));font-weight:950;box-shadow:0 16px 36px rgba(17,55,138,.18)}.umo-v226-specialty-card__body{position:relative;z-index:1;display:grid;gap:10px}.umo-v226-specialty-card h3{margin:0;color:var(--umo-v224-primary,#11378a);font-size:clamp(20px,2.15vw,27px);line-height:1.18}.umo-v226-specialty-card p{margin:0;color:var(--umo-v224-muted,#5b6577);line-height:1.65}.umo-v226-specialty-card ul{display:flex;flex-wrap:wrap;gap:8px;margin:4px 0 0;padding:0;list-style:none}.umo-v226-specialty-card li{border:1px solid rgba(17,55,138,.12);border-radius:999px;padding:7px 11px;color:#1c497c;background:rgba(17,55,138,.06);font-size:.88rem;font-weight:800}.umo-v226-two-col .umo-v224-panel--accent p{margin-bottom:8px}@media (max-width:760px){.umo-v226-chair-card .umo-v226-person-card,.umo-v226-person-card,.umo-v226-specialty-card{grid-template-columns:1fr}.umo-v226-person-photo,.umo-v226-chair-card .umo-v226-person-photo{width:min(100%,180px);justify-self:start}.umo-v226-contact-card,.umo-v226-action-panel{align-items:stretch;flex-direction:column}.umo-v226-contact-card__links{justify-content:flex-start}}@media (max-width:520px){.umo-v226-person-card,.umo-v226-specialty-card,.umo-v226-contact-card,.umo-v226-action-panel{border-radius:24px}.umo-v226-person-photo,.umo-v226-chair-card .umo-v226-person-photo{width:min(100%,150px);border-radius:26px}}html.is-language-switching *,html.is-language-switching *::before,html.is-language-switching *::after{transition-duration:0s !important;animation-duration:0s !important}html.is-language-switching .site-language-switcher__link.is-active{pointer-events:none}.site-overflow-text-modal__dialog{height:auto!important;max-height:min(760px,calc(100dvh - 36px))!important}.site-overflow-text-modal__body{flex:1 1 auto!important;min-height:0!important;max-height:calc(100dvh - 250px)!important;overflow-y:auto!important;overflow-x:hidden!important;overscroll-behavior:contain!important;-webkit-overflow-scrolling:touch!important}.site-overflow-text-modal__body p,.site-overflow-text-modal__body li{overflow-wrap:anywhere!important;word-break:normal!important}.site-overflow-text-modal__actions{flex:0 0 auto!important}.site-overflow-text-modal__head{flex:0 0 auto!important}@media (max-width:640px){.site-overflow-text-modal__body{max-height:calc(100dvh - 230px)!important}}

/* v83: /umo/news uses the same card/catalog styling as /news. */
html:not(.accessibility-mode) body.site-body.route-umo-news .section-news-catalog,
html:not(.accessibility-mode) body.site-body.route-umo-news .section-news-catalog[data-reveal],
html:not(.accessibility-mode) body.site-body.route-umo-news .news-catalog-shell,
html:not(.accessibility-mode) body.site-body.route-umo-news .news-catalog-shell[data-reveal],
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news,
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news[data-reveal],
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news .card-media-news:not([hidden]),
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news .card-media-news:not([hidden])[data-reveal]{opacity:1 !important;transform:none !important;visibility:visible !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .section-news-catalog{display:block !important;padding-top:clamp(34px,5vw,64px) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-catalog-shell{position:relative !important;display:flex !important;flex-direction:column !important;overflow:hidden !important;padding:clamp(20px,3vw,32px) !important;border-radius:32px !important;border:1px solid rgba(132,170,210,.64) !important;background:#e5edf4 !important;box-shadow:0 24px 58px -46px rgba(13,45,87,.30) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-catalog-shell::before{content:'' !important;position:absolute !important;inset:0 0 auto 0 !important;height:4px !important;background:linear-gradient(90deg,#114a86 0%,#1f66c1 56%,#f08a22 100%) !important;pointer-events:none !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-catalog-shell>*{position:relative !important;z-index:1 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-catalog-main{display:grid !important;gap:clamp(18px,2.4vw,28px) !important;width:100% !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel{display:grid !important;grid-template-columns:minmax(220px,.62fr) minmax(0,1.38fr) !important;gap:clamp(14px,2vw,20px) !important;align-items:stretch !important;overflow:hidden !important;min-height:138px !important;margin:0 !important;padding:18px !important;border-radius:26px !important;border:1px solid rgba(132,170,210,.64) !important;background-color:#dfe8f1 !important;background-image:url('../images/backgrounds/fonkarti-heading-v124.png') !important;background-size:100% 100% !important;background-position:center center !important;background-repeat:no-repeat !important;box-shadow:0 16px 34px -30px rgba(13,45,87,.24) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__copy,
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__controls{border-radius:22px !important;border:1px solid rgba(205,220,234,.96) !important;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(244,249,254,.96) 100%) !important;box-shadow:0 14px 28px -24px rgba(13,45,87,.20) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__copy{display:grid !important;align-content:center !important;gap:7px !important;padding:18px 20px !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__copy span{width:fit-content !important;padding:7px 11px !important;border-radius:999px !important;color:#114a86 !important;background:#f7fafc !important;border:1px solid #b7c8d8 !important;font-size:11px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.08em !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__copy strong{color:#0d315d !important;font-size:clamp(1.2rem,2vw,1.7rem) !important;line-height:1.1 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__controls{display:grid !important;grid-template-columns:minmax(220px,1.5fr) minmax(180px,.9fr) minmax(120px,.55fr) minmax(140px,.65fr) auto !important;gap:12px !important;align-items:end !important;padding:16px !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-field{display:grid !important;gap:8px !important;min-width:0 !important;margin:0 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-field span{color:#315f8c !important;font-size:12px !important;font-weight:900 !important;text-transform:uppercase !important;letter-spacing:.055em !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-field input,
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-field select,
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-static-category{width:100% !important;min-height:48px !important;border-radius:16px !important;border:1px solid rgba(132,170,210,.58) !important;background-color:#ffffff !important;color:#0d315d !important;font:inherit !important;font-weight:750 !important;outline:none !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.84),0 12px 24px -22px rgba(13,45,87,.20) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-field input{padding:0 16px !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-field select{appearance:none !important;padding:0 44px 0 16px !important;background-image:linear-gradient(45deg,transparent 50%,#114a86 50%),linear-gradient(135deg,#114a86 50%,transparent 50%) !important;background-position:calc(100% - 22px) 21px,calc(100% - 16px) 21px !important;background-size:6px 6px,6px 6px !important;background-repeat:no-repeat !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-static-category{display:flex !important;align-items:center !important;padding:0 16px !important;white-space:nowrap !important;overflow:hidden !important;text-overflow:ellipsis !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-field input:focus,
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-field select:focus{border-color:rgba(31,102,193,.72) !important;box-shadow:0 0 0 4px rgba(31,102,193,.12),inset 0 1px 0 rgba(255,255,255,.86) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-actions{display:flex !important;gap:10px !important;align-items:end !important;justify-content:flex-end !important;flex-wrap:wrap !important;min-width:max-content !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-actions .btn{min-height:48px !important;border-radius:16px !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-empty{display:grid !important;gap:6px !important;margin:0 !important;padding:20px !important;border-radius:22px !important;border:1px solid rgba(132,170,210,.46) !important;background:#f7fafc !important;color:#496985 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-empty[hidden]{display:none !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-empty strong{color:#0d315d !important;font-size:1.1rem !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(280px,1fr)) !important;gap:clamp(16px,2vw,24px) !important;margin-top:0 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news .card-media-news[hidden],
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news .card-media-news.is-filtered-out{display:none !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news{display:grid !important;grid-template-rows:auto 210px 1fr !important;overflow:hidden !important;border-radius:28px !important;border:1px solid rgba(132,170,210,.58) !important;background:linear-gradient(180deg,#ffffff 0%,#f4f8fc 100%) !important;box-shadow:0 18px 42px -34px rgba(13,45,87,.28) !important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news:hover{transform:translateY(-3px) !important;border-color:rgba(31,102,193,.50) !important;box-shadow:0 26px 50px -36px rgba(13,45,87,.34) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-top{padding:16px 16px 0 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-badge,
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-date{border-radius:999px !important;border:1px solid rgba(132,170,210,.42) !important;background:#f7fafc !important;color:#315f8c !important;font-weight:900 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-visual{margin:14px 16px 0 !important;min-height:196px !important;border-radius:22px !important;overflow:hidden !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-visual span{z-index:2 !important;padding:10px 12px !important;border-radius:14px !important;color:#ffffff !important;background:rgba(7,34,78,.62) !important;text-shadow:0 2px 10px rgba(0,0,0,.28) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-visual-icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:72px !important;height:72px !important;border-radius:24px !important;color:#ffffff !important;background:linear-gradient(135deg,#114a86 0%,#1f66c1 58%,#f08a22 100%) !important;font-size:13px !important;font-weight:900 !important;letter-spacing:.12em !important;box-shadow:0 18px 36px -24px rgba(13,45,87,.40) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-visual--image::after{opacity:.18 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-content{display:grid !important;align-content:start !important;gap:12px !important;padding:18px 18px 20px !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-content h3{margin:0 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-content h3 a{color:#0d315d !important;text-decoration:none !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-content p{color:#496985 !important;line-height:1.62 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-linkrow{margin-top:auto !important;gap:10px !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .btn-secondary{color:#ffffff !important;background:#114a86 !important;border-color:#114a86 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .btn-secondary:hover{background:#f08a22 !important;border-color:#f08a22 !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news>.card:not(.card-media-news){grid-column:1/-1 !important;max-width:520px !important;border-radius:22px !important;border:1px solid rgba(132,170,210,.46) !important;background:#f7fafc !important;box-shadow:0 16px 34px -30px rgba(13,45,87,.24) !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news>.card:not(.card-media-news) .muted{margin:0 !important;color:#496985 !important;font-size:1rem !important;line-height:1.65 !important}
@media (max-width:1180px){
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel{grid-template-columns:1fr !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__controls{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-actions{justify-content:flex-start !important;min-width:0 !important}
}
@media (max-width:640px){
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-catalog-shell{padding:16px !important;border-radius:26px !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel{padding:14px !important;border-radius:22px !important;background-size:cover !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__controls{grid-template-columns:1fr !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-actions{display:grid !important;grid-template-columns:1fr !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-actions .btn{width:100% !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .card-grid-news{grid-template-columns:1fr !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .card-media-news .card-media-visual span:not(.card-media-visual-icon){display:none !important}
}


/* v84: fix /umo/news filter action overflow and make admin news categories scrollable. */
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__controls{grid-template-columns:minmax(220px,1.6fr) minmax(180px,1.1fr) minmax(120px,.7fr) minmax(140px,.8fr) !important;align-items:end !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-actions{grid-column:1 / -1 !important;justify-content:flex-end !important;min-width:0 !important;width:100% !important}
html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-actions .btn{flex:0 0 auto !important}
@media (max-width:1180px){
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-panel__controls{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  html:not(.accessibility-mode) body.site-body.route-umo-news .news-filter-actions{grid-column:1 / -1 !important;justify-content:flex-start !important}
}

.admin-card-news-categories .admin-table-wrap{max-height:min(64vh,620px);overflow:auto;border:1px solid rgba(205,220,234,.96);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(247,250,252,.96) 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.84)}
.admin-card-news-categories .admin-table{min-width:1080px}
.admin-card-news-categories .admin-table thead th{position:sticky;top:0;z-index:2;background:#fff;box-shadow:0 1px 0 rgba(205,220,234,.96)}
.admin-card-news-categories .admin-form-inline-table{padding:4px 0 0}
.admin-card-news-categories .admin-inline-delete{padding:0 18px 18px}


/* v85: admin-managed course catalog blocks for competence center and course-training pages. */
.admin-course-fields-details .admin-help{margin-bottom:14px}.admin-course-fields{display:grid;gap:14px;max-height:640px;overflow:auto;padding:12px;border:1px solid rgba(205,220,234,.96);border-radius:18px;background:rgba(248,250,252,.76)}.admin-course-fields__item{display:grid;gap:10px;padding:14px;border:1px solid rgba(205,220,234,.82);border-radius:16px;background:#fff}.admin-course-fields__item h4{margin:0;color:var(--admin-blue,#11378a);font-size:15px}.admin-course-fields__item textarea{resize:vertical;min-height:92px}

/* v85: friendly JSON editor for CMS settings. */
.admin-json-field{display:grid;gap:12px;margin:18px 0;padding:18px;border:1px solid rgba(205,220,234,.96);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,250,252,.92));box-shadow:0 18px 44px -38px rgba(13,45,87,.28)}
.admin-json-field-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.admin-json-field-head strong{display:block;margin-bottom:4px;color:#0d315d;font-size:1.04rem}.admin-json-field .admin-field-hint{display:block;color:#496985;line-height:1.55;font-size:.92rem}
.admin-json-editor{display:grid;gap:12px}.admin-json-editor__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px 16px;border:1px solid rgba(132,170,210,.34);border-radius:18px;background:#fff}.admin-json-editor__copy{display:grid;gap:4px}.admin-json-editor__copy strong{color:#0d315d}.admin-json-editor__copy span{color:#5d7892;font-size:.92rem;line-height:1.45}.admin-json-editor__status{flex:0 0 auto;display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;font-size:.84rem;font-weight:900;white-space:nowrap;border:1px solid rgba(132,170,210,.42);background:#f7fafc;color:#315f8c}.admin-json-editor__status--ok{border-color:rgba(24,135,84,.22);background:rgba(24,135,84,.10);color:#146c43}.admin-json-editor__status--warning{border-color:rgba(240,138,34,.32);background:rgba(240,138,34,.12);color:#9a5308}.admin-json-editor__status--error{border-color:rgba(190,18,60,.25);background:rgba(190,18,60,.10);color:#9f1239}
.admin-json-editor__toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.admin-json-editor__toolbar .btn,.admin-json-editor__tab{min-height:38px;padding:8px 12px;border-radius:12px;font-size:.9rem}.admin-json-editor__tab{border:1px solid rgba(132,170,210,.55);background:#fff;color:#315f8c;font-weight:900;cursor:pointer}.admin-json-editor__tab.is-active{background:#114a86;color:#fff;border-color:#114a86}.admin-json-editor__search{min-height:38px;min-width:190px;padding:8px 12px;border:1px solid rgba(132,170,210,.58);border-radius:12px;background:#fff;color:#0d315d;font-weight:700}.admin-json-editor__search:focus{outline:none;border-color:rgba(31,102,193,.72);box-shadow:0 0 0 4px rgba(31,102,193,.12)}
.admin-json-editor__visual{display:grid;gap:14px}.admin-json-editor__textarea{width:100%;min-height:420px;padding:16px;border:1px solid rgba(132,170,210,.58);border-radius:18px;background:#0b1220;color:#d7e8ff;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:13px;line-height:1.55;tab-size:2;white-space:pre}.admin-json-editor__textarea:focus{outline:none;border-color:#5aa2ff;box-shadow:0 0 0 4px rgba(31,102,193,.18)}
.admin-json-editor__notice,.admin-json-editor__empty{padding:14px 16px;border:1px solid rgba(132,170,210,.38);border-radius:18px;background:#f7fafc;color:#496985;line-height:1.55}.admin-json-editor__notice strong{color:#0d315d}.admin-json-editor__empty{border-style:dashed;text-align:center;font-weight:800;color:#315f8c}.admin-json-editor__visual-actions{display:flex;justify-content:flex-start;gap:10px;flex-wrap:wrap}.admin-json-editor__card{display:grid;gap:14px;padding:16px;border:1px solid rgba(132,170,210,.42);border-radius:20px;background:#fff;box-shadow:0 14px 32px -30px rgba(13,45,87,.24)}.admin-json-editor__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-bottom:10px;border-bottom:1px solid rgba(205,220,234,.78)}.admin-json-editor__card-head span{display:block;color:#6b879f;font-size:.82rem;font-weight:900;text-transform:uppercase;letter-spacing:.06em}.admin-json-editor__card-head strong{display:block;color:#0d315d;font-size:1rem}.admin-json-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-json-editor__grid--one{grid-template-columns:1fr}.admin-json-editor__field{display:grid;gap:6px;color:#315f8c;font-size:.88rem;font-weight:900}.admin-json-editor__field input,.admin-json-editor__field textarea,.admin-json-editor__value-label input,.admin-json-editor__value-label textarea,.admin-json-editor__value-label select,.admin-json-editor__add-row input,.admin-json-editor__add-row select{width:100%;min-height:40px;padding:10px 12px;border:1px solid rgba(132,170,210,.50);border-radius:12px;background:#fff;color:#0d315d;font:inherit;font-weight:700}.admin-json-editor__field textarea,.admin-json-editor__value-label textarea{resize:vertical;min-height:76px;line-height:1.5;font-weight:600}.admin-json-editor__field input:focus,.admin-json-editor__field textarea:focus,.admin-json-editor__value-label input:focus,.admin-json-editor__value-label textarea:focus,.admin-json-editor__value-label select:focus,.admin-json-editor__add-row input:focus,.admin-json-editor__add-row select:focus{outline:none;border-color:rgba(31,102,193,.72);box-shadow:0 0 0 4px rgba(31,102,193,.12)}
.admin-json-editor__links{display:grid;gap:10px;padding:12px;border:1px dashed rgba(132,170,210,.54);border-radius:16px;background:#f8fafc}.admin-json-editor__links-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.admin-json-editor__links-head strong{color:#0d315d}.admin-json-editor__link-row{display:grid;grid-template-columns:1fr 1fr 1fr 1.3fr auto;gap:10px;align-items:end;padding:10px;border-radius:14px;background:#fff;border:1px solid rgba(205,220,234,.80)}
.admin-json-editor__tree{display:grid;gap:10px}.admin-json-editor__node{border:1px solid rgba(205,220,234,.88);border-radius:16px;background:#fff}.admin-json-editor__node--branch{overflow:hidden}.admin-json-editor__node-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;cursor:pointer;list-style:none;background:#f7fafc}.admin-json-editor__node-summary::-webkit-details-marker{display:none}.admin-json-editor__node-title{display:grid;gap:2px}.admin-json-editor__node-title strong{color:#0d315d}.admin-json-editor__node-title small{color:#6b879f;font-weight:800}.admin-json-editor__node-body{display:grid;gap:10px;padding:12px}.admin-json-editor__node--value{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:end;padding:12px}.admin-json-editor__value-label{display:grid;gap:6px;color:#315f8c;font-size:.86rem;font-weight:900}.admin-json-editor__tiny-danger{min-height:36px;padding:8px 10px;border:1px solid rgba(190,18,60,.22);border-radius:12px;background:rgba(190,18,60,.08);color:#9f1239;font-weight:900;cursor:pointer}.admin-json-editor__tiny-danger:hover{background:rgba(190,18,60,.14)}.admin-json-editor__add-row{display:grid;grid-template-columns:minmax(150px,1fr) minmax(120px,.45fr) auto;gap:10px;align-items:end;padding:10px;border-radius:14px;border:1px dashed rgba(132,170,210,.56);background:#fbfdff}.admin-json-editor__add-row .btn{min-height:40px;white-space:nowrap}
@media (max-width:920px){.admin-json-editor__head{display:grid}.admin-json-editor__status{width:max-content}.admin-json-editor__grid,.admin-json-editor__link-row,.admin-json-editor__add-row{grid-template-columns:1fr}.admin-json-editor__toolbar{align-items:stretch}.admin-json-editor__toolbar .btn,.admin-json-editor__tab,.admin-json-editor__search{width:100%}.admin-json-editor__node--value{grid-template-columns:1fr}}

/* v86: clearer JSON help, robust public modal overlay, responsive admin login */
.admin-json-explainer{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;margin:2px 0 12px}.admin-json-explainer article{display:grid;gap:6px;padding:14px;border:1px solid rgba(132,170,210,.36);border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 14px 34px -32px rgba(13,45,87,.28)}.admin-json-explainer span{color:#6b879f;font-size:.74rem;font-weight:950;text-transform:uppercase;letter-spacing:.075em}.admin-json-explainer strong{color:#0d315d;font-size:.94rem;line-height:1.25}.admin-json-explainer p{margin:0;color:#496985;font-size:.88rem;line-height:1.52}.admin-json-explainer code{padding:1px 5px;border-radius:6px;background:#edf4fb;color:#0d4f92;font-size:.84em}.admin-json-field-head code,.admin-help code{padding:1px 5px;border-radius:6px;background:#edf4fb;color:#0d4f92;font-size:.9em}
html.has-site-overflow-text-modal,body.has-site-overflow-text-modal{overflow:hidden!important;overscroll-behavior:none!important}.site-overflow-text-modal{position:fixed!important;inset:0!important;z-index:2147483200!important;display:flex!important;align-items:flex-start!important;justify-content:center!important;padding:max(18px,env(safe-area-inset-top,0px)) max(14px,env(safe-area-inset-right,0px)) max(18px,env(safe-area-inset-bottom,0px)) max(14px,env(safe-area-inset-left,0px))!important;overflow:auto!important;isolation:isolate!important}.site-overflow-text-modal[hidden]{display:none!important}.site-overflow-text-modal__backdrop{position:fixed!important;inset:0!important;z-index:0!important}.site-overflow-text-modal__dialog{position:relative!important;z-index:1!important;margin:auto 0!important;width:min(820px,calc(100vw - 28px))!important;max-height:calc(100dvh - max(36px,env(safe-area-inset-top,0px) + env(safe-area-inset-bottom,0px) + 28px))!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.site-overflow-text-modal__body{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow:auto!important}.site-overflow-text-modal__head,.site-overflow-text-modal__actions{flex:0 0 auto!important}@media (max-width:640px){.site-overflow-text-modal{padding:max(10px,env(safe-area-inset-top,0px)) max(10px,env(safe-area-inset-right,0px)) max(10px,env(safe-area-inset-bottom,0px)) max(10px,env(safe-area-inset-left,0px))!important}.site-overflow-text-modal__dialog{width:calc(100vw - 20px)!important;max-height:calc(100dvh - 20px)!important;border-radius:20px!important}.site-overflow-text-modal__head{padding:18px 58px 14px 16px!important}.site-overflow-text-modal__body{padding:16px!important}.site-overflow-text-modal__actions{padding:12px 16px 16px!important}.site-overflow-text-modal__close{top:10px!important;right:10px!important;width:40px!important;height:40px!important}}
body.admin-body.admin-body-redesigned .admin-shell-auth,body.admin-body.admin-body-redesigned .admin-shell-auth .admin-main{min-height:100dvh!important}body.admin-body.admin-body-redesigned .admin-shell-auth .admin-content-frame{min-height:100dvh!important;padding:max(12px,env(safe-area-inset-top,0px)) max(12px,env(safe-area-inset-right,0px)) max(12px,env(safe-area-inset-bottom,0px)) max(12px,env(safe-area-inset-left,0px))!important;align-items:center!important;overflow-y:auto!important}body.admin-body.admin-body-redesigned .admin-login-screen-v211{width:min(100%,520px)!important;max-width:520px!important}body.admin-body.admin-body-redesigned .admin-login-card-v211{width:100%!important;max-width:100%!important}.admin-login-form-v211 label{display:grid!important;gap:7px!important}.admin-login-form-v211 input{font-size:16px!important}@media (max-width:520px),(max-height:640px){body.admin-body.admin-body-redesigned .admin-shell-auth .admin-content-frame{place-items:center!important;padding:10px!important}body.admin-body.admin-body-redesigned .admin-login-screen-v211{width:100%!important;max-width:100%!important}body.admin-body.admin-body-redesigned .admin-login-card-v211{border-radius:18px!important;padding:16px!important;box-shadow:none!important}body.admin-body.admin-body-redesigned .admin-login-logo-wrap-v183,body.admin-body.admin-body-redesigned .admin-login-logo-wrap-v182{width:60px!important;height:60px!important;margin:0 auto 10px!important;border-radius:18px!important}body.admin-body.admin-body-redesigned .admin-login-title-v211{margin:8px 0 6px!important;font-size:clamp(1.22rem,7vw,1.55rem)!important;line-height:1.12!important}body.admin-body.admin-body-redesigned .admin-login-kicker-v211{margin-top:8px!important;padding:6px 9px!important;font-size:10px!important;line-height:1.2!important}body.admin-body.admin-body-redesigned .admin-login-lead-v211{margin:0 0 14px!important;font-size:.9rem!important;line-height:1.42!important}.admin-login-form-v211{gap:10px!important}.admin-login-form-v211 input{min-height:44px!important;border-radius:12px!important}.admin-login-form-v211 .btn{width:100%!important;min-height:46px!important;white-space:normal!important;border-radius:12px!important}}@media (max-height:520px){body.admin-body.admin-body-redesigned .admin-shell-auth .admin-content-frame{align-items:start!important}.admin-login-lead-v211{display:none!important}body.admin-body.admin-body-redesigned .admin-login-logo-wrap-v183,body.admin-body.admin-body-redesigned .admin-login-logo-wrap-v182{width:48px!important;height:48px!important;margin-bottom:8px!important}.admin-login-form-v211 input{min-height:40px!important}.admin-login-form-v211 .btn{min-height:42px!important}}@media (max-width:360px){body.admin-body.admin-body-redesigned .admin-login-card-v211{padding:12px!important;border-radius:16px!important}body.admin-body.admin-body-redesigned .admin-login-title-v211{font-size:1.18rem!important}.admin-login-form-v211 input{padding:9px 10px!important}.admin-login-form-v211 .btn{padding:10px!important}}
